/*! 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

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

h1, .h1 {
  color: #3A4758;
  font-family: Zilla Slab;
  font-size: 80px;
}

h2, .h2 {
  color: #3A4758;
  font-family: Zilla Slab;
  font-size: 60px;
  line-height: 72px;
}

h3, .h3 {
  color: #3A4758;
  font-family: Zilla Slab;
  font-size: 55px;
  line-height: 62px;
}

h4, .h4 {
  color: #3A4758;
  font-family: Zilla Slab;
  font-size: 34px;
  line-height: 45px;
}

h5, .h5 {
  color: #3A4758;
  font-family: Zilla Slab;
  font-size: 22px;
  line-height: 28px;
}

h6, .h6 {
  font-family: Zilla Slab;
  font-size: 20px;
  line-height: 24px;
}

.large-copy-text {
  color: #000000;
  font-size: 22px;
  line-height: 33px;
}

.small-copy-text {
  color: #000000;
  font-size: 18px;
  line-height: 27px;
}

.eyebrow-text {
  color: #000000;
  font-size: 30px;
  line-height: 26px;
}

.small-label {
  color: #000000;
  font-size: 18px;
  line-height: 23px;
}

.site-btn {
  font-family: undefined;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-45 {
  top: 45px !important;
  right: 45px !important;
  bottom: 45px !important;
  left: 45px !important;
}

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

.inset-55 {
  top: 55px !important;
  right: 55px !important;
  bottom: 55px !important;
  left: 55px !important;
}

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

.inset-65 {
  top: 65px !important;
  right: 65px !important;
  bottom: 65px !important;
  left: 65px !important;
}

.inset-70 {
  top: 70px !important;
  right: 70px !important;
  bottom: 70px !important;
  left: 70px !important;
}

.inset-75 {
  top: 75px !important;
  right: 75px !important;
  bottom: 75px !important;
  left: 75px !important;
}

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

.inset-85 {
  top: 85px !important;
  right: 85px !important;
  bottom: 85px !important;
  left: 85px !important;
}

.inset-90 {
  top: 90px !important;
  right: 90px !important;
  bottom: 90px !important;
  left: 90px !important;
}

.inset-95 {
  top: 95px !important;
  right: 95px !important;
  bottom: 95px !important;
  left: 95px !important;
}

.inset-100 {
  top: 100px !important;
  right: 100px !important;
  bottom: 100px !important;
  left: 100px !important;
}

.inset-105 {
  top: 105px !important;
  right: 105px !important;
  bottom: 105px !important;
  left: 105px !important;
}

.inset-110 {
  top: 110px !important;
  right: 110px !important;
  bottom: 110px !important;
  left: 110px !important;
}

.inset-115 {
  top: 115px !important;
  right: 115px !important;
  bottom: 115px !important;
  left: 115px !important;
}

.inset-120 {
  top: 120px !important;
  right: 120px !important;
  bottom: 120px !important;
  left: 120px !important;
}

.inset-125 {
  top: 125px !important;
  right: 125px !important;
  bottom: 125px !important;
  left: 125px !important;
}

.inset-130 {
  top: 130px !important;
  right: 130px !important;
  bottom: 130px !important;
  left: 130px !important;
}

.inset-135 {
  top: 135px !important;
  right: 135px !important;
  bottom: 135px !important;
  left: 135px !important;
}

.inset-140 {
  top: 140px !important;
  right: 140px !important;
  bottom: 140px !important;
  left: 140px !important;
}

.inset-142 {
  top: 142px !important;
  right: 142px !important;
  bottom: 142px !important;
  left: 142px !important;
}

.inset-145 {
  top: 145px !important;
  right: 145px !important;
  bottom: 145px !important;
  left: 145px !important;
}

.inset-150 {
  top: 150px !important;
  right: 150px !important;
  bottom: 150px !important;
  left: 150px !important;
}

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

.inset-165 {
  top: 165px !important;
  right: 165px !important;
  bottom: 165px !important;
  left: 165px !important;
}

.inset-170 {
  top: 170px !important;
  right: 170px !important;
  bottom: 170px !important;
  left: 170px !important;
}

.inset-180 {
  top: 180px !important;
  right: 180px !important;
  bottom: 180px !important;
  left: 180px !important;
}

.inset-185 {
  top: 185px !important;
  right: 185px !important;
  bottom: 185px !important;
  left: 185px !important;
}

.inset-190 {
  top: 190px !important;
  right: 190px !important;
  bottom: 190px !important;
  left: 190px !important;
}

.inset-200 {
  top: 200px !important;
  right: 200px !important;
  bottom: 200px !important;
  left: 200px !important;
}

.inset-225 {
  top: 225px !important;
  right: 225px !important;
  bottom: 225px !important;
  left: 225px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-inset-45 {
  top: -45px !important;
  right: -45px !important;
  bottom: -45px !important;
  left: -45px !important;
}

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

.-inset-55 {
  top: -55px !important;
  right: -55px !important;
  bottom: -55px !important;
  left: -55px !important;
}

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

.-inset-65 {
  top: -65px !important;
  right: -65px !important;
  bottom: -65px !important;
  left: -65px !important;
}

.-inset-70 {
  top: -70px !important;
  right: -70px !important;
  bottom: -70px !important;
  left: -70px !important;
}

.-inset-75 {
  top: -75px !important;
  right: -75px !important;
  bottom: -75px !important;
  left: -75px !important;
}

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

.-inset-85 {
  top: -85px !important;
  right: -85px !important;
  bottom: -85px !important;
  left: -85px !important;
}

.-inset-90 {
  top: -90px !important;
  right: -90px !important;
  bottom: -90px !important;
  left: -90px !important;
}

.-inset-95 {
  top: -95px !important;
  right: -95px !important;
  bottom: -95px !important;
  left: -95px !important;
}

.-inset-100 {
  top: -100px !important;
  right: -100px !important;
  bottom: -100px !important;
  left: -100px !important;
}

.-inset-105 {
  top: -105px !important;
  right: -105px !important;
  bottom: -105px !important;
  left: -105px !important;
}

.-inset-110 {
  top: -110px !important;
  right: -110px !important;
  bottom: -110px !important;
  left: -110px !important;
}

.-inset-115 {
  top: -115px !important;
  right: -115px !important;
  bottom: -115px !important;
  left: -115px !important;
}

.-inset-120 {
  top: -120px !important;
  right: -120px !important;
  bottom: -120px !important;
  left: -120px !important;
}

.-inset-125 {
  top: -125px !important;
  right: -125px !important;
  bottom: -125px !important;
  left: -125px !important;
}

.-inset-130 {
  top: -130px !important;
  right: -130px !important;
  bottom: -130px !important;
  left: -130px !important;
}

.-inset-135 {
  top: -135px !important;
  right: -135px !important;
  bottom: -135px !important;
  left: -135px !important;
}

.-inset-140 {
  top: -140px !important;
  right: -140px !important;
  bottom: -140px !important;
  left: -140px !important;
}

.-inset-142 {
  top: -142px !important;
  right: -142px !important;
  bottom: -142px !important;
  left: -142px !important;
}

.-inset-145 {
  top: -145px !important;
  right: -145px !important;
  bottom: -145px !important;
  left: -145px !important;
}

.-inset-150 {
  top: -150px !important;
  right: -150px !important;
  bottom: -150px !important;
  left: -150px !important;
}

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

.-inset-165 {
  top: -165px !important;
  right: -165px !important;
  bottom: -165px !important;
  left: -165px !important;
}

.-inset-170 {
  top: -170px !important;
  right: -170px !important;
  bottom: -170px !important;
  left: -170px !important;
}

.-inset-180 {
  top: -180px !important;
  right: -180px !important;
  bottom: -180px !important;
  left: -180px !important;
}

.-inset-185 {
  top: -185px !important;
  right: -185px !important;
  bottom: -185px !important;
  left: -185px !important;
}

.-inset-190 {
  top: -190px !important;
  right: -190px !important;
  bottom: -190px !important;
  left: -190px !important;
}

.-inset-200 {
  top: -200px !important;
  right: -200px !important;
  bottom: -200px !important;
  left: -200px !important;
}

.-inset-225 {
  top: -225px !important;
  right: -225px !important;
  bottom: -225px !important;
  left: -225px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-x-45 {
  left: 45px !important;
  right: 45px !important;
}

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

.inset-x-55 {
  left: 55px !important;
  right: 55px !important;
}

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

.inset-x-65 {
  left: 65px !important;
  right: 65px !important;
}

.inset-x-70 {
  left: 70px !important;
  right: 70px !important;
}

.inset-x-75 {
  left: 75px !important;
  right: 75px !important;
}

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

.inset-x-85 {
  left: 85px !important;
  right: 85px !important;
}

.inset-x-90 {
  left: 90px !important;
  right: 90px !important;
}

.inset-x-95 {
  left: 95px !important;
  right: 95px !important;
}

.inset-x-100 {
  left: 100px !important;
  right: 100px !important;
}

.inset-x-105 {
  left: 105px !important;
  right: 105px !important;
}

.inset-x-110 {
  left: 110px !important;
  right: 110px !important;
}

.inset-x-115 {
  left: 115px !important;
  right: 115px !important;
}

.inset-x-120 {
  left: 120px !important;
  right: 120px !important;
}

.inset-x-125 {
  left: 125px !important;
  right: 125px !important;
}

.inset-x-130 {
  left: 130px !important;
  right: 130px !important;
}

.inset-x-135 {
  left: 135px !important;
  right: 135px !important;
}

.inset-x-140 {
  left: 140px !important;
  right: 140px !important;
}

.inset-x-142 {
  left: 142px !important;
  right: 142px !important;
}

.inset-x-145 {
  left: 145px !important;
  right: 145px !important;
}

.inset-x-150 {
  left: 150px !important;
  right: 150px !important;
}

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

.inset-x-165 {
  left: 165px !important;
  right: 165px !important;
}

.inset-x-170 {
  left: 170px !important;
  right: 170px !important;
}

.inset-x-180 {
  left: 180px !important;
  right: 180px !important;
}

.inset-x-185 {
  left: 185px !important;
  right: 185px !important;
}

.inset-x-190 {
  left: 190px !important;
  right: 190px !important;
}

.inset-x-200 {
  left: 200px !important;
  right: 200px !important;
}

.inset-x-225 {
  left: 225px !important;
  right: 225px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-inset-x-45 {
  left: -45px !important;
  right: -45px !important;
}

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

.-inset-x-55 {
  left: -55px !important;
  right: -55px !important;
}

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

.-inset-x-65 {
  left: -65px !important;
  right: -65px !important;
}

.-inset-x-70 {
  left: -70px !important;
  right: -70px !important;
}

.-inset-x-75 {
  left: -75px !important;
  right: -75px !important;
}

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

.-inset-x-85 {
  left: -85px !important;
  right: -85px !important;
}

.-inset-x-90 {
  left: -90px !important;
  right: -90px !important;
}

.-inset-x-95 {
  left: -95px !important;
  right: -95px !important;
}

.-inset-x-100 {
  left: -100px !important;
  right: -100px !important;
}

.-inset-x-105 {
  left: -105px !important;
  right: -105px !important;
}

.-inset-x-110 {
  left: -110px !important;
  right: -110px !important;
}

.-inset-x-115 {
  left: -115px !important;
  right: -115px !important;
}

.-inset-x-120 {
  left: -120px !important;
  right: -120px !important;
}

.-inset-x-125 {
  left: -125px !important;
  right: -125px !important;
}

.-inset-x-130 {
  left: -130px !important;
  right: -130px !important;
}

.-inset-x-135 {
  left: -135px !important;
  right: -135px !important;
}

.-inset-x-140 {
  left: -140px !important;
  right: -140px !important;
}

.-inset-x-142 {
  left: -142px !important;
  right: -142px !important;
}

.-inset-x-145 {
  left: -145px !important;
  right: -145px !important;
}

.-inset-x-150 {
  left: -150px !important;
  right: -150px !important;
}

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

.-inset-x-165 {
  left: -165px !important;
  right: -165px !important;
}

.-inset-x-170 {
  left: -170px !important;
  right: -170px !important;
}

.-inset-x-180 {
  left: -180px !important;
  right: -180px !important;
}

.-inset-x-185 {
  left: -185px !important;
  right: -185px !important;
}

.-inset-x-190 {
  left: -190px !important;
  right: -190px !important;
}

.-inset-x-200 {
  left: -200px !important;
  right: -200px !important;
}

.-inset-x-225 {
  left: -225px !important;
  right: -225px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-y-25 {
  top: 25px !important;
  bottom: 25px !important;
}

.inset-y-26 {
  top: 26px !important;
  bottom: 26px !important;
}

.inset-y-27 {
  top: 27px !important;
  bottom: 27px !important;
}

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

.inset-y-30 {
  top: 30px !important;
  bottom: 30px !important;
}

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

.inset-y-33 {
  top: 33px !important;
  bottom: 33px !important;
}

.inset-y-34 {
  top: 34px !important;
  bottom: 34px !important;
}

.inset-y-35 {
  top: 35px !important;
  bottom: 35px !important;
}

.inset-y-38 {
  top: 38px !important;
  bottom: 38px !important;
}

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

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

.inset-y-45 {
  top: 45px !important;
  bottom: 45px !important;
}

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

.inset-y-55 {
  top: 55px !important;
  bottom: 55px !important;
}

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

.inset-y-65 {
  top: 65px !important;
  bottom: 65px !important;
}

.inset-y-70 {
  top: 70px !important;
  bottom: 70px !important;
}

.inset-y-75 {
  top: 75px !important;
  bottom: 75px !important;
}

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

.inset-y-85 {
  top: 85px !important;
  bottom: 85px !important;
}

.inset-y-90 {
  top: 90px !important;
  bottom: 90px !important;
}

.inset-y-95 {
  top: 95px !important;
  bottom: 95px !important;
}

.inset-y-100 {
  top: 100px !important;
  bottom: 100px !important;
}

.inset-y-105 {
  top: 105px !important;
  bottom: 105px !important;
}

.inset-y-110 {
  top: 110px !important;
  bottom: 110px !important;
}

.inset-y-115 {
  top: 115px !important;
  bottom: 115px !important;
}

.inset-y-120 {
  top: 120px !important;
  bottom: 120px !important;
}

.inset-y-125 {
  top: 125px !important;
  bottom: 125px !important;
}

.inset-y-130 {
  top: 130px !important;
  bottom: 130px !important;
}

.inset-y-135 {
  top: 135px !important;
  bottom: 135px !important;
}

.inset-y-140 {
  top: 140px !important;
  bottom: 140px !important;
}

.inset-y-142 {
  top: 142px !important;
  bottom: 142px !important;
}

.inset-y-145 {
  top: 145px !important;
  bottom: 145px !important;
}

.inset-y-150 {
  top: 150px !important;
  bottom: 150px !important;
}

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

.inset-y-165 {
  top: 165px !important;
  bottom: 165px !important;
}

.inset-y-170 {
  top: 170px !important;
  bottom: 170px !important;
}

.inset-y-180 {
  top: 180px !important;
  bottom: 180px !important;
}

.inset-y-185 {
  top: 185px !important;
  bottom: 185px !important;
}

.inset-y-190 {
  top: 190px !important;
  bottom: 190px !important;
}

.inset-y-200 {
  top: 200px !important;
  bottom: 200px !important;
}

.inset-y-225 {
  top: 225px !important;
  bottom: 225px !important;
}

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

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

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

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

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

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

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

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

.-inset-y-25 {
  top: -25px !important;
  bottom: -25px !important;
}

.-inset-y-26 {
  top: -26px !important;
  bottom: -26px !important;
}

.-inset-y-27 {
  top: -27px !important;
  bottom: -27px !important;
}

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

.-inset-y-30 {
  top: -30px !important;
  bottom: -30px !important;
}

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

.-inset-y-33 {
  top: -33px !important;
  bottom: -33px !important;
}

.-inset-y-34 {
  top: -34px !important;
  bottom: -34px !important;
}

.-inset-y-35 {
  top: -35px !important;
  bottom: -35px !important;
}

.-inset-y-38 {
  top: -38px !important;
  bottom: -38px !important;
}

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

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

.-inset-y-45 {
  top: -45px !important;
  bottom: -45px !important;
}

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

.-inset-y-55 {
  top: -55px !important;
  bottom: -55px !important;
}

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

.-inset-y-65 {
  top: -65px !important;
  bottom: -65px !important;
}

.-inset-y-70 {
  top: -70px !important;
  bottom: -70px !important;
}

.-inset-y-75 {
  top: -75px !important;
  bottom: -75px !important;
}

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

.-inset-y-85 {
  top: -85px !important;
  bottom: -85px !important;
}

.-inset-y-90 {
  top: -90px !important;
  bottom: -90px !important;
}

.-inset-y-95 {
  top: -95px !important;
  bottom: -95px !important;
}

.-inset-y-100 {
  top: -100px !important;
  bottom: -100px !important;
}

.-inset-y-105 {
  top: -105px !important;
  bottom: -105px !important;
}

.-inset-y-110 {
  top: -110px !important;
  bottom: -110px !important;
}

.-inset-y-115 {
  top: -115px !important;
  bottom: -115px !important;
}

.-inset-y-120 {
  top: -120px !important;
  bottom: -120px !important;
}

.-inset-y-125 {
  top: -125px !important;
  bottom: -125px !important;
}

.-inset-y-130 {
  top: -130px !important;
  bottom: -130px !important;
}

.-inset-y-135 {
  top: -135px !important;
  bottom: -135px !important;
}

.-inset-y-140 {
  top: -140px !important;
  bottom: -140px !important;
}

.-inset-y-142 {
  top: -142px !important;
  bottom: -142px !important;
}

.-inset-y-145 {
  top: -145px !important;
  bottom: -145px !important;
}

.-inset-y-150 {
  top: -150px !important;
  bottom: -150px !important;
}

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

.-inset-y-165 {
  top: -165px !important;
  bottom: -165px !important;
}

.-inset-y-170 {
  top: -170px !important;
  bottom: -170px !important;
}

.-inset-y-180 {
  top: -180px !important;
  bottom: -180px !important;
}

.-inset-y-185 {
  top: -185px !important;
  bottom: -185px !important;
}

.-inset-y-190 {
  top: -190px !important;
  bottom: -190px !important;
}

.-inset-y-200 {
  top: -200px !important;
  bottom: -200px !important;
}

.-inset-y-225 {
  top: -225px !important;
  bottom: -225px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px !important;
}

.top-5 {
  top: 5px !important;
}

.top-8 {
  top: 8px !important;
}

.top-10 {
  top: 10px !important;
}

.top-15 {
  top: 15px !important;
}

.top-20 {
  top: 20px !important;
}

.top-25 {
  top: 25px !important;
}

.top-26 {
  top: 26px !important;
}

.top-27 {
  top: 27px !important;
}

.top-28 {
  top: 28px !important;
}

.top-30 {
  top: 30px !important;
}

.top-32 {
  top: 32px !important;
}

.top-33 {
  top: 33px !important;
}

.top-34 {
  top: 34px !important;
}

.top-35 {
  top: 35px !important;
}

.top-38 {
  top: 38px !important;
}

.top-40 {
  top: 40px !important;
}

.top-44 {
  top: 44px !important;
}

.top-45 {
  top: 45px !important;
}

.top-50 {
  top: 50px !important;
}

.top-55 {
  top: 55px !important;
}

.top-60 {
  top: 60px !important;
}

.top-65 {
  top: 65px !important;
}

.top-70 {
  top: 70px !important;
}

.top-75 {
  top: 75px !important;
}

.top-80 {
  top: 80px !important;
}

.top-85 {
  top: 85px !important;
}

.top-90 {
  top: 90px !important;
}

.top-95 {
  top: 95px !important;
}

.top-100 {
  top: 100px !important;
}

.top-105 {
  top: 105px !important;
}

.top-110 {
  top: 110px !important;
}

.top-115 {
  top: 115px !important;
}

.top-120 {
  top: 120px !important;
}

.top-125 {
  top: 125px !important;
}

.top-130 {
  top: 130px !important;
}

.top-135 {
  top: 135px !important;
}

.top-140 {
  top: 140px !important;
}

.top-142 {
  top: 142px !important;
}

.top-145 {
  top: 145px !important;
}

.top-150 {
  top: 150px !important;
}

.top-160 {
  top: 160px !important;
}

.top-165 {
  top: 165px !important;
}

.top-170 {
  top: 170px !important;
}

.top-180 {
  top: 180px !important;
}

.top-185 {
  top: 185px !important;
}

.top-190 {
  top: 190px !important;
}

.top-200 {
  top: 200px !important;
}

.top-225 {
  top: 225px !important;
}

.top-auto {
  top: auto !important;
}

.top-px {
  top: 1px !important;
}

.-top-0 {
  top: 0px !important;
}

.-top-5 {
  top: -5px !important;
}

.-top-8 {
  top: -8px !important;
}

.-top-10 {
  top: -10px !important;
}

.-top-15 {
  top: -15px !important;
}

.-top-20 {
  top: -20px !important;
}

.-top-25 {
  top: -25px !important;
}

.-top-26 {
  top: -26px !important;
}

.-top-27 {
  top: -27px !important;
}

.-top-28 {
  top: -28px !important;
}

.-top-30 {
  top: -30px !important;
}

.-top-32 {
  top: -32px !important;
}

.-top-33 {
  top: -33px !important;
}

.-top-34 {
  top: -34px !important;
}

.-top-35 {
  top: -35px !important;
}

.-top-38 {
  top: -38px !important;
}

.-top-40 {
  top: -40px !important;
}

.-top-44 {
  top: -44px !important;
}

.-top-45 {
  top: -45px !important;
}

.-top-50 {
  top: -50px !important;
}

.-top-55 {
  top: -55px !important;
}

.-top-60 {
  top: -60px !important;
}

.-top-65 {
  top: -65px !important;
}

.-top-70 {
  top: -70px !important;
}

.-top-75 {
  top: -75px !important;
}

.-top-80 {
  top: -80px !important;
}

.-top-85 {
  top: -85px !important;
}

.-top-90 {
  top: -90px !important;
}

.-top-95 {
  top: -95px !important;
}

.-top-100 {
  top: -100px !important;
}

.-top-105 {
  top: -105px !important;
}

.-top-110 {
  top: -110px !important;
}

.-top-115 {
  top: -115px !important;
}

.-top-120 {
  top: -120px !important;
}

.-top-125 {
  top: -125px !important;
}

.-top-130 {
  top: -130px !important;
}

.-top-135 {
  top: -135px !important;
}

.-top-140 {
  top: -140px !important;
}

.-top-142 {
  top: -142px !important;
}

.-top-145 {
  top: -145px !important;
}

.-top-150 {
  top: -150px !important;
}

.-top-160 {
  top: -160px !important;
}

.-top-165 {
  top: -165px !important;
}

.-top-170 {
  top: -170px !important;
}

.-top-180 {
  top: -180px !important;
}

.-top-185 {
  top: -185px !important;
}

.-top-190 {
  top: -190px !important;
}

.-top-200 {
  top: -200px !important;
}

.-top-225 {
  top: -225px !important;
}

.-top-px {
  top: -1px !important;
}

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

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

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

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

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

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

.top-full {
  top: 100% !important;
}

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

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

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

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

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

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

.-top-full {
  top: -100% !important;
}

.right-0 {
  right: 0px !important;
}

.right-5 {
  right: 5px !important;
}

.right-8 {
  right: 8px !important;
}

.right-10 {
  right: 10px !important;
}

.right-15 {
  right: 15px !important;
}

.right-20 {
  right: 20px !important;
}

.right-25 {
  right: 25px !important;
}

.right-26 {
  right: 26px !important;
}

.right-27 {
  right: 27px !important;
}

.right-28 {
  right: 28px !important;
}

.right-30 {
  right: 30px !important;
}

.right-32 {
  right: 32px !important;
}

.right-33 {
  right: 33px !important;
}

.right-34 {
  right: 34px !important;
}

.right-35 {
  right: 35px !important;
}

.right-38 {
  right: 38px !important;
}

.right-40 {
  right: 40px !important;
}

.right-44 {
  right: 44px !important;
}

.right-45 {
  right: 45px !important;
}

.right-50 {
  right: 50px !important;
}

.right-55 {
  right: 55px !important;
}

.right-60 {
  right: 60px !important;
}

.right-65 {
  right: 65px !important;
}

.right-70 {
  right: 70px !important;
}

.right-75 {
  right: 75px !important;
}

.right-80 {
  right: 80px !important;
}

.right-85 {
  right: 85px !important;
}

.right-90 {
  right: 90px !important;
}

.right-95 {
  right: 95px !important;
}

.right-100 {
  right: 100px !important;
}

.right-105 {
  right: 105px !important;
}

.right-110 {
  right: 110px !important;
}

.right-115 {
  right: 115px !important;
}

.right-120 {
  right: 120px !important;
}

.right-125 {
  right: 125px !important;
}

.right-130 {
  right: 130px !important;
}

.right-135 {
  right: 135px !important;
}

.right-140 {
  right: 140px !important;
}

.right-142 {
  right: 142px !important;
}

.right-145 {
  right: 145px !important;
}

.right-150 {
  right: 150px !important;
}

.right-160 {
  right: 160px !important;
}

.right-165 {
  right: 165px !important;
}

.right-170 {
  right: 170px !important;
}

.right-180 {
  right: 180px !important;
}

.right-185 {
  right: 185px !important;
}

.right-190 {
  right: 190px !important;
}

.right-200 {
  right: 200px !important;
}

.right-225 {
  right: 225px !important;
}

.right-auto {
  right: auto !important;
}

.right-px {
  right: 1px !important;
}

.-right-0 {
  right: 0px !important;
}

.-right-5 {
  right: -5px !important;
}

.-right-8 {
  right: -8px !important;
}

.-right-10 {
  right: -10px !important;
}

.-right-15 {
  right: -15px !important;
}

.-right-20 {
  right: -20px !important;
}

.-right-25 {
  right: -25px !important;
}

.-right-26 {
  right: -26px !important;
}

.-right-27 {
  right: -27px !important;
}

.-right-28 {
  right: -28px !important;
}

.-right-30 {
  right: -30px !important;
}

.-right-32 {
  right: -32px !important;
}

.-right-33 {
  right: -33px !important;
}

.-right-34 {
  right: -34px !important;
}

.-right-35 {
  right: -35px !important;
}

.-right-38 {
  right: -38px !important;
}

.-right-40 {
  right: -40px !important;
}

.-right-44 {
  right: -44px !important;
}

.-right-45 {
  right: -45px !important;
}

.-right-50 {
  right: -50px !important;
}

.-right-55 {
  right: -55px !important;
}

.-right-60 {
  right: -60px !important;
}

.-right-65 {
  right: -65px !important;
}

.-right-70 {
  right: -70px !important;
}

.-right-75 {
  right: -75px !important;
}

.-right-80 {
  right: -80px !important;
}

.-right-85 {
  right: -85px !important;
}

.-right-90 {
  right: -90px !important;
}

.-right-95 {
  right: -95px !important;
}

.-right-100 {
  right: -100px !important;
}

.-right-105 {
  right: -105px !important;
}

.-right-110 {
  right: -110px !important;
}

.-right-115 {
  right: -115px !important;
}

.-right-120 {
  right: -120px !important;
}

.-right-125 {
  right: -125px !important;
}

.-right-130 {
  right: -130px !important;
}

.-right-135 {
  right: -135px !important;
}

.-right-140 {
  right: -140px !important;
}

.-right-142 {
  right: -142px !important;
}

.-right-145 {
  right: -145px !important;
}

.-right-150 {
  right: -150px !important;
}

.-right-160 {
  right: -160px !important;
}

.-right-165 {
  right: -165px !important;
}

.-right-170 {
  right: -170px !important;
}

.-right-180 {
  right: -180px !important;
}

.-right-185 {
  right: -185px !important;
}

.-right-190 {
  right: -190px !important;
}

.-right-200 {
  right: -200px !important;
}

.-right-225 {
  right: -225px !important;
}

.-right-px {
  right: -1px !important;
}

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

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

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

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

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

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

.right-full {
  right: 100% !important;
}

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

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

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

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

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

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

.-right-full {
  right: -100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.bottom-15 {
  bottom: 15px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-26 {
  bottom: 26px !important;
}

.bottom-27 {
  bottom: 27px !important;
}

.bottom-28 {
  bottom: 28px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-32 {
  bottom: 32px !important;
}

.bottom-33 {
  bottom: 33px !important;
}

.bottom-34 {
  bottom: 34px !important;
}

.bottom-35 {
  bottom: 35px !important;
}

.bottom-38 {
  bottom: 38px !important;
}

.bottom-40 {
  bottom: 40px !important;
}

.bottom-44 {
  bottom: 44px !important;
}

.bottom-45 {
  bottom: 45px !important;
}

.bottom-50 {
  bottom: 50px !important;
}

.bottom-55 {
  bottom: 55px !important;
}

.bottom-60 {
  bottom: 60px !important;
}

.bottom-65 {
  bottom: 65px !important;
}

.bottom-70 {
  bottom: 70px !important;
}

.bottom-75 {
  bottom: 75px !important;
}

.bottom-80 {
  bottom: 80px !important;
}

.bottom-85 {
  bottom: 85px !important;
}

.bottom-90 {
  bottom: 90px !important;
}

.bottom-95 {
  bottom: 95px !important;
}

.bottom-100 {
  bottom: 100px !important;
}

.bottom-105 {
  bottom: 105px !important;
}

.bottom-110 {
  bottom: 110px !important;
}

.bottom-115 {
  bottom: 115px !important;
}

.bottom-120 {
  bottom: 120px !important;
}

.bottom-125 {
  bottom: 125px !important;
}

.bottom-130 {
  bottom: 130px !important;
}

.bottom-135 {
  bottom: 135px !important;
}

.bottom-140 {
  bottom: 140px !important;
}

.bottom-142 {
  bottom: 142px !important;
}

.bottom-145 {
  bottom: 145px !important;
}

.bottom-150 {
  bottom: 150px !important;
}

.bottom-160 {
  bottom: 160px !important;
}

.bottom-165 {
  bottom: 165px !important;
}

.bottom-170 {
  bottom: 170px !important;
}

.bottom-180 {
  bottom: 180px !important;
}

.bottom-185 {
  bottom: 185px !important;
}

.bottom-190 {
  bottom: 190px !important;
}

.bottom-200 {
  bottom: 200px !important;
}

.bottom-225 {
  bottom: 225px !important;
}

.bottom-auto {
  bottom: auto !important;
}

.bottom-px {
  bottom: 1px !important;
}

.-bottom-0 {
  bottom: 0px !important;
}

.-bottom-5 {
  bottom: -5px !important;
}

.-bottom-8 {
  bottom: -8px !important;
}

.-bottom-10 {
  bottom: -10px !important;
}

.-bottom-15 {
  bottom: -15px !important;
}

.-bottom-20 {
  bottom: -20px !important;
}

.-bottom-25 {
  bottom: -25px !important;
}

.-bottom-26 {
  bottom: -26px !important;
}

.-bottom-27 {
  bottom: -27px !important;
}

.-bottom-28 {
  bottom: -28px !important;
}

.-bottom-30 {
  bottom: -30px !important;
}

.-bottom-32 {
  bottom: -32px !important;
}

.-bottom-33 {
  bottom: -33px !important;
}

.-bottom-34 {
  bottom: -34px !important;
}

.-bottom-35 {
  bottom: -35px !important;
}

.-bottom-38 {
  bottom: -38px !important;
}

.-bottom-40 {
  bottom: -40px !important;
}

.-bottom-44 {
  bottom: -44px !important;
}

.-bottom-45 {
  bottom: -45px !important;
}

.-bottom-50 {
  bottom: -50px !important;
}

.-bottom-55 {
  bottom: -55px !important;
}

.-bottom-60 {
  bottom: -60px !important;
}

.-bottom-65 {
  bottom: -65px !important;
}

.-bottom-70 {
  bottom: -70px !important;
}

.-bottom-75 {
  bottom: -75px !important;
}

.-bottom-80 {
  bottom: -80px !important;
}

.-bottom-85 {
  bottom: -85px !important;
}

.-bottom-90 {
  bottom: -90px !important;
}

.-bottom-95 {
  bottom: -95px !important;
}

.-bottom-100 {
  bottom: -100px !important;
}

.-bottom-105 {
  bottom: -105px !important;
}

.-bottom-110 {
  bottom: -110px !important;
}

.-bottom-115 {
  bottom: -115px !important;
}

.-bottom-120 {
  bottom: -120px !important;
}

.-bottom-125 {
  bottom: -125px !important;
}

.-bottom-130 {
  bottom: -130px !important;
}

.-bottom-135 {
  bottom: -135px !important;
}

.-bottom-140 {
  bottom: -140px !important;
}

.-bottom-142 {
  bottom: -142px !important;
}

.-bottom-145 {
  bottom: -145px !important;
}

.-bottom-150 {
  bottom: -150px !important;
}

.-bottom-160 {
  bottom: -160px !important;
}

.-bottom-165 {
  bottom: -165px !important;
}

.-bottom-170 {
  bottom: -170px !important;
}

.-bottom-180 {
  bottom: -180px !important;
}

.-bottom-185 {
  bottom: -185px !important;
}

.-bottom-190 {
  bottom: -190px !important;
}

.-bottom-200 {
  bottom: -200px !important;
}

.-bottom-225 {
  bottom: -225px !important;
}

.-bottom-px {
  bottom: -1px !important;
}

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

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

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

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

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

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

.bottom-full {
  bottom: 100% !important;
}

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

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

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

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

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

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

.-bottom-full {
  bottom: -100% !important;
}

.left-0 {
  left: 0px !important;
}

.left-5 {
  left: 5px !important;
}

.left-8 {
  left: 8px !important;
}

.left-10 {
  left: 10px !important;
}

.left-15 {
  left: 15px !important;
}

.left-20 {
  left: 20px !important;
}

.left-25 {
  left: 25px !important;
}

.left-26 {
  left: 26px !important;
}

.left-27 {
  left: 27px !important;
}

.left-28 {
  left: 28px !important;
}

.left-30 {
  left: 30px !important;
}

.left-32 {
  left: 32px !important;
}

.left-33 {
  left: 33px !important;
}

.left-34 {
  left: 34px !important;
}

.left-35 {
  left: 35px !important;
}

.left-38 {
  left: 38px !important;
}

.left-40 {
  left: 40px !important;
}

.left-44 {
  left: 44px !important;
}

.left-45 {
  left: 45px !important;
}

.left-50 {
  left: 50px !important;
}

.left-55 {
  left: 55px !important;
}

.left-60 {
  left: 60px !important;
}

.left-65 {
  left: 65px !important;
}

.left-70 {
  left: 70px !important;
}

.left-75 {
  left: 75px !important;
}

.left-80 {
  left: 80px !important;
}

.left-85 {
  left: 85px !important;
}

.left-90 {
  left: 90px !important;
}

.left-95 {
  left: 95px !important;
}

.left-100 {
  left: 100px !important;
}

.left-105 {
  left: 105px !important;
}

.left-110 {
  left: 110px !important;
}

.left-115 {
  left: 115px !important;
}

.left-120 {
  left: 120px !important;
}

.left-125 {
  left: 125px !important;
}

.left-130 {
  left: 130px !important;
}

.left-135 {
  left: 135px !important;
}

.left-140 {
  left: 140px !important;
}

.left-142 {
  left: 142px !important;
}

.left-145 {
  left: 145px !important;
}

.left-150 {
  left: 150px !important;
}

.left-160 {
  left: 160px !important;
}

.left-165 {
  left: 165px !important;
}

.left-170 {
  left: 170px !important;
}

.left-180 {
  left: 180px !important;
}

.left-185 {
  left: 185px !important;
}

.left-190 {
  left: 190px !important;
}

.left-200 {
  left: 200px !important;
}

.left-225 {
  left: 225px !important;
}

.left-auto {
  left: auto !important;
}

.left-px {
  left: 1px !important;
}

.-left-0 {
  left: 0px !important;
}

.-left-5 {
  left: -5px !important;
}

.-left-8 {
  left: -8px !important;
}

.-left-10 {
  left: -10px !important;
}

.-left-15 {
  left: -15px !important;
}

.-left-20 {
  left: -20px !important;
}

.-left-25 {
  left: -25px !important;
}

.-left-26 {
  left: -26px !important;
}

.-left-27 {
  left: -27px !important;
}

.-left-28 {
  left: -28px !important;
}

.-left-30 {
  left: -30px !important;
}

.-left-32 {
  left: -32px !important;
}

.-left-33 {
  left: -33px !important;
}

.-left-34 {
  left: -34px !important;
}

.-left-35 {
  left: -35px !important;
}

.-left-38 {
  left: -38px !important;
}

.-left-40 {
  left: -40px !important;
}

.-left-44 {
  left: -44px !important;
}

.-left-45 {
  left: -45px !important;
}

.-left-50 {
  left: -50px !important;
}

.-left-55 {
  left: -55px !important;
}

.-left-60 {
  left: -60px !important;
}

.-left-65 {
  left: -65px !important;
}

.-left-70 {
  left: -70px !important;
}

.-left-75 {
  left: -75px !important;
}

.-left-80 {
  left: -80px !important;
}

.-left-85 {
  left: -85px !important;
}

.-left-90 {
  left: -90px !important;
}

.-left-95 {
  left: -95px !important;
}

.-left-100 {
  left: -100px !important;
}

.-left-105 {
  left: -105px !important;
}

.-left-110 {
  left: -110px !important;
}

.-left-115 {
  left: -115px !important;
}

.-left-120 {
  left: -120px !important;
}

.-left-125 {
  left: -125px !important;
}

.-left-130 {
  left: -130px !important;
}

.-left-135 {
  left: -135px !important;
}

.-left-140 {
  left: -140px !important;
}

.-left-142 {
  left: -142px !important;
}

.-left-145 {
  left: -145px !important;
}

.-left-150 {
  left: -150px !important;
}

.-left-160 {
  left: -160px !important;
}

.-left-165 {
  left: -165px !important;
}

.-left-170 {
  left: -170px !important;
}

.-left-180 {
  left: -180px !important;
}

.-left-185 {
  left: -185px !important;
}

.-left-190 {
  left: -190px !important;
}

.-left-200 {
  left: -200px !important;
}

.-left-225 {
  left: -225px !important;
}

.-left-px {
  left: -1px !important;
}

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

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

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

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

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

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

.left-full {
  left: 100% !important;
}

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

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

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

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

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

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

.-left-full {
  left: -100% !important;
}

.isolate {
  isolation: isolate !important;
}

.isolation-auto {
  isolation: auto !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-auto {
  z-index: auto !important;
}

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

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

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

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

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

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

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

.focus\:z-0:focus {
  z-index: 0 !important;
}

.focus\:z-10:focus {
  z-index: 10 !important;
}

.focus\:z-20:focus {
  z-index: 20 !important;
}

.focus\:z-30:focus {
  z-index: 30 !important;
}

.focus\:z-40:focus {
  z-index: 40 !important;
}

.focus\:z-50:focus {
  z-index: 50 !important;
}

.focus\:z-auto:focus {
  z-index: auto !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-first {
  order: -9999 !important;
}

.order-last {
  order: 9999 !important;
}

.order-none {
  order: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

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

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

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

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

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

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

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

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-start-7 {
  grid-row-start: 7 !important;
}

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

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

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

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

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

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

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

.row-end-7 {
  grid-row-end: 7 !important;
}

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

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

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

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

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

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

.m-5 {
  margin: 5px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.m-27 {
  margin: 27px !important;
}

.m-28 {
  margin: 28px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-33 {
  margin: 33px !important;
}

.m-34 {
  margin: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-38 {
  margin: 38px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-44 {
  margin: 44px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-105 {
  margin: 105px !important;
}

.m-110 {
  margin: 110px !important;
}

.m-115 {
  margin: 115px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-125 {
  margin: 125px !important;
}

.m-130 {
  margin: 130px !important;
}

.m-135 {
  margin: 135px !important;
}

.m-140 {
  margin: 140px !important;
}

.m-142 {
  margin: 142px !important;
}

.m-145 {
  margin: 145px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.m-165 {
  margin: 165px !important;
}

.m-170 {
  margin: 170px !important;
}

.m-180 {
  margin: 180px !important;
}

.m-185 {
  margin: 185px !important;
}

.m-190 {
  margin: 190px !important;
}

.m-200 {
  margin: 200px !important;
}

.m-225 {
  margin: 225px !important;
}

.m-auto {
  margin: auto !important;
}

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

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

.-m-5 {
  margin: -5px !important;
}

.-m-8 {
  margin: -8px !important;
}

.-m-10 {
  margin: -10px !important;
}

.-m-15 {
  margin: -15px !important;
}

.-m-20 {
  margin: -20px !important;
}

.-m-25 {
  margin: -25px !important;
}

.-m-26 {
  margin: -26px !important;
}

.-m-27 {
  margin: -27px !important;
}

.-m-28 {
  margin: -28px !important;
}

.-m-30 {
  margin: -30px !important;
}

.-m-32 {
  margin: -32px !important;
}

.-m-33 {
  margin: -33px !important;
}

.-m-34 {
  margin: -34px !important;
}

.-m-35 {
  margin: -35px !important;
}

.-m-38 {
  margin: -38px !important;
}

.-m-40 {
  margin: -40px !important;
}

.-m-44 {
  margin: -44px !important;
}

.-m-45 {
  margin: -45px !important;
}

.-m-50 {
  margin: -50px !important;
}

.-m-55 {
  margin: -55px !important;
}

.-m-60 {
  margin: -60px !important;
}

.-m-65 {
  margin: -65px !important;
}

.-m-70 {
  margin: -70px !important;
}

.-m-75 {
  margin: -75px !important;
}

.-m-80 {
  margin: -80px !important;
}

.-m-85 {
  margin: -85px !important;
}

.-m-90 {
  margin: -90px !important;
}

.-m-95 {
  margin: -95px !important;
}

.-m-100 {
  margin: -100px !important;
}

.-m-105 {
  margin: -105px !important;
}

.-m-110 {
  margin: -110px !important;
}

.-m-115 {
  margin: -115px !important;
}

.-m-120 {
  margin: -120px !important;
}

.-m-125 {
  margin: -125px !important;
}

.-m-130 {
  margin: -130px !important;
}

.-m-135 {
  margin: -135px !important;
}

.-m-140 {
  margin: -140px !important;
}

.-m-142 {
  margin: -142px !important;
}

.-m-145 {
  margin: -145px !important;
}

.-m-150 {
  margin: -150px !important;
}

.-m-160 {
  margin: -160px !important;
}

.-m-165 {
  margin: -165px !important;
}

.-m-170 {
  margin: -170px !important;
}

.-m-180 {
  margin: -180px !important;
}

.-m-185 {
  margin: -185px !important;
}

.-m-190 {
  margin: -190px !important;
}

.-m-200 {
  margin: -200px !important;
}

.-m-225 {
  margin: -225px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.my-142 {
  margin-top: 142px !important;
  margin-bottom: 142px !important;
}

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.my-225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.-my-5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.-my-8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.-my-10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.-my-15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.-my-20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.-my-25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.-my-26 {
  margin-top: -26px !important;
  margin-bottom: -26px !important;
}

.-my-27 {
  margin-top: -27px !important;
  margin-bottom: -27px !important;
}

.-my-28 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

.-my-30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-my-32 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.-my-33 {
  margin-top: -33px !important;
  margin-bottom: -33px !important;
}

.-my-34 {
  margin-top: -34px !important;
  margin-bottom: -34px !important;
}

.-my-35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.-my-38 {
  margin-top: -38px !important;
  margin-bottom: -38px !important;
}

.-my-40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.-my-44 {
  margin-top: -44px !important;
  margin-bottom: -44px !important;
}

.-my-45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.-my-50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.-my-55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important;
}

.-my-60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.-my-65 {
  margin-top: -65px !important;
  margin-bottom: -65px !important;
}

.-my-70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important;
}

.-my-75 {
  margin-top: -75px !important;
  margin-bottom: -75px !important;
}

.-my-80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.-my-85 {
  margin-top: -85px !important;
  margin-bottom: -85px !important;
}

.-my-90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.-my-95 {
  margin-top: -95px !important;
  margin-bottom: -95px !important;
}

.-my-100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.-my-105 {
  margin-top: -105px !important;
  margin-bottom: -105px !important;
}

.-my-110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important;
}

.-my-115 {
  margin-top: -115px !important;
  margin-bottom: -115px !important;
}

.-my-120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.-my-125 {
  margin-top: -125px !important;
  margin-bottom: -125px !important;
}

.-my-130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important;
}

.-my-135 {
  margin-top: -135px !important;
  margin-bottom: -135px !important;
}

.-my-140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important;
}

.-my-142 {
  margin-top: -142px !important;
  margin-bottom: -142px !important;
}

.-my-145 {
  margin-top: -145px !important;
  margin-bottom: -145px !important;
}

.-my-150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important;
}

.-my-160 {
  margin-top: -160px !important;
  margin-bottom: -160px !important;
}

.-my-165 {
  margin-top: -165px !important;
  margin-bottom: -165px !important;
}

.-my-170 {
  margin-top: -170px !important;
  margin-bottom: -170px !important;
}

.-my-180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important;
}

.-my-185 {
  margin-top: -185px !important;
  margin-bottom: -185px !important;
}

.-my-190 {
  margin-top: -190px !important;
  margin-bottom: -190px !important;
}

.-my-200 {
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.-my-225 {
  margin-top: -225px !important;
  margin-bottom: -225px !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-160 {
  margin-left: -160px !important;
}

.-ml-165 {
  margin-left: -165px !important;
}

.-ml-170 {
  margin-left: -170px !important;
}

.-ml-180 {
  margin-left: -180px !important;
}

.-ml-185 {
  margin-left: -185px !important;
}

.-ml-190 {
  margin-left: -190px !important;
}

.-ml-200 {
  margin-left: -200px !important;
}

.-ml-225 {
  margin-left: -225px !important;
}

.-ml-px {
  margin-left: -1px !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.inline-table {
  display: inline-table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.h-0 {
  height: 0px !important;
}

.h-5 {
  height: 5px !important;
}

.h-8 {
  height: 8px !important;
}

.h-10 {
  height: 10px !important;
}

.h-15 {
  height: 15px !important;
}

.h-20 {
  height: 20px !important;
}

.h-25 {
  height: 25px !important;
}

.h-26 {
  height: 26px !important;
}

.h-27 {
  height: 27px !important;
}

.h-28 {
  height: 28px !important;
}

.h-30 {
  height: 30px !important;
}

.h-32 {
  height: 32px !important;
}

.h-33 {
  height: 33px !important;
}

.h-34 {
  height: 34px !important;
}

.h-35 {
  height: 35px !important;
}

.h-38 {
  height: 38px !important;
}

.h-40 {
  height: 40px !important;
}

.h-44 {
  height: 44px !important;
}

.h-45 {
  height: 45px !important;
}

.h-50 {
  height: 50px !important;
}

.h-55 {
  height: 55px !important;
}

.h-60 {
  height: 60px !important;
}

.h-65 {
  height: 65px !important;
}

.h-70 {
  height: 70px !important;
}

.h-75 {
  height: 75px !important;
}

.h-80 {
  height: 80px !important;
}

.h-85 {
  height: 85px !important;
}

.h-90 {
  height: 90px !important;
}

.h-95 {
  height: 95px !important;
}

.h-100 {
  height: 100px !important;
}

.h-105 {
  height: 105px !important;
}

.h-110 {
  height: 110px !important;
}

.h-115 {
  height: 115px !important;
}

.h-120 {
  height: 120px !important;
}

.h-125 {
  height: 125px !important;
}

.h-130 {
  height: 130px !important;
}

.h-135 {
  height: 135px !important;
}

.h-140 {
  height: 140px !important;
}

.h-142 {
  height: 142px !important;
}

.h-145 {
  height: 145px !important;
}

.h-150 {
  height: 150px !important;
}

.h-160 {
  height: 160px !important;
}

.h-165 {
  height: 165px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

.h-185 {
  height: 185px !important;
}

.h-190 {
  height: 190px !important;
}

.h-200 {
  height: 200px !important;
}

.h-225 {
  height: 225px !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-1\/2 {
  height: 50% !important;
}

.h-1\/3 {
  height: 33.333333% !important;
}

.h-2\/3 {
  height: 66.666667% !important;
}

.h-1\/4 {
  height: 25% !important;
}

.h-2\/4 {
  height: 50% !important;
}

.h-3\/4 {
  height: 75% !important;
}

.h-1\/5 {
  height: 20% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-2\/6 {
  height: 33.333333% !important;
}

.h-3\/6 {
  height: 50% !important;
}

.h-4\/6 {
  height: 66.666667% !important;
}

.h-5\/6 {
  height: 83.333333% !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-5 {
  max-height: 5px !important;
}

.max-h-8 {
  max-height: 8px !important;
}

.max-h-10 {
  max-height: 10px !important;
}

.max-h-15 {
  max-height: 15px !important;
}

.max-h-20 {
  max-height: 20px !important;
}

.max-h-25 {
  max-height: 25px !important;
}

.max-h-26 {
  max-height: 26px !important;
}

.max-h-27 {
  max-height: 27px !important;
}

.max-h-28 {
  max-height: 28px !important;
}

.max-h-30 {
  max-height: 30px !important;
}

.max-h-32 {
  max-height: 32px !important;
}

.max-h-33 {
  max-height: 33px !important;
}

.max-h-34 {
  max-height: 34px !important;
}

.max-h-35 {
  max-height: 35px !important;
}

.max-h-38 {
  max-height: 38px !important;
}

.max-h-40 {
  max-height: 40px !important;
}

.max-h-44 {
  max-height: 44px !important;
}

.max-h-45 {
  max-height: 45px !important;
}

.max-h-50 {
  max-height: 50px !important;
}

.max-h-55 {
  max-height: 55px !important;
}

.max-h-60 {
  max-height: 60px !important;
}

.max-h-65 {
  max-height: 65px !important;
}

.max-h-70 {
  max-height: 70px !important;
}

.max-h-75 {
  max-height: 75px !important;
}

.max-h-80 {
  max-height: 80px !important;
}

.max-h-85 {
  max-height: 85px !important;
}

.max-h-90 {
  max-height: 90px !important;
}

.max-h-95 {
  max-height: 95px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-105 {
  max-height: 105px !important;
}

.max-h-110 {
  max-height: 110px !important;
}

.max-h-115 {
  max-height: 115px !important;
}

.max-h-120 {
  max-height: 120px !important;
}

.max-h-125 {
  max-height: 125px !important;
}

.max-h-130 {
  max-height: 130px !important;
}

.max-h-135 {
  max-height: 135px !important;
}

.max-h-140 {
  max-height: 140px !important;
}

.max-h-142 {
  max-height: 142px !important;
}

.max-h-145 {
  max-height: 145px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.max-h-160 {
  max-height: 160px !important;
}

.max-h-165 {
  max-height: 165px !important;
}

.max-h-170 {
  max-height: 170px !important;
}

.max-h-180 {
  max-height: 180px !important;
}

.max-h-185 {
  max-height: 185px !important;
}

.max-h-190 {
  max-height: 190px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-225 {
  max-height: 225px !important;
}

.max-h-px {
  max-height: 1px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.w-0 {
  width: 0px !important;
}

.w-5 {
  width: 5px !important;
}

.w-8 {
  width: 8px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-26 {
  width: 26px !important;
}

.w-27 {
  width: 27px !important;
}

.w-28 {
  width: 28px !important;
}

.w-30 {
  width: 30px !important;
}

.w-32 {
  width: 32px !important;
}

.w-33 {
  width: 33px !important;
}

.w-34 {
  width: 34px !important;
}

.w-35 {
  width: 35px !important;
}

.w-38 {
  width: 38px !important;
}

.w-40 {
  width: 40px !important;
}

.w-44 {
  width: 44px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-142 {
  width: 142px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-200 {
  width: 200px !important;
}

.w-225 {
  width: 225px !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-0 {
  min-width: 0px !important;
}

.min-w-full {
  min-width: 100% !important;
}

.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.max-w-0 {
  max-width: 0rem !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose {
  max-width: 65ch !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.transform-none {
  transform: none !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
}

.translate-x-5 {
  --tw-translate-x: 5px !important;
}

.translate-x-8 {
  --tw-translate-x: 8px !important;
}

.translate-x-10 {
  --tw-translate-x: 10px !important;
}

.translate-x-15 {
  --tw-translate-x: 15px !important;
}

.translate-x-20 {
  --tw-translate-x: 20px !important;
}

.translate-x-25 {
  --tw-translate-x: 25px !important;
}

.translate-x-26 {
  --tw-translate-x: 26px !important;
}

.translate-x-27 {
  --tw-translate-x: 27px !important;
}

.translate-x-28 {
  --tw-translate-x: 28px !important;
}

.translate-x-30 {
  --tw-translate-x: 30px !important;
}

.translate-x-32 {
  --tw-translate-x: 32px !important;
}

.translate-x-33 {
  --tw-translate-x: 33px !important;
}

.translate-x-34 {
  --tw-translate-x: 34px !important;
}

.translate-x-35 {
  --tw-translate-x: 35px !important;
}

.translate-x-38 {
  --tw-translate-x: 38px !important;
}

.translate-x-40 {
  --tw-translate-x: 40px !important;
}

.translate-x-44 {
  --tw-translate-x: 44px !important;
}

.translate-x-45 {
  --tw-translate-x: 45px !important;
}

.translate-x-50 {
  --tw-translate-x: 50px !important;
}

.translate-x-55 {
  --tw-translate-x: 55px !important;
}

.translate-x-60 {
  --tw-translate-x: 60px !important;
}

.translate-x-65 {
  --tw-translate-x: 65px !important;
}

.translate-x-70 {
  --tw-translate-x: 70px !important;
}

.translate-x-75 {
  --tw-translate-x: 75px !important;
}

.translate-x-80 {
  --tw-translate-x: 80px !important;
}

.translate-x-85 {
  --tw-translate-x: 85px !important;
}

.translate-x-90 {
  --tw-translate-x: 90px !important;
}

.translate-x-95 {
  --tw-translate-x: 95px !important;
}

.translate-x-100 {
  --tw-translate-x: 100px !important;
}

.translate-x-105 {
  --tw-translate-x: 105px !important;
}

.translate-x-110 {
  --tw-translate-x: 110px !important;
}

.translate-x-115 {
  --tw-translate-x: 115px !important;
}

.translate-x-120 {
  --tw-translate-x: 120px !important;
}

.translate-x-125 {
  --tw-translate-x: 125px !important;
}

.translate-x-130 {
  --tw-translate-x: 130px !important;
}

.translate-x-135 {
  --tw-translate-x: 135px !important;
}

.translate-x-140 {
  --tw-translate-x: 140px !important;
}

.translate-x-142 {
  --tw-translate-x: 142px !important;
}

.translate-x-145 {
  --tw-translate-x: 145px !important;
}

.translate-x-150 {
  --tw-translate-x: 150px !important;
}

.translate-x-160 {
  --tw-translate-x: 160px !important;
}

.translate-x-165 {
  --tw-translate-x: 165px !important;
}

.translate-x-170 {
  --tw-translate-x: 170px !important;
}

.translate-x-180 {
  --tw-translate-x: 180px !important;
}

.translate-x-185 {
  --tw-translate-x: 185px !important;
}

.translate-x-190 {
  --tw-translate-x: 190px !important;
}

.translate-x-200 {
  --tw-translate-x: 200px !important;
}

.translate-x-225 {
  --tw-translate-x: 225px !important;
}

.translate-x-px {
  --tw-translate-x: 1px !important;
}

.-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.-translate-x-5 {
  --tw-translate-x: -5px !important;
}

.-translate-x-8 {
  --tw-translate-x: -8px !important;
}

.-translate-x-10 {
  --tw-translate-x: -10px !important;
}

.-translate-x-15 {
  --tw-translate-x: -15px !important;
}

.-translate-x-20 {
  --tw-translate-x: -20px !important;
}

.-translate-x-25 {
  --tw-translate-x: -25px !important;
}

.-translate-x-26 {
  --tw-translate-x: -26px !important;
}

.-translate-x-27 {
  --tw-translate-x: -27px !important;
}

.-translate-x-28 {
  --tw-translate-x: -28px !important;
}

.-translate-x-30 {
  --tw-translate-x: -30px !important;
}

.-translate-x-32 {
  --tw-translate-x: -32px !important;
}

.-translate-x-33 {
  --tw-translate-x: -33px !important;
}

.-translate-x-34 {
  --tw-translate-x: -34px !important;
}

.-translate-x-35 {
  --tw-translate-x: -35px !important;
}

.-translate-x-38 {
  --tw-translate-x: -38px !important;
}

.-translate-x-40 {
  --tw-translate-x: -40px !important;
}

.-translate-x-44 {
  --tw-translate-x: -44px !important;
}

.-translate-x-45 {
  --tw-translate-x: -45px !important;
}

.-translate-x-50 {
  --tw-translate-x: -50px !important;
}

.-translate-x-55 {
  --tw-translate-x: -55px !important;
}

.-translate-x-60 {
  --tw-translate-x: -60px !important;
}

.-translate-x-65 {
  --tw-translate-x: -65px !important;
}

.-translate-x-70 {
  --tw-translate-x: -70px !important;
}

.-translate-x-75 {
  --tw-translate-x: -75px !important;
}

.-translate-x-80 {
  --tw-translate-x: -80px !important;
}

.-translate-x-85 {
  --tw-translate-x: -85px !important;
}

.-translate-x-90 {
  --tw-translate-x: -90px !important;
}

.-translate-x-95 {
  --tw-translate-x: -95px !important;
}

.-translate-x-100 {
  --tw-translate-x: -100px !important;
}

.-translate-x-105 {
  --tw-translate-x: -105px !important;
}

.-translate-x-110 {
  --tw-translate-x: -110px !important;
}

.-translate-x-115 {
  --tw-translate-x: -115px !important;
}

.-translate-x-120 {
  --tw-translate-x: -120px !important;
}

.-translate-x-125 {
  --tw-translate-x: -125px !important;
}

.-translate-x-130 {
  --tw-translate-x: -130px !important;
}

.-translate-x-135 {
  --tw-translate-x: -135px !important;
}

.-translate-x-140 {
  --tw-translate-x: -140px !important;
}

.-translate-x-142 {
  --tw-translate-x: -142px !important;
}

.-translate-x-145 {
  --tw-translate-x: -145px !important;
}

.-translate-x-150 {
  --tw-translate-x: -150px !important;
}

.-translate-x-160 {
  --tw-translate-x: -160px !important;
}

.-translate-x-165 {
  --tw-translate-x: -165px !important;
}

.-translate-x-170 {
  --tw-translate-x: -170px !important;
}

.-translate-x-180 {
  --tw-translate-x: -180px !important;
}

.-translate-x-185 {
  --tw-translate-x: -185px !important;
}

.-translate-x-190 {
  --tw-translate-x: -190px !important;
}

.-translate-x-200 {
  --tw-translate-x: -200px !important;
}

.-translate-x-225 {
  --tw-translate-x: -225px !important;
}

.-translate-x-px {
  --tw-translate-x: -1px !important;
}

.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

.translate-x-full {
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

.-translate-x-full {
  --tw-translate-x: -100% !important;
}

.translate-y-0 {
  --tw-translate-y: 0px !important;
}

.translate-y-5 {
  --tw-translate-y: 5px !important;
}

.translate-y-8 {
  --tw-translate-y: 8px !important;
}

.translate-y-10 {
  --tw-translate-y: 10px !important;
}

.translate-y-15 {
  --tw-translate-y: 15px !important;
}

.translate-y-20 {
  --tw-translate-y: 20px !important;
}

.translate-y-25 {
  --tw-translate-y: 25px !important;
}

.translate-y-26 {
  --tw-translate-y: 26px !important;
}

.translate-y-27 {
  --tw-translate-y: 27px !important;
}

.translate-y-28 {
  --tw-translate-y: 28px !important;
}

.translate-y-30 {
  --tw-translate-y: 30px !important;
}

.translate-y-32 {
  --tw-translate-y: 32px !important;
}

.translate-y-33 {
  --tw-translate-y: 33px !important;
}

.translate-y-34 {
  --tw-translate-y: 34px !important;
}

.translate-y-35 {
  --tw-translate-y: 35px !important;
}

.translate-y-38 {
  --tw-translate-y: 38px !important;
}

.translate-y-40 {
  --tw-translate-y: 40px !important;
}

.translate-y-44 {
  --tw-translate-y: 44px !important;
}

.translate-y-45 {
  --tw-translate-y: 45px !important;
}

.translate-y-50 {
  --tw-translate-y: 50px !important;
}

.translate-y-55 {
  --tw-translate-y: 55px !important;
}

.translate-y-60 {
  --tw-translate-y: 60px !important;
}

.translate-y-65 {
  --tw-translate-y: 65px !important;
}

.translate-y-70 {
  --tw-translate-y: 70px !important;
}

.translate-y-75 {
  --tw-translate-y: 75px !important;
}

.translate-y-80 {
  --tw-translate-y: 80px !important;
}

.translate-y-85 {
  --tw-translate-y: 85px !important;
}

.translate-y-90 {
  --tw-translate-y: 90px !important;
}

.translate-y-95 {
  --tw-translate-y: 95px !important;
}

.translate-y-100 {
  --tw-translate-y: 100px !important;
}

.translate-y-105 {
  --tw-translate-y: 105px !important;
}

.translate-y-110 {
  --tw-translate-y: 110px !important;
}

.translate-y-115 {
  --tw-translate-y: 115px !important;
}

.translate-y-120 {
  --tw-translate-y: 120px !important;
}

.translate-y-125 {
  --tw-translate-y: 125px !important;
}

.translate-y-130 {
  --tw-translate-y: 130px !important;
}

.translate-y-135 {
  --tw-translate-y: 135px !important;
}

.translate-y-140 {
  --tw-translate-y: 140px !important;
}

.translate-y-142 {
  --tw-translate-y: 142px !important;
}

.translate-y-145 {
  --tw-translate-y: 145px !important;
}

.translate-y-150 {
  --tw-translate-y: 150px !important;
}

.translate-y-160 {
  --tw-translate-y: 160px !important;
}

.translate-y-165 {
  --tw-translate-y: 165px !important;
}

.translate-y-170 {
  --tw-translate-y: 170px !important;
}

.translate-y-180 {
  --tw-translate-y: 180px !important;
}

.translate-y-185 {
  --tw-translate-y: 185px !important;
}

.translate-y-190 {
  --tw-translate-y: 190px !important;
}

.translate-y-200 {
  --tw-translate-y: 200px !important;
}

.translate-y-225 {
  --tw-translate-y: 225px !important;
}

.translate-y-px {
  --tw-translate-y: 1px !important;
}

.-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.-translate-y-5 {
  --tw-translate-y: -5px !important;
}

.-translate-y-8 {
  --tw-translate-y: -8px !important;
}

.-translate-y-10 {
  --tw-translate-y: -10px !important;
}

.-translate-y-15 {
  --tw-translate-y: -15px !important;
}

.-translate-y-20 {
  --tw-translate-y: -20px !important;
}

.-translate-y-25 {
  --tw-translate-y: -25px !important;
}

.-translate-y-26 {
  --tw-translate-y: -26px !important;
}

.-translate-y-27 {
  --tw-translate-y: -27px !important;
}

.-translate-y-28 {
  --tw-translate-y: -28px !important;
}

.-translate-y-30 {
  --tw-translate-y: -30px !important;
}

.-translate-y-32 {
  --tw-translate-y: -32px !important;
}

.-translate-y-33 {
  --tw-translate-y: -33px !important;
}

.-translate-y-34 {
  --tw-translate-y: -34px !important;
}

.-translate-y-35 {
  --tw-translate-y: -35px !important;
}

.-translate-y-38 {
  --tw-translate-y: -38px !important;
}

.-translate-y-40 {
  --tw-translate-y: -40px !important;
}

.-translate-y-44 {
  --tw-translate-y: -44px !important;
}

.-translate-y-45 {
  --tw-translate-y: -45px !important;
}

.-translate-y-50 {
  --tw-translate-y: -50px !important;
}

.-translate-y-55 {
  --tw-translate-y: -55px !important;
}

.-translate-y-60 {
  --tw-translate-y: -60px !important;
}

.-translate-y-65 {
  --tw-translate-y: -65px !important;
}

.-translate-y-70 {
  --tw-translate-y: -70px !important;
}

.-translate-y-75 {
  --tw-translate-y: -75px !important;
}

.-translate-y-80 {
  --tw-translate-y: -80px !important;
}

.-translate-y-85 {
  --tw-translate-y: -85px !important;
}

.-translate-y-90 {
  --tw-translate-y: -90px !important;
}

.-translate-y-95 {
  --tw-translate-y: -95px !important;
}

.-translate-y-100 {
  --tw-translate-y: -100px !important;
}

.-translate-y-105 {
  --tw-translate-y: -105px !important;
}

.-translate-y-110 {
  --tw-translate-y: -110px !important;
}

.-translate-y-115 {
  --tw-translate-y: -115px !important;
}

.-translate-y-120 {
  --tw-translate-y: -120px !important;
}

.-translate-y-125 {
  --tw-translate-y: -125px !important;
}

.-translate-y-130 {
  --tw-translate-y: -130px !important;
}

.-translate-y-135 {
  --tw-translate-y: -135px !important;
}

.-translate-y-140 {
  --tw-translate-y: -140px !important;
}

.-translate-y-142 {
  --tw-translate-y: -142px !important;
}

.-translate-y-145 {
  --tw-translate-y: -145px !important;
}

.-translate-y-150 {
  --tw-translate-y: -150px !important;
}

.-translate-y-160 {
  --tw-translate-y: -160px !important;
}

.-translate-y-165 {
  --tw-translate-y: -165px !important;
}

.-translate-y-170 {
  --tw-translate-y: -170px !important;
}

.-translate-y-180 {
  --tw-translate-y: -180px !important;
}

.-translate-y-185 {
  --tw-translate-y: -185px !important;
}

.-translate-y-190 {
  --tw-translate-y: -190px !important;
}

.-translate-y-200 {
  --tw-translate-y: -200px !important;
}

.-translate-y-225 {
  --tw-translate-y: -225px !important;
}

.-translate-y-px {
  --tw-translate-y: -1px !important;
}

.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

.translate-y-full {
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

.-translate-y-full {
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 5px !important;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 8px !important;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 10px !important;
}

.hover\:translate-x-15:hover {
  --tw-translate-x: 15px !important;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 20px !important;
}

.hover\:translate-x-25:hover {
  --tw-translate-x: 25px !important;
}

.hover\:translate-x-26:hover {
  --tw-translate-x: 26px !important;
}

.hover\:translate-x-27:hover {
  --tw-translate-x: 27px !important;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 28px !important;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 30px !important;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 32px !important;
}

.hover\:translate-x-33:hover {
  --tw-translate-x: 33px !important;
}

.hover\:translate-x-34:hover {
  --tw-translate-x: 34px !important;
}

.hover\:translate-x-35:hover {
  --tw-translate-x: 35px !important;
}

.hover\:translate-x-38:hover {
  --tw-translate-x: 38px !important;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 40px !important;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 44px !important;
}

.hover\:translate-x-45:hover {
  --tw-translate-x: 45px !important;
}

.hover\:translate-x-50:hover {
  --tw-translate-x: 50px !important;
}

.hover\:translate-x-55:hover {
  --tw-translate-x: 55px !important;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 60px !important;
}

.hover\:translate-x-65:hover {
  --tw-translate-x: 65px !important;
}

.hover\:translate-x-70:hover {
  --tw-translate-x: 70px !important;
}

.hover\:translate-x-75:hover {
  --tw-translate-x: 75px !important;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 80px !important;
}

.hover\:translate-x-85:hover {
  --tw-translate-x: 85px !important;
}

.hover\:translate-x-90:hover {
  --tw-translate-x: 90px !important;
}

.hover\:translate-x-95:hover {
  --tw-translate-x: 95px !important;
}

.hover\:translate-x-100:hover {
  --tw-translate-x: 100px !important;
}

.hover\:translate-x-105:hover {
  --tw-translate-x: 105px !important;
}

.hover\:translate-x-110:hover {
  --tw-translate-x: 110px !important;
}

.hover\:translate-x-115:hover {
  --tw-translate-x: 115px !important;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 120px !important;
}

.hover\:translate-x-125:hover {
  --tw-translate-x: 125px !important;
}

.hover\:translate-x-130:hover {
  --tw-translate-x: 130px !important;
}

.hover\:translate-x-135:hover {
  --tw-translate-x: 135px !important;
}

.hover\:translate-x-140:hover {
  --tw-translate-x: 140px !important;
}

.hover\:translate-x-142:hover {
  --tw-translate-x: 142px !important;
}

.hover\:translate-x-145:hover {
  --tw-translate-x: 145px !important;
}

.hover\:translate-x-150:hover {
  --tw-translate-x: 150px !important;
}

.hover\:translate-x-160:hover {
  --tw-translate-x: 160px !important;
}

.hover\:translate-x-165:hover {
  --tw-translate-x: 165px !important;
}

.hover\:translate-x-170:hover {
  --tw-translate-x: 170px !important;
}

.hover\:translate-x-180:hover {
  --tw-translate-x: 180px !important;
}

.hover\:translate-x-185:hover {
  --tw-translate-x: 185px !important;
}

.hover\:translate-x-190:hover {
  --tw-translate-x: 190px !important;
}

.hover\:translate-x-200:hover {
  --tw-translate-x: 200px !important;
}

.hover\:translate-x-225:hover {
  --tw-translate-x: 225px !important;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px !important;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -5px !important;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -8px !important;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -10px !important;
}

.hover\:-translate-x-15:hover {
  --tw-translate-x: -15px !important;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -20px !important;
}

.hover\:-translate-x-25:hover {
  --tw-translate-x: -25px !important;
}

.hover\:-translate-x-26:hover {
  --tw-translate-x: -26px !important;
}

.hover\:-translate-x-27:hover {
  --tw-translate-x: -27px !important;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -28px !important;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -30px !important;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -32px !important;
}

.hover\:-translate-x-33:hover {
  --tw-translate-x: -33px !important;
}

.hover\:-translate-x-34:hover {
  --tw-translate-x: -34px !important;
}

.hover\:-translate-x-35:hover {
  --tw-translate-x: -35px !important;
}

.hover\:-translate-x-38:hover {
  --tw-translate-x: -38px !important;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -40px !important;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -44px !important;
}

.hover\:-translate-x-45:hover {
  --tw-translate-x: -45px !important;
}

.hover\:-translate-x-50:hover {
  --tw-translate-x: -50px !important;
}

.hover\:-translate-x-55:hover {
  --tw-translate-x: -55px !important;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -60px !important;
}

.hover\:-translate-x-65:hover {
  --tw-translate-x: -65px !important;
}

.hover\:-translate-x-70:hover {
  --tw-translate-x: -70px !important;
}

.hover\:-translate-x-75:hover {
  --tw-translate-x: -75px !important;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -80px !important;
}

.hover\:-translate-x-85:hover {
  --tw-translate-x: -85px !important;
}

.hover\:-translate-x-90:hover {
  --tw-translate-x: -90px !important;
}

.hover\:-translate-x-95:hover {
  --tw-translate-x: -95px !important;
}

.hover\:-translate-x-100:hover {
  --tw-translate-x: -100px !important;
}

.hover\:-translate-x-105:hover {
  --tw-translate-x: -105px !important;
}

.hover\:-translate-x-110:hover {
  --tw-translate-x: -110px !important;
}

.hover\:-translate-x-115:hover {
  --tw-translate-x: -115px !important;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -120px !important;
}

.hover\:-translate-x-125:hover {
  --tw-translate-x: -125px !important;
}

.hover\:-translate-x-130:hover {
  --tw-translate-x: -130px !important;
}

.hover\:-translate-x-135:hover {
  --tw-translate-x: -135px !important;
}

.hover\:-translate-x-140:hover {
  --tw-translate-x: -140px !important;
}

.hover\:-translate-x-142:hover {
  --tw-translate-x: -142px !important;
}

.hover\:-translate-x-145:hover {
  --tw-translate-x: -145px !important;
}

.hover\:-translate-x-150:hover {
  --tw-translate-x: -150px !important;
}

.hover\:-translate-x-160:hover {
  --tw-translate-x: -160px !important;
}

.hover\:-translate-x-165:hover {
  --tw-translate-x: -165px !important;
}

.hover\:-translate-x-170:hover {
  --tw-translate-x: -170px !important;
}

.hover\:-translate-x-180:hover {
  --tw-translate-x: -180px !important;
}

.hover\:-translate-x-185:hover {
  --tw-translate-x: -185px !important;
}

.hover\:-translate-x-190:hover {
  --tw-translate-x: -190px !important;
}

.hover\:-translate-x-200:hover {
  --tw-translate-x: -200px !important;
}

.hover\:-translate-x-225:hover {
  --tw-translate-x: -225px !important;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px !important;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 5px !important;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 8px !important;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 10px !important;
}

.hover\:translate-y-15:hover {
  --tw-translate-y: 15px !important;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 20px !important;
}

.hover\:translate-y-25:hover {
  --tw-translate-y: 25px !important;
}

.hover\:translate-y-26:hover {
  --tw-translate-y: 26px !important;
}

.hover\:translate-y-27:hover {
  --tw-translate-y: 27px !important;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 28px !important;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 30px !important;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 32px !important;
}

.hover\:translate-y-33:hover {
  --tw-translate-y: 33px !important;
}

.hover\:translate-y-34:hover {
  --tw-translate-y: 34px !important;
}

.hover\:translate-y-35:hover {
  --tw-translate-y: 35px !important;
}

.hover\:translate-y-38:hover {
  --tw-translate-y: 38px !important;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 40px !important;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 44px !important;
}

.hover\:translate-y-45:hover {
  --tw-translate-y: 45px !important;
}

.hover\:translate-y-50:hover {
  --tw-translate-y: 50px !important;
}

.hover\:translate-y-55:hover {
  --tw-translate-y: 55px !important;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 60px !important;
}

.hover\:translate-y-65:hover {
  --tw-translate-y: 65px !important;
}

.hover\:translate-y-70:hover {
  --tw-translate-y: 70px !important;
}

.hover\:translate-y-75:hover {
  --tw-translate-y: 75px !important;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 80px !important;
}

.hover\:translate-y-85:hover {
  --tw-translate-y: 85px !important;
}

.hover\:translate-y-90:hover {
  --tw-translate-y: 90px !important;
}

.hover\:translate-y-95:hover {
  --tw-translate-y: 95px !important;
}

.hover\:translate-y-100:hover {
  --tw-translate-y: 100px !important;
}

.hover\:translate-y-105:hover {
  --tw-translate-y: 105px !important;
}

.hover\:translate-y-110:hover {
  --tw-translate-y: 110px !important;
}

.hover\:translate-y-115:hover {
  --tw-translate-y: 115px !important;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 120px !important;
}

.hover\:translate-y-125:hover {
  --tw-translate-y: 125px !important;
}

.hover\:translate-y-130:hover {
  --tw-translate-y: 130px !important;
}

.hover\:translate-y-135:hover {
  --tw-translate-y: 135px !important;
}

.hover\:translate-y-140:hover {
  --tw-translate-y: 140px !important;
}

.hover\:translate-y-142:hover {
  --tw-translate-y: 142px !important;
}

.hover\:translate-y-145:hover {
  --tw-translate-y: 145px !important;
}

.hover\:translate-y-150:hover {
  --tw-translate-y: 150px !important;
}

.hover\:translate-y-160:hover {
  --tw-translate-y: 160px !important;
}

.hover\:translate-y-165:hover {
  --tw-translate-y: 165px !important;
}

.hover\:translate-y-170:hover {
  --tw-translate-y: 170px !important;
}

.hover\:translate-y-180:hover {
  --tw-translate-y: 180px !important;
}

.hover\:translate-y-185:hover {
  --tw-translate-y: 185px !important;
}

.hover\:translate-y-190:hover {
  --tw-translate-y: 190px !important;
}

.hover\:translate-y-200:hover {
  --tw-translate-y: 200px !important;
}

.hover\:translate-y-225:hover {
  --tw-translate-y: 225px !important;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px !important;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -5px !important;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -8px !important;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -10px !important;
}

.hover\:-translate-y-15:hover {
  --tw-translate-y: -15px !important;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -20px !important;
}

.hover\:-translate-y-25:hover {
  --tw-translate-y: -25px !important;
}

.hover\:-translate-y-26:hover {
  --tw-translate-y: -26px !important;
}

.hover\:-translate-y-27:hover {
  --tw-translate-y: -27px !important;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -28px !important;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -30px !important;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -32px !important;
}

.hover\:-translate-y-33:hover {
  --tw-translate-y: -33px !important;
}

.hover\:-translate-y-34:hover {
  --tw-translate-y: -34px !important;
}

.hover\:-translate-y-35:hover {
  --tw-translate-y: -35px !important;
}

.hover\:-translate-y-38:hover {
  --tw-translate-y: -38px !important;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -40px !important;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -44px !important;
}

.hover\:-translate-y-45:hover {
  --tw-translate-y: -45px !important;
}

.hover\:-translate-y-50:hover {
  --tw-translate-y: -50px !important;
}

.hover\:-translate-y-55:hover {
  --tw-translate-y: -55px !important;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -60px !important;
}

.hover\:-translate-y-65:hover {
  --tw-translate-y: -65px !important;
}

.hover\:-translate-y-70:hover {
  --tw-translate-y: -70px !important;
}

.hover\:-translate-y-75:hover {
  --tw-translate-y: -75px !important;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -80px !important;
}

.hover\:-translate-y-85:hover {
  --tw-translate-y: -85px !important;
}

.hover\:-translate-y-90:hover {
  --tw-translate-y: -90px !important;
}

.hover\:-translate-y-95:hover {
  --tw-translate-y: -95px !important;
}

.hover\:-translate-y-100:hover {
  --tw-translate-y: -100px !important;
}

.hover\:-translate-y-105:hover {
  --tw-translate-y: -105px !important;
}

.hover\:-translate-y-110:hover {
  --tw-translate-y: -110px !important;
}

.hover\:-translate-y-115:hover {
  --tw-translate-y: -115px !important;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -120px !important;
}

.hover\:-translate-y-125:hover {
  --tw-translate-y: -125px !important;
}

.hover\:-translate-y-130:hover {
  --tw-translate-y: -130px !important;
}

.hover\:-translate-y-135:hover {
  --tw-translate-y: -135px !important;
}

.hover\:-translate-y-140:hover {
  --tw-translate-y: -140px !important;
}

.hover\:-translate-y-142:hover {
  --tw-translate-y: -142px !important;
}

.hover\:-translate-y-145:hover {
  --tw-translate-y: -145px !important;
}

.hover\:-translate-y-150:hover {
  --tw-translate-y: -150px !important;
}

.hover\:-translate-y-160:hover {
  --tw-translate-y: -160px !important;
}

.hover\:-translate-y-165:hover {
  --tw-translate-y: -165px !important;
}

.hover\:-translate-y-170:hover {
  --tw-translate-y: -170px !important;
}

.hover\:-translate-y-180:hover {
  --tw-translate-y: -180px !important;
}

.hover\:-translate-y-185:hover {
  --tw-translate-y: -185px !important;
}

.hover\:-translate-y-190:hover {
  --tw-translate-y: -190px !important;
}

.hover\:-translate-y-200:hover {
  --tw-translate-y: -200px !important;
}

.hover\:-translate-y-225:hover {
  --tw-translate-y: -225px !important;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px !important;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 5px !important;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 8px !important;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 10px !important;
}

.focus\:translate-x-15:focus {
  --tw-translate-x: 15px !important;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 20px !important;
}

.focus\:translate-x-25:focus {
  --tw-translate-x: 25px !important;
}

.focus\:translate-x-26:focus {
  --tw-translate-x: 26px !important;
}

.focus\:translate-x-27:focus {
  --tw-translate-x: 27px !important;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 28px !important;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 30px !important;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 32px !important;
}

.focus\:translate-x-33:focus {
  --tw-translate-x: 33px !important;
}

.focus\:translate-x-34:focus {
  --tw-translate-x: 34px !important;
}

.focus\:translate-x-35:focus {
  --tw-translate-x: 35px !important;
}

.focus\:translate-x-38:focus {
  --tw-translate-x: 38px !important;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 40px !important;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 44px !important;
}

.focus\:translate-x-45:focus {
  --tw-translate-x: 45px !important;
}

.focus\:translate-x-50:focus {
  --tw-translate-x: 50px !important;
}

.focus\:translate-x-55:focus {
  --tw-translate-x: 55px !important;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 60px !important;
}

.focus\:translate-x-65:focus {
  --tw-translate-x: 65px !important;
}

.focus\:translate-x-70:focus {
  --tw-translate-x: 70px !important;
}

.focus\:translate-x-75:focus {
  --tw-translate-x: 75px !important;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 80px !important;
}

.focus\:translate-x-85:focus {
  --tw-translate-x: 85px !important;
}

.focus\:translate-x-90:focus {
  --tw-translate-x: 90px !important;
}

.focus\:translate-x-95:focus {
  --tw-translate-x: 95px !important;
}

.focus\:translate-x-100:focus {
  --tw-translate-x: 100px !important;
}

.focus\:translate-x-105:focus {
  --tw-translate-x: 105px !important;
}

.focus\:translate-x-110:focus {
  --tw-translate-x: 110px !important;
}

.focus\:translate-x-115:focus {
  --tw-translate-x: 115px !important;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 120px !important;
}

.focus\:translate-x-125:focus {
  --tw-translate-x: 125px !important;
}

.focus\:translate-x-130:focus {
  --tw-translate-x: 130px !important;
}

.focus\:translate-x-135:focus {
  --tw-translate-x: 135px !important;
}

.focus\:translate-x-140:focus {
  --tw-translate-x: 140px !important;
}

.focus\:translate-x-142:focus {
  --tw-translate-x: 142px !important;
}

.focus\:translate-x-145:focus {
  --tw-translate-x: 145px !important;
}

.focus\:translate-x-150:focus {
  --tw-translate-x: 150px !important;
}

.focus\:translate-x-160:focus {
  --tw-translate-x: 160px !important;
}

.focus\:translate-x-165:focus {
  --tw-translate-x: 165px !important;
}

.focus\:translate-x-170:focus {
  --tw-translate-x: 170px !important;
}

.focus\:translate-x-180:focus {
  --tw-translate-x: 180px !important;
}

.focus\:translate-x-185:focus {
  --tw-translate-x: 185px !important;
}

.focus\:translate-x-190:focus {
  --tw-translate-x: 190px !important;
}

.focus\:translate-x-200:focus {
  --tw-translate-x: 200px !important;
}

.focus\:translate-x-225:focus {
  --tw-translate-x: 225px !important;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px !important;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -5px !important;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -8px !important;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -10px !important;
}

.focus\:-translate-x-15:focus {
  --tw-translate-x: -15px !important;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -20px !important;
}

.focus\:-translate-x-25:focus {
  --tw-translate-x: -25px !important;
}

.focus\:-translate-x-26:focus {
  --tw-translate-x: -26px !important;
}

.focus\:-translate-x-27:focus {
  --tw-translate-x: -27px !important;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -28px !important;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -30px !important;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -32px !important;
}

.focus\:-translate-x-33:focus {
  --tw-translate-x: -33px !important;
}

.focus\:-translate-x-34:focus {
  --tw-translate-x: -34px !important;
}

.focus\:-translate-x-35:focus {
  --tw-translate-x: -35px !important;
}

.focus\:-translate-x-38:focus {
  --tw-translate-x: -38px !important;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -40px !important;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -44px !important;
}

.focus\:-translate-x-45:focus {
  --tw-translate-x: -45px !important;
}

.focus\:-translate-x-50:focus {
  --tw-translate-x: -50px !important;
}

.focus\:-translate-x-55:focus {
  --tw-translate-x: -55px !important;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -60px !important;
}

.focus\:-translate-x-65:focus {
  --tw-translate-x: -65px !important;
}

.focus\:-translate-x-70:focus {
  --tw-translate-x: -70px !important;
}

.focus\:-translate-x-75:focus {
  --tw-translate-x: -75px !important;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -80px !important;
}

.focus\:-translate-x-85:focus {
  --tw-translate-x: -85px !important;
}

.focus\:-translate-x-90:focus {
  --tw-translate-x: -90px !important;
}

.focus\:-translate-x-95:focus {
  --tw-translate-x: -95px !important;
}

.focus\:-translate-x-100:focus {
  --tw-translate-x: -100px !important;
}

.focus\:-translate-x-105:focus {
  --tw-translate-x: -105px !important;
}

.focus\:-translate-x-110:focus {
  --tw-translate-x: -110px !important;
}

.focus\:-translate-x-115:focus {
  --tw-translate-x: -115px !important;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -120px !important;
}

.focus\:-translate-x-125:focus {
  --tw-translate-x: -125px !important;
}

.focus\:-translate-x-130:focus {
  --tw-translate-x: -130px !important;
}

.focus\:-translate-x-135:focus {
  --tw-translate-x: -135px !important;
}

.focus\:-translate-x-140:focus {
  --tw-translate-x: -140px !important;
}

.focus\:-translate-x-142:focus {
  --tw-translate-x: -142px !important;
}

.focus\:-translate-x-145:focus {
  --tw-translate-x: -145px !important;
}

.focus\:-translate-x-150:focus {
  --tw-translate-x: -150px !important;
}

.focus\:-translate-x-160:focus {
  --tw-translate-x: -160px !important;
}

.focus\:-translate-x-165:focus {
  --tw-translate-x: -165px !important;
}

.focus\:-translate-x-170:focus {
  --tw-translate-x: -170px !important;
}

.focus\:-translate-x-180:focus {
  --tw-translate-x: -180px !important;
}

.focus\:-translate-x-185:focus {
  --tw-translate-x: -185px !important;
}

.focus\:-translate-x-190:focus {
  --tw-translate-x: -190px !important;
}

.focus\:-translate-x-200:focus {
  --tw-translate-x: -200px !important;
}

.focus\:-translate-x-225:focus {
  --tw-translate-x: -225px !important;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px !important;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 5px !important;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 8px !important;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 10px !important;
}

.focus\:translate-y-15:focus {
  --tw-translate-y: 15px !important;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 20px !important;
}

.focus\:translate-y-25:focus {
  --tw-translate-y: 25px !important;
}

.focus\:translate-y-26:focus {
  --tw-translate-y: 26px !important;
}

.focus\:translate-y-27:focus {
  --tw-translate-y: 27px !important;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 28px !important;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 30px !important;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 32px !important;
}

.focus\:translate-y-33:focus {
  --tw-translate-y: 33px !important;
}

.focus\:translate-y-34:focus {
  --tw-translate-y: 34px !important;
}

.focus\:translate-y-35:focus {
  --tw-translate-y: 35px !important;
}

.focus\:translate-y-38:focus {
  --tw-translate-y: 38px !important;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 40px !important;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 44px !important;
}

.focus\:translate-y-45:focus {
  --tw-translate-y: 45px !important;
}

.focus\:translate-y-50:focus {
  --tw-translate-y: 50px !important;
}

.focus\:translate-y-55:focus {
  --tw-translate-y: 55px !important;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 60px !important;
}

.focus\:translate-y-65:focus {
  --tw-translate-y: 65px !important;
}

.focus\:translate-y-70:focus {
  --tw-translate-y: 70px !important;
}

.focus\:translate-y-75:focus {
  --tw-translate-y: 75px !important;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 80px !important;
}

.focus\:translate-y-85:focus {
  --tw-translate-y: 85px !important;
}

.focus\:translate-y-90:focus {
  --tw-translate-y: 90px !important;
}

.focus\:translate-y-95:focus {
  --tw-translate-y: 95px !important;
}

.focus\:translate-y-100:focus {
  --tw-translate-y: 100px !important;
}

.focus\:translate-y-105:focus {
  --tw-translate-y: 105px !important;
}

.focus\:translate-y-110:focus {
  --tw-translate-y: 110px !important;
}

.focus\:translate-y-115:focus {
  --tw-translate-y: 115px !important;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 120px !important;
}

.focus\:translate-y-125:focus {
  --tw-translate-y: 125px !important;
}

.focus\:translate-y-130:focus {
  --tw-translate-y: 130px !important;
}

.focus\:translate-y-135:focus {
  --tw-translate-y: 135px !important;
}

.focus\:translate-y-140:focus {
  --tw-translate-y: 140px !important;
}

.focus\:translate-y-142:focus {
  --tw-translate-y: 142px !important;
}

.focus\:translate-y-145:focus {
  --tw-translate-y: 145px !important;
}

.focus\:translate-y-150:focus {
  --tw-translate-y: 150px !important;
}

.focus\:translate-y-160:focus {
  --tw-translate-y: 160px !important;
}

.focus\:translate-y-165:focus {
  --tw-translate-y: 165px !important;
}

.focus\:translate-y-170:focus {
  --tw-translate-y: 170px !important;
}

.focus\:translate-y-180:focus {
  --tw-translate-y: 180px !important;
}

.focus\:translate-y-185:focus {
  --tw-translate-y: 185px !important;
}

.focus\:translate-y-190:focus {
  --tw-translate-y: 190px !important;
}

.focus\:translate-y-200:focus {
  --tw-translate-y: 200px !important;
}

.focus\:translate-y-225:focus {
  --tw-translate-y: 225px !important;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px !important;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -5px !important;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -8px !important;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -10px !important;
}

.focus\:-translate-y-15:focus {
  --tw-translate-y: -15px !important;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -20px !important;
}

.focus\:-translate-y-25:focus {
  --tw-translate-y: -25px !important;
}

.focus\:-translate-y-26:focus {
  --tw-translate-y: -26px !important;
}

.focus\:-translate-y-27:focus {
  --tw-translate-y: -27px !important;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -28px !important;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -30px !important;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -32px !important;
}

.focus\:-translate-y-33:focus {
  --tw-translate-y: -33px !important;
}

.focus\:-translate-y-34:focus {
  --tw-translate-y: -34px !important;
}

.focus\:-translate-y-35:focus {
  --tw-translate-y: -35px !important;
}

.focus\:-translate-y-38:focus {
  --tw-translate-y: -38px !important;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -40px !important;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -44px !important;
}

.focus\:-translate-y-45:focus {
  --tw-translate-y: -45px !important;
}

.focus\:-translate-y-50:focus {
  --tw-translate-y: -50px !important;
}

.focus\:-translate-y-55:focus {
  --tw-translate-y: -55px !important;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -60px !important;
}

.focus\:-translate-y-65:focus {
  --tw-translate-y: -65px !important;
}

.focus\:-translate-y-70:focus {
  --tw-translate-y: -70px !important;
}

.focus\:-translate-y-75:focus {
  --tw-translate-y: -75px !important;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -80px !important;
}

.focus\:-translate-y-85:focus {
  --tw-translate-y: -85px !important;
}

.focus\:-translate-y-90:focus {
  --tw-translate-y: -90px !important;
}

.focus\:-translate-y-95:focus {
  --tw-translate-y: -95px !important;
}

.focus\:-translate-y-100:focus {
  --tw-translate-y: -100px !important;
}

.focus\:-translate-y-105:focus {
  --tw-translate-y: -105px !important;
}

.focus\:-translate-y-110:focus {
  --tw-translate-y: -110px !important;
}

.focus\:-translate-y-115:focus {
  --tw-translate-y: -115px !important;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -120px !important;
}

.focus\:-translate-y-125:focus {
  --tw-translate-y: -125px !important;
}

.focus\:-translate-y-130:focus {
  --tw-translate-y: -130px !important;
}

.focus\:-translate-y-135:focus {
  --tw-translate-y: -135px !important;
}

.focus\:-translate-y-140:focus {
  --tw-translate-y: -140px !important;
}

.focus\:-translate-y-142:focus {
  --tw-translate-y: -142px !important;
}

.focus\:-translate-y-145:focus {
  --tw-translate-y: -145px !important;
}

.focus\:-translate-y-150:focus {
  --tw-translate-y: -150px !important;
}

.focus\:-translate-y-160:focus {
  --tw-translate-y: -160px !important;
}

.focus\:-translate-y-165:focus {
  --tw-translate-y: -165px !important;
}

.focus\:-translate-y-170:focus {
  --tw-translate-y: -170px !important;
}

.focus\:-translate-y-180:focus {
  --tw-translate-y: -180px !important;
}

.focus\:-translate-y-185:focus {
  --tw-translate-y: -185px !important;
}

.focus\:-translate-y-190:focus {
  --tw-translate-y: -190px !important;
}

.focus\:-translate-y-200:focus {
  --tw-translate-y: -200px !important;
}

.focus\:-translate-y-225:focus {
  --tw-translate-y: -225px !important;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px !important;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

.rotate-0 {
  --tw-rotate: 0deg !important;
}

.rotate-1 {
  --tw-rotate: 1deg !important;
}

.rotate-2 {
  --tw-rotate: 2deg !important;
}

.rotate-3 {
  --tw-rotate: 3deg !important;
}

.rotate-6 {
  --tw-rotate: 6deg !important;
}

.rotate-12 {
  --tw-rotate: 12deg !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
}

.-rotate-180 {
  --tw-rotate: -180deg !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
}

.-rotate-45 {
  --tw-rotate: -45deg !important;
}

.-rotate-12 {
  --tw-rotate: -12deg !important;
}

.-rotate-6 {
  --tw-rotate: -6deg !important;
}

.-rotate-3 {
  --tw-rotate: -3deg !important;
}

.-rotate-2 {
  --tw-rotate: -2deg !important;
}

.-rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.-skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.-skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.-skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.-skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.-skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.-skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.-skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.-skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.-skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.-skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0 {
  --tw-scale-x: 0 !important;
}

.scale-x-50 {
  --tw-scale-x: .5 !important;
}

.scale-x-75 {
  --tw-scale-x: .75 !important;
}

.scale-x-90 {
  --tw-scale-x: .9 !important;
}

.scale-x-95 {
  --tw-scale-x: .95 !important;
}

.scale-x-100 {
  --tw-scale-x: 1 !important;
}

.scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

.scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.scale-y-0 {
  --tw-scale-y: 0 !important;
}

.scale-y-50 {
  --tw-scale-y: .5 !important;
}

.scale-y-75 {
  --tw-scale-y: .75 !important;
}

.scale-y-90 {
  --tw-scale-y: .9 !important;
}

.scale-y-95 {
  --tw-scale-y: .95 !important;
}

.scale-y-100 {
  --tw-scale-y: 1 !important;
}

.scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

.scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

@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);
  }
}

.animate-none {
  animation: none !important;
}

.animate-spin {
  animation: spin 1s linear infinite !important;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  animation: bounce 1s infinite !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.auto-cols-auto {
  grid-auto-columns: auto !important;
}

.auto-cols-min {
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.auto-rows-auto {
  grid-auto-rows: auto !important;
}

.auto-rows-min {
  grid-auto-rows: min-content !important;
}

.auto-rows-max {
  grid-auto-rows: max-content !important;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-between {
  place-content: space-between !important;
}

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

.place-items-center {
  place-items: center !important;
}

.place-items-stretch {
  place-items: stretch !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-13 {
  gap: 3.375rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-44 {
  gap: 11rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-52 {
  gap: 13rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-60 {
  gap: 15rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-72 {
  gap: 18rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-96 {
  gap: 24rem !important;
}

.gap-x-0 {
  gap: 0px !important;
}

.gap-y-0 {
  gap: 0px !important;
}

.gap-px {
  gap: 1px !important;
}

.gap-x-px\  {
  gap: 1px !important;
}

.gap-y-px\  {
  gap: 1px !important;
}

.gap-0\.5 {
  gap: 0.125rem !important;
}

.gap-x-0\.5 {
  gap: 0.125rem !important;
}

.gap-y-0\.5 {
  gap: 0.125rem !important;
}

.gap-x-1 {
  gap: 0.25rem !important;
}

.gap-y-1 {
  gap: 0.25rem !important;
}

.gap-1\.5 {
  gap: 0.375rem !important;
}

.gap-x-1\.5 {
  gap: 0.375rem !important;
}

.gap-y-1\.5 {
  gap: 0.375rem !important;
}

.gap-x-2 {
  gap: 0.5rem !important;
}

.gap-y-2 {
  gap: 0.5rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-x-2\.5 {
  gap: 0.625rem !important;
}

.gap-y-2\.5 {
  gap: 0.625rem !important;
}

.gap-x-3 {
  gap: 0.75rem !important;
}

.gap-y-3 {
  gap: 0.75rem !important;
}

.gap-3\.5 {
  gap: 0.875rem !important;
}

.gap-x-3\.5 {
  gap: 0.875rem !important;
}

.gap-y-3\.5 {
  gap: 0.875rem !important;
}

.gap-x-4 {
  gap: 1rem !important;
}

.gap-y-4 {
  gap: 1rem !important;
}

.gap-x-5 {
  gap: 1.25rem !important;
}

.gap-y-5 {
  gap: 1.25rem !important;
}

.gap-x-6 {
  gap: 1.5rem !important;
}

.gap-y-6 {
  gap: 1.5rem !important;
}

.gap-x-7 {
  gap: 1.75rem !important;
}

.gap-y-7 {
  gap: 1.75rem !important;
}

.gap-x-8 {
  gap: 2rem !important;
}

.gap-y-8 {
  gap: 2rem !important;
}

.gap-x-9 {
  gap: 2.25rem !important;
}

.gap-y-9 {
  gap: 2.25rem !important;
}

.gap-x-10 {
  gap: 2.5rem !important;
}

.gap-y-10 {
  gap: 2.5rem !important;
}

.gap-x-11 {
  gap: 2.75rem !important;
}

.gap-y-11 {
  gap: 2.75rem !important;
}

.gap-x-12 {
  gap: 3rem !important;
}

.gap-y-12 {
  gap: 3rem !important;
}

.gap-x-13 {
  gap: 3.375rem !important;
}

.gap-y-13 {
  gap: 3.375rem !important;
}

.gap-x-14 {
  gap: 3.5rem !important;
}

.gap-y-14 {
  gap: 3.5rem !important;
}

.gap-x-16 {
  gap: 4rem !important;
}

.gap-y-16 {
  gap: 4rem !important;
}

.gap-x-20 {
  gap: 5rem !important;
}

.gap-y-20 {
  gap: 5rem !important;
}

.gap-x-24 {
  gap: 6rem !important;
}

.gap-y-24 {
  gap: 6rem !important;
}

.gap-x-28 {
  gap: 7rem !important;
}

.gap-y-28 {
  gap: 7rem !important;
}

.gap-x-32 {
  gap: 8rem !important;
}

.gap-y-32 {
  gap: 8rem !important;
}

.gap-x-36 {
  gap: 9rem !important;
}

.gap-y-36 {
  gap: 9rem !important;
}

.gap-x-40 {
  gap: 10rem !important;
}

.gap-y-40 {
  gap: 10rem !important;
}

.gap-x-44 {
  gap: 11rem !important;
}

.gap-y-44 {
  gap: 11rem !important;
}

.gap-x-48 {
  gap: 12rem !important;
}

.gap-y-48 {
  gap: 12rem !important;
}

.gap-x-52 {
  gap: 13rem !important;
}

.gap-y-52 {
  gap: 13rem !important;
}

.gap-x-56 {
  gap: 14rem !important;
}

.gap-y-56 {
  gap: 14rem !important;
}

.gap-x-60 {
  gap: 15rem !important;
}

.gap-y-60 {
  gap: 15rem !important;
}

.gap-x-64 {
  gap: 16rem !important;
}

.gap-y-64 {
  gap: 16rem !important;
}

.gap-x-72 {
  gap: 18rem !important;
}

.gap-y-72 {
  gap: 18rem !important;
}

.gap-x-80 {
  gap: 20rem !important;
}

.gap-y-80 {
  gap: 20rem !important;
}

.gap-x-96 {
  gap: 24rem !important;
}

.gap-y-96 {
  gap: 24rem !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-13 {
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-y-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-x-px\  {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-y-px\  {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-y-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-y-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-y-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-y-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-y-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-y-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-y-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-y-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-y-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-y-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-y-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-y-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-y-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-y-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-y-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-y-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-x-13 {
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.gap-x-y-13 {
  -moz-column-gap: 3.375rem !important;
       column-gap: 3.375rem !important;
}

.gap-x-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-y-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-y-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-y-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-y-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-y-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-y-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-y-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-y-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-y-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-y-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-y-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-y-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-y-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-y-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-y-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-y-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-y-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-11 {
  row-gap: 2.75rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-13 {
  row-gap: 3.375rem !important;
}

.gap-y-14 {
  row-gap: 3.5rem !important;
}

.gap-y-16 {
  row-gap: 4rem !important;
}

.gap-y-20 {
  row-gap: 5rem !important;
}

.gap-y-24 {
  row-gap: 6rem !important;
}

.gap-y-28 {
  row-gap: 7rem !important;
}

.gap-y-32 {
  row-gap: 8rem !important;
}

.gap-y-36 {
  row-gap: 9rem !important;
}

.gap-y-40 {
  row-gap: 10rem !important;
}

.gap-y-44 {
  row-gap: 11rem !important;
}

.gap-y-48 {
  row-gap: 12rem !important;
}

.gap-y-52 {
  row-gap: 13rem !important;
}

.gap-y-56 {
  row-gap: 14rem !important;
}

.gap-y-60 {
  row-gap: 15rem !important;
}

.gap-y-64 {
  row-gap: 16rem !important;
}

.gap-y-72 {
  row-gap: 18rem !important;
}

.gap-y-80 {
  row-gap: 20rem !important;
}

.gap-y-96 {
  row-gap: 24rem !important;
}

.gap-y-x-0 {
  row-gap: 0px !important;
}

.gap-y-y-0 {
  row-gap: 0px !important;
}

.gap-y-px {
  row-gap: 1px !important;
}

.gap-y-x-px\  {
  row-gap: 1px !important;
}

.gap-y-y-px\  {
  row-gap: 1px !important;
}

.gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-x-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-x-1 {
  row-gap: 0.25rem !important;
}

.gap-y-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-x-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-y-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-x-2 {
  row-gap: 0.5rem !important;
}

.gap-y-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-x-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-y-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-x-3 {
  row-gap: 0.75rem !important;
}

.gap-y-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-x-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-y-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-x-4 {
  row-gap: 1rem !important;
}

.gap-y-y-4 {
  row-gap: 1rem !important;
}

.gap-y-x-5 {
  row-gap: 1.25rem !important;
}

.gap-y-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-x-6 {
  row-gap: 1.5rem !important;
}

.gap-y-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-x-7 {
  row-gap: 1.75rem !important;
}

.gap-y-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-x-8 {
  row-gap: 2rem !important;
}

.gap-y-y-8 {
  row-gap: 2rem !important;
}

.gap-y-x-9 {
  row-gap: 2.25rem !important;
}

.gap-y-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-x-10 {
  row-gap: 2.5rem !important;
}

.gap-y-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-x-11 {
  row-gap: 2.75rem !important;
}

.gap-y-y-11 {
  row-gap: 2.75rem !important;
}

.gap-y-x-12 {
  row-gap: 3rem !important;
}

.gap-y-y-12 {
  row-gap: 3rem !important;
}

.gap-y-x-13 {
  row-gap: 3.375rem !important;
}

.gap-y-y-13 {
  row-gap: 3.375rem !important;
}

.gap-y-x-14 {
  row-gap: 3.5rem !important;
}

.gap-y-y-14 {
  row-gap: 3.5rem !important;
}

.gap-y-x-16 {
  row-gap: 4rem !important;
}

.gap-y-y-16 {
  row-gap: 4rem !important;
}

.gap-y-x-20 {
  row-gap: 5rem !important;
}

.gap-y-y-20 {
  row-gap: 5rem !important;
}

.gap-y-x-24 {
  row-gap: 6rem !important;
}

.gap-y-y-24 {
  row-gap: 6rem !important;
}

.gap-y-x-28 {
  row-gap: 7rem !important;
}

.gap-y-y-28 {
  row-gap: 7rem !important;
}

.gap-y-x-32 {
  row-gap: 8rem !important;
}

.gap-y-y-32 {
  row-gap: 8rem !important;
}

.gap-y-x-36 {
  row-gap: 9rem !important;
}

.gap-y-y-36 {
  row-gap: 9rem !important;
}

.gap-y-x-40 {
  row-gap: 10rem !important;
}

.gap-y-y-40 {
  row-gap: 10rem !important;
}

.gap-y-x-44 {
  row-gap: 11rem !important;
}

.gap-y-y-44 {
  row-gap: 11rem !important;
}

.gap-y-x-48 {
  row-gap: 12rem !important;
}

.gap-y-y-48 {
  row-gap: 12rem !important;
}

.gap-y-x-52 {
  row-gap: 13rem !important;
}

.gap-y-y-52 {
  row-gap: 13rem !important;
}

.gap-y-x-56 {
  row-gap: 14rem !important;
}

.gap-y-y-56 {
  row-gap: 14rem !important;
}

.gap-y-x-60 {
  row-gap: 15rem !important;
}

.gap-y-y-60 {
  row-gap: 15rem !important;
}

.gap-y-x-64 {
  row-gap: 16rem !important;
}

.gap-y-y-64 {
  row-gap: 16rem !important;
}

.gap-y-x-72 {
  row-gap: 18rem !important;
}

.gap-y-y-72 {
  row-gap: 18rem !important;
}

.gap-y-x-80 {
  row-gap: 20rem !important;
}

.gap-y-y-80 {
  row-gap: 20rem !important;
}

.gap-y-x-96 {
  row-gap: 24rem !important;
}

.gap-y-y-96 {
  row-gap: 24rem !important;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-27 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-33 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-45 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-65 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-115 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-142 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-145 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-165 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-170 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-185 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-27 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-33 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-45 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-65 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-115 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-142 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-145 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-165 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-170 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-185 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
}

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
}

.space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
}

.space-y-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
}

.space-y-27 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
}

.space-y-33 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
}

.space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
}

.space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
}

.space-y-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
}

.space-y-45 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
}

.space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
}

.space-y-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
}

.space-y-65 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
}

.space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
}

.space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
}

.space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
}

.space-y-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
}

.space-y-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
}

.space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
}

.space-y-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
}

.space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
}

.space-y-115 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
}

.space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
}

.space-y-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
}

.space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
}

.space-y-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
}

.space-y-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
}

.space-y-142 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
}

.space-y-145 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
}

.space-y-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
}

.space-y-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
}

.space-y-165 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
}

.space-y-170 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
}

.space-y-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
}

.space-y-185 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
}

.space-y-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
}

.space-y-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
}

.space-y-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
}

.-space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
}

.-space-y-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
}

.-space-y-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
}

.-space-y-27 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
}

.-space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
}

.-space-y-33 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
}

.-space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
}

.-space-y-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
}

.-space-y-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
}

.-space-y-45 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
}

.-space-y-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
}

.-space-y-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
}

.-space-y-65 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
}

.-space-y-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
}

.-space-y-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
}

.-space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
}

.-space-y-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
}

.-space-y-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
}

.-space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
}

.-space-y-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
}

.-space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
}

.-space-y-115 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
}

.-space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
}

.-space-y-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
}

.-space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
}

.-space-y-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
}

.-space-y-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
}

.-space-y-142 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
}

.-space-y-145 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
}

.-space-y-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
}

.-space-y-160 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
}

.-space-y-165 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
}

.-space-y-170 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
}

.-space-y-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
}

.-space-y-185 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
}

.-space-y-190 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
}

.-space-y-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
}

.-space-y-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent !important;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor !important;
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.divide-lightteal > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
}

.divide-darkteal > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
}

.divide-red > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
}

.divide-darkred > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
}

.divide-darkblue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
}

.divide-skybule > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
}

.divide-yellow > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
}

.divide-lightgray > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(239, 239, 239, 0.8) !important;
}

.divide-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
}

.divide-devider > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
}

.divide-cream > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
}

.divide-blue01 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
}

.divide-blue02 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
}

.divide-buttercup > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
}

.divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
}

.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
}

.divide-relief > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
}

.divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}

.divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.57 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.self-baseline {
  align-self: baseline !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.overflow-clip {
  text-overflow: clip !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-50 {
  border-radius: 50% !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.rounded-br6 {
  border-radius: 6px !important;
}

.rounded-br30 {
  border-radius: 30px !important;
}

.rounded-br32 {
  border-radius: 32px !important;
}

.rounded-br50 {
  border-radius: 50px !important;
}

.rounded-br90 {
  border-radius: 90px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-t-50 {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-t-br6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-t-br30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}

.rounded-t-br32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
}

.rounded-t-br50 {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

.rounded-t-br90 {
  border-top-left-radius: 90px !important;
  border-top-right-radius: 90px !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-r-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-r-50 {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-r-br6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-r-br30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.rounded-r-br32 {
  border-top-right-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}

.rounded-r-br50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.rounded-r-br90 {
  border-top-right-radius: 90px !important;
  border-bottom-right-radius: 90px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-b-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-b-50 {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-br6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-b-br30 {
  border-bottom-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-b-br32 {
  border-bottom-right-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.rounded-b-br50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-b-br90 {
  border-bottom-right-radius: 90px !important;
  border-bottom-left-radius: 90px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-l-50 {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-l-br6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-l-br30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.rounded-l-br32 {
  border-top-left-radius: 32px !important;
  border-bottom-left-radius: 32px !important;
}

.rounded-l-br50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.rounded-l-br90 {
  border-top-left-radius: 90px !important;
  border-bottom-left-radius: 90px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-4 {
  border-top-left-radius: 4px !important;
}

.rounded-tl-6 {
  border-top-left-radius: 6px !important;
}

.rounded-tl-50 {
  border-top-left-radius: 50% !important;
}

.rounded-tl-none {
  border-top-left-radius: 0px !important;
}

.rounded-tl-br6 {
  border-top-left-radius: 6px !important;
}

.rounded-tl-br30 {
  border-top-left-radius: 30px !important;
}

.rounded-tl-br32 {
  border-top-left-radius: 32px !important;
}

.rounded-tl-br50 {
  border-top-left-radius: 50px !important;
}

.rounded-tl-br90 {
  border-top-left-radius: 90px !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-4 {
  border-top-right-radius: 4px !important;
}

.rounded-tr-6 {
  border-top-right-radius: 6px !important;
}

.rounded-tr-50 {
  border-top-right-radius: 50% !important;
}

.rounded-tr-none {
  border-top-right-radius: 0px !important;
}

.rounded-tr-br6 {
  border-top-right-radius: 6px !important;
}

.rounded-tr-br30 {
  border-top-right-radius: 30px !important;
}

.rounded-tr-br32 {
  border-top-right-radius: 32px !important;
}

.rounded-tr-br50 {
  border-top-right-radius: 50px !important;
}

.rounded-tr-br90 {
  border-top-right-radius: 90px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-4 {
  border-bottom-right-radius: 4px !important;
}

.rounded-br-6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-br-50 {
  border-bottom-right-radius: 50% !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.rounded-br-br6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-br-br30 {
  border-bottom-right-radius: 30px !important;
}

.rounded-br-br32 {
  border-bottom-right-radius: 32px !important;
}

.rounded-br-br50 {
  border-bottom-right-radius: 50px !important;
}

.rounded-br-br90 {
  border-bottom-right-radius: 90px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-4 {
  border-bottom-left-radius: 4px !important;
}

.rounded-bl-6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-bl-50 {
  border-bottom-left-radius: 50% !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.rounded-bl-br6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-bl-br30 {
  border-bottom-left-radius: 30px !important;
}

.rounded-bl-br32 {
  border-bottom-left-radius: 32px !important;
}

.rounded-bl-br50 {
  border-bottom-left-radius: 50px !important;
}

.rounded-bl-br90 {
  border-bottom-left-radius: 90px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-t-1 {
  border-top-width: 1px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0px !important;
}

.border-r-1 {
  border-right-width: 1px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-1 {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l-0 {
  border-left-width: 0px !important;
}

.border-l-1 {
  border-left-width: 1px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-current {
  border-color: currentColor !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-lightteal {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
}

.border-darkteal {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
}

.border-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
}

.border-darkred {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
}

.border-darkblue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
}

.border-skybule {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
}

.border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
}

.border-lightgray {
  border-color: rgba(239, 239, 239, 0.8) !important;
}

.border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.border-devider {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
}

.border-cream {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
}

.border-blue01 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
}

.border-blue02 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
}

.border-buttercup {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
}

.border-lime-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
}

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.border-relief {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.border-whitebdr {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor !important;
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lightteal {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-darkteal {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-darkred {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-darkblue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-skybule {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lightgray {
  border-color: rgba(239, 239, 239, 0.8) !important;
}

.group:hover .group-hover\:border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-devider {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cream {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue01 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue02 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-buttercup {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-relief {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-whitebdr {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lightteal:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
}

.focus-within\:border-darkteal:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
}

.focus-within\:border-darkred:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-darkblue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
}

.focus-within\:border-skybule:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lightgray:focus-within {
  border-color: rgba(239, 239, 239, 0.8) !important;
}

.focus-within\:border-gray:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-devider:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cream:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue01:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue02:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-buttercup:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-gray:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus-within\:border-relief:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus-within\:border-whitebdr:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-current:hover {
  border-color: currentColor !important;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-lightteal:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
}

.hover\:border-darkteal:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
}

.hover\:border-red:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
}

.hover\:border-darkred:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-darkblue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
}

.hover\:border-skybule:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
}

.hover\:border-lightgray:hover {
  border-color: rgba(239, 239, 239, 0.8) !important;
}

.hover\:border-gray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-devider:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
}

.hover\:border-cream:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
}

.hover\:border-blue01:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
}

.hover\:border-blue02:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-buttercup:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-gray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.hover\:border-relief:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.hover\:border-whitebdr:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-current:focus {
  border-color: currentColor !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-lightteal:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
}

.focus\:border-darkteal:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
}

.focus\:border-red:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
}

.focus\:border-darkred:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-darkblue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
}

.focus\:border-skybule:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
}

.focus\:border-lightgray:focus {
  border-color: rgba(239, 239, 239, 0.8) !important;
}

.focus\:border-gray:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-devider:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
}

.focus\:border-cream:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
}

.focus\:border-blue01:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
}

.focus\:border-blue02:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-buttercup:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-gray:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus\:border-relief:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
}

.focus\:border-whitebdr:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-57 {
  --tw-border-opacity: 0.57 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-57 {
  --tw-border-opacity: 0.57 !important;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-57:focus-within {
  --tw-border-opacity: 0.57 !important;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-57:hover {
  --tw-border-opacity: 0.57 !important;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-57:focus {
  --tw-border-opacity: 0.57 !important;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-current {
  background-color: currentColor !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-lightteal {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
}

.bg-darkteal {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
}

.bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
}

.bg-darkred {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
}

.bg-darkblue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
}

.bg-skybule {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
}

.bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
}

.bg-lightgray {
  background-color: rgba(239, 239, 239, 0.8) !important;
}

.bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-devider {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
}

.bg-cream {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
}

.bg-blue01 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
}

.bg-blue02 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
}

.bg-buttercup {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
}

.bg-lime-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important;
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor !important;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightteal {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-darkteal {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-darkred {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-darkblue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-skybule {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightgray {
  background-color: rgba(239, 239, 239, 0.8) !important;
}

.group:hover .group-hover\:bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-devider {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cream {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue01 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue02 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-buttercup {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent !important;
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor !important;
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lightteal:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-darkteal:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-darkred:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-darkblue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-skybule:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lightgray:focus-within {
  background-color: rgba(239, 239, 239, 0.8) !important;
}

.focus-within\:bg-gray:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-devider:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cream:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue01:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue02:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-buttercup:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-gray:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-current:hover {
  background-color: currentColor !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lightteal:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
}

.hover\:bg-darkteal:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
}

.hover\:bg-darkred:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
}

.hover\:bg-darkblue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
}

.hover\:bg-skybule:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lightgray:hover {
  background-color: rgba(239, 239, 239, 0.8) !important;
}

.hover\:bg-gray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-devider:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cream:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue01:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue02:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-buttercup:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-gray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:bg-current:focus {
  background-color: currentColor !important;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lightteal:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
}

.focus\:bg-darkteal:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
}

.focus\:bg-darkred:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-darkblue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
}

.focus\:bg-skybule:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lightgray:focus {
  background-color: rgba(239, 239, 239, 0.8) !important;
}

.focus\:bg-gray:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-devider:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cream:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue01:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue02:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-buttercup:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-gray:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-57 {
  --tw-bg-opacity: 0.57 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-57 {
  --tw-bg-opacity: 0.57 !important;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-57:focus-within {
  --tw-bg-opacity: 0.57 !important;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-57:hover {
  --tw-bg-opacity: 0.57 !important;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-57:focus {
  --tw-bg-opacity: 0.57 !important;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-current {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-white {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.from-green-100 {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.from-green-400 {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.from-green-500 {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.from-green-600 {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.from-green-700 {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.from-green-800 {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.from-green-900 {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.from-black {
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-lightteal {
  --tw-gradient-from: #6ED4E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
}

.from-darkteal {
  --tw-gradient-from: #36C3DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
}

.from-red {
  --tw-gradient-from: #D6393C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
}

.from-darkred {
  --tw-gradient-from: #B63033 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
}

.from-darkblue {
  --tw-gradient-from: #3A4758 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
}

.from-skybule {
  --tw-gradient-from: #30B5CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
}

.from-yellow {
  --tw-gradient-from: #F0B334 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
}

.from-lightgray {
  --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.from-gray {
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.from-devider {
  --tw-gradient-from: #C8C0BD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
}

.from-cream {
  --tw-gradient-from: #F1F0ED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
}

.from-blue01 {
  --tw-gradient-from: #39495B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
}

.from-blue02 {
  --tw-gradient-from: #37526B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
}

.from-buttercup {
  --tw-gradient-from: #D9A12E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
}

.from-lime-gray {
  --tw-gradient-from: #F1F1ED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.hover\:from-black:hover {
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-lightteal:hover {
  --tw-gradient-from: #6ED4E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
}

.hover\:from-darkteal:hover {
  --tw-gradient-from: #36C3DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
}

.hover\:from-red:hover {
  --tw-gradient-from: #D6393C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
}

.hover\:from-darkred:hover {
  --tw-gradient-from: #B63033 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
}

.hover\:from-darkblue:hover {
  --tw-gradient-from: #3A4758 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
}

.hover\:from-skybule:hover {
  --tw-gradient-from: #30B5CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
}

.hover\:from-yellow:hover {
  --tw-gradient-from: #F0B334 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
}

.hover\:from-lightgray:hover {
  --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.hover\:from-gray:hover {
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:from-devider:hover {
  --tw-gradient-from: #C8C0BD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
}

.hover\:from-cream:hover {
  --tw-gradient-from: #F1F0ED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
}

.hover\:from-blue01:hover {
  --tw-gradient-from: #39495B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
}

.hover\:from-blue02:hover {
  --tw-gradient-from: #37526B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
}

.hover\:from-buttercup:hover {
  --tw-gradient-from: #D9A12E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
}

.hover\:from-lime-gray:hover {
  --tw-gradient-from: #F1F1ED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.focus\:from-black:focus {
  --tw-gradient-from: #000000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-lightteal:focus {
  --tw-gradient-from: #6ED4E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
}

.focus\:from-darkteal:focus {
  --tw-gradient-from: #36C3DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
}

.focus\:from-red:focus {
  --tw-gradient-from: #D6393C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
}

.focus\:from-darkred:focus {
  --tw-gradient-from: #B63033 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
}

.focus\:from-darkblue:focus {
  --tw-gradient-from: #3A4758 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
}

.focus\:from-skybule:focus {
  --tw-gradient-from: #30B5CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
}

.focus\:from-yellow:focus {
  --tw-gradient-from: #F0B334 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
}

.focus\:from-lightgray:focus {
  --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.focus\:from-gray:focus {
  --tw-gradient-from: #F2F2F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:from-devider:focus {
  --tw-gradient-from: #C8C0BD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
}

.focus\:from-cream:focus {
  --tw-gradient-from: #F1F0ED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
}

.focus\:from-blue01:focus {
  --tw-gradient-from: #39495B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
}

.focus\:from-blue02:focus {
  --tw-gradient-from: #37526B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
}

.focus\:from-buttercup:focus {
  --tw-gradient-from: #D9A12E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
}

.focus\:from-lime-gray:focus {
  --tw-gradient-from: #F1F1ED !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-lightteal {
  --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
}

.via-darkteal {
  --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
}

.via-red {
  --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
}

.via-darkred {
  --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
}

.via-darkblue {
  --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
}

.via-skybule {
  --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
}

.via-yellow {
  --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
}

.via-lightgray {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.via-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.via-devider {
  --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
}

.via-cream {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
}

.via-blue01 {
  --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
}

.via-blue02 {
  --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
}

.via-buttercup {
  --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
}

.via-lime-gray {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-lightteal:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
}

.hover\:via-darkteal:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
}

.hover\:via-red:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
}

.hover\:via-darkred:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
}

.hover\:via-darkblue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
}

.hover\:via-skybule:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
}

.hover\:via-yellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
}

.hover\:via-lightgray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.hover\:via-gray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.hover\:via-devider:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
}

.hover\:via-cream:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
}

.hover\:via-blue01:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
}

.hover\:via-blue02:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
}

.hover\:via-buttercup:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
}

.hover\:via-lime-gray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-lightteal:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
}

.focus\:via-darkteal:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
}

.focus\:via-red:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
}

.focus\:via-darkred:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
}

.focus\:via-darkblue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
}

.focus\:via-skybule:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
}

.focus\:via-yellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
}

.focus\:via-lightgray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
}

.focus\:via-gray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
}

.focus\:via-devider:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
}

.focus\:via-cream:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
}

.focus\:via-blue01:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
}

.focus\:via-blue02:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
}

.focus\:via-buttercup:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
}

.focus\:via-lime-gray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
}

.to-transparent {
  --tw-gradient-to: transparent !important;
}

.to-current {
  --tw-gradient-to: currentColor !important;
}

.to-white {
  --tw-gradient-to: #fff !important;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5 !important;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5 !important;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0 !important;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7 !important;
}

.to-green-400 {
  --tw-gradient-to: #34d399 !important;
}

.to-green-500 {
  --tw-gradient-to: #10b981 !important;
}

.to-green-600 {
  --tw-gradient-to: #059669 !important;
}

.to-green-700 {
  --tw-gradient-to: #047857 !important;
}

.to-green-800 {
  --tw-gradient-to: #065f46 !important;
}

.to-green-900 {
  --tw-gradient-to: #064e3b !important;
}

.to-black {
  --tw-gradient-to: #000000 !important;
}

.to-lightteal {
  --tw-gradient-to: #6ED4E6 !important;
}

.to-darkteal {
  --tw-gradient-to: #36C3DC !important;
}

.to-red {
  --tw-gradient-to: #D6393C !important;
}

.to-darkred {
  --tw-gradient-to: #B63033 !important;
}

.to-darkblue {
  --tw-gradient-to: #3A4758 !important;
}

.to-skybule {
  --tw-gradient-to: #30B5CC !important;
}

.to-yellow {
  --tw-gradient-to: #F0B334 !important;
}

.to-lightgray {
  --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
}

.to-gray {
  --tw-gradient-to: #F2F2F2 !important;
}

.to-devider {
  --tw-gradient-to: #C8C0BD !important;
}

.to-cream {
  --tw-gradient-to: #F1F0ED !important;
}

.to-blue01 {
  --tw-gradient-to: #39495B !important;
}

.to-blue02 {
  --tw-gradient-to: #37526B !important;
}

.to-buttercup {
  --tw-gradient-to: #D9A12E !important;
}

.to-lime-gray {
  --tw-gradient-to: #F1F1ED !important;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor !important;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff !important;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #ecfdf5 !important;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #d1fae5 !important;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #a7f3d0 !important;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #6ee7b7 !important;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #34d399 !important;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #10b981 !important;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #059669 !important;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #047857 !important;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #065f46 !important;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #064e3b !important;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000000 !important;
}

.hover\:to-lightteal:hover {
  --tw-gradient-to: #6ED4E6 !important;
}

.hover\:to-darkteal:hover {
  --tw-gradient-to: #36C3DC !important;
}

.hover\:to-red:hover {
  --tw-gradient-to: #D6393C !important;
}

.hover\:to-darkred:hover {
  --tw-gradient-to: #B63033 !important;
}

.hover\:to-darkblue:hover {
  --tw-gradient-to: #3A4758 !important;
}

.hover\:to-skybule:hover {
  --tw-gradient-to: #30B5CC !important;
}

.hover\:to-yellow:hover {
  --tw-gradient-to: #F0B334 !important;
}

.hover\:to-lightgray:hover {
  --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
}

.hover\:to-gray:hover {
  --tw-gradient-to: #F2F2F2 !important;
}

.hover\:to-devider:hover {
  --tw-gradient-to: #C8C0BD !important;
}

.hover\:to-cream:hover {
  --tw-gradient-to: #F1F0ED !important;
}

.hover\:to-blue01:hover {
  --tw-gradient-to: #39495B !important;
}

.hover\:to-blue02:hover {
  --tw-gradient-to: #37526B !important;
}

.hover\:to-buttercup:hover {
  --tw-gradient-to: #D9A12E !important;
}

.hover\:to-lime-gray:hover {
  --tw-gradient-to: #F1F1ED !important;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor !important;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff !important;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #ecfdf5 !important;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #d1fae5 !important;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #a7f3d0 !important;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #6ee7b7 !important;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #34d399 !important;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #10b981 !important;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #059669 !important;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #047857 !important;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #065f46 !important;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #064e3b !important;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000000 !important;
}

.focus\:to-lightteal:focus {
  --tw-gradient-to: #6ED4E6 !important;
}

.focus\:to-darkteal:focus {
  --tw-gradient-to: #36C3DC !important;
}

.focus\:to-red:focus {
  --tw-gradient-to: #D6393C !important;
}

.focus\:to-darkred:focus {
  --tw-gradient-to: #B63033 !important;
}

.focus\:to-darkblue:focus {
  --tw-gradient-to: #3A4758 !important;
}

.focus\:to-skybule:focus {
  --tw-gradient-to: #30B5CC !important;
}

.focus\:to-yellow:focus {
  --tw-gradient-to: #F0B334 !important;
}

.focus\:to-lightgray:focus {
  --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
}

.focus\:to-gray:focus {
  --tw-gradient-to: #F2F2F2 !important;
}

.focus\:to-devider:focus {
  --tw-gradient-to: #C8C0BD !important;
}

.focus\:to-cream:focus {
  --tw-gradient-to: #F1F0ED !important;
}

.focus\:to-blue01:focus {
  --tw-gradient-to: #39495B !important;
}

.focus\:to-blue02:focus {
  --tw-gradient-to: #37526B !important;
}

.focus\:to-buttercup:focus {
  --tw-gradient-to: #D9A12E !important;
}

.focus\:to-lime-gray:focus {
  --tw-gradient-to: #F1F1ED !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-origin-border {
  background-origin: border-box !important;
}

.bg-origin-padding {
  background-origin: padding-box !important;
}

.bg-origin-content {
  background-origin: content-box !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-33 {
  padding: 33px !important;
}

.p-34 {
  padding: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-38 {
  padding: 38px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-44 {
  padding: 44px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-105 {
  padding: 105px !important;
}

.p-110 {
  padding: 110px !important;
}

.p-115 {
  padding: 115px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-125 {
  padding: 125px !important;
}

.p-130 {
  padding: 130px !important;
}

.p-135 {
  padding: 135px !important;
}

.p-140 {
  padding: 140px !important;
}

.p-142 {
  padding: 142px !important;
}

.p-145 {
  padding: 145px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-160 {
  padding: 160px !important;
}

.p-165 {
  padding: 165px !important;
}

.p-170 {
  padding: 170px !important;
}

.p-180 {
  padding: 180px !important;
}

.p-185 {
  padding: 185px !important;
}

.p-190 {
  padding: 190px !important;
}

.p-200 {
  padding: 200px !important;
}

.p-225 {
  padding: 225px !important;
}

.p-px {
  padding: 1px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-33 {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-38 {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-44 {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.px-142 {
  padding-left: 142px !important;
  padding-right: 142px !important;
}

.px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

.px-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.px-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

.px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.px-225 {
  padding-left: 225px !important;
  padding-right: 225px !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.py-142 {
  padding-top: 142px !important;
  padding-bottom: 142px !important;
}

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.py-225 {
  padding-top: 225px !important;
  padding-bottom: 225px !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-142 {
  padding-top: 142px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-225 {
  padding-top: 225px !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-142 {
  padding-right: 142px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pr-225 {
  padding-right: 225px !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-142 {
  padding-bottom: 142px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-225 {
  padding-bottom: 225px !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pl-33 {
  padding-left: 33px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-142 {
  padding-left: 142px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pl-225 {
  padding-left: 225px !important;
}

.pl-px {
  padding-left: 1px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.font-font-zilla {
  font-family: Zilla Slab !important;
}

.font-font-montserrat {
  font-family: Montserrat !important;
}

.font-font-helveticaneuemedium {
  font-family: helveticaneuemedium !important;
}

.text-base {
  font-size: 22px !important;
  line-height: 33px !important;
}

.text-fs-400 {
  font-size: 400px !important;
  line-height: 320px !important;
}

.text-fs-215 {
  font-size: 215px !important;
  line-height: 172px !important;
}

.text-fs-160 {
  font-size: 160px !important;
  line-height: 128px !important;
}

.text-fs-140 {
  font-size: 160px !important;
  line-height: 128px !important;
}

.text-fs-110 {
  font-size: 110px !important;
  line-height: 88px !important;
}

.text-fs-80 {
  font-size: 80px !important;
  line-height: 80px !important;
}

.text-fs-60 {
  font-size: 60px !important;
  line-height: 72px !important;
}

.text-fs-55 {
  font-size: 55px !important;
  line-height: 66px !important;
}

.text-fs-50 {
  font-size: 50px !important;
  line-height: 45px !important;
}

.text-fs-45 {
  font-size: 45px !important;
  line-height: 36px !important;
}

.text-fs-40 {
  font-size: 40px !important;
  line-height: 32px !important;
}

.text-fs-34 {
  font-size: 34px !important;
  line-height: 40px !important;
}

.text-fs-32 {
  font-size: 32px !important;
  line-height: 26px !important;
}

.text-fs-30 {
  font-size: 30px !important;
  line-height: 26px !important;
}

.text-fs-28 {
  font-size: 28px !important;
  line-height: 22px !important;
}

.text-fs-24 {
  font-size: 24px !important;
  line-height: 20px !important;
}

.text-fs-26 {
  font-size: 26px !important;
  line-height: 41px !important;
}

.text-fs-22 {
  font-size: 22px !important;
  line-height: 33px !important;
}

.text-fs-20 {
  font-size: 20px !important;
  line-height: 27px !important;
}

.text-fs-18 {
  font-size: 18px !important;
  line-height: 27px !important;
}

.text-fs-17 {
  font-size: 17px !important;
  line-height: 21px !important;
}

.text-fs-16 {
  font-size: 16px !important;
  line-height: 22px !important;
}

.text-fs-14 {
  font-size: 14px !important;
  line-height: 21px !important;
}

.text-fs-13 {
  font-size: 13px !important;
  line-height: 23px !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-lh-68 {
  line-height: 68px !important;
}

.leading-lh-60 {
  line-height: 60px !important;
}

.leading-lh-55 {
  line-height: 55px !important;
}

.leading-lh-52 {
  line-height: 52px !important;
}

.leading-lh-50 {
  line-height: 50px !important;
}

.leading-lh-44 {
  line-height: 44px !important;
}

.leading-lh-42 {
  line-height: 42px !important;
}

.leading-lh-38 {
  line-height: 38px !important;
}

.leading-lh-28 {
  line-height: 28px !important;
}

.leading-lh-30 {
  line-height: 30px !important;
}

.leading-lh-25 {
  line-height: 25px !important;
}

.leading-lh-24 {
  line-height: 24px !important;
}

.leading-lh-22 {
  line-height: 22px !important;
}

.leading-lh-21 {
  line-height: 21px !important;
}

.leading-lh-20 {
  line-height: 20px !important;
}

.leading-lh-18 {
  line-height: 18px !important;
}

.leading-lh-16 {
  line-height: 16px !important;
}

.leading-lh-37 {
  line-height: 37px !important;
}

.leading-lh-35 {
  line-height: 35px !important;
}

.leading-lh-33 {
  line-height: 33px !important;
}

.leading-lh-88 {
  line-height: 88px !important;
}

.leading-lh-72 {
  line-height: 72px !important;
}

.leading-lh-62 {
  line-height: 62px !important;
}

.leading-lh-45 {
  line-height: 45px !important;
}

.leading-lh-26 {
  line-height: 26px !important;
}

.leading-lh-27 {
  line-height: 27px !important;
}

.leading-lh-23 {
  line-height: 23px !important;
}

.tracking-1 {
  letter-spacing: 1.5px !important;
}

.tracking-smallpx {
  letter-spacing: -0.5px !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0em !important;
}

.tracking-wide {
  letter-spacing: 0.15em !important;
}

.tracking-wider {
  letter-spacing: 0.04em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.tracking-xs {
  letter-spacing: 0.01em !important;
}

.tracking-xxs {
  letter-spacing: -0.5px !important;
}

.tracking-1px {
  letter-spacing: 1px !important;
}

.tracking-2px {
  letter-spacing: 2px !important;
}

.tracking-3px {
  letter-spacing: 3px !important;
}

.tracking-0-06px {
  letter-spacing: 0.06em !important;
}

.tracking-0-05px {
  letter-spacing: 0.05em !important;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-lightteal {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
}

.text-darkteal {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
}

.text-red {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
}

.text-darkred {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
}

.text-darkblue {
  --tw-text-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

.text-skybule {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
}

.text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
}

.text-lightgray {
  color: rgba(239, 239, 239, 0.8) !important;
}

.text-gray {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.text-devider {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
}

.text-cream {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
}

.text-blue01 {
  --tw-text-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
}

.text-blue02 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
}

.text-buttercup {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
}

.text-lime-gray {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}

.group:hover .group-hover\:text-current {
  color: currentColor !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lightteal {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-darkteal {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-darkred {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-darkblue {
  --tw-text-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-skybule {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lightgray {
  color: rgba(239, 239, 239, 0.8) !important;
}

.group:hover .group-hover\:text-gray {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-devider {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cream {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue01 {
  --tw-text-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue02 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-buttercup {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-gray {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
}

.focus-within\:text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lightteal:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
}

.focus-within\:text-darkteal:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
}

.focus-within\:text-darkred:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:text-darkblue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

.focus-within\:text-skybule:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lightgray:focus-within {
  color: rgba(239, 239, 239, 0.8) !important;
}

.focus-within\:text-gray:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-devider:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cream:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue01:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue02:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-buttercup:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-gray:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-current:hover {
  color: currentColor !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-lightteal:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
}

.hover\:text-darkteal:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
}

.hover\:text-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
}

.hover\:text-darkred:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-darkblue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

.hover\:text-skybule:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
}

.hover\:text-lightgray:hover {
  color: rgba(239, 239, 239, 0.8) !important;
}

.hover\:text-gray:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-devider:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
}

.hover\:text-cream:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
}

.hover\:text-blue01:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
}

.hover\:text-blue02:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-buttercup:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-gray:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-current:focus {
  color: currentColor !important;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-lightteal:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
}

.focus\:text-darkteal:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
}

.focus\:text-red:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
}

.focus\:text-darkred:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-darkblue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

.focus\:text-skybule:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
}

.focus\:text-lightgray:focus {
  color: rgba(239, 239, 239, 0.8) !important;
}

.focus\:text-gray:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-devider:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
}

.focus\:text-cream:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
}

.focus\:text-blue01:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
}

.focus\:text-blue02:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-buttercup:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-gray:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-57 {
  --tw-text-opacity: 0.57 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-57 {
  --tw-text-opacity: 0.57 !important;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-57:focus-within {
  --tw-text-opacity: 0.57 !important;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-57:hover {
  --tw-text-opacity: 0.57 !important;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-57:focus {
  --tw-text-opacity: 0.57 !important;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.group:hover .group-hover\:underline {
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none !important;
}

.focus-within\:underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightteal::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightteal::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkteal::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkteal::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkred::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkred::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkblue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkblue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-skybule::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-skybule::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightgray::-moz-placeholder {
  color: rgba(239, 239, 239, 0.8) !important;
}

.placeholder-lightgray::placeholder {
  color: rgba(239, 239, 239, 0.8) !important;
}

.placeholder-gray::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-devider::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-devider::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cream::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cream::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue01::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue01::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue02::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue02::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-buttercup::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
}

.placeholder-buttercup::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-gray::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-gray::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightteal:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightteal:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkteal:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkteal:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkred:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkred:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkblue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkblue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-skybule:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-skybule:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightgray:focus::-moz-placeholder {
  color: rgba(239, 239, 239, 0.8) !important;
}

.focus\:placeholder-lightgray:focus::placeholder {
  color: rgba(239, 239, 239, 0.8) !important;
}

.focus\:placeholder-gray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-devider:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-devider:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cream:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cream:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue01:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue01:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue02:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue02:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-buttercup:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-buttercup:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-gray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-gray:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-57::-moz-placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.placeholder-opacity-57::placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-57:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.focus\:placeholder-opacity-57:focus::placeholder {
  --tw-placeholder-opacity: 0.57 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-57 {
  opacity: 0.57 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-57 {
  opacity: 0.57 !important;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05 !important;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1 !important;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5 !important;
}

.focus-within\:opacity-57:focus-within {
  opacity: 0.57 !important;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9 !important;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-57:hover {
  opacity: 0.57 !important;
}

.hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus {
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-57:focus {
  opacity: 0.57 !important;
}

.focus\:opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-shadow-btn {
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-shadow-btn {
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-shadow-btn:focus-within {
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-shadow-btn:hover {
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-shadow-btn:focus {
  --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-0 {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-0:focus-within {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-0:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.ring-transparent {
  --tw-ring-color: transparent !important;
}

.ring-current {
  --tw-ring-color: currentColor !important;
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-green-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.ring-green-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.ring-green-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.ring-green-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.ring-green-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.ring-green-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.ring-green-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.ring-green-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.ring-green-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-lightteal {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
}

.ring-darkteal {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
}

.ring-red {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
}

.ring-darkred {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
}

.ring-darkblue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
}

.ring-skybule {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
}

.ring-yellow {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
}

.ring-lightgray {
  --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
}

.ring-gray {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.ring-devider {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
}

.ring-cream {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
}

.ring-blue01 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
}

.ring-blue02 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
}

.ring-buttercup {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
}

.ring-lime-gray {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lightteal:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-darkteal:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-darkred:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-darkblue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-skybule:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lightgray:focus-within {
  --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
}

.focus-within\:ring-gray:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-devider:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cream:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue01:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue02:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-buttercup:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-gray:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lightteal:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
}

.focus\:ring-darkteal:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
}

.focus\:ring-darkred:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-darkblue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
}

.focus\:ring-skybule:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lightgray:focus {
  --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
}

.focus\:ring-gray:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-devider:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cream:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue01:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue02:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-buttercup:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-gray:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-57 {
  --tw-ring-opacity: 0.57 !important;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-57:focus-within {
  --tw-ring-opacity: 0.57 !important;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-57:focus {
  --tw-ring-opacity: 0.57 !important;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff !important;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5 !important;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399 !important;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981 !important;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #059669 !important;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #047857 !important;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46 !important;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b !important;
}

.ring-offset-black {
  --tw-ring-offset-color: #000000 !important;
}

.ring-offset-lightteal {
  --tw-ring-offset-color: #6ED4E6 !important;
}

.ring-offset-darkteal {
  --tw-ring-offset-color: #36C3DC !important;
}

.ring-offset-red {
  --tw-ring-offset-color: #D6393C !important;
}

.ring-offset-darkred {
  --tw-ring-offset-color: #B63033 !important;
}

.ring-offset-darkblue {
  --tw-ring-offset-color: #3A4758 !important;
}

.ring-offset-skybule {
  --tw-ring-offset-color: #30B5CC !important;
}

.ring-offset-yellow {
  --tw-ring-offset-color: #F0B334 !important;
}

.ring-offset-lightgray {
  --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
}

.ring-offset-gray {
  --tw-ring-offset-color: #F2F2F2 !important;
}

.ring-offset-devider {
  --tw-ring-offset-color: #C8C0BD !important;
}

.ring-offset-cream {
  --tw-ring-offset-color: #F1F0ED !important;
}

.ring-offset-blue01 {
  --tw-ring-offset-color: #39495B !important;
}

.ring-offset-blue02 {
  --tw-ring-offset-color: #37526B !important;
}

.ring-offset-buttercup {
  --tw-ring-offset-color: #D9A12E !important;
}

.ring-offset-lime-gray {
  --tw-ring-offset-color: #F1F1ED !important;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5 !important;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399 !important;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981 !important;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669 !important;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857 !important;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46 !important;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b !important;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000000 !important;
}

.focus-within\:ring-offset-lightteal:focus-within {
  --tw-ring-offset-color: #6ED4E6 !important;
}

.focus-within\:ring-offset-darkteal:focus-within {
  --tw-ring-offset-color: #36C3DC !important;
}

.focus-within\:ring-offset-red:focus-within {
  --tw-ring-offset-color: #D6393C !important;
}

.focus-within\:ring-offset-darkred:focus-within {
  --tw-ring-offset-color: #B63033 !important;
}

.focus-within\:ring-offset-darkblue:focus-within {
  --tw-ring-offset-color: #3A4758 !important;
}

.focus-within\:ring-offset-skybule:focus-within {
  --tw-ring-offset-color: #30B5CC !important;
}

.focus-within\:ring-offset-yellow:focus-within {
  --tw-ring-offset-color: #F0B334 !important;
}

.focus-within\:ring-offset-lightgray:focus-within {
  --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
}

.focus-within\:ring-offset-gray:focus-within {
  --tw-ring-offset-color: #F2F2F2 !important;
}

.focus-within\:ring-offset-devider:focus-within {
  --tw-ring-offset-color: #C8C0BD !important;
}

.focus-within\:ring-offset-cream:focus-within {
  --tw-ring-offset-color: #F1F0ED !important;
}

.focus-within\:ring-offset-blue01:focus-within {
  --tw-ring-offset-color: #39495B !important;
}

.focus-within\:ring-offset-blue02:focus-within {
  --tw-ring-offset-color: #37526B !important;
}

.focus-within\:ring-offset-buttercup:focus-within {
  --tw-ring-offset-color: #D9A12E !important;
}

.focus-within\:ring-offset-lime-gray:focus-within {
  --tw-ring-offset-color: #F1F1ED !important;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff !important;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5 !important;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399 !important;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981 !important;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669 !important;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857 !important;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46 !important;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b !important;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000000 !important;
}

.focus\:ring-offset-lightteal:focus {
  --tw-ring-offset-color: #6ED4E6 !important;
}

.focus\:ring-offset-darkteal:focus {
  --tw-ring-offset-color: #36C3DC !important;
}

.focus\:ring-offset-red:focus {
  --tw-ring-offset-color: #D6393C !important;
}

.focus\:ring-offset-darkred:focus {
  --tw-ring-offset-color: #B63033 !important;
}

.focus\:ring-offset-darkblue:focus {
  --tw-ring-offset-color: #3A4758 !important;
}

.focus\:ring-offset-skybule:focus {
  --tw-ring-offset-color: #30B5CC !important;
}

.focus\:ring-offset-yellow:focus {
  --tw-ring-offset-color: #F0B334 !important;
}

.focus\:ring-offset-lightgray:focus {
  --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
}

.focus\:ring-offset-gray:focus {
  --tw-ring-offset-color: #F2F2F2 !important;
}

.focus\:ring-offset-devider:focus {
  --tw-ring-offset-color: #C8C0BD !important;
}

.focus\:ring-offset-cream:focus {
  --tw-ring-offset-color: #F1F0ED !important;
}

.focus\:ring-offset-blue01:focus {
  --tw-ring-offset-color: #39495B !important;
}

.focus\:ring-offset-blue02:focus {
  --tw-ring-offset-color: #37526B !important;
}

.focus\:ring-offset-buttercup:focus {
  --tw-ring-offset-color: #D9A12E !important;
}

.focus\:ring-offset-lime-gray:focus {
  --tw-ring-offset-color: #F1F1ED !important;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  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) !important;
}

.filter-none {
  filter: none !important;
}

.blur-0 {
  --tw-blur: blur(0) !important;
}

.blur-none {
  --tw-blur: blur(0) !important;
}

.blur-sm {
  --tw-blur: blur(4px) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
}

.blur-md {
  --tw-blur: blur(12px) !important;
}

.blur-lg {
  --tw-blur: blur(16px) !important;
}

.blur-xl {
  --tw-blur: blur(24px) !important;
}

.blur-2xl {
  --tw-blur: blur(40px) !important;
}

.blur-3xl {
  --tw-blur: blur(64px) !important;
}

.brightness-0 {
  --tw-brightness: brightness(0) !important;
}

.brightness-50 {
  --tw-brightness: brightness(.5) !important;
}

.brightness-75 {
  --tw-brightness: brightness(.75) !important;
}

.brightness-90 {
  --tw-brightness: brightness(.9) !important;
}

.brightness-95 {
  --tw-brightness: brightness(.95) !important;
}

.brightness-100 {
  --tw-brightness: brightness(1) !important;
}

.brightness-105 {
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110 {
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125 {
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150 {
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200 {
  --tw-brightness: brightness(2) !important;
}

.contrast-0 {
  --tw-contrast: contrast(0) !important;
}

.contrast-50 {
  --tw-contrast: contrast(.5) !important;
}

.contrast-75 {
  --tw-contrast: contrast(.75) !important;
}

.contrast-100 {
  --tw-contrast: contrast(1) !important;
}

.contrast-125 {
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150 {
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200 {
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.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)) !important;
}

.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)) !important;
}

.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)) !important;
}

.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)) !important;
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0 {
  --tw-invert: invert(0) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
}

.saturate-0 {
  --tw-saturate: saturate(0) !important;
}

.saturate-50 {
  --tw-saturate: saturate(.5) !important;
}

.saturate-100 {
  --tw-saturate: saturate(1) !important;
}

.saturate-150 {
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200 {
  --tw-saturate: saturate(2) !important;
}

.sepia-0 {
  --tw-sepia: sepia(0) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  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) !important;
}

.backdrop-filter-none {
  backdrop-filter: none !important;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-57 {
  --tw-backdrop-opacity: opacity(0.57) !important;
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: ease !important;
  transition-duration: 150ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (max-width: 1440px) {
  .xl\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: sticky !important;
  }

  .xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .xl\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .xl\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xl\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .xl\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .xl\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .xl\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .xl\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .xl\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .xl\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .xl\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .xl\:inset-33 {
    top: 33px !important;
    right: 33px !important;
    bottom: 33px !important;
    left: 33px !important;
  }

  .xl\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .xl\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .xl\:inset-38 {
    top: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    left: 38px !important;
  }

  .xl\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .xl\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .xl\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .xl\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .xl\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .xl\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .xl\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .xl\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .xl\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .xl\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .xl\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .xl\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .xl\:inset-95 {
    top: 95px !important;
    right: 95px !important;
    bottom: 95px !important;
    left: 95px !important;
  }

  .xl\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .xl\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .xl\:inset-110 {
    top: 110px !important;
    right: 110px !important;
    bottom: 110px !important;
    left: 110px !important;
  }

  .xl\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .xl\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .xl\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .xl\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .xl\:inset-135 {
    top: 135px !important;
    right: 135px !important;
    bottom: 135px !important;
    left: 135px !important;
  }

  .xl\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .xl\:inset-142 {
    top: 142px !important;
    right: 142px !important;
    bottom: 142px !important;
    left: 142px !important;
  }

  .xl\:inset-145 {
    top: 145px !important;
    right: 145px !important;
    bottom: 145px !important;
    left: 145px !important;
  }

  .xl\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .xl\:inset-160 {
    top: 160px !important;
    right: 160px !important;
    bottom: 160px !important;
    left: 160px !important;
  }

  .xl\:inset-165 {
    top: 165px !important;
    right: 165px !important;
    bottom: 165px !important;
    left: 165px !important;
  }

  .xl\:inset-170 {
    top: 170px !important;
    right: 170px !important;
    bottom: 170px !important;
    left: 170px !important;
  }

  .xl\:inset-180 {
    top: 180px !important;
    right: 180px !important;
    bottom: 180px !important;
    left: 180px !important;
  }

  .xl\:inset-185 {
    top: 185px !important;
    right: 185px !important;
    bottom: 185px !important;
    left: 185px !important;
  }

  .xl\:inset-190 {
    top: 190px !important;
    right: 190px !important;
    bottom: 190px !important;
    left: 190px !important;
  }

  .xl\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .xl\:inset-225 {
    top: 225px !important;
    right: 225px !important;
    bottom: 225px !important;
    left: 225px !important;
  }

  .xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .xl\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .xl\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .xl\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .xl\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .xl\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .xl\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .xl\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .xl\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .xl\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .xl\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .xl\:-inset-33 {
    top: -33px !important;
    right: -33px !important;
    bottom: -33px !important;
    left: -33px !important;
  }

  .xl\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .xl\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .xl\:-inset-38 {
    top: -38px !important;
    right: -38px !important;
    bottom: -38px !important;
    left: -38px !important;
  }

  .xl\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .xl\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .xl\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .xl\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .xl\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .xl\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .xl\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .xl\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .xl\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .xl\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .xl\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .xl\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .xl\:-inset-95 {
    top: -95px !important;
    right: -95px !important;
    bottom: -95px !important;
    left: -95px !important;
  }

  .xl\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .xl\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .xl\:-inset-110 {
    top: -110px !important;
    right: -110px !important;
    bottom: -110px !important;
    left: -110px !important;
  }

  .xl\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .xl\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .xl\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .xl\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .xl\:-inset-135 {
    top: -135px !important;
    right: -135px !important;
    bottom: -135px !important;
    left: -135px !important;
  }

  .xl\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .xl\:-inset-142 {
    top: -142px !important;
    right: -142px !important;
    bottom: -142px !important;
    left: -142px !important;
  }

  .xl\:-inset-145 {
    top: -145px !important;
    right: -145px !important;
    bottom: -145px !important;
    left: -145px !important;
  }

  .xl\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .xl\:-inset-160 {
    top: -160px !important;
    right: -160px !important;
    bottom: -160px !important;
    left: -160px !important;
  }

  .xl\:-inset-165 {
    top: -165px !important;
    right: -165px !important;
    bottom: -165px !important;
    left: -165px !important;
  }

  .xl\:-inset-170 {
    top: -170px !important;
    right: -170px !important;
    bottom: -170px !important;
    left: -170px !important;
  }

  .xl\:-inset-180 {
    top: -180px !important;
    right: -180px !important;
    bottom: -180px !important;
    left: -180px !important;
  }

  .xl\:-inset-185 {
    top: -185px !important;
    right: -185px !important;
    bottom: -185px !important;
    left: -185px !important;
  }

  .xl\:-inset-190 {
    top: -190px !important;
    right: -190px !important;
    bottom: -190px !important;
    left: -190px !important;
  }

  .xl\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .xl\:-inset-225 {
    top: -225px !important;
    right: -225px !important;
    bottom: -225px !important;
    left: -225px !important;
  }

  .xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .xl\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .xl\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .xl\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .xl\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .xl\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .xl\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .xl\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .xl\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .xl\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .xl\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .xl\:inset-x-33 {
    left: 33px !important;
    right: 33px !important;
  }

  .xl\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .xl\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .xl\:inset-x-38 {
    left: 38px !important;
    right: 38px !important;
  }

  .xl\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .xl\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .xl\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .xl\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .xl\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .xl\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .xl\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .xl\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .xl\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .xl\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .xl\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .xl\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .xl\:inset-x-95 {
    left: 95px !important;
    right: 95px !important;
  }

  .xl\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .xl\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .xl\:inset-x-110 {
    left: 110px !important;
    right: 110px !important;
  }

  .xl\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .xl\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .xl\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .xl\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .xl\:inset-x-135 {
    left: 135px !important;
    right: 135px !important;
  }

  .xl\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .xl\:inset-x-142 {
    left: 142px !important;
    right: 142px !important;
  }

  .xl\:inset-x-145 {
    left: 145px !important;
    right: 145px !important;
  }

  .xl\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .xl\:inset-x-160 {
    left: 160px !important;
    right: 160px !important;
  }

  .xl\:inset-x-165 {
    left: 165px !important;
    right: 165px !important;
  }

  .xl\:inset-x-170 {
    left: 170px !important;
    right: 170px !important;
  }

  .xl\:inset-x-180 {
    left: 180px !important;
    right: 180px !important;
  }

  .xl\:inset-x-185 {
    left: 185px !important;
    right: 185px !important;
  }

  .xl\:inset-x-190 {
    left: 190px !important;
    right: 190px !important;
  }

  .xl\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .xl\:inset-x-225 {
    left: 225px !important;
    right: 225px !important;
  }

  .xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .xl\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .xl\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .xl\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .xl\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .xl\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .xl\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .xl\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .xl\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .xl\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .xl\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .xl\:-inset-x-33 {
    left: -33px !important;
    right: -33px !important;
  }

  .xl\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .xl\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .xl\:-inset-x-38 {
    left: -38px !important;
    right: -38px !important;
  }

  .xl\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .xl\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .xl\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .xl\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .xl\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .xl\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .xl\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .xl\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .xl\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .xl\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .xl\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .xl\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .xl\:-inset-x-95 {
    left: -95px !important;
    right: -95px !important;
  }

  .xl\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .xl\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .xl\:-inset-x-110 {
    left: -110px !important;
    right: -110px !important;
  }

  .xl\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .xl\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .xl\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .xl\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .xl\:-inset-x-135 {
    left: -135px !important;
    right: -135px !important;
  }

  .xl\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .xl\:-inset-x-142 {
    left: -142px !important;
    right: -142px !important;
  }

  .xl\:-inset-x-145 {
    left: -145px !important;
    right: -145px !important;
  }

  .xl\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .xl\:-inset-x-160 {
    left: -160px !important;
    right: -160px !important;
  }

  .xl\:-inset-x-165 {
    left: -165px !important;
    right: -165px !important;
  }

  .xl\:-inset-x-170 {
    left: -170px !important;
    right: -170px !important;
  }

  .xl\:-inset-x-180 {
    left: -180px !important;
    right: -180px !important;
  }

  .xl\:-inset-x-185 {
    left: -185px !important;
    right: -185px !important;
  }

  .xl\:-inset-x-190 {
    left: -190px !important;
    right: -190px !important;
  }

  .xl\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .xl\:-inset-x-225 {
    left: -225px !important;
    right: -225px !important;
  }

  .xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .xl\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .xl\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .xl\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .xl\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .xl\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .xl\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .xl\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .xl\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .xl\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .xl\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .xl\:inset-y-33 {
    top: 33px !important;
    bottom: 33px !important;
  }

  .xl\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .xl\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .xl\:inset-y-38 {
    top: 38px !important;
    bottom: 38px !important;
  }

  .xl\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .xl\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .xl\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .xl\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .xl\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .xl\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .xl\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .xl\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .xl\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .xl\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .xl\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .xl\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .xl\:inset-y-95 {
    top: 95px !important;
    bottom: 95px !important;
  }

  .xl\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .xl\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .xl\:inset-y-110 {
    top: 110px !important;
    bottom: 110px !important;
  }

  .xl\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .xl\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .xl\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .xl\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .xl\:inset-y-135 {
    top: 135px !important;
    bottom: 135px !important;
  }

  .xl\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .xl\:inset-y-142 {
    top: 142px !important;
    bottom: 142px !important;
  }

  .xl\:inset-y-145 {
    top: 145px !important;
    bottom: 145px !important;
  }

  .xl\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .xl\:inset-y-160 {
    top: 160px !important;
    bottom: 160px !important;
  }

  .xl\:inset-y-165 {
    top: 165px !important;
    bottom: 165px !important;
  }

  .xl\:inset-y-170 {
    top: 170px !important;
    bottom: 170px !important;
  }

  .xl\:inset-y-180 {
    top: 180px !important;
    bottom: 180px !important;
  }

  .xl\:inset-y-185 {
    top: 185px !important;
    bottom: 185px !important;
  }

  .xl\:inset-y-190 {
    top: 190px !important;
    bottom: 190px !important;
  }

  .xl\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .xl\:inset-y-225 {
    top: 225px !important;
    bottom: 225px !important;
  }

  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .xl\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .xl\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .xl\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .xl\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .xl\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .xl\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .xl\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .xl\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .xl\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .xl\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .xl\:-inset-y-33 {
    top: -33px !important;
    bottom: -33px !important;
  }

  .xl\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .xl\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .xl\:-inset-y-38 {
    top: -38px !important;
    bottom: -38px !important;
  }

  .xl\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .xl\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .xl\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .xl\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .xl\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .xl\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .xl\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .xl\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .xl\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .xl\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .xl\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .xl\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .xl\:-inset-y-95 {
    top: -95px !important;
    bottom: -95px !important;
  }

  .xl\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .xl\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .xl\:-inset-y-110 {
    top: -110px !important;
    bottom: -110px !important;
  }

  .xl\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .xl\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .xl\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .xl\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .xl\:-inset-y-135 {
    top: -135px !important;
    bottom: -135px !important;
  }

  .xl\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .xl\:-inset-y-142 {
    top: -142px !important;
    bottom: -142px !important;
  }

  .xl\:-inset-y-145 {
    top: -145px !important;
    bottom: -145px !important;
  }

  .xl\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .xl\:-inset-y-160 {
    top: -160px !important;
    bottom: -160px !important;
  }

  .xl\:-inset-y-165 {
    top: -165px !important;
    bottom: -165px !important;
  }

  .xl\:-inset-y-170 {
    top: -170px !important;
    bottom: -170px !important;
  }

  .xl\:-inset-y-180 {
    top: -180px !important;
    bottom: -180px !important;
  }

  .xl\:-inset-y-185 {
    top: -185px !important;
    bottom: -185px !important;
  }

  .xl\:-inset-y-190 {
    top: -190px !important;
    bottom: -190px !important;
  }

  .xl\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .xl\:-inset-y-225 {
    top: -225px !important;
    bottom: -225px !important;
  }

  .xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:top-0 {
    top: 0px !important;
  }

  .xl\:top-5 {
    top: 5px !important;
  }

  .xl\:top-8 {
    top: 8px !important;
  }

  .xl\:top-10 {
    top: 10px !important;
  }

  .xl\:top-15 {
    top: 15px !important;
  }

  .xl\:top-20 {
    top: 20px !important;
  }

  .xl\:top-25 {
    top: 25px !important;
  }

  .xl\:top-26 {
    top: 26px !important;
  }

  .xl\:top-27 {
    top: 27px !important;
  }

  .xl\:top-28 {
    top: 28px !important;
  }

  .xl\:top-30 {
    top: 30px !important;
  }

  .xl\:top-32 {
    top: 32px !important;
  }

  .xl\:top-33 {
    top: 33px !important;
  }

  .xl\:top-34 {
    top: 34px !important;
  }

  .xl\:top-35 {
    top: 35px !important;
  }

  .xl\:top-38 {
    top: 38px !important;
  }

  .xl\:top-40 {
    top: 40px !important;
  }

  .xl\:top-44 {
    top: 44px !important;
  }

  .xl\:top-45 {
    top: 45px !important;
  }

  .xl\:top-50 {
    top: 50px !important;
  }

  .xl\:top-55 {
    top: 55px !important;
  }

  .xl\:top-60 {
    top: 60px !important;
  }

  .xl\:top-65 {
    top: 65px !important;
  }

  .xl\:top-70 {
    top: 70px !important;
  }

  .xl\:top-75 {
    top: 75px !important;
  }

  .xl\:top-80 {
    top: 80px !important;
  }

  .xl\:top-85 {
    top: 85px !important;
  }

  .xl\:top-90 {
    top: 90px !important;
  }

  .xl\:top-95 {
    top: 95px !important;
  }

  .xl\:top-100 {
    top: 100px !important;
  }

  .xl\:top-105 {
    top: 105px !important;
  }

  .xl\:top-110 {
    top: 110px !important;
  }

  .xl\:top-115 {
    top: 115px !important;
  }

  .xl\:top-120 {
    top: 120px !important;
  }

  .xl\:top-125 {
    top: 125px !important;
  }

  .xl\:top-130 {
    top: 130px !important;
  }

  .xl\:top-135 {
    top: 135px !important;
  }

  .xl\:top-140 {
    top: 140px !important;
  }

  .xl\:top-142 {
    top: 142px !important;
  }

  .xl\:top-145 {
    top: 145px !important;
  }

  .xl\:top-150 {
    top: 150px !important;
  }

  .xl\:top-160 {
    top: 160px !important;
  }

  .xl\:top-165 {
    top: 165px !important;
  }

  .xl\:top-170 {
    top: 170px !important;
  }

  .xl\:top-180 {
    top: 180px !important;
  }

  .xl\:top-185 {
    top: 185px !important;
  }

  .xl\:top-190 {
    top: 190px !important;
  }

  .xl\:top-200 {
    top: 200px !important;
  }

  .xl\:top-225 {
    top: 225px !important;
  }

  .xl\:top-auto {
    top: auto !important;
  }

  .xl\:top-px {
    top: 1px !important;
  }

  .xl\:-top-0 {
    top: 0px !important;
  }

  .xl\:-top-5 {
    top: -5px !important;
  }

  .xl\:-top-8 {
    top: -8px !important;
  }

  .xl\:-top-10 {
    top: -10px !important;
  }

  .xl\:-top-15 {
    top: -15px !important;
  }

  .xl\:-top-20 {
    top: -20px !important;
  }

  .xl\:-top-25 {
    top: -25px !important;
  }

  .xl\:-top-26 {
    top: -26px !important;
  }

  .xl\:-top-27 {
    top: -27px !important;
  }

  .xl\:-top-28 {
    top: -28px !important;
  }

  .xl\:-top-30 {
    top: -30px !important;
  }

  .xl\:-top-32 {
    top: -32px !important;
  }

  .xl\:-top-33 {
    top: -33px !important;
  }

  .xl\:-top-34 {
    top: -34px !important;
  }

  .xl\:-top-35 {
    top: -35px !important;
  }

  .xl\:-top-38 {
    top: -38px !important;
  }

  .xl\:-top-40 {
    top: -40px !important;
  }

  .xl\:-top-44 {
    top: -44px !important;
  }

  .xl\:-top-45 {
    top: -45px !important;
  }

  .xl\:-top-50 {
    top: -50px !important;
  }

  .xl\:-top-55 {
    top: -55px !important;
  }

  .xl\:-top-60 {
    top: -60px !important;
  }

  .xl\:-top-65 {
    top: -65px !important;
  }

  .xl\:-top-70 {
    top: -70px !important;
  }

  .xl\:-top-75 {
    top: -75px !important;
  }

  .xl\:-top-80 {
    top: -80px !important;
  }

  .xl\:-top-85 {
    top: -85px !important;
  }

  .xl\:-top-90 {
    top: -90px !important;
  }

  .xl\:-top-95 {
    top: -95px !important;
  }

  .xl\:-top-100 {
    top: -100px !important;
  }

  .xl\:-top-105 {
    top: -105px !important;
  }

  .xl\:-top-110 {
    top: -110px !important;
  }

  .xl\:-top-115 {
    top: -115px !important;
  }

  .xl\:-top-120 {
    top: -120px !important;
  }

  .xl\:-top-125 {
    top: -125px !important;
  }

  .xl\:-top-130 {
    top: -130px !important;
  }

  .xl\:-top-135 {
    top: -135px !important;
  }

  .xl\:-top-140 {
    top: -140px !important;
  }

  .xl\:-top-142 {
    top: -142px !important;
  }

  .xl\:-top-145 {
    top: -145px !important;
  }

  .xl\:-top-150 {
    top: -150px !important;
  }

  .xl\:-top-160 {
    top: -160px !important;
  }

  .xl\:-top-165 {
    top: -165px !important;
  }

  .xl\:-top-170 {
    top: -170px !important;
  }

  .xl\:-top-180 {
    top: -180px !important;
  }

  .xl\:-top-185 {
    top: -185px !important;
  }

  .xl\:-top-190 {
    top: -190px !important;
  }

  .xl\:-top-200 {
    top: -200px !important;
  }

  .xl\:-top-225 {
    top: -225px !important;
  }

  .xl\:-top-px {
    top: -1px !important;
  }

  .xl\:top-1\/2 {
    top: 50% !important;
  }

  .xl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xl\:top-1\/4 {
    top: 25% !important;
  }

  .xl\:top-2\/4 {
    top: 50% !important;
  }

  .xl\:top-3\/4 {
    top: 75% !important;
  }

  .xl\:top-full {
    top: 100% !important;
  }

  .xl\:-top-1\/2 {
    top: -50% !important;
  }

  .xl\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .xl\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .xl\:-top-1\/4 {
    top: -25% !important;
  }

  .xl\:-top-2\/4 {
    top: -50% !important;
  }

  .xl\:-top-3\/4 {
    top: -75% !important;
  }

  .xl\:-top-full {
    top: -100% !important;
  }

  .xl\:right-0 {
    right: 0px !important;
  }

  .xl\:right-5 {
    right: 5px !important;
  }

  .xl\:right-8 {
    right: 8px !important;
  }

  .xl\:right-10 {
    right: 10px !important;
  }

  .xl\:right-15 {
    right: 15px !important;
  }

  .xl\:right-20 {
    right: 20px !important;
  }

  .xl\:right-25 {
    right: 25px !important;
  }

  .xl\:right-26 {
    right: 26px !important;
  }

  .xl\:right-27 {
    right: 27px !important;
  }

  .xl\:right-28 {
    right: 28px !important;
  }

  .xl\:right-30 {
    right: 30px !important;
  }

  .xl\:right-32 {
    right: 32px !important;
  }

  .xl\:right-33 {
    right: 33px !important;
  }

  .xl\:right-34 {
    right: 34px !important;
  }

  .xl\:right-35 {
    right: 35px !important;
  }

  .xl\:right-38 {
    right: 38px !important;
  }

  .xl\:right-40 {
    right: 40px !important;
  }

  .xl\:right-44 {
    right: 44px !important;
  }

  .xl\:right-45 {
    right: 45px !important;
  }

  .xl\:right-50 {
    right: 50px !important;
  }

  .xl\:right-55 {
    right: 55px !important;
  }

  .xl\:right-60 {
    right: 60px !important;
  }

  .xl\:right-65 {
    right: 65px !important;
  }

  .xl\:right-70 {
    right: 70px !important;
  }

  .xl\:right-75 {
    right: 75px !important;
  }

  .xl\:right-80 {
    right: 80px !important;
  }

  .xl\:right-85 {
    right: 85px !important;
  }

  .xl\:right-90 {
    right: 90px !important;
  }

  .xl\:right-95 {
    right: 95px !important;
  }

  .xl\:right-100 {
    right: 100px !important;
  }

  .xl\:right-105 {
    right: 105px !important;
  }

  .xl\:right-110 {
    right: 110px !important;
  }

  .xl\:right-115 {
    right: 115px !important;
  }

  .xl\:right-120 {
    right: 120px !important;
  }

  .xl\:right-125 {
    right: 125px !important;
  }

  .xl\:right-130 {
    right: 130px !important;
  }

  .xl\:right-135 {
    right: 135px !important;
  }

  .xl\:right-140 {
    right: 140px !important;
  }

  .xl\:right-142 {
    right: 142px !important;
  }

  .xl\:right-145 {
    right: 145px !important;
  }

  .xl\:right-150 {
    right: 150px !important;
  }

  .xl\:right-160 {
    right: 160px !important;
  }

  .xl\:right-165 {
    right: 165px !important;
  }

  .xl\:right-170 {
    right: 170px !important;
  }

  .xl\:right-180 {
    right: 180px !important;
  }

  .xl\:right-185 {
    right: 185px !important;
  }

  .xl\:right-190 {
    right: 190px !important;
  }

  .xl\:right-200 {
    right: 200px !important;
  }

  .xl\:right-225 {
    right: 225px !important;
  }

  .xl\:right-auto {
    right: auto !important;
  }

  .xl\:right-px {
    right: 1px !important;
  }

  .xl\:-right-0 {
    right: 0px !important;
  }

  .xl\:-right-5 {
    right: -5px !important;
  }

  .xl\:-right-8 {
    right: -8px !important;
  }

  .xl\:-right-10 {
    right: -10px !important;
  }

  .xl\:-right-15 {
    right: -15px !important;
  }

  .xl\:-right-20 {
    right: -20px !important;
  }

  .xl\:-right-25 {
    right: -25px !important;
  }

  .xl\:-right-26 {
    right: -26px !important;
  }

  .xl\:-right-27 {
    right: -27px !important;
  }

  .xl\:-right-28 {
    right: -28px !important;
  }

  .xl\:-right-30 {
    right: -30px !important;
  }

  .xl\:-right-32 {
    right: -32px !important;
  }

  .xl\:-right-33 {
    right: -33px !important;
  }

  .xl\:-right-34 {
    right: -34px !important;
  }

  .xl\:-right-35 {
    right: -35px !important;
  }

  .xl\:-right-38 {
    right: -38px !important;
  }

  .xl\:-right-40 {
    right: -40px !important;
  }

  .xl\:-right-44 {
    right: -44px !important;
  }

  .xl\:-right-45 {
    right: -45px !important;
  }

  .xl\:-right-50 {
    right: -50px !important;
  }

  .xl\:-right-55 {
    right: -55px !important;
  }

  .xl\:-right-60 {
    right: -60px !important;
  }

  .xl\:-right-65 {
    right: -65px !important;
  }

  .xl\:-right-70 {
    right: -70px !important;
  }

  .xl\:-right-75 {
    right: -75px !important;
  }

  .xl\:-right-80 {
    right: -80px !important;
  }

  .xl\:-right-85 {
    right: -85px !important;
  }

  .xl\:-right-90 {
    right: -90px !important;
  }

  .xl\:-right-95 {
    right: -95px !important;
  }

  .xl\:-right-100 {
    right: -100px !important;
  }

  .xl\:-right-105 {
    right: -105px !important;
  }

  .xl\:-right-110 {
    right: -110px !important;
  }

  .xl\:-right-115 {
    right: -115px !important;
  }

  .xl\:-right-120 {
    right: -120px !important;
  }

  .xl\:-right-125 {
    right: -125px !important;
  }

  .xl\:-right-130 {
    right: -130px !important;
  }

  .xl\:-right-135 {
    right: -135px !important;
  }

  .xl\:-right-140 {
    right: -140px !important;
  }

  .xl\:-right-142 {
    right: -142px !important;
  }

  .xl\:-right-145 {
    right: -145px !important;
  }

  .xl\:-right-150 {
    right: -150px !important;
  }

  .xl\:-right-160 {
    right: -160px !important;
  }

  .xl\:-right-165 {
    right: -165px !important;
  }

  .xl\:-right-170 {
    right: -170px !important;
  }

  .xl\:-right-180 {
    right: -180px !important;
  }

  .xl\:-right-185 {
    right: -185px !important;
  }

  .xl\:-right-190 {
    right: -190px !important;
  }

  .xl\:-right-200 {
    right: -200px !important;
  }

  .xl\:-right-225 {
    right: -225px !important;
  }

  .xl\:-right-px {
    right: -1px !important;
  }

  .xl\:right-1\/2 {
    right: 50% !important;
  }

  .xl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xl\:right-1\/4 {
    right: 25% !important;
  }

  .xl\:right-2\/4 {
    right: 50% !important;
  }

  .xl\:right-3\/4 {
    right: 75% !important;
  }

  .xl\:right-full {
    right: 100% !important;
  }

  .xl\:-right-1\/2 {
    right: -50% !important;
  }

  .xl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xl\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .xl\:-right-1\/4 {
    right: -25% !important;
  }

  .xl\:-right-2\/4 {
    right: -50% !important;
  }

  .xl\:-right-3\/4 {
    right: -75% !important;
  }

  .xl\:-right-full {
    right: -100% !important;
  }

  .xl\:bottom-0 {
    bottom: 0px !important;
  }

  .xl\:bottom-5 {
    bottom: 5px !important;
  }

  .xl\:bottom-8 {
    bottom: 8px !important;
  }

  .xl\:bottom-10 {
    bottom: 10px !important;
  }

  .xl\:bottom-15 {
    bottom: 15px !important;
  }

  .xl\:bottom-20 {
    bottom: 20px !important;
  }

  .xl\:bottom-25 {
    bottom: 25px !important;
  }

  .xl\:bottom-26 {
    bottom: 26px !important;
  }

  .xl\:bottom-27 {
    bottom: 27px !important;
  }

  .xl\:bottom-28 {
    bottom: 28px !important;
  }

  .xl\:bottom-30 {
    bottom: 30px !important;
  }

  .xl\:bottom-32 {
    bottom: 32px !important;
  }

  .xl\:bottom-33 {
    bottom: 33px !important;
  }

  .xl\:bottom-34 {
    bottom: 34px !important;
  }

  .xl\:bottom-35 {
    bottom: 35px !important;
  }

  .xl\:bottom-38 {
    bottom: 38px !important;
  }

  .xl\:bottom-40 {
    bottom: 40px !important;
  }

  .xl\:bottom-44 {
    bottom: 44px !important;
  }

  .xl\:bottom-45 {
    bottom: 45px !important;
  }

  .xl\:bottom-50 {
    bottom: 50px !important;
  }

  .xl\:bottom-55 {
    bottom: 55px !important;
  }

  .xl\:bottom-60 {
    bottom: 60px !important;
  }

  .xl\:bottom-65 {
    bottom: 65px !important;
  }

  .xl\:bottom-70 {
    bottom: 70px !important;
  }

  .xl\:bottom-75 {
    bottom: 75px !important;
  }

  .xl\:bottom-80 {
    bottom: 80px !important;
  }

  .xl\:bottom-85 {
    bottom: 85px !important;
  }

  .xl\:bottom-90 {
    bottom: 90px !important;
  }

  .xl\:bottom-95 {
    bottom: 95px !important;
  }

  .xl\:bottom-100 {
    bottom: 100px !important;
  }

  .xl\:bottom-105 {
    bottom: 105px !important;
  }

  .xl\:bottom-110 {
    bottom: 110px !important;
  }

  .xl\:bottom-115 {
    bottom: 115px !important;
  }

  .xl\:bottom-120 {
    bottom: 120px !important;
  }

  .xl\:bottom-125 {
    bottom: 125px !important;
  }

  .xl\:bottom-130 {
    bottom: 130px !important;
  }

  .xl\:bottom-135 {
    bottom: 135px !important;
  }

  .xl\:bottom-140 {
    bottom: 140px !important;
  }

  .xl\:bottom-142 {
    bottom: 142px !important;
  }

  .xl\:bottom-145 {
    bottom: 145px !important;
  }

  .xl\:bottom-150 {
    bottom: 150px !important;
  }

  .xl\:bottom-160 {
    bottom: 160px !important;
  }

  .xl\:bottom-165 {
    bottom: 165px !important;
  }

  .xl\:bottom-170 {
    bottom: 170px !important;
  }

  .xl\:bottom-180 {
    bottom: 180px !important;
  }

  .xl\:bottom-185 {
    bottom: 185px !important;
  }

  .xl\:bottom-190 {
    bottom: 190px !important;
  }

  .xl\:bottom-200 {
    bottom: 200px !important;
  }

  .xl\:bottom-225 {
    bottom: 225px !important;
  }

  .xl\:bottom-auto {
    bottom: auto !important;
  }

  .xl\:bottom-px {
    bottom: 1px !important;
  }

  .xl\:-bottom-0 {
    bottom: 0px !important;
  }

  .xl\:-bottom-5 {
    bottom: -5px !important;
  }

  .xl\:-bottom-8 {
    bottom: -8px !important;
  }

  .xl\:-bottom-10 {
    bottom: -10px !important;
  }

  .xl\:-bottom-15 {
    bottom: -15px !important;
  }

  .xl\:-bottom-20 {
    bottom: -20px !important;
  }

  .xl\:-bottom-25 {
    bottom: -25px !important;
  }

  .xl\:-bottom-26 {
    bottom: -26px !important;
  }

  .xl\:-bottom-27 {
    bottom: -27px !important;
  }

  .xl\:-bottom-28 {
    bottom: -28px !important;
  }

  .xl\:-bottom-30 {
    bottom: -30px !important;
  }

  .xl\:-bottom-32 {
    bottom: -32px !important;
  }

  .xl\:-bottom-33 {
    bottom: -33px !important;
  }

  .xl\:-bottom-34 {
    bottom: -34px !important;
  }

  .xl\:-bottom-35 {
    bottom: -35px !important;
  }

  .xl\:-bottom-38 {
    bottom: -38px !important;
  }

  .xl\:-bottom-40 {
    bottom: -40px !important;
  }

  .xl\:-bottom-44 {
    bottom: -44px !important;
  }

  .xl\:-bottom-45 {
    bottom: -45px !important;
  }

  .xl\:-bottom-50 {
    bottom: -50px !important;
  }

  .xl\:-bottom-55 {
    bottom: -55px !important;
  }

  .xl\:-bottom-60 {
    bottom: -60px !important;
  }

  .xl\:-bottom-65 {
    bottom: -65px !important;
  }

  .xl\:-bottom-70 {
    bottom: -70px !important;
  }

  .xl\:-bottom-75 {
    bottom: -75px !important;
  }

  .xl\:-bottom-80 {
    bottom: -80px !important;
  }

  .xl\:-bottom-85 {
    bottom: -85px !important;
  }

  .xl\:-bottom-90 {
    bottom: -90px !important;
  }

  .xl\:-bottom-95 {
    bottom: -95px !important;
  }

  .xl\:-bottom-100 {
    bottom: -100px !important;
  }

  .xl\:-bottom-105 {
    bottom: -105px !important;
  }

  .xl\:-bottom-110 {
    bottom: -110px !important;
  }

  .xl\:-bottom-115 {
    bottom: -115px !important;
  }

  .xl\:-bottom-120 {
    bottom: -120px !important;
  }

  .xl\:-bottom-125 {
    bottom: -125px !important;
  }

  .xl\:-bottom-130 {
    bottom: -130px !important;
  }

  .xl\:-bottom-135 {
    bottom: -135px !important;
  }

  .xl\:-bottom-140 {
    bottom: -140px !important;
  }

  .xl\:-bottom-142 {
    bottom: -142px !important;
  }

  .xl\:-bottom-145 {
    bottom: -145px !important;
  }

  .xl\:-bottom-150 {
    bottom: -150px !important;
  }

  .xl\:-bottom-160 {
    bottom: -160px !important;
  }

  .xl\:-bottom-165 {
    bottom: -165px !important;
  }

  .xl\:-bottom-170 {
    bottom: -170px !important;
  }

  .xl\:-bottom-180 {
    bottom: -180px !important;
  }

  .xl\:-bottom-185 {
    bottom: -185px !important;
  }

  .xl\:-bottom-190 {
    bottom: -190px !important;
  }

  .xl\:-bottom-200 {
    bottom: -200px !important;
  }

  .xl\:-bottom-225 {
    bottom: -225px !important;
  }

  .xl\:-bottom-px {
    bottom: -1px !important;
  }

  .xl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xl\:bottom-full {
    bottom: 100% !important;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .xl\:-bottom-full {
    bottom: -100% !important;
  }

  .xl\:left-0 {
    left: 0px !important;
  }

  .xl\:left-5 {
    left: 5px !important;
  }

  .xl\:left-8 {
    left: 8px !important;
  }

  .xl\:left-10 {
    left: 10px !important;
  }

  .xl\:left-15 {
    left: 15px !important;
  }

  .xl\:left-20 {
    left: 20px !important;
  }

  .xl\:left-25 {
    left: 25px !important;
  }

  .xl\:left-26 {
    left: 26px !important;
  }

  .xl\:left-27 {
    left: 27px !important;
  }

  .xl\:left-28 {
    left: 28px !important;
  }

  .xl\:left-30 {
    left: 30px !important;
  }

  .xl\:left-32 {
    left: 32px !important;
  }

  .xl\:left-33 {
    left: 33px !important;
  }

  .xl\:left-34 {
    left: 34px !important;
  }

  .xl\:left-35 {
    left: 35px !important;
  }

  .xl\:left-38 {
    left: 38px !important;
  }

  .xl\:left-40 {
    left: 40px !important;
  }

  .xl\:left-44 {
    left: 44px !important;
  }

  .xl\:left-45 {
    left: 45px !important;
  }

  .xl\:left-50 {
    left: 50px !important;
  }

  .xl\:left-55 {
    left: 55px !important;
  }

  .xl\:left-60 {
    left: 60px !important;
  }

  .xl\:left-65 {
    left: 65px !important;
  }

  .xl\:left-70 {
    left: 70px !important;
  }

  .xl\:left-75 {
    left: 75px !important;
  }

  .xl\:left-80 {
    left: 80px !important;
  }

  .xl\:left-85 {
    left: 85px !important;
  }

  .xl\:left-90 {
    left: 90px !important;
  }

  .xl\:left-95 {
    left: 95px !important;
  }

  .xl\:left-100 {
    left: 100px !important;
  }

  .xl\:left-105 {
    left: 105px !important;
  }

  .xl\:left-110 {
    left: 110px !important;
  }

  .xl\:left-115 {
    left: 115px !important;
  }

  .xl\:left-120 {
    left: 120px !important;
  }

  .xl\:left-125 {
    left: 125px !important;
  }

  .xl\:left-130 {
    left: 130px !important;
  }

  .xl\:left-135 {
    left: 135px !important;
  }

  .xl\:left-140 {
    left: 140px !important;
  }

  .xl\:left-142 {
    left: 142px !important;
  }

  .xl\:left-145 {
    left: 145px !important;
  }

  .xl\:left-150 {
    left: 150px !important;
  }

  .xl\:left-160 {
    left: 160px !important;
  }

  .xl\:left-165 {
    left: 165px !important;
  }

  .xl\:left-170 {
    left: 170px !important;
  }

  .xl\:left-180 {
    left: 180px !important;
  }

  .xl\:left-185 {
    left: 185px !important;
  }

  .xl\:left-190 {
    left: 190px !important;
  }

  .xl\:left-200 {
    left: 200px !important;
  }

  .xl\:left-225 {
    left: 225px !important;
  }

  .xl\:left-auto {
    left: auto !important;
  }

  .xl\:left-px {
    left: 1px !important;
  }

  .xl\:-left-0 {
    left: 0px !important;
  }

  .xl\:-left-5 {
    left: -5px !important;
  }

  .xl\:-left-8 {
    left: -8px !important;
  }

  .xl\:-left-10 {
    left: -10px !important;
  }

  .xl\:-left-15 {
    left: -15px !important;
  }

  .xl\:-left-20 {
    left: -20px !important;
  }

  .xl\:-left-25 {
    left: -25px !important;
  }

  .xl\:-left-26 {
    left: -26px !important;
  }

  .xl\:-left-27 {
    left: -27px !important;
  }

  .xl\:-left-28 {
    left: -28px !important;
  }

  .xl\:-left-30 {
    left: -30px !important;
  }

  .xl\:-left-32 {
    left: -32px !important;
  }

  .xl\:-left-33 {
    left: -33px !important;
  }

  .xl\:-left-34 {
    left: -34px !important;
  }

  .xl\:-left-35 {
    left: -35px !important;
  }

  .xl\:-left-38 {
    left: -38px !important;
  }

  .xl\:-left-40 {
    left: -40px !important;
  }

  .xl\:-left-44 {
    left: -44px !important;
  }

  .xl\:-left-45 {
    left: -45px !important;
  }

  .xl\:-left-50 {
    left: -50px !important;
  }

  .xl\:-left-55 {
    left: -55px !important;
  }

  .xl\:-left-60 {
    left: -60px !important;
  }

  .xl\:-left-65 {
    left: -65px !important;
  }

  .xl\:-left-70 {
    left: -70px !important;
  }

  .xl\:-left-75 {
    left: -75px !important;
  }

  .xl\:-left-80 {
    left: -80px !important;
  }

  .xl\:-left-85 {
    left: -85px !important;
  }

  .xl\:-left-90 {
    left: -90px !important;
  }

  .xl\:-left-95 {
    left: -95px !important;
  }

  .xl\:-left-100 {
    left: -100px !important;
  }

  .xl\:-left-105 {
    left: -105px !important;
  }

  .xl\:-left-110 {
    left: -110px !important;
  }

  .xl\:-left-115 {
    left: -115px !important;
  }

  .xl\:-left-120 {
    left: -120px !important;
  }

  .xl\:-left-125 {
    left: -125px !important;
  }

  .xl\:-left-130 {
    left: -130px !important;
  }

  .xl\:-left-135 {
    left: -135px !important;
  }

  .xl\:-left-140 {
    left: -140px !important;
  }

  .xl\:-left-142 {
    left: -142px !important;
  }

  .xl\:-left-145 {
    left: -145px !important;
  }

  .xl\:-left-150 {
    left: -150px !important;
  }

  .xl\:-left-160 {
    left: -160px !important;
  }

  .xl\:-left-165 {
    left: -165px !important;
  }

  .xl\:-left-170 {
    left: -170px !important;
  }

  .xl\:-left-180 {
    left: -180px !important;
  }

  .xl\:-left-185 {
    left: -185px !important;
  }

  .xl\:-left-190 {
    left: -190px !important;
  }

  .xl\:-left-200 {
    left: -200px !important;
  }

  .xl\:-left-225 {
    left: -225px !important;
  }

  .xl\:-left-px {
    left: -1px !important;
  }

  .xl\:left-1\/2 {
    left: 50% !important;
  }

  .xl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xl\:left-1\/4 {
    left: 25% !important;
  }

  .xl\:left-2\/4 {
    left: 50% !important;
  }

  .xl\:left-3\/4 {
    left: 75% !important;
  }

  .xl\:left-full {
    left: 100% !important;
  }

  .xl\:-left-1\/2 {
    left: -50% !important;
  }

  .xl\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .xl\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .xl\:-left-1\/4 {
    left: -25% !important;
  }

  .xl\:-left-2\/4 {
    left: -50% !important;
  }

  .xl\:-left-3\/4 {
    left: -75% !important;
  }

  .xl\:-left-full {
    left: -100% !important;
  }

  .xl\:isolate {
    isolation: isolate !important;
  }

  .xl\:isolation-auto {
    isolation: auto !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:order-3 {
    order: 3 !important;
  }

  .xl\:order-4 {
    order: 4 !important;
  }

  .xl\:order-5 {
    order: 5 !important;
  }

  .xl\:order-6 {
    order: 6 !important;
  }

  .xl\:order-7 {
    order: 7 !important;
  }

  .xl\:order-8 {
    order: 8 !important;
  }

  .xl\:order-9 {
    order: 9 !important;
  }

  .xl\:order-10 {
    order: 10 !important;
  }

  .xl\:order-11 {
    order: 11 !important;
  }

  .xl\:order-12 {
    order: 12 !important;
  }

  .xl\:order-first {
    order: -9999 !important;
  }

  .xl\:order-last {
    order: 9999 !important;
  }

  .xl\:order-none {
    order: 0 !important;
  }

  .xl\:col-auto {
    grid-column: auto !important;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:row-auto {
    grid-row: auto !important;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clear-left {
    clear: left !important;
  }

  .xl\:clear-right {
    clear: right !important;
  }

  .xl\:clear-both {
    clear: both !important;
  }

  .xl\:clear-none {
    clear: none !important;
  }

  .xl\:m-0 {
    margin: 0px !important;
  }

  .xl\:m-5 {
    margin: 5px !important;
  }

  .xl\:m-8 {
    margin: 8px !important;
  }

  .xl\:m-10 {
    margin: 10px !important;
  }

  .xl\:m-15 {
    margin: 15px !important;
  }

  .xl\:m-20 {
    margin: 20px !important;
  }

  .xl\:m-25 {
    margin: 25px !important;
  }

  .xl\:m-26 {
    margin: 26px !important;
  }

  .xl\:m-27 {
    margin: 27px !important;
  }

  .xl\:m-28 {
    margin: 28px !important;
  }

  .xl\:m-30 {
    margin: 30px !important;
  }

  .xl\:m-32 {
    margin: 32px !important;
  }

  .xl\:m-33 {
    margin: 33px !important;
  }

  .xl\:m-34 {
    margin: 34px !important;
  }

  .xl\:m-35 {
    margin: 35px !important;
  }

  .xl\:m-38 {
    margin: 38px !important;
  }

  .xl\:m-40 {
    margin: 40px !important;
  }

  .xl\:m-44 {
    margin: 44px !important;
  }

  .xl\:m-45 {
    margin: 45px !important;
  }

  .xl\:m-50 {
    margin: 50px !important;
  }

  .xl\:m-55 {
    margin: 55px !important;
  }

  .xl\:m-60 {
    margin: 60px !important;
  }

  .xl\:m-65 {
    margin: 65px !important;
  }

  .xl\:m-70 {
    margin: 70px !important;
  }

  .xl\:m-75 {
    margin: 75px !important;
  }

  .xl\:m-80 {
    margin: 80px !important;
  }

  .xl\:m-85 {
    margin: 85px !important;
  }

  .xl\:m-90 {
    margin: 90px !important;
  }

  .xl\:m-95 {
    margin: 95px !important;
  }

  .xl\:m-100 {
    margin: 100px !important;
  }

  .xl\:m-105 {
    margin: 105px !important;
  }

  .xl\:m-110 {
    margin: 110px !important;
  }

  .xl\:m-115 {
    margin: 115px !important;
  }

  .xl\:m-120 {
    margin: 120px !important;
  }

  .xl\:m-125 {
    margin: 125px !important;
  }

  .xl\:m-130 {
    margin: 130px !important;
  }

  .xl\:m-135 {
    margin: 135px !important;
  }

  .xl\:m-140 {
    margin: 140px !important;
  }

  .xl\:m-142 {
    margin: 142px !important;
  }

  .xl\:m-145 {
    margin: 145px !important;
  }

  .xl\:m-150 {
    margin: 150px !important;
  }

  .xl\:m-160 {
    margin: 160px !important;
  }

  .xl\:m-165 {
    margin: 165px !important;
  }

  .xl\:m-170 {
    margin: 170px !important;
  }

  .xl\:m-180 {
    margin: 180px !important;
  }

  .xl\:m-185 {
    margin: 185px !important;
  }

  .xl\:m-190 {
    margin: 190px !important;
  }

  .xl\:m-200 {
    margin: 200px !important;
  }

  .xl\:m-225 {
    margin: 225px !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:-m-0 {
    margin: 0px !important;
  }

  .xl\:-m-5 {
    margin: -5px !important;
  }

  .xl\:-m-8 {
    margin: -8px !important;
  }

  .xl\:-m-10 {
    margin: -10px !important;
  }

  .xl\:-m-15 {
    margin: -15px !important;
  }

  .xl\:-m-20 {
    margin: -20px !important;
  }

  .xl\:-m-25 {
    margin: -25px !important;
  }

  .xl\:-m-26 {
    margin: -26px !important;
  }

  .xl\:-m-27 {
    margin: -27px !important;
  }

  .xl\:-m-28 {
    margin: -28px !important;
  }

  .xl\:-m-30 {
    margin: -30px !important;
  }

  .xl\:-m-32 {
    margin: -32px !important;
  }

  .xl\:-m-33 {
    margin: -33px !important;
  }

  .xl\:-m-34 {
    margin: -34px !important;
  }

  .xl\:-m-35 {
    margin: -35px !important;
  }

  .xl\:-m-38 {
    margin: -38px !important;
  }

  .xl\:-m-40 {
    margin: -40px !important;
  }

  .xl\:-m-44 {
    margin: -44px !important;
  }

  .xl\:-m-45 {
    margin: -45px !important;
  }

  .xl\:-m-50 {
    margin: -50px !important;
  }

  .xl\:-m-55 {
    margin: -55px !important;
  }

  .xl\:-m-60 {
    margin: -60px !important;
  }

  .xl\:-m-65 {
    margin: -65px !important;
  }

  .xl\:-m-70 {
    margin: -70px !important;
  }

  .xl\:-m-75 {
    margin: -75px !important;
  }

  .xl\:-m-80 {
    margin: -80px !important;
  }

  .xl\:-m-85 {
    margin: -85px !important;
  }

  .xl\:-m-90 {
    margin: -90px !important;
  }

  .xl\:-m-95 {
    margin: -95px !important;
  }

  .xl\:-m-100 {
    margin: -100px !important;
  }

  .xl\:-m-105 {
    margin: -105px !important;
  }

  .xl\:-m-110 {
    margin: -110px !important;
  }

  .xl\:-m-115 {
    margin: -115px !important;
  }

  .xl\:-m-120 {
    margin: -120px !important;
  }

  .xl\:-m-125 {
    margin: -125px !important;
  }

  .xl\:-m-130 {
    margin: -130px !important;
  }

  .xl\:-m-135 {
    margin: -135px !important;
  }

  .xl\:-m-140 {
    margin: -140px !important;
  }

  .xl\:-m-142 {
    margin: -142px !important;
  }

  .xl\:-m-145 {
    margin: -145px !important;
  }

  .xl\:-m-150 {
    margin: -150px !important;
  }

  .xl\:-m-160 {
    margin: -160px !important;
  }

  .xl\:-m-165 {
    margin: -165px !important;
  }

  .xl\:-m-170 {
    margin: -170px !important;
  }

  .xl\:-m-180 {
    margin: -180px !important;
  }

  .xl\:-m-185 {
    margin: -185px !important;
  }

  .xl\:-m-190 {
    margin: -190px !important;
  }

  .xl\:-m-200 {
    margin: -200px !important;
  }

  .xl\:-m-225 {
    margin: -225px !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .xl\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xl\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xl\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xl\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xl\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .xl\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .xl\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .xl\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xl\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xl\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }

  .xl\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .xl\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .xl\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }

  .xl\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xl\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xl\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .xl\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .xl\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .xl\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xl\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .xl\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .xl\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .xl\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xl\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .xl\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .xl\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .xl\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xl\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .xl\:mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .xl\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .xl\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xl\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .xl\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .xl\:mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .xl\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .xl\:mx-142 {
    margin-left: 142px !important;
    margin-right: 142px !important;
  }

  .xl\:mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .xl\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .xl\:mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .xl\:mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .xl\:mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .xl\:mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .xl\:mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .xl\:mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .xl\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xl\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .xl\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xl\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xl\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xl\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xl\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xl\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .xl\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .xl\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .xl\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xl\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xl\:-mx-33 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }

  .xl\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .xl\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .xl\:-mx-38 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }

  .xl\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xl\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xl\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .xl\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .xl\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .xl\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xl\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .xl\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .xl\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .xl\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xl\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .xl\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .xl\:-mx-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }

  .xl\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xl\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .xl\:-mx-110 {
    margin-left: -110px !important;
    margin-right: -110px !important;
  }

  .xl\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .xl\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xl\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .xl\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .xl\:-mx-135 {
    margin-left: -135px !important;
    margin-right: -135px !important;
  }

  .xl\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .xl\:-mx-142 {
    margin-left: -142px !important;
    margin-right: -142px !important;
  }

  .xl\:-mx-145 {
    margin-left: -145px !important;
    margin-right: -145px !important;
  }

  .xl\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .xl\:-mx-160 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .xl\:-mx-165 {
    margin-left: -165px !important;
    margin-right: -165px !important;
  }

  .xl\:-mx-170 {
    margin-left: -170px !important;
    margin-right: -170px !important;
  }

  .xl\:-mx-180 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .xl\:-mx-185 {
    margin-left: -185px !important;
    margin-right: -185px !important;
  }

  .xl\:-mx-190 {
    margin-left: -190px !important;
    margin-right: -190px !important;
  }

  .xl\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xl\:-mx-225 {
    margin-left: -225px !important;
    margin-right: -225px !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .xl\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xl\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xl\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xl\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xl\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .xl\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .xl\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .xl\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xl\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xl\:my-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .xl\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .xl\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .xl\:my-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }

  .xl\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xl\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xl\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .xl\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .xl\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .xl\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xl\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .xl\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .xl\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .xl\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xl\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .xl\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .xl\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .xl\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xl\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .xl\:my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .xl\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .xl\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xl\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .xl\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .xl\:my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .xl\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .xl\:my-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }

  .xl\:my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .xl\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .xl\:my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .xl\:my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .xl\:my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .xl\:my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .xl\:my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .xl\:my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .xl\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xl\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .xl\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xl\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xl\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xl\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xl\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xl\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .xl\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .xl\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .xl\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xl\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xl\:-my-33 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }

  .xl\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .xl\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .xl\:-my-38 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }

  .xl\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xl\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xl\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .xl\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .xl\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .xl\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xl\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .xl\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .xl\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .xl\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xl\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .xl\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .xl\:-my-95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }

  .xl\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xl\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .xl\:-my-110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .xl\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .xl\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xl\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .xl\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .xl\:-my-135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important;
  }

  .xl\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .xl\:-my-142 {
    margin-top: -142px !important;
    margin-bottom: -142px !important;
  }

  .xl\:-my-145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important;
  }

  .xl\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .xl\:-my-160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .xl\:-my-165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important;
  }

  .xl\:-my-170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
  }

  .xl\:-my-180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .xl\:-my-185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important;
  }

  .xl\:-my-190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
  }

  .xl\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xl\:-my-225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:mt-5 {
    margin-top: 5px !important;
  }

  .xl\:mt-8 {
    margin-top: 8px !important;
  }

  .xl\:mt-10 {
    margin-top: 10px !important;
  }

  .xl\:mt-15 {
    margin-top: 15px !important;
  }

  .xl\:mt-20 {
    margin-top: 20px !important;
  }

  .xl\:mt-25 {
    margin-top: 25px !important;
  }

  .xl\:mt-26 {
    margin-top: 26px !important;
  }

  .xl\:mt-27 {
    margin-top: 27px !important;
  }

  .xl\:mt-28 {
    margin-top: 28px !important;
  }

  .xl\:mt-30 {
    margin-top: 30px !important;
  }

  .xl\:mt-32 {
    margin-top: 32px !important;
  }

  .xl\:mt-33 {
    margin-top: 33px !important;
  }

  .xl\:mt-34 {
    margin-top: 34px !important;
  }

  .xl\:mt-35 {
    margin-top: 35px !important;
  }

  .xl\:mt-38 {
    margin-top: 38px !important;
  }

  .xl\:mt-40 {
    margin-top: 40px !important;
  }

  .xl\:mt-44 {
    margin-top: 44px !important;
  }

  .xl\:mt-45 {
    margin-top: 45px !important;
  }

  .xl\:mt-50 {
    margin-top: 50px !important;
  }

  .xl\:mt-55 {
    margin-top: 55px !important;
  }

  .xl\:mt-60 {
    margin-top: 60px !important;
  }

  .xl\:mt-65 {
    margin-top: 65px !important;
  }

  .xl\:mt-70 {
    margin-top: 70px !important;
  }

  .xl\:mt-75 {
    margin-top: 75px !important;
  }

  .xl\:mt-80 {
    margin-top: 80px !important;
  }

  .xl\:mt-85 {
    margin-top: 85px !important;
  }

  .xl\:mt-90 {
    margin-top: 90px !important;
  }

  .xl\:mt-95 {
    margin-top: 95px !important;
  }

  .xl\:mt-100 {
    margin-top: 100px !important;
  }

  .xl\:mt-105 {
    margin-top: 105px !important;
  }

  .xl\:mt-110 {
    margin-top: 110px !important;
  }

  .xl\:mt-115 {
    margin-top: 115px !important;
  }

  .xl\:mt-120 {
    margin-top: 120px !important;
  }

  .xl\:mt-125 {
    margin-top: 125px !important;
  }

  .xl\:mt-130 {
    margin-top: 130px !important;
  }

  .xl\:mt-135 {
    margin-top: 135px !important;
  }

  .xl\:mt-140 {
    margin-top: 140px !important;
  }

  .xl\:mt-142 {
    margin-top: 142px !important;
  }

  .xl\:mt-145 {
    margin-top: 145px !important;
  }

  .xl\:mt-150 {
    margin-top: 150px !important;
  }

  .xl\:mt-160 {
    margin-top: 160px !important;
  }

  .xl\:mt-165 {
    margin-top: 165px !important;
  }

  .xl\:mt-170 {
    margin-top: 170px !important;
  }

  .xl\:mt-180 {
    margin-top: 180px !important;
  }

  .xl\:mt-185 {
    margin-top: 185px !important;
  }

  .xl\:mt-190 {
    margin-top: 190px !important;
  }

  .xl\:mt-200 {
    margin-top: 200px !important;
  }

  .xl\:mt-225 {
    margin-top: 225px !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:-mt-0 {
    margin-top: 0px !important;
  }

  .xl\:-mt-5 {
    margin-top: -5px !important;
  }

  .xl\:-mt-8 {
    margin-top: -8px !important;
  }

  .xl\:-mt-10 {
    margin-top: -10px !important;
  }

  .xl\:-mt-15 {
    margin-top: -15px !important;
  }

  .xl\:-mt-20 {
    margin-top: -20px !important;
  }

  .xl\:-mt-25 {
    margin-top: -25px !important;
  }

  .xl\:-mt-26 {
    margin-top: -26px !important;
  }

  .xl\:-mt-27 {
    margin-top: -27px !important;
  }

  .xl\:-mt-28 {
    margin-top: -28px !important;
  }

  .xl\:-mt-30 {
    margin-top: -30px !important;
  }

  .xl\:-mt-32 {
    margin-top: -32px !important;
  }

  .xl\:-mt-33 {
    margin-top: -33px !important;
  }

  .xl\:-mt-34 {
    margin-top: -34px !important;
  }

  .xl\:-mt-35 {
    margin-top: -35px !important;
  }

  .xl\:-mt-38 {
    margin-top: -38px !important;
  }

  .xl\:-mt-40 {
    margin-top: -40px !important;
  }

  .xl\:-mt-44 {
    margin-top: -44px !important;
  }

  .xl\:-mt-45 {
    margin-top: -45px !important;
  }

  .xl\:-mt-50 {
    margin-top: -50px !important;
  }

  .xl\:-mt-55 {
    margin-top: -55px !important;
  }

  .xl\:-mt-60 {
    margin-top: -60px !important;
  }

  .xl\:-mt-65 {
    margin-top: -65px !important;
  }

  .xl\:-mt-70 {
    margin-top: -70px !important;
  }

  .xl\:-mt-75 {
    margin-top: -75px !important;
  }

  .xl\:-mt-80 {
    margin-top: -80px !important;
  }

  .xl\:-mt-85 {
    margin-top: -85px !important;
  }

  .xl\:-mt-90 {
    margin-top: -90px !important;
  }

  .xl\:-mt-95 {
    margin-top: -95px !important;
  }

  .xl\:-mt-100 {
    margin-top: -100px !important;
  }

  .xl\:-mt-105 {
    margin-top: -105px !important;
  }

  .xl\:-mt-110 {
    margin-top: -110px !important;
  }

  .xl\:-mt-115 {
    margin-top: -115px !important;
  }

  .xl\:-mt-120 {
    margin-top: -120px !important;
  }

  .xl\:-mt-125 {
    margin-top: -125px !important;
  }

  .xl\:-mt-130 {
    margin-top: -130px !important;
  }

  .xl\:-mt-135 {
    margin-top: -135px !important;
  }

  .xl\:-mt-140 {
    margin-top: -140px !important;
  }

  .xl\:-mt-142 {
    margin-top: -142px !important;
  }

  .xl\:-mt-145 {
    margin-top: -145px !important;
  }

  .xl\:-mt-150 {
    margin-top: -150px !important;
  }

  .xl\:-mt-160 {
    margin-top: -160px !important;
  }

  .xl\:-mt-165 {
    margin-top: -165px !important;
  }

  .xl\:-mt-170 {
    margin-top: -170px !important;
  }

  .xl\:-mt-180 {
    margin-top: -180px !important;
  }

  .xl\:-mt-185 {
    margin-top: -185px !important;
  }

  .xl\:-mt-190 {
    margin-top: -190px !important;
  }

  .xl\:-mt-200 {
    margin-top: -200px !important;
  }

  .xl\:-mt-225 {
    margin-top: -225px !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:mr-0 {
    margin-right: 0px !important;
  }

  .xl\:mr-5 {
    margin-right: 5px !important;
  }

  .xl\:mr-8 {
    margin-right: 8px !important;
  }

  .xl\:mr-10 {
    margin-right: 10px !important;
  }

  .xl\:mr-15 {
    margin-right: 15px !important;
  }

  .xl\:mr-20 {
    margin-right: 20px !important;
  }

  .xl\:mr-25 {
    margin-right: 25px !important;
  }

  .xl\:mr-26 {
    margin-right: 26px !important;
  }

  .xl\:mr-27 {
    margin-right: 27px !important;
  }

  .xl\:mr-28 {
    margin-right: 28px !important;
  }

  .xl\:mr-30 {
    margin-right: 30px !important;
  }

  .xl\:mr-32 {
    margin-right: 32px !important;
  }

  .xl\:mr-33 {
    margin-right: 33px !important;
  }

  .xl\:mr-34 {
    margin-right: 34px !important;
  }

  .xl\:mr-35 {
    margin-right: 35px !important;
  }

  .xl\:mr-38 {
    margin-right: 38px !important;
  }

  .xl\:mr-40 {
    margin-right: 40px !important;
  }

  .xl\:mr-44 {
    margin-right: 44px !important;
  }

  .xl\:mr-45 {
    margin-right: 45px !important;
  }

  .xl\:mr-50 {
    margin-right: 50px !important;
  }

  .xl\:mr-55 {
    margin-right: 55px !important;
  }

  .xl\:mr-60 {
    margin-right: 60px !important;
  }

  .xl\:mr-65 {
    margin-right: 65px !important;
  }

  .xl\:mr-70 {
    margin-right: 70px !important;
  }

  .xl\:mr-75 {
    margin-right: 75px !important;
  }

  .xl\:mr-80 {
    margin-right: 80px !important;
  }

  .xl\:mr-85 {
    margin-right: 85px !important;
  }

  .xl\:mr-90 {
    margin-right: 90px !important;
  }

  .xl\:mr-95 {
    margin-right: 95px !important;
  }

  .xl\:mr-100 {
    margin-right: 100px !important;
  }

  .xl\:mr-105 {
    margin-right: 105px !important;
  }

  .xl\:mr-110 {
    margin-right: 110px !important;
  }

  .xl\:mr-115 {
    margin-right: 115px !important;
  }

  .xl\:mr-120 {
    margin-right: 120px !important;
  }

  .xl\:mr-125 {
    margin-right: 125px !important;
  }

  .xl\:mr-130 {
    margin-right: 130px !important;
  }

  .xl\:mr-135 {
    margin-right: 135px !important;
  }

  .xl\:mr-140 {
    margin-right: 140px !important;
  }

  .xl\:mr-142 {
    margin-right: 142px !important;
  }

  .xl\:mr-145 {
    margin-right: 145px !important;
  }

  .xl\:mr-150 {
    margin-right: 150px !important;
  }

  .xl\:mr-160 {
    margin-right: 160px !important;
  }

  .xl\:mr-165 {
    margin-right: 165px !important;
  }

  .xl\:mr-170 {
    margin-right: 170px !important;
  }

  .xl\:mr-180 {
    margin-right: 180px !important;
  }

  .xl\:mr-185 {
    margin-right: 185px !important;
  }

  .xl\:mr-190 {
    margin-right: 190px !important;
  }

  .xl\:mr-200 {
    margin-right: 200px !important;
  }

  .xl\:mr-225 {
    margin-right: 225px !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:-mr-0 {
    margin-right: 0px !important;
  }

  .xl\:-mr-5 {
    margin-right: -5px !important;
  }

  .xl\:-mr-8 {
    margin-right: -8px !important;
  }

  .xl\:-mr-10 {
    margin-right: -10px !important;
  }

  .xl\:-mr-15 {
    margin-right: -15px !important;
  }

  .xl\:-mr-20 {
    margin-right: -20px !important;
  }

  .xl\:-mr-25 {
    margin-right: -25px !important;
  }

  .xl\:-mr-26 {
    margin-right: -26px !important;
  }

  .xl\:-mr-27 {
    margin-right: -27px !important;
  }

  .xl\:-mr-28 {
    margin-right: -28px !important;
  }

  .xl\:-mr-30 {
    margin-right: -30px !important;
  }

  .xl\:-mr-32 {
    margin-right: -32px !important;
  }

  .xl\:-mr-33 {
    margin-right: -33px !important;
  }

  .xl\:-mr-34 {
    margin-right: -34px !important;
  }

  .xl\:-mr-35 {
    margin-right: -35px !important;
  }

  .xl\:-mr-38 {
    margin-right: -38px !important;
  }

  .xl\:-mr-40 {
    margin-right: -40px !important;
  }

  .xl\:-mr-44 {
    margin-right: -44px !important;
  }

  .xl\:-mr-45 {
    margin-right: -45px !important;
  }

  .xl\:-mr-50 {
    margin-right: -50px !important;
  }

  .xl\:-mr-55 {
    margin-right: -55px !important;
  }

  .xl\:-mr-60 {
    margin-right: -60px !important;
  }

  .xl\:-mr-65 {
    margin-right: -65px !important;
  }

  .xl\:-mr-70 {
    margin-right: -70px !important;
  }

  .xl\:-mr-75 {
    margin-right: -75px !important;
  }

  .xl\:-mr-80 {
    margin-right: -80px !important;
  }

  .xl\:-mr-85 {
    margin-right: -85px !important;
  }

  .xl\:-mr-90 {
    margin-right: -90px !important;
  }

  .xl\:-mr-95 {
    margin-right: -95px !important;
  }

  .xl\:-mr-100 {
    margin-right: -100px !important;
  }

  .xl\:-mr-105 {
    margin-right: -105px !important;
  }

  .xl\:-mr-110 {
    margin-right: -110px !important;
  }

  .xl\:-mr-115 {
    margin-right: -115px !important;
  }

  .xl\:-mr-120 {
    margin-right: -120px !important;
  }

  .xl\:-mr-125 {
    margin-right: -125px !important;
  }

  .xl\:-mr-130 {
    margin-right: -130px !important;
  }

  .xl\:-mr-135 {
    margin-right: -135px !important;
  }

  .xl\:-mr-140 {
    margin-right: -140px !important;
  }

  .xl\:-mr-142 {
    margin-right: -142px !important;
  }

  .xl\:-mr-145 {
    margin-right: -145px !important;
  }

  .xl\:-mr-150 {
    margin-right: -150px !important;
  }

  .xl\:-mr-160 {
    margin-right: -160px !important;
  }

  .xl\:-mr-165 {
    margin-right: -165px !important;
  }

  .xl\:-mr-170 {
    margin-right: -170px !important;
  }

  .xl\:-mr-180 {
    margin-right: -180px !important;
  }

  .xl\:-mr-185 {
    margin-right: -185px !important;
  }

  .xl\:-mr-190 {
    margin-right: -190px !important;
  }

  .xl\:-mr-200 {
    margin-right: -200px !important;
  }

  .xl\:-mr-225 {
    margin-right: -225px !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:mb-5 {
    margin-bottom: 5px !important;
  }

  .xl\:mb-8 {
    margin-bottom: 8px !important;
  }

  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }

  .xl\:mb-15 {
    margin-bottom: 15px !important;
  }

  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }

  .xl\:mb-25 {
    margin-bottom: 25px !important;
  }

  .xl\:mb-26 {
    margin-bottom: 26px !important;
  }

  .xl\:mb-27 {
    margin-bottom: 27px !important;
  }

  .xl\:mb-28 {
    margin-bottom: 28px !important;
  }

  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }

  .xl\:mb-32 {
    margin-bottom: 32px !important;
  }

  .xl\:mb-33 {
    margin-bottom: 33px !important;
  }

  .xl\:mb-34 {
    margin-bottom: 34px !important;
  }

  .xl\:mb-35 {
    margin-bottom: 35px !important;
  }

  .xl\:mb-38 {
    margin-bottom: 38px !important;
  }

  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }

  .xl\:mb-44 {
    margin-bottom: 44px !important;
  }

  .xl\:mb-45 {
    margin-bottom: 45px !important;
  }

  .xl\:mb-50 {
    margin-bottom: 50px !important;
  }

  .xl\:mb-55 {
    margin-bottom: 55px !important;
  }

  .xl\:mb-60 {
    margin-bottom: 60px !important;
  }

  .xl\:mb-65 {
    margin-bottom: 65px !important;
  }

  .xl\:mb-70 {
    margin-bottom: 70px !important;
  }

  .xl\:mb-75 {
    margin-bottom: 75px !important;
  }

  .xl\:mb-80 {
    margin-bottom: 80px !important;
  }

  .xl\:mb-85 {
    margin-bottom: 85px !important;
  }

  .xl\:mb-90 {
    margin-bottom: 90px !important;
  }

  .xl\:mb-95 {
    margin-bottom: 95px !important;
  }

  .xl\:mb-100 {
    margin-bottom: 100px !important;
  }

  .xl\:mb-105 {
    margin-bottom: 105px !important;
  }

  .xl\:mb-110 {
    margin-bottom: 110px !important;
  }

  .xl\:mb-115 {
    margin-bottom: 115px !important;
  }

  .xl\:mb-120 {
    margin-bottom: 120px !important;
  }

  .xl\:mb-125 {
    margin-bottom: 125px !important;
  }

  .xl\:mb-130 {
    margin-bottom: 130px !important;
  }

  .xl\:mb-135 {
    margin-bottom: 135px !important;
  }

  .xl\:mb-140 {
    margin-bottom: 140px !important;
  }

  .xl\:mb-142 {
    margin-bottom: 142px !important;
  }

  .xl\:mb-145 {
    margin-bottom: 145px !important;
  }

  .xl\:mb-150 {
    margin-bottom: 150px !important;
  }

  .xl\:mb-160 {
    margin-bottom: 160px !important;
  }

  .xl\:mb-165 {
    margin-bottom: 165px !important;
  }

  .xl\:mb-170 {
    margin-bottom: 170px !important;
  }

  .xl\:mb-180 {
    margin-bottom: 180px !important;
  }

  .xl\:mb-185 {
    margin-bottom: 185px !important;
  }

  .xl\:mb-190 {
    margin-bottom: 190px !important;
  }

  .xl\:mb-200 {
    margin-bottom: 200px !important;
  }

  .xl\:mb-225 {
    margin-bottom: 225px !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .xl\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .xl\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .xl\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .xl\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .xl\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .xl\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .xl\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .xl\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .xl\:-mb-33 {
    margin-bottom: -33px !important;
  }

  .xl\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .xl\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .xl\:-mb-38 {
    margin-bottom: -38px !important;
  }

  .xl\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .xl\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .xl\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .xl\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .xl\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .xl\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .xl\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .xl\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .xl\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .xl\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .xl\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .xl\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .xl\:-mb-95 {
    margin-bottom: -95px !important;
  }

  .xl\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .xl\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .xl\:-mb-110 {
    margin-bottom: -110px !important;
  }

  .xl\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .xl\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .xl\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .xl\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .xl\:-mb-135 {
    margin-bottom: -135px !important;
  }

  .xl\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .xl\:-mb-142 {
    margin-bottom: -142px !important;
  }

  .xl\:-mb-145 {
    margin-bottom: -145px !important;
  }

  .xl\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .xl\:-mb-160 {
    margin-bottom: -160px !important;
  }

  .xl\:-mb-165 {
    margin-bottom: -165px !important;
  }

  .xl\:-mb-170 {
    margin-bottom: -170px !important;
  }

  .xl\:-mb-180 {
    margin-bottom: -180px !important;
  }

  .xl\:-mb-185 {
    margin-bottom: -185px !important;
  }

  .xl\:-mb-190 {
    margin-bottom: -190px !important;
  }

  .xl\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .xl\:-mb-225 {
    margin-bottom: -225px !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:ml-0 {
    margin-left: 0px !important;
  }

  .xl\:ml-5 {
    margin-left: 5px !important;
  }

  .xl\:ml-8 {
    margin-left: 8px !important;
  }

  .xl\:ml-10 {
    margin-left: 10px !important;
  }

  .xl\:ml-15 {
    margin-left: 15px !important;
  }

  .xl\:ml-20 {
    margin-left: 20px !important;
  }

  .xl\:ml-25 {
    margin-left: 25px !important;
  }

  .xl\:ml-26 {
    margin-left: 26px !important;
  }

  .xl\:ml-27 {
    margin-left: 27px !important;
  }

  .xl\:ml-28 {
    margin-left: 28px !important;
  }

  .xl\:ml-30 {
    margin-left: 30px !important;
  }

  .xl\:ml-32 {
    margin-left: 32px !important;
  }

  .xl\:ml-33 {
    margin-left: 33px !important;
  }

  .xl\:ml-34 {
    margin-left: 34px !important;
  }

  .xl\:ml-35 {
    margin-left: 35px !important;
  }

  .xl\:ml-38 {
    margin-left: 38px !important;
  }

  .xl\:ml-40 {
    margin-left: 40px !important;
  }

  .xl\:ml-44 {
    margin-left: 44px !important;
  }

  .xl\:ml-45 {
    margin-left: 45px !important;
  }

  .xl\:ml-50 {
    margin-left: 50px !important;
  }

  .xl\:ml-55 {
    margin-left: 55px !important;
  }

  .xl\:ml-60 {
    margin-left: 60px !important;
  }

  .xl\:ml-65 {
    margin-left: 65px !important;
  }

  .xl\:ml-70 {
    margin-left: 70px !important;
  }

  .xl\:ml-75 {
    margin-left: 75px !important;
  }

  .xl\:ml-80 {
    margin-left: 80px !important;
  }

  .xl\:ml-85 {
    margin-left: 85px !important;
  }

  .xl\:ml-90 {
    margin-left: 90px !important;
  }

  .xl\:ml-95 {
    margin-left: 95px !important;
  }

  .xl\:ml-100 {
    margin-left: 100px !important;
  }

  .xl\:ml-105 {
    margin-left: 105px !important;
  }

  .xl\:ml-110 {
    margin-left: 110px !important;
  }

  .xl\:ml-115 {
    margin-left: 115px !important;
  }

  .xl\:ml-120 {
    margin-left: 120px !important;
  }

  .xl\:ml-125 {
    margin-left: 125px !important;
  }

  .xl\:ml-130 {
    margin-left: 130px !important;
  }

  .xl\:ml-135 {
    margin-left: 135px !important;
  }

  .xl\:ml-140 {
    margin-left: 140px !important;
  }

  .xl\:ml-142 {
    margin-left: 142px !important;
  }

  .xl\:ml-145 {
    margin-left: 145px !important;
  }

  .xl\:ml-150 {
    margin-left: 150px !important;
  }

  .xl\:ml-160 {
    margin-left: 160px !important;
  }

  .xl\:ml-165 {
    margin-left: 165px !important;
  }

  .xl\:ml-170 {
    margin-left: 170px !important;
  }

  .xl\:ml-180 {
    margin-left: 180px !important;
  }

  .xl\:ml-185 {
    margin-left: 185px !important;
  }

  .xl\:ml-190 {
    margin-left: 190px !important;
  }

  .xl\:ml-200 {
    margin-left: 200px !important;
  }

  .xl\:ml-225 {
    margin-left: 225px !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:-ml-0 {
    margin-left: 0px !important;
  }

  .xl\:-ml-5 {
    margin-left: -5px !important;
  }

  .xl\:-ml-8 {
    margin-left: -8px !important;
  }

  .xl\:-ml-10 {
    margin-left: -10px !important;
  }

  .xl\:-ml-15 {
    margin-left: -15px !important;
  }

  .xl\:-ml-20 {
    margin-left: -20px !important;
  }

  .xl\:-ml-25 {
    margin-left: -25px !important;
  }

  .xl\:-ml-26 {
    margin-left: -26px !important;
  }

  .xl\:-ml-27 {
    margin-left: -27px !important;
  }

  .xl\:-ml-28 {
    margin-left: -28px !important;
  }

  .xl\:-ml-30 {
    margin-left: -30px !important;
  }

  .xl\:-ml-32 {
    margin-left: -32px !important;
  }

  .xl\:-ml-33 {
    margin-left: -33px !important;
  }

  .xl\:-ml-34 {
    margin-left: -34px !important;
  }

  .xl\:-ml-35 {
    margin-left: -35px !important;
  }

  .xl\:-ml-38 {
    margin-left: -38px !important;
  }

  .xl\:-ml-40 {
    margin-left: -40px !important;
  }

  .xl\:-ml-44 {
    margin-left: -44px !important;
  }

  .xl\:-ml-45 {
    margin-left: -45px !important;
  }

  .xl\:-ml-50 {
    margin-left: -50px !important;
  }

  .xl\:-ml-55 {
    margin-left: -55px !important;
  }

  .xl\:-ml-60 {
    margin-left: -60px !important;
  }

  .xl\:-ml-65 {
    margin-left: -65px !important;
  }

  .xl\:-ml-70 {
    margin-left: -70px !important;
  }

  .xl\:-ml-75 {
    margin-left: -75px !important;
  }

  .xl\:-ml-80 {
    margin-left: -80px !important;
  }

  .xl\:-ml-85 {
    margin-left: -85px !important;
  }

  .xl\:-ml-90 {
    margin-left: -90px !important;
  }

  .xl\:-ml-95 {
    margin-left: -95px !important;
  }

  .xl\:-ml-100 {
    margin-left: -100px !important;
  }

  .xl\:-ml-105 {
    margin-left: -105px !important;
  }

  .xl\:-ml-110 {
    margin-left: -110px !important;
  }

  .xl\:-ml-115 {
    margin-left: -115px !important;
  }

  .xl\:-ml-120 {
    margin-left: -120px !important;
  }

  .xl\:-ml-125 {
    margin-left: -125px !important;
  }

  .xl\:-ml-130 {
    margin-left: -130px !important;
  }

  .xl\:-ml-135 {
    margin-left: -135px !important;
  }

  .xl\:-ml-140 {
    margin-left: -140px !important;
  }

  .xl\:-ml-142 {
    margin-left: -142px !important;
  }

  .xl\:-ml-145 {
    margin-left: -145px !important;
  }

  .xl\:-ml-150 {
    margin-left: -150px !important;
  }

  .xl\:-ml-160 {
    margin-left: -160px !important;
  }

  .xl\:-ml-165 {
    margin-left: -165px !important;
  }

  .xl\:-ml-170 {
    margin-left: -170px !important;
  }

  .xl\:-ml-180 {
    margin-left: -180px !important;
  }

  .xl\:-ml-185 {
    margin-left: -185px !important;
  }

  .xl\:-ml-190 {
    margin-left: -190px !important;
  }

  .xl\:-ml-200 {
    margin-left: -200px !important;
  }

  .xl\:-ml-225 {
    margin-left: -225px !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:box-border {
    box-sizing: border-box !important;
  }

  .xl\:box-content {
    box-sizing: content-box !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:inline-flex {
    display: inline-flex !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:inline-table {
    display: inline-table !important;
  }

  .xl\:table-caption {
    display: table-caption !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:table-column {
    display: table-column !important;
  }

  .xl\:table-column-group {
    display: table-column-group !important;
  }

  .xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:table-header-group {
    display: table-header-group !important;
  }

  .xl\:table-row-group {
    display: table-row-group !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:flow-root {
    display: flow-root !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:inline-grid {
    display: inline-grid !important;
  }

  .xl\:contents {
    display: contents !important;
  }

  .xl\:list-item {
    display: list-item !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:h-0 {
    height: 0px !important;
  }

  .xl\:h-5 {
    height: 5px !important;
  }

  .xl\:h-8 {
    height: 8px !important;
  }

  .xl\:h-10 {
    height: 10px !important;
  }

  .xl\:h-15 {
    height: 15px !important;
  }

  .xl\:h-20 {
    height: 20px !important;
  }

  .xl\:h-25 {
    height: 25px !important;
  }

  .xl\:h-26 {
    height: 26px !important;
  }

  .xl\:h-27 {
    height: 27px !important;
  }

  .xl\:h-28 {
    height: 28px !important;
  }

  .xl\:h-30 {
    height: 30px !important;
  }

  .xl\:h-32 {
    height: 32px !important;
  }

  .xl\:h-33 {
    height: 33px !important;
  }

  .xl\:h-34 {
    height: 34px !important;
  }

  .xl\:h-35 {
    height: 35px !important;
  }

  .xl\:h-38 {
    height: 38px !important;
  }

  .xl\:h-40 {
    height: 40px !important;
  }

  .xl\:h-44 {
    height: 44px !important;
  }

  .xl\:h-45 {
    height: 45px !important;
  }

  .xl\:h-50 {
    height: 50px !important;
  }

  .xl\:h-55 {
    height: 55px !important;
  }

  .xl\:h-60 {
    height: 60px !important;
  }

  .xl\:h-65 {
    height: 65px !important;
  }

  .xl\:h-70 {
    height: 70px !important;
  }

  .xl\:h-75 {
    height: 75px !important;
  }

  .xl\:h-80 {
    height: 80px !important;
  }

  .xl\:h-85 {
    height: 85px !important;
  }

  .xl\:h-90 {
    height: 90px !important;
  }

  .xl\:h-95 {
    height: 95px !important;
  }

  .xl\:h-100 {
    height: 100px !important;
  }

  .xl\:h-105 {
    height: 105px !important;
  }

  .xl\:h-110 {
    height: 110px !important;
  }

  .xl\:h-115 {
    height: 115px !important;
  }

  .xl\:h-120 {
    height: 120px !important;
  }

  .xl\:h-125 {
    height: 125px !important;
  }

  .xl\:h-130 {
    height: 130px !important;
  }

  .xl\:h-135 {
    height: 135px !important;
  }

  .xl\:h-140 {
    height: 140px !important;
  }

  .xl\:h-142 {
    height: 142px !important;
  }

  .xl\:h-145 {
    height: 145px !important;
  }

  .xl\:h-150 {
    height: 150px !important;
  }

  .xl\:h-160 {
    height: 160px !important;
  }

  .xl\:h-165 {
    height: 165px !important;
  }

  .xl\:h-170 {
    height: 170px !important;
  }

  .xl\:h-180 {
    height: 180px !important;
  }

  .xl\:h-185 {
    height: 185px !important;
  }

  .xl\:h-190 {
    height: 190px !important;
  }

  .xl\:h-200 {
    height: 200px !important;
  }

  .xl\:h-225 {
    height: 225px !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-1\/2 {
    height: 50% !important;
  }

  .xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xl\:h-1\/4 {
    height: 25% !important;
  }

  .xl\:h-2\/4 {
    height: 50% !important;
  }

  .xl\:h-3\/4 {
    height: 75% !important;
  }

  .xl\:h-1\/5 {
    height: 20% !important;
  }

  .xl\:h-2\/5 {
    height: 40% !important;
  }

  .xl\:h-3\/5 {
    height: 60% !important;
  }

  .xl\:h-4\/5 {
    height: 80% !important;
  }

  .xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xl\:h-3\/6 {
    height: 50% !important;
  }

  .xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:max-h-0 {
    max-height: 0px !important;
  }

  .xl\:max-h-5 {
    max-height: 5px !important;
  }

  .xl\:max-h-8 {
    max-height: 8px !important;
  }

  .xl\:max-h-10 {
    max-height: 10px !important;
  }

  .xl\:max-h-15 {
    max-height: 15px !important;
  }

  .xl\:max-h-20 {
    max-height: 20px !important;
  }

  .xl\:max-h-25 {
    max-height: 25px !important;
  }

  .xl\:max-h-26 {
    max-height: 26px !important;
  }

  .xl\:max-h-27 {
    max-height: 27px !important;
  }

  .xl\:max-h-28 {
    max-height: 28px !important;
  }

  .xl\:max-h-30 {
    max-height: 30px !important;
  }

  .xl\:max-h-32 {
    max-height: 32px !important;
  }

  .xl\:max-h-33 {
    max-height: 33px !important;
  }

  .xl\:max-h-34 {
    max-height: 34px !important;
  }

  .xl\:max-h-35 {
    max-height: 35px !important;
  }

  .xl\:max-h-38 {
    max-height: 38px !important;
  }

  .xl\:max-h-40 {
    max-height: 40px !important;
  }

  .xl\:max-h-44 {
    max-height: 44px !important;
  }

  .xl\:max-h-45 {
    max-height: 45px !important;
  }

  .xl\:max-h-50 {
    max-height: 50px !important;
  }

  .xl\:max-h-55 {
    max-height: 55px !important;
  }

  .xl\:max-h-60 {
    max-height: 60px !important;
  }

  .xl\:max-h-65 {
    max-height: 65px !important;
  }

  .xl\:max-h-70 {
    max-height: 70px !important;
  }

  .xl\:max-h-75 {
    max-height: 75px !important;
  }

  .xl\:max-h-80 {
    max-height: 80px !important;
  }

  .xl\:max-h-85 {
    max-height: 85px !important;
  }

  .xl\:max-h-90 {
    max-height: 90px !important;
  }

  .xl\:max-h-95 {
    max-height: 95px !important;
  }

  .xl\:max-h-100 {
    max-height: 100px !important;
  }

  .xl\:max-h-105 {
    max-height: 105px !important;
  }

  .xl\:max-h-110 {
    max-height: 110px !important;
  }

  .xl\:max-h-115 {
    max-height: 115px !important;
  }

  .xl\:max-h-120 {
    max-height: 120px !important;
  }

  .xl\:max-h-125 {
    max-height: 125px !important;
  }

  .xl\:max-h-130 {
    max-height: 130px !important;
  }

  .xl\:max-h-135 {
    max-height: 135px !important;
  }

  .xl\:max-h-140 {
    max-height: 140px !important;
  }

  .xl\:max-h-142 {
    max-height: 142px !important;
  }

  .xl\:max-h-145 {
    max-height: 145px !important;
  }

  .xl\:max-h-150 {
    max-height: 150px !important;
  }

  .xl\:max-h-160 {
    max-height: 160px !important;
  }

  .xl\:max-h-165 {
    max-height: 165px !important;
  }

  .xl\:max-h-170 {
    max-height: 170px !important;
  }

  .xl\:max-h-180 {
    max-height: 180px !important;
  }

  .xl\:max-h-185 {
    max-height: 185px !important;
  }

  .xl\:max-h-190 {
    max-height: 190px !important;
  }

  .xl\:max-h-200 {
    max-height: 200px !important;
  }

  .xl\:max-h-225 {
    max-height: 225px !important;
  }

  .xl\:max-h-px {
    max-height: 1px !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:min-h-0 {
    min-height: 0px !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:w-0 {
    width: 0px !important;
  }

  .xl\:w-5 {
    width: 5px !important;
  }

  .xl\:w-8 {
    width: 8px !important;
  }

  .xl\:w-10 {
    width: 10px !important;
  }

  .xl\:w-15 {
    width: 15px !important;
  }

  .xl\:w-20 {
    width: 20px !important;
  }

  .xl\:w-25 {
    width: 25px !important;
  }

  .xl\:w-26 {
    width: 26px !important;
  }

  .xl\:w-27 {
    width: 27px !important;
  }

  .xl\:w-28 {
    width: 28px !important;
  }

  .xl\:w-30 {
    width: 30px !important;
  }

  .xl\:w-32 {
    width: 32px !important;
  }

  .xl\:w-33 {
    width: 33px !important;
  }

  .xl\:w-34 {
    width: 34px !important;
  }

  .xl\:w-35 {
    width: 35px !important;
  }

  .xl\:w-38 {
    width: 38px !important;
  }

  .xl\:w-40 {
    width: 40px !important;
  }

  .xl\:w-44 {
    width: 44px !important;
  }

  .xl\:w-45 {
    width: 45px !important;
  }

  .xl\:w-50 {
    width: 50px !important;
  }

  .xl\:w-55 {
    width: 55px !important;
  }

  .xl\:w-60 {
    width: 60px !important;
  }

  .xl\:w-65 {
    width: 65px !important;
  }

  .xl\:w-70 {
    width: 70px !important;
  }

  .xl\:w-75 {
    width: 75px !important;
  }

  .xl\:w-80 {
    width: 80px !important;
  }

  .xl\:w-85 {
    width: 85px !important;
  }

  .xl\:w-90 {
    width: 90px !important;
  }

  .xl\:w-95 {
    width: 95px !important;
  }

  .xl\:w-100 {
    width: 100px !important;
  }

  .xl\:w-105 {
    width: 105px !important;
  }

  .xl\:w-110 {
    width: 110px !important;
  }

  .xl\:w-115 {
    width: 115px !important;
  }

  .xl\:w-120 {
    width: 120px !important;
  }

  .xl\:w-125 {
    width: 125px !important;
  }

  .xl\:w-130 {
    width: 130px !important;
  }

  .xl\:w-135 {
    width: 135px !important;
  }

  .xl\:w-140 {
    width: 140px !important;
  }

  .xl\:w-142 {
    width: 142px !important;
  }

  .xl\:w-145 {
    width: 145px !important;
  }

  .xl\:w-150 {
    width: 150px !important;
  }

  .xl\:w-160 {
    width: 160px !important;
  }

  .xl\:w-165 {
    width: 165px !important;
  }

  .xl\:w-170 {
    width: 170px !important;
  }

  .xl\:w-180 {
    width: 180px !important;
  }

  .xl\:w-185 {
    width: 185px !important;
  }

  .xl\:w-190 {
    width: 190px !important;
  }

  .xl\:w-200 {
    width: 200px !important;
  }

  .xl\:w-225 {
    width: 225px !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:min-w-0 {
    min-width: 0px !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl\:max-w-0 {
    max-width: 0rem !important;
  }

  .xl\:max-w-none {
    max-width: none !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:max-w-md {
    max-width: 28rem !important;
  }

  .xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:max-w-prose {
    max-width: 65ch !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:border-separate {
    border-collapse: separate !important;
  }

  .xl\:origin-center {
    transform-origin: center !important;
  }

  .xl\:origin-top {
    transform-origin: top !important;
  }

  .xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .xl\:origin-right {
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xl\:origin-left {
    transform-origin: left !important;
  }

  .xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .xl\:transform-none {
    transform: none !important;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .xl\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .xl\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .xl\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .xl\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .xl\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .xl\:translate-x-33 {
    --tw-translate-x: 33px !important;
  }

  .xl\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .xl\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .xl\:translate-x-38 {
    --tw-translate-x: 38px !important;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .xl\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .xl\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .xl\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .xl\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .xl\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .xl\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .xl\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .xl\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .xl\:translate-x-95 {
    --tw-translate-x: 95px !important;
  }

  .xl\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .xl\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .xl\:translate-x-110 {
    --tw-translate-x: 110px !important;
  }

  .xl\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .xl\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .xl\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .xl\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .xl\:translate-x-135 {
    --tw-translate-x: 135px !important;
  }

  .xl\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .xl\:translate-x-142 {
    --tw-translate-x: 142px !important;
  }

  .xl\:translate-x-145 {
    --tw-translate-x: 145px !important;
  }

  .xl\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .xl\:translate-x-160 {
    --tw-translate-x: 160px !important;
  }

  .xl\:translate-x-165 {
    --tw-translate-x: 165px !important;
  }

  .xl\:translate-x-170 {
    --tw-translate-x: 170px !important;
  }

  .xl\:translate-x-180 {
    --tw-translate-x: 180px !important;
  }

  .xl\:translate-x-185 {
    --tw-translate-x: 185px !important;
  }

  .xl\:translate-x-190 {
    --tw-translate-x: 190px !important;
  }

  .xl\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .xl\:translate-x-225 {
    --tw-translate-x: 225px !important;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .xl\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .xl\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .xl\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .xl\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .xl\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .xl\:-translate-x-33 {
    --tw-translate-x: -33px !important;
  }

  .xl\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .xl\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .xl\:-translate-x-38 {
    --tw-translate-x: -38px !important;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .xl\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .xl\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .xl\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .xl\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .xl\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .xl\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .xl\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .xl\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .xl\:-translate-x-95 {
    --tw-translate-x: -95px !important;
  }

  .xl\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .xl\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .xl\:-translate-x-110 {
    --tw-translate-x: -110px !important;
  }

  .xl\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .xl\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .xl\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .xl\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .xl\:-translate-x-135 {
    --tw-translate-x: -135px !important;
  }

  .xl\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .xl\:-translate-x-142 {
    --tw-translate-x: -142px !important;
  }

  .xl\:-translate-x-145 {
    --tw-translate-x: -145px !important;
  }

  .xl\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .xl\:-translate-x-160 {
    --tw-translate-x: -160px !important;
  }

  .xl\:-translate-x-165 {
    --tw-translate-x: -165px !important;
  }

  .xl\:-translate-x-170 {
    --tw-translate-x: -170px !important;
  }

  .xl\:-translate-x-180 {
    --tw-translate-x: -180px !important;
  }

  .xl\:-translate-x-185 {
    --tw-translate-x: -185px !important;
  }

  .xl\:-translate-x-190 {
    --tw-translate-x: -190px !important;
  }

  .xl\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .xl\:-translate-x-225 {
    --tw-translate-x: -225px !important;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .xl\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .xl\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .xl\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .xl\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .xl\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .xl\:translate-y-33 {
    --tw-translate-y: 33px !important;
  }

  .xl\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .xl\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .xl\:translate-y-38 {
    --tw-translate-y: 38px !important;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .xl\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .xl\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .xl\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .xl\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .xl\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .xl\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .xl\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .xl\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .xl\:translate-y-95 {
    --tw-translate-y: 95px !important;
  }

  .xl\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .xl\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .xl\:translate-y-110 {
    --tw-translate-y: 110px !important;
  }

  .xl\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .xl\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .xl\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .xl\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .xl\:translate-y-135 {
    --tw-translate-y: 135px !important;
  }

  .xl\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .xl\:translate-y-142 {
    --tw-translate-y: 142px !important;
  }

  .xl\:translate-y-145 {
    --tw-translate-y: 145px !important;
  }

  .xl\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .xl\:translate-y-160 {
    --tw-translate-y: 160px !important;
  }

  .xl\:translate-y-165 {
    --tw-translate-y: 165px !important;
  }

  .xl\:translate-y-170 {
    --tw-translate-y: 170px !important;
  }

  .xl\:translate-y-180 {
    --tw-translate-y: 180px !important;
  }

  .xl\:translate-y-185 {
    --tw-translate-y: 185px !important;
  }

  .xl\:translate-y-190 {
    --tw-translate-y: 190px !important;
  }

  .xl\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .xl\:translate-y-225 {
    --tw-translate-y: 225px !important;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .xl\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .xl\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .xl\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .xl\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .xl\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .xl\:-translate-y-33 {
    --tw-translate-y: -33px !important;
  }

  .xl\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .xl\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .xl\:-translate-y-38 {
    --tw-translate-y: -38px !important;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .xl\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .xl\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .xl\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .xl\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .xl\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .xl\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .xl\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .xl\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .xl\:-translate-y-95 {
    --tw-translate-y: -95px !important;
  }

  .xl\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .xl\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .xl\:-translate-y-110 {
    --tw-translate-y: -110px !important;
  }

  .xl\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .xl\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .xl\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .xl\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .xl\:-translate-y-135 {
    --tw-translate-y: -135px !important;
  }

  .xl\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .xl\:-translate-y-142 {
    --tw-translate-y: -142px !important;
  }

  .xl\:-translate-y-145 {
    --tw-translate-y: -145px !important;
  }

  .xl\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .xl\:-translate-y-160 {
    --tw-translate-y: -160px !important;
  }

  .xl\:-translate-y-165 {
    --tw-translate-y: -165px !important;
  }

  .xl\:-translate-y-170 {
    --tw-translate-y: -170px !important;
  }

  .xl\:-translate-y-180 {
    --tw-translate-y: -180px !important;
  }

  .xl\:-translate-y-185 {
    --tw-translate-y: -185px !important;
  }

  .xl\:-translate-y-190 {
    --tw-translate-y: -190px !important;
  }

  .xl\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .xl\:-translate-y-225 {
    --tw-translate-y: -225px !important;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .xl\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .xl\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .xl\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .xl\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .xl\:hover\:translate-x-33:hover {
    --tw-translate-x: 33px !important;
  }

  .xl\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .xl\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .xl\:hover\:translate-x-38:hover {
    --tw-translate-x: 38px !important;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .xl\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .xl\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .xl\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .xl\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .xl\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .xl\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .xl\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .xl\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .xl\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px !important;
  }

  .xl\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .xl\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .xl\:hover\:translate-x-110:hover {
    --tw-translate-x: 110px !important;
  }

  .xl\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .xl\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .xl\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .xl\:hover\:translate-x-135:hover {
    --tw-translate-x: 135px !important;
  }

  .xl\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .xl\:hover\:translate-x-142:hover {
    --tw-translate-x: 142px !important;
  }

  .xl\:hover\:translate-x-145:hover {
    --tw-translate-x: 145px !important;
  }

  .xl\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .xl\:hover\:translate-x-160:hover {
    --tw-translate-x: 160px !important;
  }

  .xl\:hover\:translate-x-165:hover {
    --tw-translate-x: 165px !important;
  }

  .xl\:hover\:translate-x-170:hover {
    --tw-translate-x: 170px !important;
  }

  .xl\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px !important;
  }

  .xl\:hover\:translate-x-185:hover {
    --tw-translate-x: 185px !important;
  }

  .xl\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px !important;
  }

  .xl\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .xl\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px !important;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .xl\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .xl\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .xl\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .xl\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .xl\:hover\:-translate-x-33:hover {
    --tw-translate-x: -33px !important;
  }

  .xl\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .xl\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .xl\:hover\:-translate-x-38:hover {
    --tw-translate-x: -38px !important;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .xl\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .xl\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .xl\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .xl\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .xl\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .xl\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .xl\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .xl\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .xl\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px !important;
  }

  .xl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .xl\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .xl\:hover\:-translate-x-110:hover {
    --tw-translate-x: -110px !important;
  }

  .xl\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .xl\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .xl\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .xl\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px !important;
  }

  .xl\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .xl\:hover\:-translate-x-142:hover {
    --tw-translate-x: -142px !important;
  }

  .xl\:hover\:-translate-x-145:hover {
    --tw-translate-x: -145px !important;
  }

  .xl\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .xl\:hover\:-translate-x-160:hover {
    --tw-translate-x: -160px !important;
  }

  .xl\:hover\:-translate-x-165:hover {
    --tw-translate-x: -165px !important;
  }

  .xl\:hover\:-translate-x-170:hover {
    --tw-translate-x: -170px !important;
  }

  .xl\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px !important;
  }

  .xl\:hover\:-translate-x-185:hover {
    --tw-translate-x: -185px !important;
  }

  .xl\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px !important;
  }

  .xl\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .xl\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px !important;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .xl\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .xl\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .xl\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .xl\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .xl\:hover\:translate-y-33:hover {
    --tw-translate-y: 33px !important;
  }

  .xl\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .xl\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .xl\:hover\:translate-y-38:hover {
    --tw-translate-y: 38px !important;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .xl\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .xl\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .xl\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .xl\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .xl\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .xl\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .xl\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .xl\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .xl\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px !important;
  }

  .xl\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .xl\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .xl\:hover\:translate-y-110:hover {
    --tw-translate-y: 110px !important;
  }

  .xl\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .xl\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .xl\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .xl\:hover\:translate-y-135:hover {
    --tw-translate-y: 135px !important;
  }

  .xl\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .xl\:hover\:translate-y-142:hover {
    --tw-translate-y: 142px !important;
  }

  .xl\:hover\:translate-y-145:hover {
    --tw-translate-y: 145px !important;
  }

  .xl\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .xl\:hover\:translate-y-160:hover {
    --tw-translate-y: 160px !important;
  }

  .xl\:hover\:translate-y-165:hover {
    --tw-translate-y: 165px !important;
  }

  .xl\:hover\:translate-y-170:hover {
    --tw-translate-y: 170px !important;
  }

  .xl\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px !important;
  }

  .xl\:hover\:translate-y-185:hover {
    --tw-translate-y: 185px !important;
  }

  .xl\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px !important;
  }

  .xl\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .xl\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px !important;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .xl\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .xl\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .xl\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .xl\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .xl\:hover\:-translate-y-33:hover {
    --tw-translate-y: -33px !important;
  }

  .xl\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .xl\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .xl\:hover\:-translate-y-38:hover {
    --tw-translate-y: -38px !important;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .xl\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .xl\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .xl\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .xl\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .xl\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .xl\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .xl\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .xl\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .xl\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px !important;
  }

  .xl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .xl\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .xl\:hover\:-translate-y-110:hover {
    --tw-translate-y: -110px !important;
  }

  .xl\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .xl\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .xl\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .xl\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px !important;
  }

  .xl\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .xl\:hover\:-translate-y-142:hover {
    --tw-translate-y: -142px !important;
  }

  .xl\:hover\:-translate-y-145:hover {
    --tw-translate-y: -145px !important;
  }

  .xl\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .xl\:hover\:-translate-y-160:hover {
    --tw-translate-y: -160px !important;
  }

  .xl\:hover\:-translate-y-165:hover {
    --tw-translate-y: -165px !important;
  }

  .xl\:hover\:-translate-y-170:hover {
    --tw-translate-y: -170px !important;
  }

  .xl\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px !important;
  }

  .xl\:hover\:-translate-y-185:hover {
    --tw-translate-y: -185px !important;
  }

  .xl\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px !important;
  }

  .xl\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .xl\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px !important;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .xl\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .xl\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .xl\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .xl\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .xl\:focus\:translate-x-33:focus {
    --tw-translate-x: 33px !important;
  }

  .xl\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .xl\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .xl\:focus\:translate-x-38:focus {
    --tw-translate-x: 38px !important;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .xl\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .xl\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .xl\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .xl\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .xl\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .xl\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .xl\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .xl\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .xl\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px !important;
  }

  .xl\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .xl\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .xl\:focus\:translate-x-110:focus {
    --tw-translate-x: 110px !important;
  }

  .xl\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .xl\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .xl\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .xl\:focus\:translate-x-135:focus {
    --tw-translate-x: 135px !important;
  }

  .xl\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .xl\:focus\:translate-x-142:focus {
    --tw-translate-x: 142px !important;
  }

  .xl\:focus\:translate-x-145:focus {
    --tw-translate-x: 145px !important;
  }

  .xl\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .xl\:focus\:translate-x-160:focus {
    --tw-translate-x: 160px !important;
  }

  .xl\:focus\:translate-x-165:focus {
    --tw-translate-x: 165px !important;
  }

  .xl\:focus\:translate-x-170:focus {
    --tw-translate-x: 170px !important;
  }

  .xl\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px !important;
  }

  .xl\:focus\:translate-x-185:focus {
    --tw-translate-x: 185px !important;
  }

  .xl\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px !important;
  }

  .xl\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .xl\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px !important;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .xl\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .xl\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .xl\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .xl\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .xl\:focus\:-translate-x-33:focus {
    --tw-translate-x: -33px !important;
  }

  .xl\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .xl\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .xl\:focus\:-translate-x-38:focus {
    --tw-translate-x: -38px !important;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .xl\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .xl\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .xl\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .xl\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .xl\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .xl\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .xl\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .xl\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .xl\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px !important;
  }

  .xl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .xl\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .xl\:focus\:-translate-x-110:focus {
    --tw-translate-x: -110px !important;
  }

  .xl\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .xl\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .xl\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .xl\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px !important;
  }

  .xl\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .xl\:focus\:-translate-x-142:focus {
    --tw-translate-x: -142px !important;
  }

  .xl\:focus\:-translate-x-145:focus {
    --tw-translate-x: -145px !important;
  }

  .xl\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .xl\:focus\:-translate-x-160:focus {
    --tw-translate-x: -160px !important;
  }

  .xl\:focus\:-translate-x-165:focus {
    --tw-translate-x: -165px !important;
  }

  .xl\:focus\:-translate-x-170:focus {
    --tw-translate-x: -170px !important;
  }

  .xl\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px !important;
  }

  .xl\:focus\:-translate-x-185:focus {
    --tw-translate-x: -185px !important;
  }

  .xl\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px !important;
  }

  .xl\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .xl\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px !important;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .xl\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .xl\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .xl\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .xl\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .xl\:focus\:translate-y-33:focus {
    --tw-translate-y: 33px !important;
  }

  .xl\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .xl\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .xl\:focus\:translate-y-38:focus {
    --tw-translate-y: 38px !important;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .xl\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .xl\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .xl\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .xl\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .xl\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .xl\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .xl\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .xl\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .xl\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px !important;
  }

  .xl\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .xl\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .xl\:focus\:translate-y-110:focus {
    --tw-translate-y: 110px !important;
  }

  .xl\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .xl\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .xl\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .xl\:focus\:translate-y-135:focus {
    --tw-translate-y: 135px !important;
  }

  .xl\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .xl\:focus\:translate-y-142:focus {
    --tw-translate-y: 142px !important;
  }

  .xl\:focus\:translate-y-145:focus {
    --tw-translate-y: 145px !important;
  }

  .xl\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .xl\:focus\:translate-y-160:focus {
    --tw-translate-y: 160px !important;
  }

  .xl\:focus\:translate-y-165:focus {
    --tw-translate-y: 165px !important;
  }

  .xl\:focus\:translate-y-170:focus {
    --tw-translate-y: 170px !important;
  }

  .xl\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px !important;
  }

  .xl\:focus\:translate-y-185:focus {
    --tw-translate-y: 185px !important;
  }

  .xl\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px !important;
  }

  .xl\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .xl\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px !important;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .xl\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .xl\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .xl\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .xl\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .xl\:focus\:-translate-y-33:focus {
    --tw-translate-y: -33px !important;
  }

  .xl\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .xl\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .xl\:focus\:-translate-y-38:focus {
    --tw-translate-y: -38px !important;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .xl\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .xl\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .xl\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .xl\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .xl\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .xl\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .xl\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .xl\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .xl\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px !important;
  }

  .xl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .xl\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .xl\:focus\:-translate-y-110:focus {
    --tw-translate-y: -110px !important;
  }

  .xl\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .xl\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .xl\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .xl\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px !important;
  }

  .xl\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .xl\:focus\:-translate-y-142:focus {
    --tw-translate-y: -142px !important;
  }

  .xl\:focus\:-translate-y-145:focus {
    --tw-translate-y: -145px !important;
  }

  .xl\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .xl\:focus\:-translate-y-160:focus {
    --tw-translate-y: -160px !important;
  }

  .xl\:focus\:-translate-y-165:focus {
    --tw-translate-y: -165px !important;
  }

  .xl\:focus\:-translate-y-170:focus {
    --tw-translate-y: -170px !important;
  }

  .xl\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px !important;
  }

  .xl\:focus\:-translate-y-185:focus {
    --tw-translate-y: -185px !important;
  }

  .xl\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px !important;
  }

  .xl\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .xl\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px !important;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:animate-none {
    animation: none !important;
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-text {
    cursor: text !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-help {
    cursor: help !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:list-inside {
    list-style-position: inside !important;
  }

  .xl\:list-outside {
    list-style-position: outside !important;
  }

  .xl\:list-none {
    list-style-type: none !important;
  }

  .xl\:list-disc {
    list-style-type: disc !important;
  }

  .xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:place-content-center {
    place-content: center !important;
  }

  .xl\:place-content-start {
    place-content: start !important;
  }

  .xl\:place-content-end {
    place-content: end !important;
  }

  .xl\:place-content-between {
    place-content: space-between !important;
  }

  .xl\:place-content-around {
    place-content: space-around !important;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .xl\:place-items-start {
    place-items: start !important;
  }

  .xl\:place-items-end {
    place-items: end !important;
  }

  .xl\:place-items-center {
    place-items: center !important;
  }

  .xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .xl\:content-center {
    align-content: center !important;
  }

  .xl\:content-start {
    align-content: flex-start !important;
  }

  .xl\:content-end {
    align-content: flex-end !important;
  }

  .xl\:content-between {
    align-content: space-between !important;
  }

  .xl\:content-around {
    align-content: space-around !important;
  }

  .xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

  .xl\:items-end {
    align-items: flex-end !important;
  }

  .xl\:items-center {
    align-items: center !important;
  }

  .xl\:items-baseline {
    align-items: baseline !important;
  }

  .xl\:items-stretch {
    align-items: stretch !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .xl\:justify-center {
    justify-content: center !important;
  }

  .xl\:justify-between {
    justify-content: space-between !important;
  }

  .xl\:justify-around {
    justify-content: space-around !important;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl\:justify-items-start {
    justify-items: start !important;
  }

  .xl\:justify-items-end {
    justify-items: end !important;
  }

  .xl\:justify-items-center {
    justify-items: center !important;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xl\:gap-0 {
    gap: 0px !important;
  }

  .xl\:gap-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-4 {
    gap: 1rem !important;
  }

  .xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }

  .xl\:gap-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-12 {
    gap: 3rem !important;
  }

  .xl\:gap-13 {
    gap: 3.375rem !important;
  }

  .xl\:gap-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-16 {
    gap: 4rem !important;
  }

  .xl\:gap-20 {
    gap: 5rem !important;
  }

  .xl\:gap-24 {
    gap: 6rem !important;
  }

  .xl\:gap-28 {
    gap: 7rem !important;
  }

  .xl\:gap-32 {
    gap: 8rem !important;
  }

  .xl\:gap-36 {
    gap: 9rem !important;
  }

  .xl\:gap-40 {
    gap: 10rem !important;
  }

  .xl\:gap-44 {
    gap: 11rem !important;
  }

  .xl\:gap-48 {
    gap: 12rem !important;
  }

  .xl\:gap-52 {
    gap: 13rem !important;
  }

  .xl\:gap-56 {
    gap: 14rem !important;
  }

  .xl\:gap-60 {
    gap: 15rem !important;
  }

  .xl\:gap-64 {
    gap: 16rem !important;
  }

  .xl\:gap-72 {
    gap: 18rem !important;
  }

  .xl\:gap-80 {
    gap: 20rem !important;
  }

  .xl\:gap-96 {
    gap: 24rem !important;
  }

  .xl\:gap-x-0 {
    gap: 0px !important;
  }

  .xl\:gap-y-0 {
    gap: 0px !important;
  }

  .xl\:gap-px {
    gap: 1px !important;
  }

  .xl\:gap-x-px\\ {
    gap: 1px !important;
  }

  .xl\:gap-y-px\\ {
    gap: 1px !important;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-x-4 {
    gap: 1rem !important;
  }

  .xl\:gap-y-4 {
    gap: 1rem !important;
  }

  .xl\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-x-8 {
    gap: 2rem !important;
  }

  .xl\:gap-y-8 {
    gap: 2rem !important;
  }

  .xl\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-x-12 {
    gap: 3rem !important;
  }

  .xl\:gap-y-12 {
    gap: 3rem !important;
  }

  .xl\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .xl\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .xl\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-x-16 {
    gap: 4rem !important;
  }

  .xl\:gap-y-16 {
    gap: 4rem !important;
  }

  .xl\:gap-x-20 {
    gap: 5rem !important;
  }

  .xl\:gap-y-20 {
    gap: 5rem !important;
  }

  .xl\:gap-x-24 {
    gap: 6rem !important;
  }

  .xl\:gap-y-24 {
    gap: 6rem !important;
  }

  .xl\:gap-x-28 {
    gap: 7rem !important;
  }

  .xl\:gap-y-28 {
    gap: 7rem !important;
  }

  .xl\:gap-x-32 {
    gap: 8rem !important;
  }

  .xl\:gap-y-32 {
    gap: 8rem !important;
  }

  .xl\:gap-x-36 {
    gap: 9rem !important;
  }

  .xl\:gap-y-36 {
    gap: 9rem !important;
  }

  .xl\:gap-x-40 {
    gap: 10rem !important;
  }

  .xl\:gap-y-40 {
    gap: 10rem !important;
  }

  .xl\:gap-x-44 {
    gap: 11rem !important;
  }

  .xl\:gap-y-44 {
    gap: 11rem !important;
  }

  .xl\:gap-x-48 {
    gap: 12rem !important;
  }

  .xl\:gap-y-48 {
    gap: 12rem !important;
  }

  .xl\:gap-x-52 {
    gap: 13rem !important;
  }

  .xl\:gap-y-52 {
    gap: 13rem !important;
  }

  .xl\:gap-x-56 {
    gap: 14rem !important;
  }

  .xl\:gap-y-56 {
    gap: 14rem !important;
  }

  .xl\:gap-x-60 {
    gap: 15rem !important;
  }

  .xl\:gap-y-60 {
    gap: 15rem !important;
  }

  .xl\:gap-x-64 {
    gap: 16rem !important;
  }

  .xl\:gap-y-64 {
    gap: 16rem !important;
  }

  .xl\:gap-x-72 {
    gap: 18rem !important;
  }

  .xl\:gap-y-72 {
    gap: 18rem !important;
  }

  .xl\:gap-x-80 {
    gap: 20rem !important;
  }

  .xl\:gap-y-80 {
    gap: 20rem !important;
  }

  .xl\:gap-x-96 {
    gap: 24rem !important;
  }

  .xl\:gap-y-96 {
    gap: 24rem !important;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xl\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xl\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xl\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-px {
    row-gap: 1px !important;
  }

  .xl\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .xl\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .xl\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .xl\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .xl\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .xl\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .xl\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lightteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-darkteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-darkred > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-darkblue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-skybule > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lightgray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-devider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cream > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-buttercup > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xl\:place-self-auto {
    place-self: auto !important;
  }

  .xl\:place-self-start {
    place-self: start !important;
  }

  .xl\:place-self-end {
    place-self: end !important;
  }

  .xl\:place-self-center {
    place-self: center !important;
  }

  .xl\:place-self-stretch {
    place-self: stretch !important;
  }

  .xl\:self-auto {
    align-self: auto !important;
  }

  .xl\:self-start {
    align-self: flex-start !important;
  }

  .xl\:self-end {
    align-self: flex-end !important;
  }

  .xl\:self-center {
    align-self: center !important;
  }

  .xl\:self-stretch {
    align-self: stretch !important;
  }

  .xl\:self-baseline {
    align-self: baseline !important;
  }

  .xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .xl\:justify-self-start {
    justify-self: start !important;
  }

  .xl\:justify-self-end {
    justify-self: end !important;
  }

  .xl\:justify-self-center {
    justify-self: center !important;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xl\:overflow-clip {
    text-overflow: clip !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words {
    overflow-wrap: break-word !important;
  }

  .xl\:break-all {
    word-break: break-all !important;
  }

  .xl\:rounded-4 {
    border-radius: 4px !important;
  }

  .xl\:rounded-6 {
    border-radius: 6px !important;
  }

  .xl\:rounded-50 {
    border-radius: 50% !important;
  }

  .xl\:rounded-none {
    border-radius: 0px !important;
  }

  .xl\:rounded-br6 {
    border-radius: 6px !important;
  }

  .xl\:rounded-br30 {
    border-radius: 30px !important;
  }

  .xl\:rounded-br32 {
    border-radius: 32px !important;
  }

  .xl\:rounded-br50 {
    border-radius: 50px !important;
  }

  .xl\:rounded-br90 {
    border-radius: 90px !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .xl\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .xl\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xl\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .xl\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .xl\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xl\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xl\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xl\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xl\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xl\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .xl\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .xl\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xl\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .xl\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .xl\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .xl\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .xl\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .xl\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .xl\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .xl\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .xl\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .xl\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .xl\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .xl\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .xl\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .xl\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .xl\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .xl\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .xl\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .xl\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .xl\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .xl\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-0 {
    border-width: 0px !important;
  }

  .xl\:border-1 {
    border-width: 1px !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xl\:border-t-1 {
    border-top-width: 1px !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xl\:border-r-1 {
    border-right-width: 1px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xl\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xl\:border-l-1 {
    border-left-width: 1px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-double {
    border-style: double !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-current {
    border-color: currentColor !important;
  }

  .xl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .xl\:group-hover\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lightteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-darkteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-darkred:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-darkblue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-skybule:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lightgray:focus-within {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus-within\:border-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-devider:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cream:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-buttercup:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lightteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-darkteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-darkred:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-darkblue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-skybule:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lightgray:hover {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:hover\:border-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-devider:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cream:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-buttercup:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lightteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-darkteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-darkred:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-darkblue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-skybule:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lightgray:focus {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:border-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-devider:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cream:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-buttercup:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-current {
    background-color: currentColor !important;
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lightteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-darkteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-darkred:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-darkblue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-skybule:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lightgray:focus-within {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus-within\:bg-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-devider:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cream:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-buttercup:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lightteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-darkteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-darkred:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-darkblue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-skybule:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lightgray:hover {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:hover\:bg-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-devider:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cream:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-buttercup:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lightteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-darkteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-darkred:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-darkblue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-skybule:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lightgray:focus {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:bg-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-devider:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cream:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-buttercup:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:bg-none {
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:from-black {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-lightteal {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xl\:from-darkteal {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xl\:from-red {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xl\:from-darkred {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xl\:from-darkblue {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xl\:from-skybule {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xl\:from-yellow {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xl\:from-lightgray {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:from-gray {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:from-devider {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xl\:from-cream {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xl\:from-blue01 {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xl\:from-blue02 {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xl\:from-buttercup {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xl\:from-lime-gray {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-lightteal:hover {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xl\:hover\:from-darkteal:hover {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xl\:hover\:from-red:hover {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xl\:hover\:from-darkred:hover {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xl\:hover\:from-darkblue:hover {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xl\:hover\:from-skybule:hover {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xl\:hover\:from-yellow:hover {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xl\:hover\:from-lightgray:hover {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:hover\:from-gray:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:from-devider:hover {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xl\:hover\:from-cream:hover {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xl\:hover\:from-blue01:hover {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xl\:hover\:from-blue02:hover {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xl\:hover\:from-buttercup:hover {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xl\:hover\:from-lime-gray:hover {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-lightteal:focus {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xl\:focus\:from-darkteal:focus {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xl\:focus\:from-red:focus {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xl\:focus\:from-darkred:focus {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xl\:focus\:from-darkblue:focus {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xl\:focus\:from-skybule:focus {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xl\:focus\:from-yellow:focus {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xl\:focus\:from-lightgray:focus {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:focus\:from-gray:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:from-devider:focus {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xl\:focus\:from-cream:focus {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xl\:focus\:from-blue01:focus {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xl\:focus\:from-blue02:focus {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xl\:focus\:from-buttercup:focus {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xl\:focus\:from-lime-gray:focus {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-lightteal {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xl\:via-darkteal {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xl\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xl\:via-darkred {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xl\:via-darkblue {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xl\:via-skybule {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xl\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xl\:via-lightgray {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:via-devider {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xl\:via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xl\:via-blue01 {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xl\:via-blue02 {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xl\:via-buttercup {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xl\:via-lime-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-lightteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xl\:hover\:via-darkteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xl\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xl\:hover\:via-darkred:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xl\:hover\:via-darkblue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xl\:hover\:via-skybule:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xl\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xl\:hover\:via-lightgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:hover\:via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:via-devider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xl\:hover\:via-cream:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xl\:hover\:via-blue01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xl\:hover\:via-blue02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xl\:hover\:via-buttercup:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xl\:hover\:via-lime-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-lightteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xl\:focus\:via-darkteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xl\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xl\:focus\:via-darkred:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xl\:focus\:via-darkblue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xl\:focus\:via-skybule:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xl\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xl\:focus\:via-lightgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xl\:focus\:via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:via-devider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xl\:focus\:via-cream:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xl\:focus\:via-blue01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xl\:focus\:via-blue02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xl\:focus\:via-buttercup:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xl\:focus\:via-lime-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:to-black {
    --tw-gradient-to: #000000 !important;
  }

  .xl\:to-lightteal {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .xl\:to-darkteal {
    --tw-gradient-to: #36C3DC !important;
  }

  .xl\:to-red {
    --tw-gradient-to: #D6393C !important;
  }

  .xl\:to-darkred {
    --tw-gradient-to: #B63033 !important;
  }

  .xl\:to-darkblue {
    --tw-gradient-to: #3A4758 !important;
  }

  .xl\:to-skybule {
    --tw-gradient-to: #30B5CC !important;
  }

  .xl\:to-yellow {
    --tw-gradient-to: #F0B334 !important;
  }

  .xl\:to-lightgray {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:to-gray {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl\:to-devider {
    --tw-gradient-to: #C8C0BD !important;
  }

  .xl\:to-cream {
    --tw-gradient-to: #F1F0ED !important;
  }

  .xl\:to-blue01 {
    --tw-gradient-to: #39495B !important;
  }

  .xl\:to-blue02 {
    --tw-gradient-to: #37526B !important;
  }

  .xl\:to-buttercup {
    --tw-gradient-to: #D9A12E !important;
  }

  .xl\:to-lime-gray {
    --tw-gradient-to: #F1F1ED !important;
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000000 !important;
  }

  .xl\:hover\:to-lightteal:hover {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .xl\:hover\:to-darkteal:hover {
    --tw-gradient-to: #36C3DC !important;
  }

  .xl\:hover\:to-red:hover {
    --tw-gradient-to: #D6393C !important;
  }

  .xl\:hover\:to-darkred:hover {
    --tw-gradient-to: #B63033 !important;
  }

  .xl\:hover\:to-darkblue:hover {
    --tw-gradient-to: #3A4758 !important;
  }

  .xl\:hover\:to-skybule:hover {
    --tw-gradient-to: #30B5CC !important;
  }

  .xl\:hover\:to-yellow:hover {
    --tw-gradient-to: #F0B334 !important;
  }

  .xl\:hover\:to-lightgray:hover {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:hover\:to-gray:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl\:hover\:to-devider:hover {
    --tw-gradient-to: #C8C0BD !important;
  }

  .xl\:hover\:to-cream:hover {
    --tw-gradient-to: #F1F0ED !important;
  }

  .xl\:hover\:to-blue01:hover {
    --tw-gradient-to: #39495B !important;
  }

  .xl\:hover\:to-blue02:hover {
    --tw-gradient-to: #37526B !important;
  }

  .xl\:hover\:to-buttercup:hover {
    --tw-gradient-to: #D9A12E !important;
  }

  .xl\:hover\:to-lime-gray:hover {
    --tw-gradient-to: #F1F1ED !important;
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000000 !important;
  }

  .xl\:focus\:to-lightteal:focus {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .xl\:focus\:to-darkteal:focus {
    --tw-gradient-to: #36C3DC !important;
  }

  .xl\:focus\:to-red:focus {
    --tw-gradient-to: #D6393C !important;
  }

  .xl\:focus\:to-darkred:focus {
    --tw-gradient-to: #B63033 !important;
  }

  .xl\:focus\:to-darkblue:focus {
    --tw-gradient-to: #3A4758 !important;
  }

  .xl\:focus\:to-skybule:focus {
    --tw-gradient-to: #30B5CC !important;
  }

  .xl\:focus\:to-yellow:focus {
    --tw-gradient-to: #F0B334 !important;
  }

  .xl\:focus\:to-lightgray:focus {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:to-gray:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xl\:focus\:to-devider:focus {
    --tw-gradient-to: #C8C0BD !important;
  }

  .xl\:focus\:to-cream:focus {
    --tw-gradient-to: #F1F0ED !important;
  }

  .xl\:focus\:to-blue01:focus {
    --tw-gradient-to: #39495B !important;
  }

  .xl\:focus\:to-blue02:focus {
    --tw-gradient-to: #37526B !important;
  }

  .xl\:focus\:to-buttercup:focus {
    --tw-gradient-to: #D9A12E !important;
  }

  .xl\:focus\:to-lime-gray:focus {
    --tw-gradient-to: #F1F1ED !important;
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:bg-cover {
    background-size: cover !important;
  }

  .xl\:bg-contain {
    background-size: contain !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:bg-local {
    background-attachment: local !important;
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:bg-bottom {
    background-position: bottom !important;
  }

  .xl\:bg-center {
    background-position: center !important;
  }

  .xl\:bg-left {
    background-position: left !important;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:bg-left-top {
    background-position: left top !important;
  }

  .xl\:bg-right {
    background-position: right !important;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:bg-right-top {
    background-position: right top !important;
  }

  .xl\:bg-top {
    background-position: top !important;
  }

  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:bg-origin-border {
    background-origin: border-box !important;
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .xl\:bg-origin-content {
    background-origin: content-box !important;
  }

  .xl\:fill-current {
    fill: currentColor !important;
  }

  .xl\:stroke-current {
    stroke: currentColor !important;
  }

  .xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:p-0 {
    padding: 0px !important;
  }

  .xl\:p-5 {
    padding: 5px !important;
  }

  .xl\:p-8 {
    padding: 8px !important;
  }

  .xl\:p-10 {
    padding: 10px !important;
  }

  .xl\:p-15 {
    padding: 15px !important;
  }

  .xl\:p-20 {
    padding: 20px !important;
  }

  .xl\:p-25 {
    padding: 25px !important;
  }

  .xl\:p-26 {
    padding: 26px !important;
  }

  .xl\:p-27 {
    padding: 27px !important;
  }

  .xl\:p-28 {
    padding: 28px !important;
  }

  .xl\:p-30 {
    padding: 30px !important;
  }

  .xl\:p-32 {
    padding: 32px !important;
  }

  .xl\:p-33 {
    padding: 33px !important;
  }

  .xl\:p-34 {
    padding: 34px !important;
  }

  .xl\:p-35 {
    padding: 35px !important;
  }

  .xl\:p-38 {
    padding: 38px !important;
  }

  .xl\:p-40 {
    padding: 40px !important;
  }

  .xl\:p-44 {
    padding: 44px !important;
  }

  .xl\:p-45 {
    padding: 45px !important;
  }

  .xl\:p-50 {
    padding: 50px !important;
  }

  .xl\:p-55 {
    padding: 55px !important;
  }

  .xl\:p-60 {
    padding: 60px !important;
  }

  .xl\:p-65 {
    padding: 65px !important;
  }

  .xl\:p-70 {
    padding: 70px !important;
  }

  .xl\:p-75 {
    padding: 75px !important;
  }

  .xl\:p-80 {
    padding: 80px !important;
  }

  .xl\:p-85 {
    padding: 85px !important;
  }

  .xl\:p-90 {
    padding: 90px !important;
  }

  .xl\:p-95 {
    padding: 95px !important;
  }

  .xl\:p-100 {
    padding: 100px !important;
  }

  .xl\:p-105 {
    padding: 105px !important;
  }

  .xl\:p-110 {
    padding: 110px !important;
  }

  .xl\:p-115 {
    padding: 115px !important;
  }

  .xl\:p-120 {
    padding: 120px !important;
  }

  .xl\:p-125 {
    padding: 125px !important;
  }

  .xl\:p-130 {
    padding: 130px !important;
  }

  .xl\:p-135 {
    padding: 135px !important;
  }

  .xl\:p-140 {
    padding: 140px !important;
  }

  .xl\:p-142 {
    padding: 142px !important;
  }

  .xl\:p-145 {
    padding: 145px !important;
  }

  .xl\:p-150 {
    padding: 150px !important;
  }

  .xl\:p-160 {
    padding: 160px !important;
  }

  .xl\:p-165 {
    padding: 165px !important;
  }

  .xl\:p-170 {
    padding: 170px !important;
  }

  .xl\:p-180 {
    padding: 180px !important;
  }

  .xl\:p-185 {
    padding: 185px !important;
  }

  .xl\:p-190 {
    padding: 190px !important;
  }

  .xl\:p-200 {
    padding: 200px !important;
  }

  .xl\:p-225 {
    padding: 225px !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .xl\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xl\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xl\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xl\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .xl\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .xl\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .xl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xl\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xl\:px-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .xl\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .xl\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .xl\:px-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .xl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xl\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xl\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .xl\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .xl\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .xl\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xl\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .xl\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .xl\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .xl\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xl\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .xl\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .xl\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .xl\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xl\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .xl\:px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .xl\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .xl\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xl\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .xl\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .xl\:px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .xl\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .xl\:px-142 {
    padding-left: 142px !important;
    padding-right: 142px !important;
  }

  .xl\:px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .xl\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .xl\:px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .xl\:px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .xl\:px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .xl\:px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .xl\:px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .xl\:px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .xl\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xl\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .xl\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xl\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xl\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xl\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .xl\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .xl\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .xl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xl\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xl\:py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .xl\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .xl\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .xl\:py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .xl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xl\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xl\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .xl\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xl\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .xl\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xl\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .xl\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .xl\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .xl\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xl\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .xl\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .xl\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .xl\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xl\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .xl\:py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .xl\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .xl\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xl\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .xl\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .xl\:py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .xl\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .xl\:py-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }

  .xl\:py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .xl\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .xl\:py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .xl\:py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .xl\:py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .xl\:py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .xl\:py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .xl\:py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .xl\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xl\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:pt-0 {
    padding-top: 0px !important;
  }

  .xl\:pt-5 {
    padding-top: 5px !important;
  }

  .xl\:pt-8 {
    padding-top: 8px !important;
  }

  .xl\:pt-10 {
    padding-top: 10px !important;
  }

  .xl\:pt-15 {
    padding-top: 15px !important;
  }

  .xl\:pt-20 {
    padding-top: 20px !important;
  }

  .xl\:pt-25 {
    padding-top: 25px !important;
  }

  .xl\:pt-26 {
    padding-top: 26px !important;
  }

  .xl\:pt-27 {
    padding-top: 27px !important;
  }

  .xl\:pt-28 {
    padding-top: 28px !important;
  }

  .xl\:pt-30 {
    padding-top: 30px !important;
  }

  .xl\:pt-32 {
    padding-top: 32px !important;
  }

  .xl\:pt-33 {
    padding-top: 33px !important;
  }

  .xl\:pt-34 {
    padding-top: 34px !important;
  }

  .xl\:pt-35 {
    padding-top: 35px !important;
  }

  .xl\:pt-38 {
    padding-top: 38px !important;
  }

  .xl\:pt-40 {
    padding-top: 40px !important;
  }

  .xl\:pt-44 {
    padding-top: 44px !important;
  }

  .xl\:pt-45 {
    padding-top: 45px !important;
  }

  .xl\:pt-50 {
    padding-top: 50px !important;
  }

  .xl\:pt-55 {
    padding-top: 55px !important;
  }

  .xl\:pt-60 {
    padding-top: 60px !important;
  }

  .xl\:pt-65 {
    padding-top: 65px !important;
  }

  .xl\:pt-70 {
    padding-top: 70px !important;
  }

  .xl\:pt-75 {
    padding-top: 75px !important;
  }

  .xl\:pt-80 {
    padding-top: 80px !important;
  }

  .xl\:pt-85 {
    padding-top: 85px !important;
  }

  .xl\:pt-90 {
    padding-top: 90px !important;
  }

  .xl\:pt-95 {
    padding-top: 95px !important;
  }

  .xl\:pt-100 {
    padding-top: 100px !important;
  }

  .xl\:pt-105 {
    padding-top: 105px !important;
  }

  .xl\:pt-110 {
    padding-top: 110px !important;
  }

  .xl\:pt-115 {
    padding-top: 115px !important;
  }

  .xl\:pt-120 {
    padding-top: 120px !important;
  }

  .xl\:pt-125 {
    padding-top: 125px !important;
  }

  .xl\:pt-130 {
    padding-top: 130px !important;
  }

  .xl\:pt-135 {
    padding-top: 135px !important;
  }

  .xl\:pt-140 {
    padding-top: 140px !important;
  }

  .xl\:pt-142 {
    padding-top: 142px !important;
  }

  .xl\:pt-145 {
    padding-top: 145px !important;
  }

  .xl\:pt-150 {
    padding-top: 150px !important;
  }

  .xl\:pt-160 {
    padding-top: 160px !important;
  }

  .xl\:pt-165 {
    padding-top: 165px !important;
  }

  .xl\:pt-170 {
    padding-top: 170px !important;
  }

  .xl\:pt-180 {
    padding-top: 180px !important;
  }

  .xl\:pt-185 {
    padding-top: 185px !important;
  }

  .xl\:pt-190 {
    padding-top: 190px !important;
  }

  .xl\:pt-200 {
    padding-top: 200px !important;
  }

  .xl\:pt-225 {
    padding-top: 225px !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-0 {
    padding-right: 0px !important;
  }

  .xl\:pr-5 {
    padding-right: 5px !important;
  }

  .xl\:pr-8 {
    padding-right: 8px !important;
  }

  .xl\:pr-10 {
    padding-right: 10px !important;
  }

  .xl\:pr-15 {
    padding-right: 15px !important;
  }

  .xl\:pr-20 {
    padding-right: 20px !important;
  }

  .xl\:pr-25 {
    padding-right: 25px !important;
  }

  .xl\:pr-26 {
    padding-right: 26px !important;
  }

  .xl\:pr-27 {
    padding-right: 27px !important;
  }

  .xl\:pr-28 {
    padding-right: 28px !important;
  }

  .xl\:pr-30 {
    padding-right: 30px !important;
  }

  .xl\:pr-32 {
    padding-right: 32px !important;
  }

  .xl\:pr-33 {
    padding-right: 33px !important;
  }

  .xl\:pr-34 {
    padding-right: 34px !important;
  }

  .xl\:pr-35 {
    padding-right: 35px !important;
  }

  .xl\:pr-38 {
    padding-right: 38px !important;
  }

  .xl\:pr-40 {
    padding-right: 40px !important;
  }

  .xl\:pr-44 {
    padding-right: 44px !important;
  }

  .xl\:pr-45 {
    padding-right: 45px !important;
  }

  .xl\:pr-50 {
    padding-right: 50px !important;
  }

  .xl\:pr-55 {
    padding-right: 55px !important;
  }

  .xl\:pr-60 {
    padding-right: 60px !important;
  }

  .xl\:pr-65 {
    padding-right: 65px !important;
  }

  .xl\:pr-70 {
    padding-right: 70px !important;
  }

  .xl\:pr-75 {
    padding-right: 75px !important;
  }

  .xl\:pr-80 {
    padding-right: 80px !important;
  }

  .xl\:pr-85 {
    padding-right: 85px !important;
  }

  .xl\:pr-90 {
    padding-right: 90px !important;
  }

  .xl\:pr-95 {
    padding-right: 95px !important;
  }

  .xl\:pr-100 {
    padding-right: 100px !important;
  }

  .xl\:pr-105 {
    padding-right: 105px !important;
  }

  .xl\:pr-110 {
    padding-right: 110px !important;
  }

  .xl\:pr-115 {
    padding-right: 115px !important;
  }

  .xl\:pr-120 {
    padding-right: 120px !important;
  }

  .xl\:pr-125 {
    padding-right: 125px !important;
  }

  .xl\:pr-130 {
    padding-right: 130px !important;
  }

  .xl\:pr-135 {
    padding-right: 135px !important;
  }

  .xl\:pr-140 {
    padding-right: 140px !important;
  }

  .xl\:pr-142 {
    padding-right: 142px !important;
  }

  .xl\:pr-145 {
    padding-right: 145px !important;
  }

  .xl\:pr-150 {
    padding-right: 150px !important;
  }

  .xl\:pr-160 {
    padding-right: 160px !important;
  }

  .xl\:pr-165 {
    padding-right: 165px !important;
  }

  .xl\:pr-170 {
    padding-right: 170px !important;
  }

  .xl\:pr-180 {
    padding-right: 180px !important;
  }

  .xl\:pr-185 {
    padding-right: 185px !important;
  }

  .xl\:pr-190 {
    padding-right: 190px !important;
  }

  .xl\:pr-200 {
    padding-right: 200px !important;
  }

  .xl\:pr-225 {
    padding-right: 225px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:pb-5 {
    padding-bottom: 5px !important;
  }

  .xl\:pb-8 {
    padding-bottom: 8px !important;
  }

  .xl\:pb-10 {
    padding-bottom: 10px !important;
  }

  .xl\:pb-15 {
    padding-bottom: 15px !important;
  }

  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }

  .xl\:pb-25 {
    padding-bottom: 25px !important;
  }

  .xl\:pb-26 {
    padding-bottom: 26px !important;
  }

  .xl\:pb-27 {
    padding-bottom: 27px !important;
  }

  .xl\:pb-28 {
    padding-bottom: 28px !important;
  }

  .xl\:pb-30 {
    padding-bottom: 30px !important;
  }

  .xl\:pb-32 {
    padding-bottom: 32px !important;
  }

  .xl\:pb-33 {
    padding-bottom: 33px !important;
  }

  .xl\:pb-34 {
    padding-bottom: 34px !important;
  }

  .xl\:pb-35 {
    padding-bottom: 35px !important;
  }

  .xl\:pb-38 {
    padding-bottom: 38px !important;
  }

  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }

  .xl\:pb-44 {
    padding-bottom: 44px !important;
  }

  .xl\:pb-45 {
    padding-bottom: 45px !important;
  }

  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }

  .xl\:pb-55 {
    padding-bottom: 55px !important;
  }

  .xl\:pb-60 {
    padding-bottom: 60px !important;
  }

  .xl\:pb-65 {
    padding-bottom: 65px !important;
  }

  .xl\:pb-70 {
    padding-bottom: 70px !important;
  }

  .xl\:pb-75 {
    padding-bottom: 75px !important;
  }

  .xl\:pb-80 {
    padding-bottom: 80px !important;
  }

  .xl\:pb-85 {
    padding-bottom: 85px !important;
  }

  .xl\:pb-90 {
    padding-bottom: 90px !important;
  }

  .xl\:pb-95 {
    padding-bottom: 95px !important;
  }

  .xl\:pb-100 {
    padding-bottom: 100px !important;
  }

  .xl\:pb-105 {
    padding-bottom: 105px !important;
  }

  .xl\:pb-110 {
    padding-bottom: 110px !important;
  }

  .xl\:pb-115 {
    padding-bottom: 115px !important;
  }

  .xl\:pb-120 {
    padding-bottom: 120px !important;
  }

  .xl\:pb-125 {
    padding-bottom: 125px !important;
  }

  .xl\:pb-130 {
    padding-bottom: 130px !important;
  }

  .xl\:pb-135 {
    padding-bottom: 135px !important;
  }

  .xl\:pb-140 {
    padding-bottom: 140px !important;
  }

  .xl\:pb-142 {
    padding-bottom: 142px !important;
  }

  .xl\:pb-145 {
    padding-bottom: 145px !important;
  }

  .xl\:pb-150 {
    padding-bottom: 150px !important;
  }

  .xl\:pb-160 {
    padding-bottom: 160px !important;
  }

  .xl\:pb-165 {
    padding-bottom: 165px !important;
  }

  .xl\:pb-170 {
    padding-bottom: 170px !important;
  }

  .xl\:pb-180 {
    padding-bottom: 180px !important;
  }

  .xl\:pb-185 {
    padding-bottom: 185px !important;
  }

  .xl\:pb-190 {
    padding-bottom: 190px !important;
  }

  .xl\:pb-200 {
    padding-bottom: 200px !important;
  }

  .xl\:pb-225 {
    padding-bottom: 225px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-0 {
    padding-left: 0px !important;
  }

  .xl\:pl-5 {
    padding-left: 5px !important;
  }

  .xl\:pl-8 {
    padding-left: 8px !important;
  }

  .xl\:pl-10 {
    padding-left: 10px !important;
  }

  .xl\:pl-15 {
    padding-left: 15px !important;
  }

  .xl\:pl-20 {
    padding-left: 20px !important;
  }

  .xl\:pl-25 {
    padding-left: 25px !important;
  }

  .xl\:pl-26 {
    padding-left: 26px !important;
  }

  .xl\:pl-27 {
    padding-left: 27px !important;
  }

  .xl\:pl-28 {
    padding-left: 28px !important;
  }

  .xl\:pl-30 {
    padding-left: 30px !important;
  }

  .xl\:pl-32 {
    padding-left: 32px !important;
  }

  .xl\:pl-33 {
    padding-left: 33px !important;
  }

  .xl\:pl-34 {
    padding-left: 34px !important;
  }

  .xl\:pl-35 {
    padding-left: 35px !important;
  }

  .xl\:pl-38 {
    padding-left: 38px !important;
  }

  .xl\:pl-40 {
    padding-left: 40px !important;
  }

  .xl\:pl-44 {
    padding-left: 44px !important;
  }

  .xl\:pl-45 {
    padding-left: 45px !important;
  }

  .xl\:pl-50 {
    padding-left: 50px !important;
  }

  .xl\:pl-55 {
    padding-left: 55px !important;
  }

  .xl\:pl-60 {
    padding-left: 60px !important;
  }

  .xl\:pl-65 {
    padding-left: 65px !important;
  }

  .xl\:pl-70 {
    padding-left: 70px !important;
  }

  .xl\:pl-75 {
    padding-left: 75px !important;
  }

  .xl\:pl-80 {
    padding-left: 80px !important;
  }

  .xl\:pl-85 {
    padding-left: 85px !important;
  }

  .xl\:pl-90 {
    padding-left: 90px !important;
  }

  .xl\:pl-95 {
    padding-left: 95px !important;
  }

  .xl\:pl-100 {
    padding-left: 100px !important;
  }

  .xl\:pl-105 {
    padding-left: 105px !important;
  }

  .xl\:pl-110 {
    padding-left: 110px !important;
  }

  .xl\:pl-115 {
    padding-left: 115px !important;
  }

  .xl\:pl-120 {
    padding-left: 120px !important;
  }

  .xl\:pl-125 {
    padding-left: 125px !important;
  }

  .xl\:pl-130 {
    padding-left: 130px !important;
  }

  .xl\:pl-135 {
    padding-left: 135px !important;
  }

  .xl\:pl-140 {
    padding-left: 140px !important;
  }

  .xl\:pl-142 {
    padding-left: 142px !important;
  }

  .xl\:pl-145 {
    padding-left: 145px !important;
  }

  .xl\:pl-150 {
    padding-left: 150px !important;
  }

  .xl\:pl-160 {
    padding-left: 160px !important;
  }

  .xl\:pl-165 {
    padding-left: 165px !important;
  }

  .xl\:pl-170 {
    padding-left: 170px !important;
  }

  .xl\:pl-180 {
    padding-left: 180px !important;
  }

  .xl\:pl-185 {
    padding-left: 185px !important;
  }

  .xl\:pl-190 {
    padding-left: 190px !important;
  }

  .xl\:pl-200 {
    padding-left: 200px !important;
  }

  .xl\:pl-225 {
    padding-left: 225px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:font-font-zilla {
    font-family: Zilla Slab !important;
  }

  .xl\:font-font-montserrat {
    font-family: Montserrat !important;
  }

  .xl\:font-font-helveticaneuemedium {
    font-family: helveticaneuemedium !important;
  }

  .xl\:text-base {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .xl\:text-fs-400 {
    font-size: 400px !important;
    line-height: 320px !important;
  }

  .xl\:text-fs-215 {
    font-size: 215px !important;
    line-height: 172px !important;
  }

  .xl\:text-fs-160 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .xl\:text-fs-140 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .xl\:text-fs-110 {
    font-size: 110px !important;
    line-height: 88px !important;
  }

  .xl\:text-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .xl\:text-fs-60 {
    font-size: 60px !important;
    line-height: 72px !important;
  }

  .xl\:text-fs-55 {
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .xl\:text-fs-50 {
    font-size: 50px !important;
    line-height: 45px !important;
  }

  .xl\:text-fs-45 {
    font-size: 45px !important;
    line-height: 36px !important;
  }

  .xl\:text-fs-40 {
    font-size: 40px !important;
    line-height: 32px !important;
  }

  .xl\:text-fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .xl\:text-fs-32 {
    font-size: 32px !important;
    line-height: 26px !important;
  }

  .xl\:text-fs-30 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  .xl\:text-fs-28 {
    font-size: 28px !important;
    line-height: 22px !important;
  }

  .xl\:text-fs-24 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .xl\:text-fs-26 {
    font-size: 26px !important;
    line-height: 41px !important;
  }

  .xl\:text-fs-22 {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .xl\:text-fs-20 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .xl\:text-fs-18 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .xl\:text-fs-17 {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .xl\:text-fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .xl\:text-fs-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .xl\:text-fs-13 {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .xl\:font-thin {
    font-weight: 100 !important;
  }

  .xl\:font-extralight {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:not-italic {
    font-style: normal !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-lh-68 {
    line-height: 68px !important;
  }

  .xl\:leading-lh-60 {
    line-height: 60px !important;
  }

  .xl\:leading-lh-55 {
    line-height: 55px !important;
  }

  .xl\:leading-lh-52 {
    line-height: 52px !important;
  }

  .xl\:leading-lh-50 {
    line-height: 50px !important;
  }

  .xl\:leading-lh-44 {
    line-height: 44px !important;
  }

  .xl\:leading-lh-42 {
    line-height: 42px !important;
  }

  .xl\:leading-lh-38 {
    line-height: 38px !important;
  }

  .xl\:leading-lh-28 {
    line-height: 28px !important;
  }

  .xl\:leading-lh-30 {
    line-height: 30px !important;
  }

  .xl\:leading-lh-25 {
    line-height: 25px !important;
  }

  .xl\:leading-lh-24 {
    line-height: 24px !important;
  }

  .xl\:leading-lh-22 {
    line-height: 22px !important;
  }

  .xl\:leading-lh-21 {
    line-height: 21px !important;
  }

  .xl\:leading-lh-20 {
    line-height: 20px !important;
  }

  .xl\:leading-lh-18 {
    line-height: 18px !important;
  }

  .xl\:leading-lh-16 {
    line-height: 16px !important;
  }

  .xl\:leading-lh-37 {
    line-height: 37px !important;
  }

  .xl\:leading-lh-35 {
    line-height: 35px !important;
  }

  .xl\:leading-lh-33 {
    line-height: 33px !important;
  }

  .xl\:leading-lh-88 {
    line-height: 88px !important;
  }

  .xl\:leading-lh-72 {
    line-height: 72px !important;
  }

  .xl\:leading-lh-62 {
    line-height: 62px !important;
  }

  .xl\:leading-lh-45 {
    line-height: 45px !important;
  }

  .xl\:leading-lh-26 {
    line-height: 26px !important;
  }

  .xl\:leading-lh-27 {
    line-height: 27px !important;
  }

  .xl\:leading-lh-23 {
    line-height: 23px !important;
  }

  .xl\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .xl\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .xl\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .xl\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .xl\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .xl\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .xl\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .xl\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-current {
    color: currentColor !important;
  }

  .xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .xl\:group-hover\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .xl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lightteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-darkteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-darkred:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-darkblue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-skybule:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lightgray:focus-within {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus-within\:text-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-devider:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cream:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-buttercup:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lightteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-darkteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-darkred:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-darkblue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-skybule:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lightgray:hover {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:hover\:text-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-devider:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cream:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-buttercup:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lightteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-darkteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-darkred:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-darkblue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-skybule:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lightgray:focus {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:text-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-devider:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cream:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-buttercup:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkred::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkred::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkblue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkblue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-skybule::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-skybule::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightgray::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:placeholder-lightgray::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-devider::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-devider::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cream::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cream::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-buttercup::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-buttercup::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkred:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkred:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkblue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkblue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-skybule:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-skybule:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightgray:focus::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:placeholder-lightgray:focus::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-devider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-devider:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cream:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cream:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-buttercup:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-buttercup:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-5 {
    opacity: 0.05 !important;
  }

  .xl\:opacity-10 {
    opacity: 0.1 !important;
  }

  .xl\:opacity-20 {
    opacity: 0.2 !important;
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:opacity-30 {
    opacity: 0.3 !important;
  }

  .xl\:opacity-40 {
    opacity: 0.4 !important;
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:opacity-57 {
    opacity: 0.57 !important;
  }

  .xl\:opacity-60 {
    opacity: 0.6 !important;
  }

  .xl\:opacity-70 {
    opacity: 0.7 !important;
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:opacity-80 {
    opacity: 0.8 !important;
  }

  .xl\:opacity-90 {
    opacity: 0.9 !important;
  }

  .xl\:opacity-95 {
    opacity: 0.95 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xl\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lightteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-darkteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-darkred {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-darkblue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-skybule {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lightgray {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:ring-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-devider {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cream {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-buttercup {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lightteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-darkteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-darkred:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-darkblue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-skybule:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lightgray:focus-within {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus-within\:ring-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-devider:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cream:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-buttercup:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lightteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-darkteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-darkred:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-darkblue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-skybule:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lightgray:focus {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:ring-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-devider:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cream:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-buttercup:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:ring-offset-lightteal {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .xl\:ring-offset-darkteal {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .xl\:ring-offset-red {
    --tw-ring-offset-color: #D6393C !important;
  }

  .xl\:ring-offset-darkred {
    --tw-ring-offset-color: #B63033 !important;
  }

  .xl\:ring-offset-darkblue {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .xl\:ring-offset-skybule {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .xl\:ring-offset-yellow {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .xl\:ring-offset-lightgray {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:ring-offset-gray {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl\:ring-offset-devider {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .xl\:ring-offset-cream {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .xl\:ring-offset-blue01 {
    --tw-ring-offset-color: #39495B !important;
  }

  .xl\:ring-offset-blue02 {
    --tw-ring-offset-color: #37526B !important;
  }

  .xl\:ring-offset-buttercup {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .xl\:ring-offset-lime-gray {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:focus-within\:ring-offset-lightteal:focus-within {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .xl\:focus-within\:ring-offset-darkteal:focus-within {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .xl\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #D6393C !important;
  }

  .xl\:focus-within\:ring-offset-darkred:focus-within {
    --tw-ring-offset-color: #B63033 !important;
  }

  .xl\:focus-within\:ring-offset-darkblue:focus-within {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .xl\:focus-within\:ring-offset-skybule:focus-within {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .xl\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .xl\:focus-within\:ring-offset-lightgray:focus-within {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus-within\:ring-offset-gray:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl\:focus-within\:ring-offset-devider:focus-within {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .xl\:focus-within\:ring-offset-cream:focus-within {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .xl\:focus-within\:ring-offset-blue01:focus-within {
    --tw-ring-offset-color: #39495B !important;
  }

  .xl\:focus-within\:ring-offset-blue02:focus-within {
    --tw-ring-offset-color: #37526B !important;
  }

  .xl\:focus-within\:ring-offset-buttercup:focus-within {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .xl\:focus-within\:ring-offset-lime-gray:focus-within {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000 !important;
  }

  .xl\:focus\:ring-offset-lightteal:focus {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .xl\:focus\:ring-offset-darkteal:focus {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .xl\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #D6393C !important;
  }

  .xl\:focus\:ring-offset-darkred:focus {
    --tw-ring-offset-color: #B63033 !important;
  }

  .xl\:focus\:ring-offset-darkblue:focus {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .xl\:focus\:ring-offset-skybule:focus {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .xl\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .xl\:focus\:ring-offset-lightgray:focus {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xl\:focus\:ring-offset-gray:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xl\:focus\:ring-offset-devider:focus {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .xl\:focus\:ring-offset-cream:focus {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .xl\:focus\:ring-offset-blue01:focus {
    --tw-ring-offset-color: #39495B !important;
  }

  .xl\:focus\:ring-offset-blue02:focus {
    --tw-ring-offset-color: #37526B !important;
  }

  .xl\:focus\:ring-offset-buttercup:focus {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .xl\:focus\:ring-offset-lime-gray:focus {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .xl\:filter-none {
    filter: none !important;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .xl\:blur {
    --tw-blur: blur(8px) !important;
  }

  .xl\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .xl\:invert {
    --tw-invert: invert(100%) !important;
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .xl\:backdrop-filter-none {
    backdrop-filter: none !important;
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl\:transition-none {
    transition-property: none !important;
  }

  .xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 1350px) {
  .lx\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lx\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lx\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lx\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lx\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lx\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lx\:pointer-events-none {
    pointer-events: none !important;
  }

  .lx\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lx\:visible {
    visibility: visible !important;
  }

  .lx\:invisible {
    visibility: hidden !important;
  }

  .lx\:static {
    position: static !important;
  }

  .lx\:fixed {
    position: fixed !important;
  }

  .lx\:absolute {
    position: absolute !important;
  }

  .lx\:relative {
    position: relative !important;
  }

  .lx\:sticky {
    position: sticky !important;
  }

  .lx\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lx\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .lx\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .lx\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .lx\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .lx\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .lx\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .lx\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .lx\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .lx\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .lx\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .lx\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .lx\:inset-33 {
    top: 33px !important;
    right: 33px !important;
    bottom: 33px !important;
    left: 33px !important;
  }

  .lx\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .lx\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .lx\:inset-38 {
    top: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    left: 38px !important;
  }

  .lx\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .lx\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .lx\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .lx\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .lx\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .lx\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .lx\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .lx\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .lx\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .lx\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .lx\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .lx\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .lx\:inset-95 {
    top: 95px !important;
    right: 95px !important;
    bottom: 95px !important;
    left: 95px !important;
  }

  .lx\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .lx\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .lx\:inset-110 {
    top: 110px !important;
    right: 110px !important;
    bottom: 110px !important;
    left: 110px !important;
  }

  .lx\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .lx\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .lx\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .lx\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .lx\:inset-135 {
    top: 135px !important;
    right: 135px !important;
    bottom: 135px !important;
    left: 135px !important;
  }

  .lx\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .lx\:inset-142 {
    top: 142px !important;
    right: 142px !important;
    bottom: 142px !important;
    left: 142px !important;
  }

  .lx\:inset-145 {
    top: 145px !important;
    right: 145px !important;
    bottom: 145px !important;
    left: 145px !important;
  }

  .lx\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .lx\:inset-160 {
    top: 160px !important;
    right: 160px !important;
    bottom: 160px !important;
    left: 160px !important;
  }

  .lx\:inset-165 {
    top: 165px !important;
    right: 165px !important;
    bottom: 165px !important;
    left: 165px !important;
  }

  .lx\:inset-170 {
    top: 170px !important;
    right: 170px !important;
    bottom: 170px !important;
    left: 170px !important;
  }

  .lx\:inset-180 {
    top: 180px !important;
    right: 180px !important;
    bottom: 180px !important;
    left: 180px !important;
  }

  .lx\:inset-185 {
    top: 185px !important;
    right: 185px !important;
    bottom: 185px !important;
    left: 185px !important;
  }

  .lx\:inset-190 {
    top: 190px !important;
    right: 190px !important;
    bottom: 190px !important;
    left: 190px !important;
  }

  .lx\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .lx\:inset-225 {
    top: 225px !important;
    right: 225px !important;
    bottom: 225px !important;
    left: 225px !important;
  }

  .lx\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lx\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lx\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lx\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .lx\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .lx\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .lx\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .lx\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .lx\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .lx\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .lx\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .lx\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .lx\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .lx\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .lx\:-inset-33 {
    top: -33px !important;
    right: -33px !important;
    bottom: -33px !important;
    left: -33px !important;
  }

  .lx\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .lx\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .lx\:-inset-38 {
    top: -38px !important;
    right: -38px !important;
    bottom: -38px !important;
    left: -38px !important;
  }

  .lx\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .lx\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .lx\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .lx\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .lx\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .lx\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .lx\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .lx\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .lx\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .lx\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .lx\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .lx\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .lx\:-inset-95 {
    top: -95px !important;
    right: -95px !important;
    bottom: -95px !important;
    left: -95px !important;
  }

  .lx\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .lx\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .lx\:-inset-110 {
    top: -110px !important;
    right: -110px !important;
    bottom: -110px !important;
    left: -110px !important;
  }

  .lx\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .lx\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .lx\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .lx\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .lx\:-inset-135 {
    top: -135px !important;
    right: -135px !important;
    bottom: -135px !important;
    left: -135px !important;
  }

  .lx\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .lx\:-inset-142 {
    top: -142px !important;
    right: -142px !important;
    bottom: -142px !important;
    left: -142px !important;
  }

  .lx\:-inset-145 {
    top: -145px !important;
    right: -145px !important;
    bottom: -145px !important;
    left: -145px !important;
  }

  .lx\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .lx\:-inset-160 {
    top: -160px !important;
    right: -160px !important;
    bottom: -160px !important;
    left: -160px !important;
  }

  .lx\:-inset-165 {
    top: -165px !important;
    right: -165px !important;
    bottom: -165px !important;
    left: -165px !important;
  }

  .lx\:-inset-170 {
    top: -170px !important;
    right: -170px !important;
    bottom: -170px !important;
    left: -170px !important;
  }

  .lx\:-inset-180 {
    top: -180px !important;
    right: -180px !important;
    bottom: -180px !important;
    left: -180px !important;
  }

  .lx\:-inset-185 {
    top: -185px !important;
    right: -185px !important;
    bottom: -185px !important;
    left: -185px !important;
  }

  .lx\:-inset-190 {
    top: -190px !important;
    right: -190px !important;
    bottom: -190px !important;
    left: -190px !important;
  }

  .lx\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .lx\:-inset-225 {
    top: -225px !important;
    right: -225px !important;
    bottom: -225px !important;
    left: -225px !important;
  }

  .lx\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lx\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lx\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lx\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lx\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lx\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lx\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lx\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lx\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lx\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lx\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lx\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lx\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lx\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lx\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lx\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lx\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .lx\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .lx\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .lx\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .lx\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .lx\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .lx\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .lx\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .lx\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .lx\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .lx\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .lx\:inset-x-33 {
    left: 33px !important;
    right: 33px !important;
  }

  .lx\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .lx\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .lx\:inset-x-38 {
    left: 38px !important;
    right: 38px !important;
  }

  .lx\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .lx\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .lx\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .lx\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .lx\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .lx\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .lx\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .lx\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .lx\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .lx\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .lx\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .lx\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .lx\:inset-x-95 {
    left: 95px !important;
    right: 95px !important;
  }

  .lx\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .lx\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .lx\:inset-x-110 {
    left: 110px !important;
    right: 110px !important;
  }

  .lx\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .lx\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .lx\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .lx\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .lx\:inset-x-135 {
    left: 135px !important;
    right: 135px !important;
  }

  .lx\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .lx\:inset-x-142 {
    left: 142px !important;
    right: 142px !important;
  }

  .lx\:inset-x-145 {
    left: 145px !important;
    right: 145px !important;
  }

  .lx\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .lx\:inset-x-160 {
    left: 160px !important;
    right: 160px !important;
  }

  .lx\:inset-x-165 {
    left: 165px !important;
    right: 165px !important;
  }

  .lx\:inset-x-170 {
    left: 170px !important;
    right: 170px !important;
  }

  .lx\:inset-x-180 {
    left: 180px !important;
    right: 180px !important;
  }

  .lx\:inset-x-185 {
    left: 185px !important;
    right: 185px !important;
  }

  .lx\:inset-x-190 {
    left: 190px !important;
    right: 190px !important;
  }

  .lx\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .lx\:inset-x-225 {
    left: 225px !important;
    right: 225px !important;
  }

  .lx\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .lx\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .lx\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lx\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .lx\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .lx\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .lx\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .lx\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .lx\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .lx\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .lx\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .lx\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .lx\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .lx\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .lx\:-inset-x-33 {
    left: -33px !important;
    right: -33px !important;
  }

  .lx\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .lx\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .lx\:-inset-x-38 {
    left: -38px !important;
    right: -38px !important;
  }

  .lx\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .lx\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .lx\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .lx\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .lx\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .lx\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .lx\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .lx\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .lx\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .lx\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .lx\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .lx\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .lx\:-inset-x-95 {
    left: -95px !important;
    right: -95px !important;
  }

  .lx\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .lx\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .lx\:-inset-x-110 {
    left: -110px !important;
    right: -110px !important;
  }

  .lx\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .lx\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .lx\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .lx\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .lx\:-inset-x-135 {
    left: -135px !important;
    right: -135px !important;
  }

  .lx\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .lx\:-inset-x-142 {
    left: -142px !important;
    right: -142px !important;
  }

  .lx\:-inset-x-145 {
    left: -145px !important;
    right: -145px !important;
  }

  .lx\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .lx\:-inset-x-160 {
    left: -160px !important;
    right: -160px !important;
  }

  .lx\:-inset-x-165 {
    left: -165px !important;
    right: -165px !important;
  }

  .lx\:-inset-x-170 {
    left: -170px !important;
    right: -170px !important;
  }

  .lx\:-inset-x-180 {
    left: -180px !important;
    right: -180px !important;
  }

  .lx\:-inset-x-185 {
    left: -185px !important;
    right: -185px !important;
  }

  .lx\:-inset-x-190 {
    left: -190px !important;
    right: -190px !important;
  }

  .lx\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .lx\:-inset-x-225 {
    left: -225px !important;
    right: -225px !important;
  }

  .lx\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .lx\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .lx\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lx\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lx\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .lx\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .lx\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .lx\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .lx\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .lx\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lx\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lx\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .lx\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .lx\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .lx\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .lx\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lx\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .lx\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .lx\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .lx\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .lx\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .lx\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .lx\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .lx\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .lx\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .lx\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .lx\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .lx\:inset-y-33 {
    top: 33px !important;
    bottom: 33px !important;
  }

  .lx\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .lx\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .lx\:inset-y-38 {
    top: 38px !important;
    bottom: 38px !important;
  }

  .lx\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .lx\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .lx\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .lx\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .lx\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .lx\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .lx\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .lx\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .lx\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .lx\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .lx\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .lx\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .lx\:inset-y-95 {
    top: 95px !important;
    bottom: 95px !important;
  }

  .lx\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .lx\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .lx\:inset-y-110 {
    top: 110px !important;
    bottom: 110px !important;
  }

  .lx\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .lx\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .lx\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .lx\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .lx\:inset-y-135 {
    top: 135px !important;
    bottom: 135px !important;
  }

  .lx\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .lx\:inset-y-142 {
    top: 142px !important;
    bottom: 142px !important;
  }

  .lx\:inset-y-145 {
    top: 145px !important;
    bottom: 145px !important;
  }

  .lx\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .lx\:inset-y-160 {
    top: 160px !important;
    bottom: 160px !important;
  }

  .lx\:inset-y-165 {
    top: 165px !important;
    bottom: 165px !important;
  }

  .lx\:inset-y-170 {
    top: 170px !important;
    bottom: 170px !important;
  }

  .lx\:inset-y-180 {
    top: 180px !important;
    bottom: 180px !important;
  }

  .lx\:inset-y-185 {
    top: 185px !important;
    bottom: 185px !important;
  }

  .lx\:inset-y-190 {
    top: 190px !important;
    bottom: 190px !important;
  }

  .lx\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .lx\:inset-y-225 {
    top: 225px !important;
    bottom: 225px !important;
  }

  .lx\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lx\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .lx\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lx\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .lx\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .lx\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .lx\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .lx\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .lx\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .lx\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .lx\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .lx\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .lx\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .lx\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .lx\:-inset-y-33 {
    top: -33px !important;
    bottom: -33px !important;
  }

  .lx\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .lx\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .lx\:-inset-y-38 {
    top: -38px !important;
    bottom: -38px !important;
  }

  .lx\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .lx\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .lx\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .lx\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .lx\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .lx\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .lx\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .lx\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .lx\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .lx\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .lx\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .lx\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .lx\:-inset-y-95 {
    top: -95px !important;
    bottom: -95px !important;
  }

  .lx\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .lx\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .lx\:-inset-y-110 {
    top: -110px !important;
    bottom: -110px !important;
  }

  .lx\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .lx\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .lx\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .lx\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .lx\:-inset-y-135 {
    top: -135px !important;
    bottom: -135px !important;
  }

  .lx\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .lx\:-inset-y-142 {
    top: -142px !important;
    bottom: -142px !important;
  }

  .lx\:-inset-y-145 {
    top: -145px !important;
    bottom: -145px !important;
  }

  .lx\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .lx\:-inset-y-160 {
    top: -160px !important;
    bottom: -160px !important;
  }

  .lx\:-inset-y-165 {
    top: -165px !important;
    bottom: -165px !important;
  }

  .lx\:-inset-y-170 {
    top: -170px !important;
    bottom: -170px !important;
  }

  .lx\:-inset-y-180 {
    top: -180px !important;
    bottom: -180px !important;
  }

  .lx\:-inset-y-185 {
    top: -185px !important;
    bottom: -185px !important;
  }

  .lx\:-inset-y-190 {
    top: -190px !important;
    bottom: -190px !important;
  }

  .lx\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .lx\:-inset-y-225 {
    top: -225px !important;
    bottom: -225px !important;
  }

  .lx\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .lx\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lx\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lx\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lx\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lx\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lx\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lx\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .lx\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lx\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lx\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lx\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .lx\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lx\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .lx\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .lx\:top-0 {
    top: 0px !important;
  }

  .lx\:top-5 {
    top: 5px !important;
  }

  .lx\:top-8 {
    top: 8px !important;
  }

  .lx\:top-10 {
    top: 10px !important;
  }

  .lx\:top-15 {
    top: 15px !important;
  }

  .lx\:top-20 {
    top: 20px !important;
  }

  .lx\:top-25 {
    top: 25px !important;
  }

  .lx\:top-26 {
    top: 26px !important;
  }

  .lx\:top-27 {
    top: 27px !important;
  }

  .lx\:top-28 {
    top: 28px !important;
  }

  .lx\:top-30 {
    top: 30px !important;
  }

  .lx\:top-32 {
    top: 32px !important;
  }

  .lx\:top-33 {
    top: 33px !important;
  }

  .lx\:top-34 {
    top: 34px !important;
  }

  .lx\:top-35 {
    top: 35px !important;
  }

  .lx\:top-38 {
    top: 38px !important;
  }

  .lx\:top-40 {
    top: 40px !important;
  }

  .lx\:top-44 {
    top: 44px !important;
  }

  .lx\:top-45 {
    top: 45px !important;
  }

  .lx\:top-50 {
    top: 50px !important;
  }

  .lx\:top-55 {
    top: 55px !important;
  }

  .lx\:top-60 {
    top: 60px !important;
  }

  .lx\:top-65 {
    top: 65px !important;
  }

  .lx\:top-70 {
    top: 70px !important;
  }

  .lx\:top-75 {
    top: 75px !important;
  }

  .lx\:top-80 {
    top: 80px !important;
  }

  .lx\:top-85 {
    top: 85px !important;
  }

  .lx\:top-90 {
    top: 90px !important;
  }

  .lx\:top-95 {
    top: 95px !important;
  }

  .lx\:top-100 {
    top: 100px !important;
  }

  .lx\:top-105 {
    top: 105px !important;
  }

  .lx\:top-110 {
    top: 110px !important;
  }

  .lx\:top-115 {
    top: 115px !important;
  }

  .lx\:top-120 {
    top: 120px !important;
  }

  .lx\:top-125 {
    top: 125px !important;
  }

  .lx\:top-130 {
    top: 130px !important;
  }

  .lx\:top-135 {
    top: 135px !important;
  }

  .lx\:top-140 {
    top: 140px !important;
  }

  .lx\:top-142 {
    top: 142px !important;
  }

  .lx\:top-145 {
    top: 145px !important;
  }

  .lx\:top-150 {
    top: 150px !important;
  }

  .lx\:top-160 {
    top: 160px !important;
  }

  .lx\:top-165 {
    top: 165px !important;
  }

  .lx\:top-170 {
    top: 170px !important;
  }

  .lx\:top-180 {
    top: 180px !important;
  }

  .lx\:top-185 {
    top: 185px !important;
  }

  .lx\:top-190 {
    top: 190px !important;
  }

  .lx\:top-200 {
    top: 200px !important;
  }

  .lx\:top-225 {
    top: 225px !important;
  }

  .lx\:top-auto {
    top: auto !important;
  }

  .lx\:top-px {
    top: 1px !important;
  }

  .lx\:-top-0 {
    top: 0px !important;
  }

  .lx\:-top-5 {
    top: -5px !important;
  }

  .lx\:-top-8 {
    top: -8px !important;
  }

  .lx\:-top-10 {
    top: -10px !important;
  }

  .lx\:-top-15 {
    top: -15px !important;
  }

  .lx\:-top-20 {
    top: -20px !important;
  }

  .lx\:-top-25 {
    top: -25px !important;
  }

  .lx\:-top-26 {
    top: -26px !important;
  }

  .lx\:-top-27 {
    top: -27px !important;
  }

  .lx\:-top-28 {
    top: -28px !important;
  }

  .lx\:-top-30 {
    top: -30px !important;
  }

  .lx\:-top-32 {
    top: -32px !important;
  }

  .lx\:-top-33 {
    top: -33px !important;
  }

  .lx\:-top-34 {
    top: -34px !important;
  }

  .lx\:-top-35 {
    top: -35px !important;
  }

  .lx\:-top-38 {
    top: -38px !important;
  }

  .lx\:-top-40 {
    top: -40px !important;
  }

  .lx\:-top-44 {
    top: -44px !important;
  }

  .lx\:-top-45 {
    top: -45px !important;
  }

  .lx\:-top-50 {
    top: -50px !important;
  }

  .lx\:-top-55 {
    top: -55px !important;
  }

  .lx\:-top-60 {
    top: -60px !important;
  }

  .lx\:-top-65 {
    top: -65px !important;
  }

  .lx\:-top-70 {
    top: -70px !important;
  }

  .lx\:-top-75 {
    top: -75px !important;
  }

  .lx\:-top-80 {
    top: -80px !important;
  }

  .lx\:-top-85 {
    top: -85px !important;
  }

  .lx\:-top-90 {
    top: -90px !important;
  }

  .lx\:-top-95 {
    top: -95px !important;
  }

  .lx\:-top-100 {
    top: -100px !important;
  }

  .lx\:-top-105 {
    top: -105px !important;
  }

  .lx\:-top-110 {
    top: -110px !important;
  }

  .lx\:-top-115 {
    top: -115px !important;
  }

  .lx\:-top-120 {
    top: -120px !important;
  }

  .lx\:-top-125 {
    top: -125px !important;
  }

  .lx\:-top-130 {
    top: -130px !important;
  }

  .lx\:-top-135 {
    top: -135px !important;
  }

  .lx\:-top-140 {
    top: -140px !important;
  }

  .lx\:-top-142 {
    top: -142px !important;
  }

  .lx\:-top-145 {
    top: -145px !important;
  }

  .lx\:-top-150 {
    top: -150px !important;
  }

  .lx\:-top-160 {
    top: -160px !important;
  }

  .lx\:-top-165 {
    top: -165px !important;
  }

  .lx\:-top-170 {
    top: -170px !important;
  }

  .lx\:-top-180 {
    top: -180px !important;
  }

  .lx\:-top-185 {
    top: -185px !important;
  }

  .lx\:-top-190 {
    top: -190px !important;
  }

  .lx\:-top-200 {
    top: -200px !important;
  }

  .lx\:-top-225 {
    top: -225px !important;
  }

  .lx\:-top-px {
    top: -1px !important;
  }

  .lx\:top-1\/2 {
    top: 50% !important;
  }

  .lx\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lx\:top-2\/3 {
    top: 66.666667% !important;
  }

  .lx\:top-1\/4 {
    top: 25% !important;
  }

  .lx\:top-2\/4 {
    top: 50% !important;
  }

  .lx\:top-3\/4 {
    top: 75% !important;
  }

  .lx\:top-full {
    top: 100% !important;
  }

  .lx\:-top-1\/2 {
    top: -50% !important;
  }

  .lx\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .lx\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .lx\:-top-1\/4 {
    top: -25% !important;
  }

  .lx\:-top-2\/4 {
    top: -50% !important;
  }

  .lx\:-top-3\/4 {
    top: -75% !important;
  }

  .lx\:-top-full {
    top: -100% !important;
  }

  .lx\:right-0 {
    right: 0px !important;
  }

  .lx\:right-5 {
    right: 5px !important;
  }

  .lx\:right-8 {
    right: 8px !important;
  }

  .lx\:right-10 {
    right: 10px !important;
  }

  .lx\:right-15 {
    right: 15px !important;
  }

  .lx\:right-20 {
    right: 20px !important;
  }

  .lx\:right-25 {
    right: 25px !important;
  }

  .lx\:right-26 {
    right: 26px !important;
  }

  .lx\:right-27 {
    right: 27px !important;
  }

  .lx\:right-28 {
    right: 28px !important;
  }

  .lx\:right-30 {
    right: 30px !important;
  }

  .lx\:right-32 {
    right: 32px !important;
  }

  .lx\:right-33 {
    right: 33px !important;
  }

  .lx\:right-34 {
    right: 34px !important;
  }

  .lx\:right-35 {
    right: 35px !important;
  }

  .lx\:right-38 {
    right: 38px !important;
  }

  .lx\:right-40 {
    right: 40px !important;
  }

  .lx\:right-44 {
    right: 44px !important;
  }

  .lx\:right-45 {
    right: 45px !important;
  }

  .lx\:right-50 {
    right: 50px !important;
  }

  .lx\:right-55 {
    right: 55px !important;
  }

  .lx\:right-60 {
    right: 60px !important;
  }

  .lx\:right-65 {
    right: 65px !important;
  }

  .lx\:right-70 {
    right: 70px !important;
  }

  .lx\:right-75 {
    right: 75px !important;
  }

  .lx\:right-80 {
    right: 80px !important;
  }

  .lx\:right-85 {
    right: 85px !important;
  }

  .lx\:right-90 {
    right: 90px !important;
  }

  .lx\:right-95 {
    right: 95px !important;
  }

  .lx\:right-100 {
    right: 100px !important;
  }

  .lx\:right-105 {
    right: 105px !important;
  }

  .lx\:right-110 {
    right: 110px !important;
  }

  .lx\:right-115 {
    right: 115px !important;
  }

  .lx\:right-120 {
    right: 120px !important;
  }

  .lx\:right-125 {
    right: 125px !important;
  }

  .lx\:right-130 {
    right: 130px !important;
  }

  .lx\:right-135 {
    right: 135px !important;
  }

  .lx\:right-140 {
    right: 140px !important;
  }

  .lx\:right-142 {
    right: 142px !important;
  }

  .lx\:right-145 {
    right: 145px !important;
  }

  .lx\:right-150 {
    right: 150px !important;
  }

  .lx\:right-160 {
    right: 160px !important;
  }

  .lx\:right-165 {
    right: 165px !important;
  }

  .lx\:right-170 {
    right: 170px !important;
  }

  .lx\:right-180 {
    right: 180px !important;
  }

  .lx\:right-185 {
    right: 185px !important;
  }

  .lx\:right-190 {
    right: 190px !important;
  }

  .lx\:right-200 {
    right: 200px !important;
  }

  .lx\:right-225 {
    right: 225px !important;
  }

  .lx\:right-auto {
    right: auto !important;
  }

  .lx\:right-px {
    right: 1px !important;
  }

  .lx\:-right-0 {
    right: 0px !important;
  }

  .lx\:-right-5 {
    right: -5px !important;
  }

  .lx\:-right-8 {
    right: -8px !important;
  }

  .lx\:-right-10 {
    right: -10px !important;
  }

  .lx\:-right-15 {
    right: -15px !important;
  }

  .lx\:-right-20 {
    right: -20px !important;
  }

  .lx\:-right-25 {
    right: -25px !important;
  }

  .lx\:-right-26 {
    right: -26px !important;
  }

  .lx\:-right-27 {
    right: -27px !important;
  }

  .lx\:-right-28 {
    right: -28px !important;
  }

  .lx\:-right-30 {
    right: -30px !important;
  }

  .lx\:-right-32 {
    right: -32px !important;
  }

  .lx\:-right-33 {
    right: -33px !important;
  }

  .lx\:-right-34 {
    right: -34px !important;
  }

  .lx\:-right-35 {
    right: -35px !important;
  }

  .lx\:-right-38 {
    right: -38px !important;
  }

  .lx\:-right-40 {
    right: -40px !important;
  }

  .lx\:-right-44 {
    right: -44px !important;
  }

  .lx\:-right-45 {
    right: -45px !important;
  }

  .lx\:-right-50 {
    right: -50px !important;
  }

  .lx\:-right-55 {
    right: -55px !important;
  }

  .lx\:-right-60 {
    right: -60px !important;
  }

  .lx\:-right-65 {
    right: -65px !important;
  }

  .lx\:-right-70 {
    right: -70px !important;
  }

  .lx\:-right-75 {
    right: -75px !important;
  }

  .lx\:-right-80 {
    right: -80px !important;
  }

  .lx\:-right-85 {
    right: -85px !important;
  }

  .lx\:-right-90 {
    right: -90px !important;
  }

  .lx\:-right-95 {
    right: -95px !important;
  }

  .lx\:-right-100 {
    right: -100px !important;
  }

  .lx\:-right-105 {
    right: -105px !important;
  }

  .lx\:-right-110 {
    right: -110px !important;
  }

  .lx\:-right-115 {
    right: -115px !important;
  }

  .lx\:-right-120 {
    right: -120px !important;
  }

  .lx\:-right-125 {
    right: -125px !important;
  }

  .lx\:-right-130 {
    right: -130px !important;
  }

  .lx\:-right-135 {
    right: -135px !important;
  }

  .lx\:-right-140 {
    right: -140px !important;
  }

  .lx\:-right-142 {
    right: -142px !important;
  }

  .lx\:-right-145 {
    right: -145px !important;
  }

  .lx\:-right-150 {
    right: -150px !important;
  }

  .lx\:-right-160 {
    right: -160px !important;
  }

  .lx\:-right-165 {
    right: -165px !important;
  }

  .lx\:-right-170 {
    right: -170px !important;
  }

  .lx\:-right-180 {
    right: -180px !important;
  }

  .lx\:-right-185 {
    right: -185px !important;
  }

  .lx\:-right-190 {
    right: -190px !important;
  }

  .lx\:-right-200 {
    right: -200px !important;
  }

  .lx\:-right-225 {
    right: -225px !important;
  }

  .lx\:-right-px {
    right: -1px !important;
  }

  .lx\:right-1\/2 {
    right: 50% !important;
  }

  .lx\:right-1\/3 {
    right: 33.333333% !important;
  }

  .lx\:right-2\/3 {
    right: 66.666667% !important;
  }

  .lx\:right-1\/4 {
    right: 25% !important;
  }

  .lx\:right-2\/4 {
    right: 50% !important;
  }

  .lx\:right-3\/4 {
    right: 75% !important;
  }

  .lx\:right-full {
    right: 100% !important;
  }

  .lx\:-right-1\/2 {
    right: -50% !important;
  }

  .lx\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .lx\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .lx\:-right-1\/4 {
    right: -25% !important;
  }

  .lx\:-right-2\/4 {
    right: -50% !important;
  }

  .lx\:-right-3\/4 {
    right: -75% !important;
  }

  .lx\:-right-full {
    right: -100% !important;
  }

  .lx\:bottom-0 {
    bottom: 0px !important;
  }

  .lx\:bottom-5 {
    bottom: 5px !important;
  }

  .lx\:bottom-8 {
    bottom: 8px !important;
  }

  .lx\:bottom-10 {
    bottom: 10px !important;
  }

  .lx\:bottom-15 {
    bottom: 15px !important;
  }

  .lx\:bottom-20 {
    bottom: 20px !important;
  }

  .lx\:bottom-25 {
    bottom: 25px !important;
  }

  .lx\:bottom-26 {
    bottom: 26px !important;
  }

  .lx\:bottom-27 {
    bottom: 27px !important;
  }

  .lx\:bottom-28 {
    bottom: 28px !important;
  }

  .lx\:bottom-30 {
    bottom: 30px !important;
  }

  .lx\:bottom-32 {
    bottom: 32px !important;
  }

  .lx\:bottom-33 {
    bottom: 33px !important;
  }

  .lx\:bottom-34 {
    bottom: 34px !important;
  }

  .lx\:bottom-35 {
    bottom: 35px !important;
  }

  .lx\:bottom-38 {
    bottom: 38px !important;
  }

  .lx\:bottom-40 {
    bottom: 40px !important;
  }

  .lx\:bottom-44 {
    bottom: 44px !important;
  }

  .lx\:bottom-45 {
    bottom: 45px !important;
  }

  .lx\:bottom-50 {
    bottom: 50px !important;
  }

  .lx\:bottom-55 {
    bottom: 55px !important;
  }

  .lx\:bottom-60 {
    bottom: 60px !important;
  }

  .lx\:bottom-65 {
    bottom: 65px !important;
  }

  .lx\:bottom-70 {
    bottom: 70px !important;
  }

  .lx\:bottom-75 {
    bottom: 75px !important;
  }

  .lx\:bottom-80 {
    bottom: 80px !important;
  }

  .lx\:bottom-85 {
    bottom: 85px !important;
  }

  .lx\:bottom-90 {
    bottom: 90px !important;
  }

  .lx\:bottom-95 {
    bottom: 95px !important;
  }

  .lx\:bottom-100 {
    bottom: 100px !important;
  }

  .lx\:bottom-105 {
    bottom: 105px !important;
  }

  .lx\:bottom-110 {
    bottom: 110px !important;
  }

  .lx\:bottom-115 {
    bottom: 115px !important;
  }

  .lx\:bottom-120 {
    bottom: 120px !important;
  }

  .lx\:bottom-125 {
    bottom: 125px !important;
  }

  .lx\:bottom-130 {
    bottom: 130px !important;
  }

  .lx\:bottom-135 {
    bottom: 135px !important;
  }

  .lx\:bottom-140 {
    bottom: 140px !important;
  }

  .lx\:bottom-142 {
    bottom: 142px !important;
  }

  .lx\:bottom-145 {
    bottom: 145px !important;
  }

  .lx\:bottom-150 {
    bottom: 150px !important;
  }

  .lx\:bottom-160 {
    bottom: 160px !important;
  }

  .lx\:bottom-165 {
    bottom: 165px !important;
  }

  .lx\:bottom-170 {
    bottom: 170px !important;
  }

  .lx\:bottom-180 {
    bottom: 180px !important;
  }

  .lx\:bottom-185 {
    bottom: 185px !important;
  }

  .lx\:bottom-190 {
    bottom: 190px !important;
  }

  .lx\:bottom-200 {
    bottom: 200px !important;
  }

  .lx\:bottom-225 {
    bottom: 225px !important;
  }

  .lx\:bottom-auto {
    bottom: auto !important;
  }

  .lx\:bottom-px {
    bottom: 1px !important;
  }

  .lx\:-bottom-0 {
    bottom: 0px !important;
  }

  .lx\:-bottom-5 {
    bottom: -5px !important;
  }

  .lx\:-bottom-8 {
    bottom: -8px !important;
  }

  .lx\:-bottom-10 {
    bottom: -10px !important;
  }

  .lx\:-bottom-15 {
    bottom: -15px !important;
  }

  .lx\:-bottom-20 {
    bottom: -20px !important;
  }

  .lx\:-bottom-25 {
    bottom: -25px !important;
  }

  .lx\:-bottom-26 {
    bottom: -26px !important;
  }

  .lx\:-bottom-27 {
    bottom: -27px !important;
  }

  .lx\:-bottom-28 {
    bottom: -28px !important;
  }

  .lx\:-bottom-30 {
    bottom: -30px !important;
  }

  .lx\:-bottom-32 {
    bottom: -32px !important;
  }

  .lx\:-bottom-33 {
    bottom: -33px !important;
  }

  .lx\:-bottom-34 {
    bottom: -34px !important;
  }

  .lx\:-bottom-35 {
    bottom: -35px !important;
  }

  .lx\:-bottom-38 {
    bottom: -38px !important;
  }

  .lx\:-bottom-40 {
    bottom: -40px !important;
  }

  .lx\:-bottom-44 {
    bottom: -44px !important;
  }

  .lx\:-bottom-45 {
    bottom: -45px !important;
  }

  .lx\:-bottom-50 {
    bottom: -50px !important;
  }

  .lx\:-bottom-55 {
    bottom: -55px !important;
  }

  .lx\:-bottom-60 {
    bottom: -60px !important;
  }

  .lx\:-bottom-65 {
    bottom: -65px !important;
  }

  .lx\:-bottom-70 {
    bottom: -70px !important;
  }

  .lx\:-bottom-75 {
    bottom: -75px !important;
  }

  .lx\:-bottom-80 {
    bottom: -80px !important;
  }

  .lx\:-bottom-85 {
    bottom: -85px !important;
  }

  .lx\:-bottom-90 {
    bottom: -90px !important;
  }

  .lx\:-bottom-95 {
    bottom: -95px !important;
  }

  .lx\:-bottom-100 {
    bottom: -100px !important;
  }

  .lx\:-bottom-105 {
    bottom: -105px !important;
  }

  .lx\:-bottom-110 {
    bottom: -110px !important;
  }

  .lx\:-bottom-115 {
    bottom: -115px !important;
  }

  .lx\:-bottom-120 {
    bottom: -120px !important;
  }

  .lx\:-bottom-125 {
    bottom: -125px !important;
  }

  .lx\:-bottom-130 {
    bottom: -130px !important;
  }

  .lx\:-bottom-135 {
    bottom: -135px !important;
  }

  .lx\:-bottom-140 {
    bottom: -140px !important;
  }

  .lx\:-bottom-142 {
    bottom: -142px !important;
  }

  .lx\:-bottom-145 {
    bottom: -145px !important;
  }

  .lx\:-bottom-150 {
    bottom: -150px !important;
  }

  .lx\:-bottom-160 {
    bottom: -160px !important;
  }

  .lx\:-bottom-165 {
    bottom: -165px !important;
  }

  .lx\:-bottom-170 {
    bottom: -170px !important;
  }

  .lx\:-bottom-180 {
    bottom: -180px !important;
  }

  .lx\:-bottom-185 {
    bottom: -185px !important;
  }

  .lx\:-bottom-190 {
    bottom: -190px !important;
  }

  .lx\:-bottom-200 {
    bottom: -200px !important;
  }

  .lx\:-bottom-225 {
    bottom: -225px !important;
  }

  .lx\:-bottom-px {
    bottom: -1px !important;
  }

  .lx\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lx\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lx\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lx\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .lx\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .lx\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .lx\:bottom-full {
    bottom: 100% !important;
  }

  .lx\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .lx\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lx\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lx\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .lx\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .lx\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .lx\:-bottom-full {
    bottom: -100% !important;
  }

  .lx\:left-0 {
    left: 0px !important;
  }

  .lx\:left-5 {
    left: 5px !important;
  }

  .lx\:left-8 {
    left: 8px !important;
  }

  .lx\:left-10 {
    left: 10px !important;
  }

  .lx\:left-15 {
    left: 15px !important;
  }

  .lx\:left-20 {
    left: 20px !important;
  }

  .lx\:left-25 {
    left: 25px !important;
  }

  .lx\:left-26 {
    left: 26px !important;
  }

  .lx\:left-27 {
    left: 27px !important;
  }

  .lx\:left-28 {
    left: 28px !important;
  }

  .lx\:left-30 {
    left: 30px !important;
  }

  .lx\:left-32 {
    left: 32px !important;
  }

  .lx\:left-33 {
    left: 33px !important;
  }

  .lx\:left-34 {
    left: 34px !important;
  }

  .lx\:left-35 {
    left: 35px !important;
  }

  .lx\:left-38 {
    left: 38px !important;
  }

  .lx\:left-40 {
    left: 40px !important;
  }

  .lx\:left-44 {
    left: 44px !important;
  }

  .lx\:left-45 {
    left: 45px !important;
  }

  .lx\:left-50 {
    left: 50px !important;
  }

  .lx\:left-55 {
    left: 55px !important;
  }

  .lx\:left-60 {
    left: 60px !important;
  }

  .lx\:left-65 {
    left: 65px !important;
  }

  .lx\:left-70 {
    left: 70px !important;
  }

  .lx\:left-75 {
    left: 75px !important;
  }

  .lx\:left-80 {
    left: 80px !important;
  }

  .lx\:left-85 {
    left: 85px !important;
  }

  .lx\:left-90 {
    left: 90px !important;
  }

  .lx\:left-95 {
    left: 95px !important;
  }

  .lx\:left-100 {
    left: 100px !important;
  }

  .lx\:left-105 {
    left: 105px !important;
  }

  .lx\:left-110 {
    left: 110px !important;
  }

  .lx\:left-115 {
    left: 115px !important;
  }

  .lx\:left-120 {
    left: 120px !important;
  }

  .lx\:left-125 {
    left: 125px !important;
  }

  .lx\:left-130 {
    left: 130px !important;
  }

  .lx\:left-135 {
    left: 135px !important;
  }

  .lx\:left-140 {
    left: 140px !important;
  }

  .lx\:left-142 {
    left: 142px !important;
  }

  .lx\:left-145 {
    left: 145px !important;
  }

  .lx\:left-150 {
    left: 150px !important;
  }

  .lx\:left-160 {
    left: 160px !important;
  }

  .lx\:left-165 {
    left: 165px !important;
  }

  .lx\:left-170 {
    left: 170px !important;
  }

  .lx\:left-180 {
    left: 180px !important;
  }

  .lx\:left-185 {
    left: 185px !important;
  }

  .lx\:left-190 {
    left: 190px !important;
  }

  .lx\:left-200 {
    left: 200px !important;
  }

  .lx\:left-225 {
    left: 225px !important;
  }

  .lx\:left-auto {
    left: auto !important;
  }

  .lx\:left-px {
    left: 1px !important;
  }

  .lx\:-left-0 {
    left: 0px !important;
  }

  .lx\:-left-5 {
    left: -5px !important;
  }

  .lx\:-left-8 {
    left: -8px !important;
  }

  .lx\:-left-10 {
    left: -10px !important;
  }

  .lx\:-left-15 {
    left: -15px !important;
  }

  .lx\:-left-20 {
    left: -20px !important;
  }

  .lx\:-left-25 {
    left: -25px !important;
  }

  .lx\:-left-26 {
    left: -26px !important;
  }

  .lx\:-left-27 {
    left: -27px !important;
  }

  .lx\:-left-28 {
    left: -28px !important;
  }

  .lx\:-left-30 {
    left: -30px !important;
  }

  .lx\:-left-32 {
    left: -32px !important;
  }

  .lx\:-left-33 {
    left: -33px !important;
  }

  .lx\:-left-34 {
    left: -34px !important;
  }

  .lx\:-left-35 {
    left: -35px !important;
  }

  .lx\:-left-38 {
    left: -38px !important;
  }

  .lx\:-left-40 {
    left: -40px !important;
  }

  .lx\:-left-44 {
    left: -44px !important;
  }

  .lx\:-left-45 {
    left: -45px !important;
  }

  .lx\:-left-50 {
    left: -50px !important;
  }

  .lx\:-left-55 {
    left: -55px !important;
  }

  .lx\:-left-60 {
    left: -60px !important;
  }

  .lx\:-left-65 {
    left: -65px !important;
  }

  .lx\:-left-70 {
    left: -70px !important;
  }

  .lx\:-left-75 {
    left: -75px !important;
  }

  .lx\:-left-80 {
    left: -80px !important;
  }

  .lx\:-left-85 {
    left: -85px !important;
  }

  .lx\:-left-90 {
    left: -90px !important;
  }

  .lx\:-left-95 {
    left: -95px !important;
  }

  .lx\:-left-100 {
    left: -100px !important;
  }

  .lx\:-left-105 {
    left: -105px !important;
  }

  .lx\:-left-110 {
    left: -110px !important;
  }

  .lx\:-left-115 {
    left: -115px !important;
  }

  .lx\:-left-120 {
    left: -120px !important;
  }

  .lx\:-left-125 {
    left: -125px !important;
  }

  .lx\:-left-130 {
    left: -130px !important;
  }

  .lx\:-left-135 {
    left: -135px !important;
  }

  .lx\:-left-140 {
    left: -140px !important;
  }

  .lx\:-left-142 {
    left: -142px !important;
  }

  .lx\:-left-145 {
    left: -145px !important;
  }

  .lx\:-left-150 {
    left: -150px !important;
  }

  .lx\:-left-160 {
    left: -160px !important;
  }

  .lx\:-left-165 {
    left: -165px !important;
  }

  .lx\:-left-170 {
    left: -170px !important;
  }

  .lx\:-left-180 {
    left: -180px !important;
  }

  .lx\:-left-185 {
    left: -185px !important;
  }

  .lx\:-left-190 {
    left: -190px !important;
  }

  .lx\:-left-200 {
    left: -200px !important;
  }

  .lx\:-left-225 {
    left: -225px !important;
  }

  .lx\:-left-px {
    left: -1px !important;
  }

  .lx\:left-1\/2 {
    left: 50% !important;
  }

  .lx\:left-1\/3 {
    left: 33.333333% !important;
  }

  .lx\:left-2\/3 {
    left: 66.666667% !important;
  }

  .lx\:left-1\/4 {
    left: 25% !important;
  }

  .lx\:left-2\/4 {
    left: 50% !important;
  }

  .lx\:left-3\/4 {
    left: 75% !important;
  }

  .lx\:left-full {
    left: 100% !important;
  }

  .lx\:-left-1\/2 {
    left: -50% !important;
  }

  .lx\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .lx\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .lx\:-left-1\/4 {
    left: -25% !important;
  }

  .lx\:-left-2\/4 {
    left: -50% !important;
  }

  .lx\:-left-3\/4 {
    left: -75% !important;
  }

  .lx\:-left-full {
    left: -100% !important;
  }

  .lx\:isolate {
    isolation: isolate !important;
  }

  .lx\:isolation-auto {
    isolation: auto !important;
  }

  .lx\:z-0 {
    z-index: 0 !important;
  }

  .lx\:z-10 {
    z-index: 10 !important;
  }

  .lx\:z-20 {
    z-index: 20 !important;
  }

  .lx\:z-30 {
    z-index: 30 !important;
  }

  .lx\:z-40 {
    z-index: 40 !important;
  }

  .lx\:z-50 {
    z-index: 50 !important;
  }

  .lx\:z-auto {
    z-index: auto !important;
  }

  .lx\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .lx\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .lx\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .lx\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .lx\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .lx\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .lx\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .lx\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .lx\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .lx\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .lx\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .lx\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .lx\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .lx\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .lx\:order-1 {
    order: 1 !important;
  }

  .lx\:order-2 {
    order: 2 !important;
  }

  .lx\:order-3 {
    order: 3 !important;
  }

  .lx\:order-4 {
    order: 4 !important;
  }

  .lx\:order-5 {
    order: 5 !important;
  }

  .lx\:order-6 {
    order: 6 !important;
  }

  .lx\:order-7 {
    order: 7 !important;
  }

  .lx\:order-8 {
    order: 8 !important;
  }

  .lx\:order-9 {
    order: 9 !important;
  }

  .lx\:order-10 {
    order: 10 !important;
  }

  .lx\:order-11 {
    order: 11 !important;
  }

  .lx\:order-12 {
    order: 12 !important;
  }

  .lx\:order-first {
    order: -9999 !important;
  }

  .lx\:order-last {
    order: 9999 !important;
  }

  .lx\:order-none {
    order: 0 !important;
  }

  .lx\:col-auto {
    grid-column: auto !important;
  }

  .lx\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lx\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lx\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lx\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lx\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lx\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lx\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lx\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lx\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lx\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lx\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lx\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lx\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lx\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lx\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lx\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lx\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lx\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lx\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lx\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lx\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lx\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lx\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lx\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lx\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lx\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lx\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lx\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lx\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lx\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lx\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lx\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lx\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lx\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lx\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lx\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lx\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lx\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lx\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lx\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lx\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lx\:row-auto {
    grid-row: auto !important;
  }

  .lx\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lx\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lx\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lx\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lx\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lx\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lx\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lx\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lx\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lx\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lx\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lx\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lx\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lx\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lx\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lx\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lx\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lx\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lx\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lx\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lx\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lx\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lx\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lx\:float-right {
    float: right !important;
  }

  .lx\:float-left {
    float: left !important;
  }

  .lx\:float-none {
    float: none !important;
  }

  .lx\:clear-left {
    clear: left !important;
  }

  .lx\:clear-right {
    clear: right !important;
  }

  .lx\:clear-both {
    clear: both !important;
  }

  .lx\:clear-none {
    clear: none !important;
  }

  .lx\:m-0 {
    margin: 0px !important;
  }

  .lx\:m-5 {
    margin: 5px !important;
  }

  .lx\:m-8 {
    margin: 8px !important;
  }

  .lx\:m-10 {
    margin: 10px !important;
  }

  .lx\:m-15 {
    margin: 15px !important;
  }

  .lx\:m-20 {
    margin: 20px !important;
  }

  .lx\:m-25 {
    margin: 25px !important;
  }

  .lx\:m-26 {
    margin: 26px !important;
  }

  .lx\:m-27 {
    margin: 27px !important;
  }

  .lx\:m-28 {
    margin: 28px !important;
  }

  .lx\:m-30 {
    margin: 30px !important;
  }

  .lx\:m-32 {
    margin: 32px !important;
  }

  .lx\:m-33 {
    margin: 33px !important;
  }

  .lx\:m-34 {
    margin: 34px !important;
  }

  .lx\:m-35 {
    margin: 35px !important;
  }

  .lx\:m-38 {
    margin: 38px !important;
  }

  .lx\:m-40 {
    margin: 40px !important;
  }

  .lx\:m-44 {
    margin: 44px !important;
  }

  .lx\:m-45 {
    margin: 45px !important;
  }

  .lx\:m-50 {
    margin: 50px !important;
  }

  .lx\:m-55 {
    margin: 55px !important;
  }

  .lx\:m-60 {
    margin: 60px !important;
  }

  .lx\:m-65 {
    margin: 65px !important;
  }

  .lx\:m-70 {
    margin: 70px !important;
  }

  .lx\:m-75 {
    margin: 75px !important;
  }

  .lx\:m-80 {
    margin: 80px !important;
  }

  .lx\:m-85 {
    margin: 85px !important;
  }

  .lx\:m-90 {
    margin: 90px !important;
  }

  .lx\:m-95 {
    margin: 95px !important;
  }

  .lx\:m-100 {
    margin: 100px !important;
  }

  .lx\:m-105 {
    margin: 105px !important;
  }

  .lx\:m-110 {
    margin: 110px !important;
  }

  .lx\:m-115 {
    margin: 115px !important;
  }

  .lx\:m-120 {
    margin: 120px !important;
  }

  .lx\:m-125 {
    margin: 125px !important;
  }

  .lx\:m-130 {
    margin: 130px !important;
  }

  .lx\:m-135 {
    margin: 135px !important;
  }

  .lx\:m-140 {
    margin: 140px !important;
  }

  .lx\:m-142 {
    margin: 142px !important;
  }

  .lx\:m-145 {
    margin: 145px !important;
  }

  .lx\:m-150 {
    margin: 150px !important;
  }

  .lx\:m-160 {
    margin: 160px !important;
  }

  .lx\:m-165 {
    margin: 165px !important;
  }

  .lx\:m-170 {
    margin: 170px !important;
  }

  .lx\:m-180 {
    margin: 180px !important;
  }

  .lx\:m-185 {
    margin: 185px !important;
  }

  .lx\:m-190 {
    margin: 190px !important;
  }

  .lx\:m-200 {
    margin: 200px !important;
  }

  .lx\:m-225 {
    margin: 225px !important;
  }

  .lx\:m-auto {
    margin: auto !important;
  }

  .lx\:m-px {
    margin: 1px !important;
  }

  .lx\:-m-0 {
    margin: 0px !important;
  }

  .lx\:-m-5 {
    margin: -5px !important;
  }

  .lx\:-m-8 {
    margin: -8px !important;
  }

  .lx\:-m-10 {
    margin: -10px !important;
  }

  .lx\:-m-15 {
    margin: -15px !important;
  }

  .lx\:-m-20 {
    margin: -20px !important;
  }

  .lx\:-m-25 {
    margin: -25px !important;
  }

  .lx\:-m-26 {
    margin: -26px !important;
  }

  .lx\:-m-27 {
    margin: -27px !important;
  }

  .lx\:-m-28 {
    margin: -28px !important;
  }

  .lx\:-m-30 {
    margin: -30px !important;
  }

  .lx\:-m-32 {
    margin: -32px !important;
  }

  .lx\:-m-33 {
    margin: -33px !important;
  }

  .lx\:-m-34 {
    margin: -34px !important;
  }

  .lx\:-m-35 {
    margin: -35px !important;
  }

  .lx\:-m-38 {
    margin: -38px !important;
  }

  .lx\:-m-40 {
    margin: -40px !important;
  }

  .lx\:-m-44 {
    margin: -44px !important;
  }

  .lx\:-m-45 {
    margin: -45px !important;
  }

  .lx\:-m-50 {
    margin: -50px !important;
  }

  .lx\:-m-55 {
    margin: -55px !important;
  }

  .lx\:-m-60 {
    margin: -60px !important;
  }

  .lx\:-m-65 {
    margin: -65px !important;
  }

  .lx\:-m-70 {
    margin: -70px !important;
  }

  .lx\:-m-75 {
    margin: -75px !important;
  }

  .lx\:-m-80 {
    margin: -80px !important;
  }

  .lx\:-m-85 {
    margin: -85px !important;
  }

  .lx\:-m-90 {
    margin: -90px !important;
  }

  .lx\:-m-95 {
    margin: -95px !important;
  }

  .lx\:-m-100 {
    margin: -100px !important;
  }

  .lx\:-m-105 {
    margin: -105px !important;
  }

  .lx\:-m-110 {
    margin: -110px !important;
  }

  .lx\:-m-115 {
    margin: -115px !important;
  }

  .lx\:-m-120 {
    margin: -120px !important;
  }

  .lx\:-m-125 {
    margin: -125px !important;
  }

  .lx\:-m-130 {
    margin: -130px !important;
  }

  .lx\:-m-135 {
    margin: -135px !important;
  }

  .lx\:-m-140 {
    margin: -140px !important;
  }

  .lx\:-m-142 {
    margin: -142px !important;
  }

  .lx\:-m-145 {
    margin: -145px !important;
  }

  .lx\:-m-150 {
    margin: -150px !important;
  }

  .lx\:-m-160 {
    margin: -160px !important;
  }

  .lx\:-m-165 {
    margin: -165px !important;
  }

  .lx\:-m-170 {
    margin: -170px !important;
  }

  .lx\:-m-180 {
    margin: -180px !important;
  }

  .lx\:-m-185 {
    margin: -185px !important;
  }

  .lx\:-m-190 {
    margin: -190px !important;
  }

  .lx\:-m-200 {
    margin: -200px !important;
  }

  .lx\:-m-225 {
    margin: -225px !important;
  }

  .lx\:-m-px {
    margin: -1px !important;
  }

  .lx\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lx\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .lx\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lx\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .lx\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lx\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lx\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .lx\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .lx\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .lx\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .lx\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .lx\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lx\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }

  .lx\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .lx\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .lx\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }

  .lx\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lx\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .lx\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .lx\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .lx\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .lx\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .lx\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .lx\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .lx\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .lx\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lx\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .lx\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .lx\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .lx\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .lx\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .lx\:mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .lx\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .lx\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .lx\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .lx\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .lx\:mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .lx\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .lx\:mx-142 {
    margin-left: 142px !important;
    margin-right: 142px !important;
  }

  .lx\:mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .lx\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .lx\:mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .lx\:mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .lx\:mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .lx\:mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .lx\:mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .lx\:mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .lx\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .lx\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .lx\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lx\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lx\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lx\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .lx\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .lx\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .lx\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .lx\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .lx\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .lx\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .lx\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .lx\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .lx\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .lx\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .lx\:-mx-33 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }

  .lx\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .lx\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .lx\:-mx-38 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }

  .lx\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lx\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .lx\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .lx\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .lx\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .lx\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .lx\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .lx\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .lx\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .lx\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .lx\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .lx\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .lx\:-mx-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }

  .lx\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .lx\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .lx\:-mx-110 {
    margin-left: -110px !important;
    margin-right: -110px !important;
  }

  .lx\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .lx\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .lx\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .lx\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .lx\:-mx-135 {
    margin-left: -135px !important;
    margin-right: -135px !important;
  }

  .lx\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .lx\:-mx-142 {
    margin-left: -142px !important;
    margin-right: -142px !important;
  }

  .lx\:-mx-145 {
    margin-left: -145px !important;
    margin-right: -145px !important;
  }

  .lx\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .lx\:-mx-160 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .lx\:-mx-165 {
    margin-left: -165px !important;
    margin-right: -165px !important;
  }

  .lx\:-mx-170 {
    margin-left: -170px !important;
    margin-right: -170px !important;
  }

  .lx\:-mx-180 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .lx\:-mx-185 {
    margin-left: -185px !important;
    margin-right: -185px !important;
  }

  .lx\:-mx-190 {
    margin-left: -190px !important;
    margin-right: -190px !important;
  }

  .lx\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .lx\:-mx-225 {
    margin-left: -225px !important;
    margin-right: -225px !important;
  }

  .lx\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lx\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lx\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .lx\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lx\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lx\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lx\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lx\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .lx\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .lx\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .lx\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .lx\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lx\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lx\:my-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .lx\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .lx\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .lx\:my-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }

  .lx\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lx\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .lx\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .lx\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .lx\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .lx\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .lx\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .lx\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .lx\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .lx\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lx\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .lx\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .lx\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .lx\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .lx\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .lx\:my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .lx\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .lx\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .lx\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .lx\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .lx\:my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .lx\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .lx\:my-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }

  .lx\:my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .lx\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .lx\:my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .lx\:my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .lx\:my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .lx\:my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .lx\:my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .lx\:my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .lx\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .lx\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .lx\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lx\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lx\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lx\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .lx\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .lx\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .lx\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .lx\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .lx\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .lx\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .lx\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .lx\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .lx\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .lx\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .lx\:-my-33 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }

  .lx\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .lx\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .lx\:-my-38 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }

  .lx\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lx\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .lx\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .lx\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .lx\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .lx\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .lx\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .lx\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .lx\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .lx\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .lx\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .lx\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .lx\:-my-95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }

  .lx\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .lx\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .lx\:-my-110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .lx\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .lx\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .lx\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .lx\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .lx\:-my-135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important;
  }

  .lx\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .lx\:-my-142 {
    margin-top: -142px !important;
    margin-bottom: -142px !important;
  }

  .lx\:-my-145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important;
  }

  .lx\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .lx\:-my-160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .lx\:-my-165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important;
  }

  .lx\:-my-170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
  }

  .lx\:-my-180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .lx\:-my-185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important;
  }

  .lx\:-my-190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
  }

  .lx\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .lx\:-my-225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important;
  }

  .lx\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lx\:mt-0 {
    margin-top: 0px !important;
  }

  .lx\:mt-5 {
    margin-top: 5px !important;
  }

  .lx\:mt-8 {
    margin-top: 8px !important;
  }

  .lx\:mt-10 {
    margin-top: 10px !important;
  }

  .lx\:mt-15 {
    margin-top: 15px !important;
  }

  .lx\:mt-20 {
    margin-top: 20px !important;
  }

  .lx\:mt-25 {
    margin-top: 25px !important;
  }

  .lx\:mt-26 {
    margin-top: 26px !important;
  }

  .lx\:mt-27 {
    margin-top: 27px !important;
  }

  .lx\:mt-28 {
    margin-top: 28px !important;
  }

  .lx\:mt-30 {
    margin-top: 30px !important;
  }

  .lx\:mt-32 {
    margin-top: 32px !important;
  }

  .lx\:mt-33 {
    margin-top: 33px !important;
  }

  .lx\:mt-34 {
    margin-top: 34px !important;
  }

  .lx\:mt-35 {
    margin-top: 35px !important;
  }

  .lx\:mt-38 {
    margin-top: 38px !important;
  }

  .lx\:mt-40 {
    margin-top: 40px !important;
  }

  .lx\:mt-44 {
    margin-top: 44px !important;
  }

  .lx\:mt-45 {
    margin-top: 45px !important;
  }

  .lx\:mt-50 {
    margin-top: 50px !important;
  }

  .lx\:mt-55 {
    margin-top: 55px !important;
  }

  .lx\:mt-60 {
    margin-top: 60px !important;
  }

  .lx\:mt-65 {
    margin-top: 65px !important;
  }

  .lx\:mt-70 {
    margin-top: 70px !important;
  }

  .lx\:mt-75 {
    margin-top: 75px !important;
  }

  .lx\:mt-80 {
    margin-top: 80px !important;
  }

  .lx\:mt-85 {
    margin-top: 85px !important;
  }

  .lx\:mt-90 {
    margin-top: 90px !important;
  }

  .lx\:mt-95 {
    margin-top: 95px !important;
  }

  .lx\:mt-100 {
    margin-top: 100px !important;
  }

  .lx\:mt-105 {
    margin-top: 105px !important;
  }

  .lx\:mt-110 {
    margin-top: 110px !important;
  }

  .lx\:mt-115 {
    margin-top: 115px !important;
  }

  .lx\:mt-120 {
    margin-top: 120px !important;
  }

  .lx\:mt-125 {
    margin-top: 125px !important;
  }

  .lx\:mt-130 {
    margin-top: 130px !important;
  }

  .lx\:mt-135 {
    margin-top: 135px !important;
  }

  .lx\:mt-140 {
    margin-top: 140px !important;
  }

  .lx\:mt-142 {
    margin-top: 142px !important;
  }

  .lx\:mt-145 {
    margin-top: 145px !important;
  }

  .lx\:mt-150 {
    margin-top: 150px !important;
  }

  .lx\:mt-160 {
    margin-top: 160px !important;
  }

  .lx\:mt-165 {
    margin-top: 165px !important;
  }

  .lx\:mt-170 {
    margin-top: 170px !important;
  }

  .lx\:mt-180 {
    margin-top: 180px !important;
  }

  .lx\:mt-185 {
    margin-top: 185px !important;
  }

  .lx\:mt-190 {
    margin-top: 190px !important;
  }

  .lx\:mt-200 {
    margin-top: 200px !important;
  }

  .lx\:mt-225 {
    margin-top: 225px !important;
  }

  .lx\:mt-auto {
    margin-top: auto !important;
  }

  .lx\:mt-px {
    margin-top: 1px !important;
  }

  .lx\:-mt-0 {
    margin-top: 0px !important;
  }

  .lx\:-mt-5 {
    margin-top: -5px !important;
  }

  .lx\:-mt-8 {
    margin-top: -8px !important;
  }

  .lx\:-mt-10 {
    margin-top: -10px !important;
  }

  .lx\:-mt-15 {
    margin-top: -15px !important;
  }

  .lx\:-mt-20 {
    margin-top: -20px !important;
  }

  .lx\:-mt-25 {
    margin-top: -25px !important;
  }

  .lx\:-mt-26 {
    margin-top: -26px !important;
  }

  .lx\:-mt-27 {
    margin-top: -27px !important;
  }

  .lx\:-mt-28 {
    margin-top: -28px !important;
  }

  .lx\:-mt-30 {
    margin-top: -30px !important;
  }

  .lx\:-mt-32 {
    margin-top: -32px !important;
  }

  .lx\:-mt-33 {
    margin-top: -33px !important;
  }

  .lx\:-mt-34 {
    margin-top: -34px !important;
  }

  .lx\:-mt-35 {
    margin-top: -35px !important;
  }

  .lx\:-mt-38 {
    margin-top: -38px !important;
  }

  .lx\:-mt-40 {
    margin-top: -40px !important;
  }

  .lx\:-mt-44 {
    margin-top: -44px !important;
  }

  .lx\:-mt-45 {
    margin-top: -45px !important;
  }

  .lx\:-mt-50 {
    margin-top: -50px !important;
  }

  .lx\:-mt-55 {
    margin-top: -55px !important;
  }

  .lx\:-mt-60 {
    margin-top: -60px !important;
  }

  .lx\:-mt-65 {
    margin-top: -65px !important;
  }

  .lx\:-mt-70 {
    margin-top: -70px !important;
  }

  .lx\:-mt-75 {
    margin-top: -75px !important;
  }

  .lx\:-mt-80 {
    margin-top: -80px !important;
  }

  .lx\:-mt-85 {
    margin-top: -85px !important;
  }

  .lx\:-mt-90 {
    margin-top: -90px !important;
  }

  .lx\:-mt-95 {
    margin-top: -95px !important;
  }

  .lx\:-mt-100 {
    margin-top: -100px !important;
  }

  .lx\:-mt-105 {
    margin-top: -105px !important;
  }

  .lx\:-mt-110 {
    margin-top: -110px !important;
  }

  .lx\:-mt-115 {
    margin-top: -115px !important;
  }

  .lx\:-mt-120 {
    margin-top: -120px !important;
  }

  .lx\:-mt-125 {
    margin-top: -125px !important;
  }

  .lx\:-mt-130 {
    margin-top: -130px !important;
  }

  .lx\:-mt-135 {
    margin-top: -135px !important;
  }

  .lx\:-mt-140 {
    margin-top: -140px !important;
  }

  .lx\:-mt-142 {
    margin-top: -142px !important;
  }

  .lx\:-mt-145 {
    margin-top: -145px !important;
  }

  .lx\:-mt-150 {
    margin-top: -150px !important;
  }

  .lx\:-mt-160 {
    margin-top: -160px !important;
  }

  .lx\:-mt-165 {
    margin-top: -165px !important;
  }

  .lx\:-mt-170 {
    margin-top: -170px !important;
  }

  .lx\:-mt-180 {
    margin-top: -180px !important;
  }

  .lx\:-mt-185 {
    margin-top: -185px !important;
  }

  .lx\:-mt-190 {
    margin-top: -190px !important;
  }

  .lx\:-mt-200 {
    margin-top: -200px !important;
  }

  .lx\:-mt-225 {
    margin-top: -225px !important;
  }

  .lx\:-mt-px {
    margin-top: -1px !important;
  }

  .lx\:mr-0 {
    margin-right: 0px !important;
  }

  .lx\:mr-5 {
    margin-right: 5px !important;
  }

  .lx\:mr-8 {
    margin-right: 8px !important;
  }

  .lx\:mr-10 {
    margin-right: 10px !important;
  }

  .lx\:mr-15 {
    margin-right: 15px !important;
  }

  .lx\:mr-20 {
    margin-right: 20px !important;
  }

  .lx\:mr-25 {
    margin-right: 25px !important;
  }

  .lx\:mr-26 {
    margin-right: 26px !important;
  }

  .lx\:mr-27 {
    margin-right: 27px !important;
  }

  .lx\:mr-28 {
    margin-right: 28px !important;
  }

  .lx\:mr-30 {
    margin-right: 30px !important;
  }

  .lx\:mr-32 {
    margin-right: 32px !important;
  }

  .lx\:mr-33 {
    margin-right: 33px !important;
  }

  .lx\:mr-34 {
    margin-right: 34px !important;
  }

  .lx\:mr-35 {
    margin-right: 35px !important;
  }

  .lx\:mr-38 {
    margin-right: 38px !important;
  }

  .lx\:mr-40 {
    margin-right: 40px !important;
  }

  .lx\:mr-44 {
    margin-right: 44px !important;
  }

  .lx\:mr-45 {
    margin-right: 45px !important;
  }

  .lx\:mr-50 {
    margin-right: 50px !important;
  }

  .lx\:mr-55 {
    margin-right: 55px !important;
  }

  .lx\:mr-60 {
    margin-right: 60px !important;
  }

  .lx\:mr-65 {
    margin-right: 65px !important;
  }

  .lx\:mr-70 {
    margin-right: 70px !important;
  }

  .lx\:mr-75 {
    margin-right: 75px !important;
  }

  .lx\:mr-80 {
    margin-right: 80px !important;
  }

  .lx\:mr-85 {
    margin-right: 85px !important;
  }

  .lx\:mr-90 {
    margin-right: 90px !important;
  }

  .lx\:mr-95 {
    margin-right: 95px !important;
  }

  .lx\:mr-100 {
    margin-right: 100px !important;
  }

  .lx\:mr-105 {
    margin-right: 105px !important;
  }

  .lx\:mr-110 {
    margin-right: 110px !important;
  }

  .lx\:mr-115 {
    margin-right: 115px !important;
  }

  .lx\:mr-120 {
    margin-right: 120px !important;
  }

  .lx\:mr-125 {
    margin-right: 125px !important;
  }

  .lx\:mr-130 {
    margin-right: 130px !important;
  }

  .lx\:mr-135 {
    margin-right: 135px !important;
  }

  .lx\:mr-140 {
    margin-right: 140px !important;
  }

  .lx\:mr-142 {
    margin-right: 142px !important;
  }

  .lx\:mr-145 {
    margin-right: 145px !important;
  }

  .lx\:mr-150 {
    margin-right: 150px !important;
  }

  .lx\:mr-160 {
    margin-right: 160px !important;
  }

  .lx\:mr-165 {
    margin-right: 165px !important;
  }

  .lx\:mr-170 {
    margin-right: 170px !important;
  }

  .lx\:mr-180 {
    margin-right: 180px !important;
  }

  .lx\:mr-185 {
    margin-right: 185px !important;
  }

  .lx\:mr-190 {
    margin-right: 190px !important;
  }

  .lx\:mr-200 {
    margin-right: 200px !important;
  }

  .lx\:mr-225 {
    margin-right: 225px !important;
  }

  .lx\:mr-auto {
    margin-right: auto !important;
  }

  .lx\:mr-px {
    margin-right: 1px !important;
  }

  .lx\:-mr-0 {
    margin-right: 0px !important;
  }

  .lx\:-mr-5 {
    margin-right: -5px !important;
  }

  .lx\:-mr-8 {
    margin-right: -8px !important;
  }

  .lx\:-mr-10 {
    margin-right: -10px !important;
  }

  .lx\:-mr-15 {
    margin-right: -15px !important;
  }

  .lx\:-mr-20 {
    margin-right: -20px !important;
  }

  .lx\:-mr-25 {
    margin-right: -25px !important;
  }

  .lx\:-mr-26 {
    margin-right: -26px !important;
  }

  .lx\:-mr-27 {
    margin-right: -27px !important;
  }

  .lx\:-mr-28 {
    margin-right: -28px !important;
  }

  .lx\:-mr-30 {
    margin-right: -30px !important;
  }

  .lx\:-mr-32 {
    margin-right: -32px !important;
  }

  .lx\:-mr-33 {
    margin-right: -33px !important;
  }

  .lx\:-mr-34 {
    margin-right: -34px !important;
  }

  .lx\:-mr-35 {
    margin-right: -35px !important;
  }

  .lx\:-mr-38 {
    margin-right: -38px !important;
  }

  .lx\:-mr-40 {
    margin-right: -40px !important;
  }

  .lx\:-mr-44 {
    margin-right: -44px !important;
  }

  .lx\:-mr-45 {
    margin-right: -45px !important;
  }

  .lx\:-mr-50 {
    margin-right: -50px !important;
  }

  .lx\:-mr-55 {
    margin-right: -55px !important;
  }

  .lx\:-mr-60 {
    margin-right: -60px !important;
  }

  .lx\:-mr-65 {
    margin-right: -65px !important;
  }

  .lx\:-mr-70 {
    margin-right: -70px !important;
  }

  .lx\:-mr-75 {
    margin-right: -75px !important;
  }

  .lx\:-mr-80 {
    margin-right: -80px !important;
  }

  .lx\:-mr-85 {
    margin-right: -85px !important;
  }

  .lx\:-mr-90 {
    margin-right: -90px !important;
  }

  .lx\:-mr-95 {
    margin-right: -95px !important;
  }

  .lx\:-mr-100 {
    margin-right: -100px !important;
  }

  .lx\:-mr-105 {
    margin-right: -105px !important;
  }

  .lx\:-mr-110 {
    margin-right: -110px !important;
  }

  .lx\:-mr-115 {
    margin-right: -115px !important;
  }

  .lx\:-mr-120 {
    margin-right: -120px !important;
  }

  .lx\:-mr-125 {
    margin-right: -125px !important;
  }

  .lx\:-mr-130 {
    margin-right: -130px !important;
  }

  .lx\:-mr-135 {
    margin-right: -135px !important;
  }

  .lx\:-mr-140 {
    margin-right: -140px !important;
  }

  .lx\:-mr-142 {
    margin-right: -142px !important;
  }

  .lx\:-mr-145 {
    margin-right: -145px !important;
  }

  .lx\:-mr-150 {
    margin-right: -150px !important;
  }

  .lx\:-mr-160 {
    margin-right: -160px !important;
  }

  .lx\:-mr-165 {
    margin-right: -165px !important;
  }

  .lx\:-mr-170 {
    margin-right: -170px !important;
  }

  .lx\:-mr-180 {
    margin-right: -180px !important;
  }

  .lx\:-mr-185 {
    margin-right: -185px !important;
  }

  .lx\:-mr-190 {
    margin-right: -190px !important;
  }

  .lx\:-mr-200 {
    margin-right: -200px !important;
  }

  .lx\:-mr-225 {
    margin-right: -225px !important;
  }

  .lx\:-mr-px {
    margin-right: -1px !important;
  }

  .lx\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lx\:mb-5 {
    margin-bottom: 5px !important;
  }

  .lx\:mb-8 {
    margin-bottom: 8px !important;
  }

  .lx\:mb-10 {
    margin-bottom: 10px !important;
  }

  .lx\:mb-15 {
    margin-bottom: 15px !important;
  }

  .lx\:mb-20 {
    margin-bottom: 20px !important;
  }

  .lx\:mb-25 {
    margin-bottom: 25px !important;
  }

  .lx\:mb-26 {
    margin-bottom: 26px !important;
  }

  .lx\:mb-27 {
    margin-bottom: 27px !important;
  }

  .lx\:mb-28 {
    margin-bottom: 28px !important;
  }

  .lx\:mb-30 {
    margin-bottom: 30px !important;
  }

  .lx\:mb-32 {
    margin-bottom: 32px !important;
  }

  .lx\:mb-33 {
    margin-bottom: 33px !important;
  }

  .lx\:mb-34 {
    margin-bottom: 34px !important;
  }

  .lx\:mb-35 {
    margin-bottom: 35px !important;
  }

  .lx\:mb-38 {
    margin-bottom: 38px !important;
  }

  .lx\:mb-40 {
    margin-bottom: 40px !important;
  }

  .lx\:mb-44 {
    margin-bottom: 44px !important;
  }

  .lx\:mb-45 {
    margin-bottom: 45px !important;
  }

  .lx\:mb-50 {
    margin-bottom: 50px !important;
  }

  .lx\:mb-55 {
    margin-bottom: 55px !important;
  }

  .lx\:mb-60 {
    margin-bottom: 60px !important;
  }

  .lx\:mb-65 {
    margin-bottom: 65px !important;
  }

  .lx\:mb-70 {
    margin-bottom: 70px !important;
  }

  .lx\:mb-75 {
    margin-bottom: 75px !important;
  }

  .lx\:mb-80 {
    margin-bottom: 80px !important;
  }

  .lx\:mb-85 {
    margin-bottom: 85px !important;
  }

  .lx\:mb-90 {
    margin-bottom: 90px !important;
  }

  .lx\:mb-95 {
    margin-bottom: 95px !important;
  }

  .lx\:mb-100 {
    margin-bottom: 100px !important;
  }

  .lx\:mb-105 {
    margin-bottom: 105px !important;
  }

  .lx\:mb-110 {
    margin-bottom: 110px !important;
  }

  .lx\:mb-115 {
    margin-bottom: 115px !important;
  }

  .lx\:mb-120 {
    margin-bottom: 120px !important;
  }

  .lx\:mb-125 {
    margin-bottom: 125px !important;
  }

  .lx\:mb-130 {
    margin-bottom: 130px !important;
  }

  .lx\:mb-135 {
    margin-bottom: 135px !important;
  }

  .lx\:mb-140 {
    margin-bottom: 140px !important;
  }

  .lx\:mb-142 {
    margin-bottom: 142px !important;
  }

  .lx\:mb-145 {
    margin-bottom: 145px !important;
  }

  .lx\:mb-150 {
    margin-bottom: 150px !important;
  }

  .lx\:mb-160 {
    margin-bottom: 160px !important;
  }

  .lx\:mb-165 {
    margin-bottom: 165px !important;
  }

  .lx\:mb-170 {
    margin-bottom: 170px !important;
  }

  .lx\:mb-180 {
    margin-bottom: 180px !important;
  }

  .lx\:mb-185 {
    margin-bottom: 185px !important;
  }

  .lx\:mb-190 {
    margin-bottom: 190px !important;
  }

  .lx\:mb-200 {
    margin-bottom: 200px !important;
  }

  .lx\:mb-225 {
    margin-bottom: 225px !important;
  }

  .lx\:mb-auto {
    margin-bottom: auto !important;
  }

  .lx\:mb-px {
    margin-bottom: 1px !important;
  }

  .lx\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .lx\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .lx\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .lx\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .lx\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .lx\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .lx\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .lx\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .lx\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .lx\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .lx\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .lx\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .lx\:-mb-33 {
    margin-bottom: -33px !important;
  }

  .lx\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .lx\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .lx\:-mb-38 {
    margin-bottom: -38px !important;
  }

  .lx\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .lx\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .lx\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .lx\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .lx\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .lx\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .lx\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .lx\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .lx\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .lx\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .lx\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .lx\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .lx\:-mb-95 {
    margin-bottom: -95px !important;
  }

  .lx\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .lx\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .lx\:-mb-110 {
    margin-bottom: -110px !important;
  }

  .lx\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .lx\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .lx\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .lx\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .lx\:-mb-135 {
    margin-bottom: -135px !important;
  }

  .lx\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .lx\:-mb-142 {
    margin-bottom: -142px !important;
  }

  .lx\:-mb-145 {
    margin-bottom: -145px !important;
  }

  .lx\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .lx\:-mb-160 {
    margin-bottom: -160px !important;
  }

  .lx\:-mb-165 {
    margin-bottom: -165px !important;
  }

  .lx\:-mb-170 {
    margin-bottom: -170px !important;
  }

  .lx\:-mb-180 {
    margin-bottom: -180px !important;
  }

  .lx\:-mb-185 {
    margin-bottom: -185px !important;
  }

  .lx\:-mb-190 {
    margin-bottom: -190px !important;
  }

  .lx\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .lx\:-mb-225 {
    margin-bottom: -225px !important;
  }

  .lx\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lx\:ml-0 {
    margin-left: 0px !important;
  }

  .lx\:ml-5 {
    margin-left: 5px !important;
  }

  .lx\:ml-8 {
    margin-left: 8px !important;
  }

  .lx\:ml-10 {
    margin-left: 10px !important;
  }

  .lx\:ml-15 {
    margin-left: 15px !important;
  }

  .lx\:ml-20 {
    margin-left: 20px !important;
  }

  .lx\:ml-25 {
    margin-left: 25px !important;
  }

  .lx\:ml-26 {
    margin-left: 26px !important;
  }

  .lx\:ml-27 {
    margin-left: 27px !important;
  }

  .lx\:ml-28 {
    margin-left: 28px !important;
  }

  .lx\:ml-30 {
    margin-left: 30px !important;
  }

  .lx\:ml-32 {
    margin-left: 32px !important;
  }

  .lx\:ml-33 {
    margin-left: 33px !important;
  }

  .lx\:ml-34 {
    margin-left: 34px !important;
  }

  .lx\:ml-35 {
    margin-left: 35px !important;
  }

  .lx\:ml-38 {
    margin-left: 38px !important;
  }

  .lx\:ml-40 {
    margin-left: 40px !important;
  }

  .lx\:ml-44 {
    margin-left: 44px !important;
  }

  .lx\:ml-45 {
    margin-left: 45px !important;
  }

  .lx\:ml-50 {
    margin-left: 50px !important;
  }

  .lx\:ml-55 {
    margin-left: 55px !important;
  }

  .lx\:ml-60 {
    margin-left: 60px !important;
  }

  .lx\:ml-65 {
    margin-left: 65px !important;
  }

  .lx\:ml-70 {
    margin-left: 70px !important;
  }

  .lx\:ml-75 {
    margin-left: 75px !important;
  }

  .lx\:ml-80 {
    margin-left: 80px !important;
  }

  .lx\:ml-85 {
    margin-left: 85px !important;
  }

  .lx\:ml-90 {
    margin-left: 90px !important;
  }

  .lx\:ml-95 {
    margin-left: 95px !important;
  }

  .lx\:ml-100 {
    margin-left: 100px !important;
  }

  .lx\:ml-105 {
    margin-left: 105px !important;
  }

  .lx\:ml-110 {
    margin-left: 110px !important;
  }

  .lx\:ml-115 {
    margin-left: 115px !important;
  }

  .lx\:ml-120 {
    margin-left: 120px !important;
  }

  .lx\:ml-125 {
    margin-left: 125px !important;
  }

  .lx\:ml-130 {
    margin-left: 130px !important;
  }

  .lx\:ml-135 {
    margin-left: 135px !important;
  }

  .lx\:ml-140 {
    margin-left: 140px !important;
  }

  .lx\:ml-142 {
    margin-left: 142px !important;
  }

  .lx\:ml-145 {
    margin-left: 145px !important;
  }

  .lx\:ml-150 {
    margin-left: 150px !important;
  }

  .lx\:ml-160 {
    margin-left: 160px !important;
  }

  .lx\:ml-165 {
    margin-left: 165px !important;
  }

  .lx\:ml-170 {
    margin-left: 170px !important;
  }

  .lx\:ml-180 {
    margin-left: 180px !important;
  }

  .lx\:ml-185 {
    margin-left: 185px !important;
  }

  .lx\:ml-190 {
    margin-left: 190px !important;
  }

  .lx\:ml-200 {
    margin-left: 200px !important;
  }

  .lx\:ml-225 {
    margin-left: 225px !important;
  }

  .lx\:ml-auto {
    margin-left: auto !important;
  }

  .lx\:ml-px {
    margin-left: 1px !important;
  }

  .lx\:-ml-0 {
    margin-left: 0px !important;
  }

  .lx\:-ml-5 {
    margin-left: -5px !important;
  }

  .lx\:-ml-8 {
    margin-left: -8px !important;
  }

  .lx\:-ml-10 {
    margin-left: -10px !important;
  }

  .lx\:-ml-15 {
    margin-left: -15px !important;
  }

  .lx\:-ml-20 {
    margin-left: -20px !important;
  }

  .lx\:-ml-25 {
    margin-left: -25px !important;
  }

  .lx\:-ml-26 {
    margin-left: -26px !important;
  }

  .lx\:-ml-27 {
    margin-left: -27px !important;
  }

  .lx\:-ml-28 {
    margin-left: -28px !important;
  }

  .lx\:-ml-30 {
    margin-left: -30px !important;
  }

  .lx\:-ml-32 {
    margin-left: -32px !important;
  }

  .lx\:-ml-33 {
    margin-left: -33px !important;
  }

  .lx\:-ml-34 {
    margin-left: -34px !important;
  }

  .lx\:-ml-35 {
    margin-left: -35px !important;
  }

  .lx\:-ml-38 {
    margin-left: -38px !important;
  }

  .lx\:-ml-40 {
    margin-left: -40px !important;
  }

  .lx\:-ml-44 {
    margin-left: -44px !important;
  }

  .lx\:-ml-45 {
    margin-left: -45px !important;
  }

  .lx\:-ml-50 {
    margin-left: -50px !important;
  }

  .lx\:-ml-55 {
    margin-left: -55px !important;
  }

  .lx\:-ml-60 {
    margin-left: -60px !important;
  }

  .lx\:-ml-65 {
    margin-left: -65px !important;
  }

  .lx\:-ml-70 {
    margin-left: -70px !important;
  }

  .lx\:-ml-75 {
    margin-left: -75px !important;
  }

  .lx\:-ml-80 {
    margin-left: -80px !important;
  }

  .lx\:-ml-85 {
    margin-left: -85px !important;
  }

  .lx\:-ml-90 {
    margin-left: -90px !important;
  }

  .lx\:-ml-95 {
    margin-left: -95px !important;
  }

  .lx\:-ml-100 {
    margin-left: -100px !important;
  }

  .lx\:-ml-105 {
    margin-left: -105px !important;
  }

  .lx\:-ml-110 {
    margin-left: -110px !important;
  }

  .lx\:-ml-115 {
    margin-left: -115px !important;
  }

  .lx\:-ml-120 {
    margin-left: -120px !important;
  }

  .lx\:-ml-125 {
    margin-left: -125px !important;
  }

  .lx\:-ml-130 {
    margin-left: -130px !important;
  }

  .lx\:-ml-135 {
    margin-left: -135px !important;
  }

  .lx\:-ml-140 {
    margin-left: -140px !important;
  }

  .lx\:-ml-142 {
    margin-left: -142px !important;
  }

  .lx\:-ml-145 {
    margin-left: -145px !important;
  }

  .lx\:-ml-150 {
    margin-left: -150px !important;
  }

  .lx\:-ml-160 {
    margin-left: -160px !important;
  }

  .lx\:-ml-165 {
    margin-left: -165px !important;
  }

  .lx\:-ml-170 {
    margin-left: -170px !important;
  }

  .lx\:-ml-180 {
    margin-left: -180px !important;
  }

  .lx\:-ml-185 {
    margin-left: -185px !important;
  }

  .lx\:-ml-190 {
    margin-left: -190px !important;
  }

  .lx\:-ml-200 {
    margin-left: -200px !important;
  }

  .lx\:-ml-225 {
    margin-left: -225px !important;
  }

  .lx\:-ml-px {
    margin-left: -1px !important;
  }

  .lx\:box-border {
    box-sizing: border-box !important;
  }

  .lx\:box-content {
    box-sizing: content-box !important;
  }

  .lx\:block {
    display: block !important;
  }

  .lx\:inline-block {
    display: inline-block !important;
  }

  .lx\:inline {
    display: inline !important;
  }

  .lx\:flex {
    display: flex !important;
  }

  .lx\:inline-flex {
    display: inline-flex !important;
  }

  .lx\:table {
    display: table !important;
  }

  .lx\:inline-table {
    display: inline-table !important;
  }

  .lx\:table-caption {
    display: table-caption !important;
  }

  .lx\:table-cell {
    display: table-cell !important;
  }

  .lx\:table-column {
    display: table-column !important;
  }

  .lx\:table-column-group {
    display: table-column-group !important;
  }

  .lx\:table-footer-group {
    display: table-footer-group !important;
  }

  .lx\:table-header-group {
    display: table-header-group !important;
  }

  .lx\:table-row-group {
    display: table-row-group !important;
  }

  .lx\:table-row {
    display: table-row !important;
  }

  .lx\:flow-root {
    display: flow-root !important;
  }

  .lx\:grid {
    display: grid !important;
  }

  .lx\:inline-grid {
    display: inline-grid !important;
  }

  .lx\:contents {
    display: contents !important;
  }

  .lx\:list-item {
    display: list-item !important;
  }

  .lx\:hidden {
    display: none !important;
  }

  .lx\:h-0 {
    height: 0px !important;
  }

  .lx\:h-5 {
    height: 5px !important;
  }

  .lx\:h-8 {
    height: 8px !important;
  }

  .lx\:h-10 {
    height: 10px !important;
  }

  .lx\:h-15 {
    height: 15px !important;
  }

  .lx\:h-20 {
    height: 20px !important;
  }

  .lx\:h-25 {
    height: 25px !important;
  }

  .lx\:h-26 {
    height: 26px !important;
  }

  .lx\:h-27 {
    height: 27px !important;
  }

  .lx\:h-28 {
    height: 28px !important;
  }

  .lx\:h-30 {
    height: 30px !important;
  }

  .lx\:h-32 {
    height: 32px !important;
  }

  .lx\:h-33 {
    height: 33px !important;
  }

  .lx\:h-34 {
    height: 34px !important;
  }

  .lx\:h-35 {
    height: 35px !important;
  }

  .lx\:h-38 {
    height: 38px !important;
  }

  .lx\:h-40 {
    height: 40px !important;
  }

  .lx\:h-44 {
    height: 44px !important;
  }

  .lx\:h-45 {
    height: 45px !important;
  }

  .lx\:h-50 {
    height: 50px !important;
  }

  .lx\:h-55 {
    height: 55px !important;
  }

  .lx\:h-60 {
    height: 60px !important;
  }

  .lx\:h-65 {
    height: 65px !important;
  }

  .lx\:h-70 {
    height: 70px !important;
  }

  .lx\:h-75 {
    height: 75px !important;
  }

  .lx\:h-80 {
    height: 80px !important;
  }

  .lx\:h-85 {
    height: 85px !important;
  }

  .lx\:h-90 {
    height: 90px !important;
  }

  .lx\:h-95 {
    height: 95px !important;
  }

  .lx\:h-100 {
    height: 100px !important;
  }

  .lx\:h-105 {
    height: 105px !important;
  }

  .lx\:h-110 {
    height: 110px !important;
  }

  .lx\:h-115 {
    height: 115px !important;
  }

  .lx\:h-120 {
    height: 120px !important;
  }

  .lx\:h-125 {
    height: 125px !important;
  }

  .lx\:h-130 {
    height: 130px !important;
  }

  .lx\:h-135 {
    height: 135px !important;
  }

  .lx\:h-140 {
    height: 140px !important;
  }

  .lx\:h-142 {
    height: 142px !important;
  }

  .lx\:h-145 {
    height: 145px !important;
  }

  .lx\:h-150 {
    height: 150px !important;
  }

  .lx\:h-160 {
    height: 160px !important;
  }

  .lx\:h-165 {
    height: 165px !important;
  }

  .lx\:h-170 {
    height: 170px !important;
  }

  .lx\:h-180 {
    height: 180px !important;
  }

  .lx\:h-185 {
    height: 185px !important;
  }

  .lx\:h-190 {
    height: 190px !important;
  }

  .lx\:h-200 {
    height: 200px !important;
  }

  .lx\:h-225 {
    height: 225px !important;
  }

  .lx\:h-auto {
    height: auto !important;
  }

  .lx\:h-px {
    height: 1px !important;
  }

  .lx\:h-1\/2 {
    height: 50% !important;
  }

  .lx\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lx\:h-2\/3 {
    height: 66.666667% !important;
  }

  .lx\:h-1\/4 {
    height: 25% !important;
  }

  .lx\:h-2\/4 {
    height: 50% !important;
  }

  .lx\:h-3\/4 {
    height: 75% !important;
  }

  .lx\:h-1\/5 {
    height: 20% !important;
  }

  .lx\:h-2\/5 {
    height: 40% !important;
  }

  .lx\:h-3\/5 {
    height: 60% !important;
  }

  .lx\:h-4\/5 {
    height: 80% !important;
  }

  .lx\:h-1\/6 {
    height: 16.666667% !important;
  }

  .lx\:h-2\/6 {
    height: 33.333333% !important;
  }

  .lx\:h-3\/6 {
    height: 50% !important;
  }

  .lx\:h-4\/6 {
    height: 66.666667% !important;
  }

  .lx\:h-5\/6 {
    height: 83.333333% !important;
  }

  .lx\:h-full {
    height: 100% !important;
  }

  .lx\:h-screen {
    height: 100vh !important;
  }

  .lx\:max-h-0 {
    max-height: 0px !important;
  }

  .lx\:max-h-5 {
    max-height: 5px !important;
  }

  .lx\:max-h-8 {
    max-height: 8px !important;
  }

  .lx\:max-h-10 {
    max-height: 10px !important;
  }

  .lx\:max-h-15 {
    max-height: 15px !important;
  }

  .lx\:max-h-20 {
    max-height: 20px !important;
  }

  .lx\:max-h-25 {
    max-height: 25px !important;
  }

  .lx\:max-h-26 {
    max-height: 26px !important;
  }

  .lx\:max-h-27 {
    max-height: 27px !important;
  }

  .lx\:max-h-28 {
    max-height: 28px !important;
  }

  .lx\:max-h-30 {
    max-height: 30px !important;
  }

  .lx\:max-h-32 {
    max-height: 32px !important;
  }

  .lx\:max-h-33 {
    max-height: 33px !important;
  }

  .lx\:max-h-34 {
    max-height: 34px !important;
  }

  .lx\:max-h-35 {
    max-height: 35px !important;
  }

  .lx\:max-h-38 {
    max-height: 38px !important;
  }

  .lx\:max-h-40 {
    max-height: 40px !important;
  }

  .lx\:max-h-44 {
    max-height: 44px !important;
  }

  .lx\:max-h-45 {
    max-height: 45px !important;
  }

  .lx\:max-h-50 {
    max-height: 50px !important;
  }

  .lx\:max-h-55 {
    max-height: 55px !important;
  }

  .lx\:max-h-60 {
    max-height: 60px !important;
  }

  .lx\:max-h-65 {
    max-height: 65px !important;
  }

  .lx\:max-h-70 {
    max-height: 70px !important;
  }

  .lx\:max-h-75 {
    max-height: 75px !important;
  }

  .lx\:max-h-80 {
    max-height: 80px !important;
  }

  .lx\:max-h-85 {
    max-height: 85px !important;
  }

  .lx\:max-h-90 {
    max-height: 90px !important;
  }

  .lx\:max-h-95 {
    max-height: 95px !important;
  }

  .lx\:max-h-100 {
    max-height: 100px !important;
  }

  .lx\:max-h-105 {
    max-height: 105px !important;
  }

  .lx\:max-h-110 {
    max-height: 110px !important;
  }

  .lx\:max-h-115 {
    max-height: 115px !important;
  }

  .lx\:max-h-120 {
    max-height: 120px !important;
  }

  .lx\:max-h-125 {
    max-height: 125px !important;
  }

  .lx\:max-h-130 {
    max-height: 130px !important;
  }

  .lx\:max-h-135 {
    max-height: 135px !important;
  }

  .lx\:max-h-140 {
    max-height: 140px !important;
  }

  .lx\:max-h-142 {
    max-height: 142px !important;
  }

  .lx\:max-h-145 {
    max-height: 145px !important;
  }

  .lx\:max-h-150 {
    max-height: 150px !important;
  }

  .lx\:max-h-160 {
    max-height: 160px !important;
  }

  .lx\:max-h-165 {
    max-height: 165px !important;
  }

  .lx\:max-h-170 {
    max-height: 170px !important;
  }

  .lx\:max-h-180 {
    max-height: 180px !important;
  }

  .lx\:max-h-185 {
    max-height: 185px !important;
  }

  .lx\:max-h-190 {
    max-height: 190px !important;
  }

  .lx\:max-h-200 {
    max-height: 200px !important;
  }

  .lx\:max-h-225 {
    max-height: 225px !important;
  }

  .lx\:max-h-px {
    max-height: 1px !important;
  }

  .lx\:max-h-full {
    max-height: 100% !important;
  }

  .lx\:max-h-screen {
    max-height: 100vh !important;
  }

  .lx\:min-h-0 {
    min-height: 0px !important;
  }

  .lx\:min-h-full {
    min-height: 100% !important;
  }

  .lx\:min-h-screen {
    min-height: 100vh !important;
  }

  .lx\:w-0 {
    width: 0px !important;
  }

  .lx\:w-5 {
    width: 5px !important;
  }

  .lx\:w-8 {
    width: 8px !important;
  }

  .lx\:w-10 {
    width: 10px !important;
  }

  .lx\:w-15 {
    width: 15px !important;
  }

  .lx\:w-20 {
    width: 20px !important;
  }

  .lx\:w-25 {
    width: 25px !important;
  }

  .lx\:w-26 {
    width: 26px !important;
  }

  .lx\:w-27 {
    width: 27px !important;
  }

  .lx\:w-28 {
    width: 28px !important;
  }

  .lx\:w-30 {
    width: 30px !important;
  }

  .lx\:w-32 {
    width: 32px !important;
  }

  .lx\:w-33 {
    width: 33px !important;
  }

  .lx\:w-34 {
    width: 34px !important;
  }

  .lx\:w-35 {
    width: 35px !important;
  }

  .lx\:w-38 {
    width: 38px !important;
  }

  .lx\:w-40 {
    width: 40px !important;
  }

  .lx\:w-44 {
    width: 44px !important;
  }

  .lx\:w-45 {
    width: 45px !important;
  }

  .lx\:w-50 {
    width: 50px !important;
  }

  .lx\:w-55 {
    width: 55px !important;
  }

  .lx\:w-60 {
    width: 60px !important;
  }

  .lx\:w-65 {
    width: 65px !important;
  }

  .lx\:w-70 {
    width: 70px !important;
  }

  .lx\:w-75 {
    width: 75px !important;
  }

  .lx\:w-80 {
    width: 80px !important;
  }

  .lx\:w-85 {
    width: 85px !important;
  }

  .lx\:w-90 {
    width: 90px !important;
  }

  .lx\:w-95 {
    width: 95px !important;
  }

  .lx\:w-100 {
    width: 100px !important;
  }

  .lx\:w-105 {
    width: 105px !important;
  }

  .lx\:w-110 {
    width: 110px !important;
  }

  .lx\:w-115 {
    width: 115px !important;
  }

  .lx\:w-120 {
    width: 120px !important;
  }

  .lx\:w-125 {
    width: 125px !important;
  }

  .lx\:w-130 {
    width: 130px !important;
  }

  .lx\:w-135 {
    width: 135px !important;
  }

  .lx\:w-140 {
    width: 140px !important;
  }

  .lx\:w-142 {
    width: 142px !important;
  }

  .lx\:w-145 {
    width: 145px !important;
  }

  .lx\:w-150 {
    width: 150px !important;
  }

  .lx\:w-160 {
    width: 160px !important;
  }

  .lx\:w-165 {
    width: 165px !important;
  }

  .lx\:w-170 {
    width: 170px !important;
  }

  .lx\:w-180 {
    width: 180px !important;
  }

  .lx\:w-185 {
    width: 185px !important;
  }

  .lx\:w-190 {
    width: 190px !important;
  }

  .lx\:w-200 {
    width: 200px !important;
  }

  .lx\:w-225 {
    width: 225px !important;
  }

  .lx\:w-auto {
    width: auto !important;
  }

  .lx\:w-px {
    width: 1px !important;
  }

  .lx\:w-1\/2 {
    width: 50% !important;
  }

  .lx\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lx\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lx\:w-1\/4 {
    width: 25% !important;
  }

  .lx\:w-2\/4 {
    width: 50% !important;
  }

  .lx\:w-3\/4 {
    width: 75% !important;
  }

  .lx\:w-1\/5 {
    width: 20% !important;
  }

  .lx\:w-2\/5 {
    width: 40% !important;
  }

  .lx\:w-3\/5 {
    width: 60% !important;
  }

  .lx\:w-4\/5 {
    width: 80% !important;
  }

  .lx\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lx\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lx\:w-3\/6 {
    width: 50% !important;
  }

  .lx\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lx\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lx\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lx\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lx\:w-3\/12 {
    width: 25% !important;
  }

  .lx\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lx\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lx\:w-6\/12 {
    width: 50% !important;
  }

  .lx\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lx\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lx\:w-9\/12 {
    width: 75% !important;
  }

  .lx\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lx\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lx\:w-full {
    width: 100% !important;
  }

  .lx\:w-screen {
    width: 100vw !important;
  }

  .lx\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lx\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lx\:min-w-0 {
    min-width: 0px !important;
  }

  .lx\:min-w-full {
    min-width: 100% !important;
  }

  .lx\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lx\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lx\:max-w-0 {
    max-width: 0rem !important;
  }

  .lx\:max-w-none {
    max-width: none !important;
  }

  .lx\:max-w-xs {
    max-width: 20rem !important;
  }

  .lx\:max-w-sm {
    max-width: 24rem !important;
  }

  .lx\:max-w-md {
    max-width: 28rem !important;
  }

  .lx\:max-w-lg {
    max-width: 32rem !important;
  }

  .lx\:max-w-xl {
    max-width: 36rem !important;
  }

  .lx\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lx\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lx\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lx\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lx\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lx\:max-w-7xl {
    max-width: 80rem !important;
  }

  .lx\:max-w-full {
    max-width: 100% !important;
  }

  .lx\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lx\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lx\:max-w-prose {
    max-width: 65ch !important;
  }

  .lx\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lx\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lx\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lx\:flex-none {
    flex: none !important;
  }

  .lx\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lx\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lx\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lx\:flex-grow {
    flex-grow: 1 !important;
  }

  .lx\:table-auto {
    table-layout: auto !important;
  }

  .lx\:table-fixed {
    table-layout: fixed !important;
  }

  .lx\:border-collapse {
    border-collapse: collapse !important;
  }

  .lx\:border-separate {
    border-collapse: separate !important;
  }

  .lx\:origin-center {
    transform-origin: center !important;
  }

  .lx\:origin-top {
    transform-origin: top !important;
  }

  .lx\:origin-top-right {
    transform-origin: top right !important;
  }

  .lx\:origin-right {
    transform-origin: right !important;
  }

  .lx\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lx\:origin-bottom {
    transform-origin: bottom !important;
  }

  .lx\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lx\:origin-left {
    transform-origin: left !important;
  }

  .lx\:origin-top-left {
    transform-origin: top left !important;
  }

  .lx\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .lx\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .lx\:transform-none {
    transform: none !important;
  }

  .lx\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lx\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .lx\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .lx\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .lx\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .lx\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .lx\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .lx\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .lx\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .lx\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .lx\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .lx\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .lx\:translate-x-33 {
    --tw-translate-x: 33px !important;
  }

  .lx\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .lx\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .lx\:translate-x-38 {
    --tw-translate-x: 38px !important;
  }

  .lx\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .lx\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .lx\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .lx\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .lx\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .lx\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .lx\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .lx\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .lx\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .lx\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .lx\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .lx\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .lx\:translate-x-95 {
    --tw-translate-x: 95px !important;
  }

  .lx\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .lx\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .lx\:translate-x-110 {
    --tw-translate-x: 110px !important;
  }

  .lx\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .lx\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .lx\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .lx\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .lx\:translate-x-135 {
    --tw-translate-x: 135px !important;
  }

  .lx\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .lx\:translate-x-142 {
    --tw-translate-x: 142px !important;
  }

  .lx\:translate-x-145 {
    --tw-translate-x: 145px !important;
  }

  .lx\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .lx\:translate-x-160 {
    --tw-translate-x: 160px !important;
  }

  .lx\:translate-x-165 {
    --tw-translate-x: 165px !important;
  }

  .lx\:translate-x-170 {
    --tw-translate-x: 170px !important;
  }

  .lx\:translate-x-180 {
    --tw-translate-x: 180px !important;
  }

  .lx\:translate-x-185 {
    --tw-translate-x: 185px !important;
  }

  .lx\:translate-x-190 {
    --tw-translate-x: 190px !important;
  }

  .lx\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .lx\:translate-x-225 {
    --tw-translate-x: 225px !important;
  }

  .lx\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .lx\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lx\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .lx\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .lx\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .lx\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .lx\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .lx\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .lx\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .lx\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .lx\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .lx\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .lx\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .lx\:-translate-x-33 {
    --tw-translate-x: -33px !important;
  }

  .lx\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .lx\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .lx\:-translate-x-38 {
    --tw-translate-x: -38px !important;
  }

  .lx\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .lx\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .lx\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .lx\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .lx\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .lx\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .lx\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .lx\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .lx\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .lx\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .lx\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .lx\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .lx\:-translate-x-95 {
    --tw-translate-x: -95px !important;
  }

  .lx\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .lx\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .lx\:-translate-x-110 {
    --tw-translate-x: -110px !important;
  }

  .lx\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .lx\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .lx\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .lx\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .lx\:-translate-x-135 {
    --tw-translate-x: -135px !important;
  }

  .lx\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .lx\:-translate-x-142 {
    --tw-translate-x: -142px !important;
  }

  .lx\:-translate-x-145 {
    --tw-translate-x: -145px !important;
  }

  .lx\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .lx\:-translate-x-160 {
    --tw-translate-x: -160px !important;
  }

  .lx\:-translate-x-165 {
    --tw-translate-x: -165px !important;
  }

  .lx\:-translate-x-170 {
    --tw-translate-x: -170px !important;
  }

  .lx\:-translate-x-180 {
    --tw-translate-x: -180px !important;
  }

  .lx\:-translate-x-185 {
    --tw-translate-x: -185px !important;
  }

  .lx\:-translate-x-190 {
    --tw-translate-x: -190px !important;
  }

  .lx\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .lx\:-translate-x-225 {
    --tw-translate-x: -225px !important;
  }

  .lx\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .lx\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .lx\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .lx\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .lx\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .lx\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .lx\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .lx\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .lx\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .lx\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .lx\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .lx\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .lx\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .lx\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .lx\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .lx\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lx\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .lx\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .lx\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .lx\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .lx\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .lx\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .lx\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .lx\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .lx\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .lx\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .lx\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .lx\:translate-y-33 {
    --tw-translate-y: 33px !important;
  }

  .lx\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .lx\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .lx\:translate-y-38 {
    --tw-translate-y: 38px !important;
  }

  .lx\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .lx\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .lx\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .lx\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .lx\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .lx\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .lx\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .lx\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .lx\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .lx\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .lx\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .lx\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .lx\:translate-y-95 {
    --tw-translate-y: 95px !important;
  }

  .lx\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .lx\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .lx\:translate-y-110 {
    --tw-translate-y: 110px !important;
  }

  .lx\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .lx\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .lx\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .lx\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .lx\:translate-y-135 {
    --tw-translate-y: 135px !important;
  }

  .lx\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .lx\:translate-y-142 {
    --tw-translate-y: 142px !important;
  }

  .lx\:translate-y-145 {
    --tw-translate-y: 145px !important;
  }

  .lx\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .lx\:translate-y-160 {
    --tw-translate-y: 160px !important;
  }

  .lx\:translate-y-165 {
    --tw-translate-y: 165px !important;
  }

  .lx\:translate-y-170 {
    --tw-translate-y: 170px !important;
  }

  .lx\:translate-y-180 {
    --tw-translate-y: 180px !important;
  }

  .lx\:translate-y-185 {
    --tw-translate-y: 185px !important;
  }

  .lx\:translate-y-190 {
    --tw-translate-y: 190px !important;
  }

  .lx\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .lx\:translate-y-225 {
    --tw-translate-y: 225px !important;
  }

  .lx\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .lx\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lx\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .lx\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .lx\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .lx\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .lx\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .lx\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .lx\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .lx\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .lx\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .lx\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .lx\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .lx\:-translate-y-33 {
    --tw-translate-y: -33px !important;
  }

  .lx\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .lx\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .lx\:-translate-y-38 {
    --tw-translate-y: -38px !important;
  }

  .lx\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .lx\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .lx\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .lx\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .lx\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .lx\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .lx\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .lx\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .lx\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .lx\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .lx\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .lx\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .lx\:-translate-y-95 {
    --tw-translate-y: -95px !important;
  }

  .lx\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .lx\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .lx\:-translate-y-110 {
    --tw-translate-y: -110px !important;
  }

  .lx\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .lx\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .lx\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .lx\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .lx\:-translate-y-135 {
    --tw-translate-y: -135px !important;
  }

  .lx\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .lx\:-translate-y-142 {
    --tw-translate-y: -142px !important;
  }

  .lx\:-translate-y-145 {
    --tw-translate-y: -145px !important;
  }

  .lx\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .lx\:-translate-y-160 {
    --tw-translate-y: -160px !important;
  }

  .lx\:-translate-y-165 {
    --tw-translate-y: -165px !important;
  }

  .lx\:-translate-y-170 {
    --tw-translate-y: -170px !important;
  }

  .lx\:-translate-y-180 {
    --tw-translate-y: -180px !important;
  }

  .lx\:-translate-y-185 {
    --tw-translate-y: -185px !important;
  }

  .lx\:-translate-y-190 {
    --tw-translate-y: -190px !important;
  }

  .lx\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .lx\:-translate-y-225 {
    --tw-translate-y: -225px !important;
  }

  .lx\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .lx\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .lx\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .lx\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .lx\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .lx\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .lx\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .lx\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .lx\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .lx\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .lx\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .lx\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .lx\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .lx\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .lx\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .lx\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lx\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .lx\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .lx\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .lx\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .lx\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .lx\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .lx\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .lx\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .lx\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .lx\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .lx\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .lx\:hover\:translate-x-33:hover {
    --tw-translate-x: 33px !important;
  }

  .lx\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .lx\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .lx\:hover\:translate-x-38:hover {
    --tw-translate-x: 38px !important;
  }

  .lx\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .lx\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .lx\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .lx\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .lx\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .lx\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .lx\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .lx\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .lx\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .lx\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .lx\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .lx\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .lx\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px !important;
  }

  .lx\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .lx\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .lx\:hover\:translate-x-110:hover {
    --tw-translate-x: 110px !important;
  }

  .lx\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .lx\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .lx\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .lx\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .lx\:hover\:translate-x-135:hover {
    --tw-translate-x: 135px !important;
  }

  .lx\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .lx\:hover\:translate-x-142:hover {
    --tw-translate-x: 142px !important;
  }

  .lx\:hover\:translate-x-145:hover {
    --tw-translate-x: 145px !important;
  }

  .lx\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .lx\:hover\:translate-x-160:hover {
    --tw-translate-x: 160px !important;
  }

  .lx\:hover\:translate-x-165:hover {
    --tw-translate-x: 165px !important;
  }

  .lx\:hover\:translate-x-170:hover {
    --tw-translate-x: 170px !important;
  }

  .lx\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px !important;
  }

  .lx\:hover\:translate-x-185:hover {
    --tw-translate-x: 185px !important;
  }

  .lx\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px !important;
  }

  .lx\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .lx\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px !important;
  }

  .lx\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .lx\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lx\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .lx\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .lx\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .lx\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .lx\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .lx\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .lx\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .lx\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .lx\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .lx\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .lx\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .lx\:hover\:-translate-x-33:hover {
    --tw-translate-x: -33px !important;
  }

  .lx\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .lx\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .lx\:hover\:-translate-x-38:hover {
    --tw-translate-x: -38px !important;
  }

  .lx\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .lx\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .lx\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .lx\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .lx\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .lx\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .lx\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .lx\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .lx\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .lx\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .lx\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .lx\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .lx\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px !important;
  }

  .lx\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .lx\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .lx\:hover\:-translate-x-110:hover {
    --tw-translate-x: -110px !important;
  }

  .lx\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .lx\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .lx\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .lx\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .lx\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px !important;
  }

  .lx\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .lx\:hover\:-translate-x-142:hover {
    --tw-translate-x: -142px !important;
  }

  .lx\:hover\:-translate-x-145:hover {
    --tw-translate-x: -145px !important;
  }

  .lx\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .lx\:hover\:-translate-x-160:hover {
    --tw-translate-x: -160px !important;
  }

  .lx\:hover\:-translate-x-165:hover {
    --tw-translate-x: -165px !important;
  }

  .lx\:hover\:-translate-x-170:hover {
    --tw-translate-x: -170px !important;
  }

  .lx\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px !important;
  }

  .lx\:hover\:-translate-x-185:hover {
    --tw-translate-x: -185px !important;
  }

  .lx\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px !important;
  }

  .lx\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .lx\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px !important;
  }

  .lx\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .lx\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .lx\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .lx\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .lx\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .lx\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .lx\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .lx\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .lx\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .lx\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .lx\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .lx\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .lx\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .lx\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .lx\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .lx\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lx\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .lx\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .lx\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .lx\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .lx\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .lx\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .lx\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .lx\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .lx\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .lx\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .lx\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .lx\:hover\:translate-y-33:hover {
    --tw-translate-y: 33px !important;
  }

  .lx\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .lx\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .lx\:hover\:translate-y-38:hover {
    --tw-translate-y: 38px !important;
  }

  .lx\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .lx\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .lx\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .lx\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .lx\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .lx\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .lx\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .lx\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .lx\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .lx\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .lx\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .lx\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .lx\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px !important;
  }

  .lx\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .lx\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .lx\:hover\:translate-y-110:hover {
    --tw-translate-y: 110px !important;
  }

  .lx\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .lx\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .lx\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .lx\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .lx\:hover\:translate-y-135:hover {
    --tw-translate-y: 135px !important;
  }

  .lx\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .lx\:hover\:translate-y-142:hover {
    --tw-translate-y: 142px !important;
  }

  .lx\:hover\:translate-y-145:hover {
    --tw-translate-y: 145px !important;
  }

  .lx\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .lx\:hover\:translate-y-160:hover {
    --tw-translate-y: 160px !important;
  }

  .lx\:hover\:translate-y-165:hover {
    --tw-translate-y: 165px !important;
  }

  .lx\:hover\:translate-y-170:hover {
    --tw-translate-y: 170px !important;
  }

  .lx\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px !important;
  }

  .lx\:hover\:translate-y-185:hover {
    --tw-translate-y: 185px !important;
  }

  .lx\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px !important;
  }

  .lx\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .lx\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px !important;
  }

  .lx\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .lx\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lx\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .lx\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .lx\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .lx\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .lx\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .lx\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .lx\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .lx\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .lx\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .lx\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .lx\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .lx\:hover\:-translate-y-33:hover {
    --tw-translate-y: -33px !important;
  }

  .lx\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .lx\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .lx\:hover\:-translate-y-38:hover {
    --tw-translate-y: -38px !important;
  }

  .lx\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .lx\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .lx\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .lx\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .lx\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .lx\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .lx\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .lx\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .lx\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .lx\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .lx\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .lx\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .lx\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px !important;
  }

  .lx\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .lx\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .lx\:hover\:-translate-y-110:hover {
    --tw-translate-y: -110px !important;
  }

  .lx\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .lx\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .lx\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .lx\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .lx\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px !important;
  }

  .lx\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .lx\:hover\:-translate-y-142:hover {
    --tw-translate-y: -142px !important;
  }

  .lx\:hover\:-translate-y-145:hover {
    --tw-translate-y: -145px !important;
  }

  .lx\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .lx\:hover\:-translate-y-160:hover {
    --tw-translate-y: -160px !important;
  }

  .lx\:hover\:-translate-y-165:hover {
    --tw-translate-y: -165px !important;
  }

  .lx\:hover\:-translate-y-170:hover {
    --tw-translate-y: -170px !important;
  }

  .lx\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px !important;
  }

  .lx\:hover\:-translate-y-185:hover {
    --tw-translate-y: -185px !important;
  }

  .lx\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px !important;
  }

  .lx\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .lx\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px !important;
  }

  .lx\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .lx\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .lx\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .lx\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .lx\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .lx\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .lx\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .lx\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .lx\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .lx\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .lx\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .lx\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .lx\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .lx\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .lx\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .lx\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lx\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .lx\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .lx\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .lx\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .lx\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .lx\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .lx\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .lx\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .lx\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .lx\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .lx\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .lx\:focus\:translate-x-33:focus {
    --tw-translate-x: 33px !important;
  }

  .lx\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .lx\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .lx\:focus\:translate-x-38:focus {
    --tw-translate-x: 38px !important;
  }

  .lx\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .lx\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .lx\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .lx\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .lx\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .lx\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .lx\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .lx\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .lx\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .lx\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .lx\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .lx\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .lx\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px !important;
  }

  .lx\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .lx\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .lx\:focus\:translate-x-110:focus {
    --tw-translate-x: 110px !important;
  }

  .lx\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .lx\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .lx\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .lx\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .lx\:focus\:translate-x-135:focus {
    --tw-translate-x: 135px !important;
  }

  .lx\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .lx\:focus\:translate-x-142:focus {
    --tw-translate-x: 142px !important;
  }

  .lx\:focus\:translate-x-145:focus {
    --tw-translate-x: 145px !important;
  }

  .lx\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .lx\:focus\:translate-x-160:focus {
    --tw-translate-x: 160px !important;
  }

  .lx\:focus\:translate-x-165:focus {
    --tw-translate-x: 165px !important;
  }

  .lx\:focus\:translate-x-170:focus {
    --tw-translate-x: 170px !important;
  }

  .lx\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px !important;
  }

  .lx\:focus\:translate-x-185:focus {
    --tw-translate-x: 185px !important;
  }

  .lx\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px !important;
  }

  .lx\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .lx\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px !important;
  }

  .lx\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .lx\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lx\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .lx\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .lx\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .lx\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .lx\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .lx\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .lx\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .lx\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .lx\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .lx\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .lx\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .lx\:focus\:-translate-x-33:focus {
    --tw-translate-x: -33px !important;
  }

  .lx\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .lx\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .lx\:focus\:-translate-x-38:focus {
    --tw-translate-x: -38px !important;
  }

  .lx\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .lx\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .lx\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .lx\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .lx\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .lx\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .lx\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .lx\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .lx\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .lx\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .lx\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .lx\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .lx\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px !important;
  }

  .lx\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .lx\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .lx\:focus\:-translate-x-110:focus {
    --tw-translate-x: -110px !important;
  }

  .lx\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .lx\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .lx\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .lx\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .lx\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px !important;
  }

  .lx\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .lx\:focus\:-translate-x-142:focus {
    --tw-translate-x: -142px !important;
  }

  .lx\:focus\:-translate-x-145:focus {
    --tw-translate-x: -145px !important;
  }

  .lx\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .lx\:focus\:-translate-x-160:focus {
    --tw-translate-x: -160px !important;
  }

  .lx\:focus\:-translate-x-165:focus {
    --tw-translate-x: -165px !important;
  }

  .lx\:focus\:-translate-x-170:focus {
    --tw-translate-x: -170px !important;
  }

  .lx\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px !important;
  }

  .lx\:focus\:-translate-x-185:focus {
    --tw-translate-x: -185px !important;
  }

  .lx\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px !important;
  }

  .lx\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .lx\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px !important;
  }

  .lx\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .lx\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .lx\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .lx\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .lx\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .lx\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .lx\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .lx\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .lx\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .lx\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .lx\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .lx\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .lx\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .lx\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .lx\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .lx\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lx\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .lx\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .lx\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .lx\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .lx\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .lx\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .lx\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .lx\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .lx\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .lx\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .lx\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .lx\:focus\:translate-y-33:focus {
    --tw-translate-y: 33px !important;
  }

  .lx\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .lx\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .lx\:focus\:translate-y-38:focus {
    --tw-translate-y: 38px !important;
  }

  .lx\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .lx\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .lx\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .lx\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .lx\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .lx\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .lx\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .lx\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .lx\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .lx\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .lx\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .lx\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .lx\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px !important;
  }

  .lx\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .lx\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .lx\:focus\:translate-y-110:focus {
    --tw-translate-y: 110px !important;
  }

  .lx\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .lx\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .lx\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .lx\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .lx\:focus\:translate-y-135:focus {
    --tw-translate-y: 135px !important;
  }

  .lx\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .lx\:focus\:translate-y-142:focus {
    --tw-translate-y: 142px !important;
  }

  .lx\:focus\:translate-y-145:focus {
    --tw-translate-y: 145px !important;
  }

  .lx\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .lx\:focus\:translate-y-160:focus {
    --tw-translate-y: 160px !important;
  }

  .lx\:focus\:translate-y-165:focus {
    --tw-translate-y: 165px !important;
  }

  .lx\:focus\:translate-y-170:focus {
    --tw-translate-y: 170px !important;
  }

  .lx\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px !important;
  }

  .lx\:focus\:translate-y-185:focus {
    --tw-translate-y: 185px !important;
  }

  .lx\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px !important;
  }

  .lx\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .lx\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px !important;
  }

  .lx\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .lx\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lx\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .lx\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .lx\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .lx\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .lx\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .lx\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .lx\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .lx\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .lx\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .lx\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .lx\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .lx\:focus\:-translate-y-33:focus {
    --tw-translate-y: -33px !important;
  }

  .lx\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .lx\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .lx\:focus\:-translate-y-38:focus {
    --tw-translate-y: -38px !important;
  }

  .lx\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .lx\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .lx\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .lx\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .lx\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .lx\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .lx\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .lx\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .lx\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .lx\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .lx\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .lx\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .lx\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px !important;
  }

  .lx\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .lx\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .lx\:focus\:-translate-y-110:focus {
    --tw-translate-y: -110px !important;
  }

  .lx\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .lx\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .lx\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .lx\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .lx\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px !important;
  }

  .lx\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .lx\:focus\:-translate-y-142:focus {
    --tw-translate-y: -142px !important;
  }

  .lx\:focus\:-translate-y-145:focus {
    --tw-translate-y: -145px !important;
  }

  .lx\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .lx\:focus\:-translate-y-160:focus {
    --tw-translate-y: -160px !important;
  }

  .lx\:focus\:-translate-y-165:focus {
    --tw-translate-y: -165px !important;
  }

  .lx\:focus\:-translate-y-170:focus {
    --tw-translate-y: -170px !important;
  }

  .lx\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px !important;
  }

  .lx\:focus\:-translate-y-185:focus {
    --tw-translate-y: -185px !important;
  }

  .lx\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px !important;
  }

  .lx\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .lx\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px !important;
  }

  .lx\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .lx\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .lx\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .lx\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .lx\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .lx\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .lx\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .lx\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .lx\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .lx\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .lx\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .lx\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .lx\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .lx\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .lx\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .lx\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .lx\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .lx\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .lx\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .lx\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .lx\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .lx\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .lx\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .lx\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .lx\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .lx\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .lx\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .lx\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .lx\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .lx\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .lx\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .lx\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .lx\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .lx\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .lx\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .lx\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .lx\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .lx\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .lx\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .lx\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .lx\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .lx\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .lx\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .lx\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .lx\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .lx\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .lx\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .lx\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .lx\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .lx\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .lx\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .lx\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .lx\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .lx\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .lx\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .lx\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .lx\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .lx\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .lx\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .lx\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .lx\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .lx\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .lx\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .lx\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .lx\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .lx\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .lx\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .lx\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .lx\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .lx\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .lx\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .lx\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .lx\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .lx\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .lx\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .lx\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .lx\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .lx\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .lx\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .lx\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .lx\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .lx\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .lx\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .lx\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .lx\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .lx\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .lx\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .lx\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .lx\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .lx\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .lx\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .lx\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .lx\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .lx\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .lx\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .lx\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .lx\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .lx\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .lx\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .lx\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .lx\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .lx\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .lx\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .lx\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .lx\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .lx\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .lx\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .lx\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .lx\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .lx\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .lx\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .lx\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .lx\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .lx\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .lx\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .lx\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .lx\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .lx\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .lx\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .lx\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .lx\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .lx\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .lx\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .lx\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .lx\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .lx\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .lx\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .lx\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .lx\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .lx\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .lx\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .lx\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .lx\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lx\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lx\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lx\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lx\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lx\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lx\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lx\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lx\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lx\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lx\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lx\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lx\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lx\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lx\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lx\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lx\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lx\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lx\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lx\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lx\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lx\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lx\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lx\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lx\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lx\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lx\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lx\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lx\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lx\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lx\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .lx\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .lx\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .lx\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .lx\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .lx\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .lx\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .lx\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .lx\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .lx\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .lx\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .lx\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .lx\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .lx\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .lx\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .lx\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .lx\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .lx\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .lx\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .lx\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .lx\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .lx\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .lx\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .lx\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .lx\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .lx\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .lx\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .lx\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .lx\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .lx\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .lx\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .lx\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .lx\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .lx\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .lx\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .lx\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .lx\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .lx\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .lx\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .lx\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .lx\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .lx\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .lx\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .lx\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .lx\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .lx\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .lx\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .lx\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .lx\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .lx\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .lx\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .lx\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .lx\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .lx\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .lx\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .lx\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .lx\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .lx\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .lx\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .lx\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .lx\:animate-none {
    animation: none !important;
  }

  .lx\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .lx\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lx\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lx\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .lx\:cursor-auto {
    cursor: auto !important;
  }

  .lx\:cursor-default {
    cursor: default !important;
  }

  .lx\:cursor-pointer {
    cursor: pointer !important;
  }

  .lx\:cursor-wait {
    cursor: wait !important;
  }

  .lx\:cursor-text {
    cursor: text !important;
  }

  .lx\:cursor-move {
    cursor: move !important;
  }

  .lx\:cursor-help {
    cursor: help !important;
  }

  .lx\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lx\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lx\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lx\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lx\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .lx\:resize-none {
    resize: none !important;
  }

  .lx\:resize-y {
    resize: vertical !important;
  }

  .lx\:resize-x {
    resize: horizontal !important;
  }

  .lx\:resize {
    resize: both !important;
  }

  .lx\:list-inside {
    list-style-position: inside !important;
  }

  .lx\:list-outside {
    list-style-position: outside !important;
  }

  .lx\:list-none {
    list-style-type: none !important;
  }

  .lx\:list-disc {
    list-style-type: disc !important;
  }

  .lx\:list-decimal {
    list-style-type: decimal !important;
  }

  .lx\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lx\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lx\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .lx\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .lx\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lx\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lx\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lx\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lx\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lx\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lx\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .lx\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .lx\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lx\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lx\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lx\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lx\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lx\:flex-row {
    flex-direction: row !important;
  }

  .lx\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lx\:flex-col {
    flex-direction: column !important;
  }

  .lx\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lx\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lx\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lx\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lx\:place-content-center {
    place-content: center !important;
  }

  .lx\:place-content-start {
    place-content: start !important;
  }

  .lx\:place-content-end {
    place-content: end !important;
  }

  .lx\:place-content-between {
    place-content: space-between !important;
  }

  .lx\:place-content-around {
    place-content: space-around !important;
  }

  .lx\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .lx\:place-content-stretch {
    place-content: stretch !important;
  }

  .lx\:place-items-start {
    place-items: start !important;
  }

  .lx\:place-items-end {
    place-items: end !important;
  }

  .lx\:place-items-center {
    place-items: center !important;
  }

  .lx\:place-items-stretch {
    place-items: stretch !important;
  }

  .lx\:content-center {
    align-content: center !important;
  }

  .lx\:content-start {
    align-content: flex-start !important;
  }

  .lx\:content-end {
    align-content: flex-end !important;
  }

  .lx\:content-between {
    align-content: space-between !important;
  }

  .lx\:content-around {
    align-content: space-around !important;
  }

  .lx\:content-evenly {
    align-content: space-evenly !important;
  }

  .lx\:items-start {
    align-items: flex-start !important;
  }

  .lx\:items-end {
    align-items: flex-end !important;
  }

  .lx\:items-center {
    align-items: center !important;
  }

  .lx\:items-baseline {
    align-items: baseline !important;
  }

  .lx\:items-stretch {
    align-items: stretch !important;
  }

  .lx\:justify-start {
    justify-content: flex-start !important;
  }

  .lx\:justify-end {
    justify-content: flex-end !important;
  }

  .lx\:justify-center {
    justify-content: center !important;
  }

  .lx\:justify-between {
    justify-content: space-between !important;
  }

  .lx\:justify-around {
    justify-content: space-around !important;
  }

  .lx\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .lx\:justify-items-start {
    justify-items: start !important;
  }

  .lx\:justify-items-end {
    justify-items: end !important;
  }

  .lx\:justify-items-center {
    justify-items: center !important;
  }

  .lx\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lx\:gap-0 {
    gap: 0px !important;
  }

  .lx\:gap-1 {
    gap: 0.25rem !important;
  }

  .lx\:gap-2 {
    gap: 0.5rem !important;
  }

  .lx\:gap-3 {
    gap: 0.75rem !important;
  }

  .lx\:gap-4 {
    gap: 1rem !important;
  }

  .lx\:gap-5 {
    gap: 1.25rem !important;
  }

  .lx\:gap-6 {
    gap: 1.5rem !important;
  }

  .lx\:gap-7 {
    gap: 1.75rem !important;
  }

  .lx\:gap-8 {
    gap: 2rem !important;
  }

  .lx\:gap-9 {
    gap: 2.25rem !important;
  }

  .lx\:gap-10 {
    gap: 2.5rem !important;
  }

  .lx\:gap-11 {
    gap: 2.75rem !important;
  }

  .lx\:gap-12 {
    gap: 3rem !important;
  }

  .lx\:gap-13 {
    gap: 3.375rem !important;
  }

  .lx\:gap-14 {
    gap: 3.5rem !important;
  }

  .lx\:gap-16 {
    gap: 4rem !important;
  }

  .lx\:gap-20 {
    gap: 5rem !important;
  }

  .lx\:gap-24 {
    gap: 6rem !important;
  }

  .lx\:gap-28 {
    gap: 7rem !important;
  }

  .lx\:gap-32 {
    gap: 8rem !important;
  }

  .lx\:gap-36 {
    gap: 9rem !important;
  }

  .lx\:gap-40 {
    gap: 10rem !important;
  }

  .lx\:gap-44 {
    gap: 11rem !important;
  }

  .lx\:gap-48 {
    gap: 12rem !important;
  }

  .lx\:gap-52 {
    gap: 13rem !important;
  }

  .lx\:gap-56 {
    gap: 14rem !important;
  }

  .lx\:gap-60 {
    gap: 15rem !important;
  }

  .lx\:gap-64 {
    gap: 16rem !important;
  }

  .lx\:gap-72 {
    gap: 18rem !important;
  }

  .lx\:gap-80 {
    gap: 20rem !important;
  }

  .lx\:gap-96 {
    gap: 24rem !important;
  }

  .lx\:gap-x-0 {
    gap: 0px !important;
  }

  .lx\:gap-y-0 {
    gap: 0px !important;
  }

  .lx\:gap-px {
    gap: 1px !important;
  }

  .lx\:gap-x-px\\ {
    gap: 1px !important;
  }

  .lx\:gap-y-px\\ {
    gap: 1px !important;
  }

  .lx\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lx\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .lx\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .lx\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .lx\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .lx\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lx\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .lx\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .lx\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .lx\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .lx\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lx\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .lx\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .lx\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .lx\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .lx\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lx\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .lx\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .lx\:gap-x-4 {
    gap: 1rem !important;
  }

  .lx\:gap-y-4 {
    gap: 1rem !important;
  }

  .lx\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .lx\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .lx\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .lx\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .lx\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .lx\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .lx\:gap-x-8 {
    gap: 2rem !important;
  }

  .lx\:gap-y-8 {
    gap: 2rem !important;
  }

  .lx\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .lx\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .lx\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .lx\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .lx\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .lx\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .lx\:gap-x-12 {
    gap: 3rem !important;
  }

  .lx\:gap-y-12 {
    gap: 3rem !important;
  }

  .lx\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .lx\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .lx\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .lx\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .lx\:gap-x-16 {
    gap: 4rem !important;
  }

  .lx\:gap-y-16 {
    gap: 4rem !important;
  }

  .lx\:gap-x-20 {
    gap: 5rem !important;
  }

  .lx\:gap-y-20 {
    gap: 5rem !important;
  }

  .lx\:gap-x-24 {
    gap: 6rem !important;
  }

  .lx\:gap-y-24 {
    gap: 6rem !important;
  }

  .lx\:gap-x-28 {
    gap: 7rem !important;
  }

  .lx\:gap-y-28 {
    gap: 7rem !important;
  }

  .lx\:gap-x-32 {
    gap: 8rem !important;
  }

  .lx\:gap-y-32 {
    gap: 8rem !important;
  }

  .lx\:gap-x-36 {
    gap: 9rem !important;
  }

  .lx\:gap-y-36 {
    gap: 9rem !important;
  }

  .lx\:gap-x-40 {
    gap: 10rem !important;
  }

  .lx\:gap-y-40 {
    gap: 10rem !important;
  }

  .lx\:gap-x-44 {
    gap: 11rem !important;
  }

  .lx\:gap-y-44 {
    gap: 11rem !important;
  }

  .lx\:gap-x-48 {
    gap: 12rem !important;
  }

  .lx\:gap-y-48 {
    gap: 12rem !important;
  }

  .lx\:gap-x-52 {
    gap: 13rem !important;
  }

  .lx\:gap-y-52 {
    gap: 13rem !important;
  }

  .lx\:gap-x-56 {
    gap: 14rem !important;
  }

  .lx\:gap-y-56 {
    gap: 14rem !important;
  }

  .lx\:gap-x-60 {
    gap: 15rem !important;
  }

  .lx\:gap-y-60 {
    gap: 15rem !important;
  }

  .lx\:gap-x-64 {
    gap: 16rem !important;
  }

  .lx\:gap-y-64 {
    gap: 16rem !important;
  }

  .lx\:gap-x-72 {
    gap: 18rem !important;
  }

  .lx\:gap-y-72 {
    gap: 18rem !important;
  }

  .lx\:gap-x-80 {
    gap: 20rem !important;
  }

  .lx\:gap-y-80 {
    gap: 20rem !important;
  }

  .lx\:gap-x-96 {
    gap: 24rem !important;
  }

  .lx\:gap-y-96 {
    gap: 24rem !important;
  }

  .lx\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lx\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lx\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lx\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lx\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lx\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lx\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lx\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lx\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lx\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lx\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lx\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lx\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lx\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lx\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lx\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lx\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lx\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lx\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lx\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lx\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lx\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lx\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lx\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lx\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lx\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lx\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lx\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lx\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lx\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lx\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lx\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lx\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lx\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lx\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lx\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lx\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lx\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lx\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lx\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lx\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lx\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lx\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lx\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lx\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lx\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lx\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lx\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lx\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lx\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lx\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lx\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lx\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lx\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lx\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lx\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lx\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lx\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lx\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lx\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lx\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lx\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lx\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lx\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lx\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lx\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lx\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lx\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lx\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lx\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lx\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lx\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lx\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lx\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lx\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lx\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lx\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lx\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lx\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lx\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lx\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lx\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lx\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lx\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lx\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lx\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lx\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lx\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lx\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lx\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lx\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lx\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lx\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lx\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lx\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lx\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lx\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lx\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lx\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lx\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lx\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lx\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lx\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lx\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lx\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lx\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lx\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lx\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lx\:gap-y-0 {
    row-gap: 0px !important;
  }

  .lx\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lx\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lx\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lx\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .lx\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lx\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lx\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lx\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .lx\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lx\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lx\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lx\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .lx\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .lx\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lx\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .lx\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .lx\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .lx\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .lx\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .lx\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .lx\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .lx\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .lx\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .lx\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .lx\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .lx\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .lx\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .lx\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .lx\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .lx\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .lx\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .lx\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .lx\:gap-y-px {
    row-gap: 1px !important;
  }

  .lx\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .lx\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .lx\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lx\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lx\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lx\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .lx\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .lx\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lx\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lx\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lx\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .lx\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .lx\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lx\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lx\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lx\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .lx\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .lx\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lx\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lx\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lx\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .lx\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .lx\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .lx\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .lx\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .lx\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .lx\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .lx\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .lx\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .lx\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .lx\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .lx\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .lx\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .lx\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .lx\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .lx\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .lx\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .lx\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .lx\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .lx\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .lx\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .lx\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .lx\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .lx\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .lx\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .lx\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .lx\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .lx\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .lx\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .lx\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .lx\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .lx\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .lx\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .lx\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .lx\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .lx\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .lx\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .lx\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .lx\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .lx\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .lx\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .lx\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .lx\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .lx\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .lx\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .lx\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .lx\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .lx\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .lx\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .lx\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .lx\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .lx\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .lx\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .lx\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .lx\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lx\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lx\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .lx\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .lx\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lx\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lx\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .lx\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .lx\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .lx\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .lx\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .lx\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .lx\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .lx\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .lx\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .lx\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-lightteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-darkteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-darkred > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-darkblue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-skybule > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-lightgray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-devider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-cream > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-blue01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-blue02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-buttercup > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lx\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .lx\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .lx\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .lx\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lx\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .lx\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .lx\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .lx\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .lx\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .lx\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .lx\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lx\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .lx\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .lx\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .lx\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .lx\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .lx\:place-self-auto {
    place-self: auto !important;
  }

  .lx\:place-self-start {
    place-self: start !important;
  }

  .lx\:place-self-end {
    place-self: end !important;
  }

  .lx\:place-self-center {
    place-self: center !important;
  }

  .lx\:place-self-stretch {
    place-self: stretch !important;
  }

  .lx\:self-auto {
    align-self: auto !important;
  }

  .lx\:self-start {
    align-self: flex-start !important;
  }

  .lx\:self-end {
    align-self: flex-end !important;
  }

  .lx\:self-center {
    align-self: center !important;
  }

  .lx\:self-stretch {
    align-self: stretch !important;
  }

  .lx\:self-baseline {
    align-self: baseline !important;
  }

  .lx\:justify-self-auto {
    justify-self: auto !important;
  }

  .lx\:justify-self-start {
    justify-self: start !important;
  }

  .lx\:justify-self-end {
    justify-self: end !important;
  }

  .lx\:justify-self-center {
    justify-self: center !important;
  }

  .lx\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lx\:overflow-auto {
    overflow: auto !important;
  }

  .lx\:overflow-hidden {
    overflow: hidden !important;
  }

  .lx\:overflow-visible {
    overflow: visible !important;
  }

  .lx\:overflow-scroll {
    overflow: scroll !important;
  }

  .lx\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lx\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lx\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lx\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lx\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lx\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lx\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lx\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lx\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .lx\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .lx\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .lx\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lx\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lx\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lx\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lx\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lx\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lx\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lx\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lx\:overflow-clip {
    text-overflow: clip !important;
  }

  .lx\:whitespace-normal {
    white-space: normal !important;
  }

  .lx\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lx\:whitespace-pre {
    white-space: pre !important;
  }

  .lx\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lx\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lx\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lx\:break-words {
    overflow-wrap: break-word !important;
  }

  .lx\:break-all {
    word-break: break-all !important;
  }

  .lx\:rounded-4 {
    border-radius: 4px !important;
  }

  .lx\:rounded-6 {
    border-radius: 6px !important;
  }

  .lx\:rounded-50 {
    border-radius: 50% !important;
  }

  .lx\:rounded-none {
    border-radius: 0px !important;
  }

  .lx\:rounded-br6 {
    border-radius: 6px !important;
  }

  .lx\:rounded-br30 {
    border-radius: 30px !important;
  }

  .lx\:rounded-br32 {
    border-radius: 32px !important;
  }

  .lx\:rounded-br50 {
    border-radius: 50px !important;
  }

  .lx\:rounded-br90 {
    border-radius: 90px !important;
  }

  .lx\:rounded-full {
    border-radius: 9999px !important;
  }

  .lx\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lx\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .lx\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lx\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .lx\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .lx\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .lx\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .lx\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lx\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lx\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .lx\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lx\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .lx\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .lx\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .lx\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .lx\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lx\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lx\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lx\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lx\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lx\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lx\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lx\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lx\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lx\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lx\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lx\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lx\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lx\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lx\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lx\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lx\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lx\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .lx\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .lx\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .lx\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .lx\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .lx\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .lx\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .lx\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .lx\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .lx\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lx\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .lx\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .lx\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .lx\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .lx\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .lx\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .lx\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .lx\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .lx\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lx\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .lx\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .lx\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lx\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .lx\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .lx\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .lx\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .lx\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .lx\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lx\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .lx\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .lx\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .lx\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .lx\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .lx\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .lx\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .lx\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .lx\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lx\:border-0 {
    border-width: 0px !important;
  }

  .lx\:border-1 {
    border-width: 1px !important;
  }

  .lx\:border-2 {
    border-width: 2px !important;
  }

  .lx\:border-4 {
    border-width: 4px !important;
  }

  .lx\:border-8 {
    border-width: 8px !important;
  }

  .lx\:border {
    border-width: 1px !important;
  }

  .lx\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lx\:border-t-1 {
    border-top-width: 1px !important;
  }

  .lx\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lx\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lx\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lx\:border-t {
    border-top-width: 1px !important;
  }

  .lx\:border-r-0 {
    border-right-width: 0px !important;
  }

  .lx\:border-r-1 {
    border-right-width: 1px !important;
  }

  .lx\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lx\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lx\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lx\:border-r {
    border-right-width: 1px !important;
  }

  .lx\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lx\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .lx\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lx\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lx\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lx\:border-b {
    border-bottom-width: 1px !important;
  }

  .lx\:border-l-0 {
    border-left-width: 0px !important;
  }

  .lx\:border-l-1 {
    border-left-width: 1px !important;
  }

  .lx\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lx\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lx\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lx\:border-l {
    border-left-width: 1px !important;
  }

  .lx\:border-solid {
    border-style: solid !important;
  }

  .lx\:border-dashed {
    border-style: dashed !important;
  }

  .lx\:border-dotted {
    border-style: dotted !important;
  }

  .lx\:border-double {
    border-style: double !important;
  }

  .lx\:border-none {
    border-style: none !important;
  }

  .lx\:border-transparent {
    border-color: transparent !important;
  }

  .lx\:border-current {
    border-color: currentColor !important;
  }

  .lx\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lx\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lx\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lx\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lx\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lx\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lx\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lx\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lx\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lx\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lx\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lx\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lx\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lx\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .lx\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .lx\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .lx\:group-hover\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lx\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .lx\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-lightteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-darkteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-darkred:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-darkblue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-skybule:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-lightgray:focus-within {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus-within\:border-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-devider:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-cream:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-blue01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-blue02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-buttercup:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-lime-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lx\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .lx\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-lightteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-darkteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-darkred:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-darkblue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-skybule:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-lightgray:hover {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:hover\:border-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-devider:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-cream:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-blue01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-blue02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-buttercup:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-lime-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lx\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .lx\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-lightteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-darkteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-darkred:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-darkblue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-skybule:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-lightgray:focus {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:border-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-devider:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-cream:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-blue01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-blue02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-buttercup:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-lime-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lx\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lx\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .lx\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .lx\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .lx\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .lx\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .lx\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .lx\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .lx\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .lx\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .lx\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .lx\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .lx\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .lx\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lx\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .lx\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .lx\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .lx\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .lx\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .lx\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .lx\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lx\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .lx\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .lx\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .lx\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .lx\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .lx\:bg-transparent {
    background-color: transparent !important;
  }

  .lx\:bg-current {
    background-color: currentColor !important;
  }

  .lx\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .lx\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .lx\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .lx\:group-hover\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .lx\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .lx\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-lightteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-darkteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-darkred:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-darkblue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-skybule:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-lightgray:focus-within {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus-within\:bg-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-devider:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-cream:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-blue01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-blue02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-buttercup:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus-within\:bg-lime-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lx\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .lx\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-lightteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-darkteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-darkred:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-darkblue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-skybule:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-lightgray:hover {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:hover\:bg-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-devider:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-cream:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-blue01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-blue02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-buttercup:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lx\:hover\:bg-lime-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lx\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .lx\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-lightteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-darkteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-darkred:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-darkblue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-skybule:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-lightgray:focus {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:bg-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-devider:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-cream:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-blue01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-blue02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-buttercup:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lx\:focus\:bg-lime-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lx\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .lx\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .lx\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .lx\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .lx\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .lx\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .lx\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lx\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .lx\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .lx\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .lx\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .lx\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .lx\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .lx\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lx\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .lx\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .lx\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .lx\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .lx\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .lx\:bg-none {
    background-image: none !important;
  }

  .lx\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lx\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lx\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lx\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lx\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lx\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lx\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lx\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lx\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lx\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lx\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lx\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lx\:from-black {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:from-lightteal {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lx\:from-darkteal {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lx\:from-red {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lx\:from-darkred {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lx\:from-darkblue {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lx\:from-skybule {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lx\:from-yellow {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lx\:from-lightgray {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lx\:from-gray {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lx\:from-devider {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lx\:from-cream {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lx\:from-blue01 {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lx\:from-blue02 {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lx\:from-buttercup {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lx\:from-lime-gray {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lx\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lx\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lx\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lx\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lx\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lx\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lx\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lx\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lx\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lx\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lx\:hover\:from-black:hover {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:from-lightteal:hover {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lx\:hover\:from-darkteal:hover {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lx\:hover\:from-red:hover {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lx\:hover\:from-darkred:hover {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lx\:hover\:from-darkblue:hover {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lx\:hover\:from-skybule:hover {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lx\:hover\:from-yellow:hover {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lx\:hover\:from-lightgray:hover {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lx\:hover\:from-gray:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lx\:hover\:from-devider:hover {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lx\:hover\:from-cream:hover {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lx\:hover\:from-blue01:hover {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lx\:hover\:from-blue02:hover {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lx\:hover\:from-buttercup:hover {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lx\:hover\:from-lime-gray:hover {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lx\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lx\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lx\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lx\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lx\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lx\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lx\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lx\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lx\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lx\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lx\:focus\:from-black:focus {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:from-lightteal:focus {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lx\:focus\:from-darkteal:focus {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lx\:focus\:from-red:focus {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lx\:focus\:from-darkred:focus {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lx\:focus\:from-darkblue:focus {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lx\:focus\:from-skybule:focus {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lx\:focus\:from-yellow:focus {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lx\:focus\:from-lightgray:focus {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lx\:focus\:from-gray:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lx\:focus\:from-devider:focus {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lx\:focus\:from-cream:focus {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lx\:focus\:from-blue01:focus {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lx\:focus\:from-blue02:focus {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lx\:focus\:from-buttercup:focus {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lx\:focus\:from-lime-gray:focus {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lx\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lx\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lx\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lx\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lx\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lx\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lx\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lx\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lx\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lx\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lx\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:via-lightteal {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lx\:via-darkteal {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lx\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lx\:via-darkred {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lx\:via-darkblue {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lx\:via-skybule {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lx\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lx\:via-lightgray {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lx\:via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lx\:via-devider {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lx\:via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lx\:via-blue01 {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lx\:via-blue02 {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lx\:via-buttercup {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lx\:via-lime-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lx\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lx\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lx\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lx\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lx\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lx\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lx\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lx\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lx\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lx\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lx\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:hover\:via-lightteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lx\:hover\:via-darkteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lx\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lx\:hover\:via-darkred:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lx\:hover\:via-darkblue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lx\:hover\:via-skybule:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lx\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lx\:hover\:via-lightgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lx\:hover\:via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lx\:hover\:via-devider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lx\:hover\:via-cream:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lx\:hover\:via-blue01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lx\:hover\:via-blue02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lx\:hover\:via-buttercup:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lx\:hover\:via-lime-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lx\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lx\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lx\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lx\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lx\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lx\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lx\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lx\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lx\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lx\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lx\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lx\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lx\:focus\:via-lightteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lx\:focus\:via-darkteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lx\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lx\:focus\:via-darkred:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lx\:focus\:via-darkblue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lx\:focus\:via-skybule:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lx\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lx\:focus\:via-lightgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lx\:focus\:via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lx\:focus\:via-devider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lx\:focus\:via-cream:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lx\:focus\:via-blue01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lx\:focus\:via-blue02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lx\:focus\:via-buttercup:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lx\:focus\:via-lime-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lx\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .lx\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .lx\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .lx\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lx\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lx\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lx\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lx\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .lx\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .lx\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .lx\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .lx\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .lx\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .lx\:to-black {
    --tw-gradient-to: #000000 !important;
  }

  .lx\:to-lightteal {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .lx\:to-darkteal {
    --tw-gradient-to: #36C3DC !important;
  }

  .lx\:to-red {
    --tw-gradient-to: #D6393C !important;
  }

  .lx\:to-darkred {
    --tw-gradient-to: #B63033 !important;
  }

  .lx\:to-darkblue {
    --tw-gradient-to: #3A4758 !important;
  }

  .lx\:to-skybule {
    --tw-gradient-to: #30B5CC !important;
  }

  .lx\:to-yellow {
    --tw-gradient-to: #F0B334 !important;
  }

  .lx\:to-lightgray {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:to-gray {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lx\:to-devider {
    --tw-gradient-to: #C8C0BD !important;
  }

  .lx\:to-cream {
    --tw-gradient-to: #F1F0ED !important;
  }

  .lx\:to-blue01 {
    --tw-gradient-to: #39495B !important;
  }

  .lx\:to-blue02 {
    --tw-gradient-to: #37526B !important;
  }

  .lx\:to-buttercup {
    --tw-gradient-to: #D9A12E !important;
  }

  .lx\:to-lime-gray {
    --tw-gradient-to: #F1F1ED !important;
  }

  .lx\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .lx\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .lx\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .lx\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lx\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lx\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lx\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lx\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .lx\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .lx\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .lx\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .lx\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .lx\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .lx\:hover\:to-black:hover {
    --tw-gradient-to: #000000 !important;
  }

  .lx\:hover\:to-lightteal:hover {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .lx\:hover\:to-darkteal:hover {
    --tw-gradient-to: #36C3DC !important;
  }

  .lx\:hover\:to-red:hover {
    --tw-gradient-to: #D6393C !important;
  }

  .lx\:hover\:to-darkred:hover {
    --tw-gradient-to: #B63033 !important;
  }

  .lx\:hover\:to-darkblue:hover {
    --tw-gradient-to: #3A4758 !important;
  }

  .lx\:hover\:to-skybule:hover {
    --tw-gradient-to: #30B5CC !important;
  }

  .lx\:hover\:to-yellow:hover {
    --tw-gradient-to: #F0B334 !important;
  }

  .lx\:hover\:to-lightgray:hover {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:hover\:to-gray:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lx\:hover\:to-devider:hover {
    --tw-gradient-to: #C8C0BD !important;
  }

  .lx\:hover\:to-cream:hover {
    --tw-gradient-to: #F1F0ED !important;
  }

  .lx\:hover\:to-blue01:hover {
    --tw-gradient-to: #39495B !important;
  }

  .lx\:hover\:to-blue02:hover {
    --tw-gradient-to: #37526B !important;
  }

  .lx\:hover\:to-buttercup:hover {
    --tw-gradient-to: #D9A12E !important;
  }

  .lx\:hover\:to-lime-gray:hover {
    --tw-gradient-to: #F1F1ED !important;
  }

  .lx\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .lx\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .lx\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .lx\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lx\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lx\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lx\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lx\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .lx\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .lx\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .lx\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .lx\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .lx\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .lx\:focus\:to-black:focus {
    --tw-gradient-to: #000000 !important;
  }

  .lx\:focus\:to-lightteal:focus {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .lx\:focus\:to-darkteal:focus {
    --tw-gradient-to: #36C3DC !important;
  }

  .lx\:focus\:to-red:focus {
    --tw-gradient-to: #D6393C !important;
  }

  .lx\:focus\:to-darkred:focus {
    --tw-gradient-to: #B63033 !important;
  }

  .lx\:focus\:to-darkblue:focus {
    --tw-gradient-to: #3A4758 !important;
  }

  .lx\:focus\:to-skybule:focus {
    --tw-gradient-to: #30B5CC !important;
  }

  .lx\:focus\:to-yellow:focus {
    --tw-gradient-to: #F0B334 !important;
  }

  .lx\:focus\:to-lightgray:focus {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:to-gray:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lx\:focus\:to-devider:focus {
    --tw-gradient-to: #C8C0BD !important;
  }

  .lx\:focus\:to-cream:focus {
    --tw-gradient-to: #F1F0ED !important;
  }

  .lx\:focus\:to-blue01:focus {
    --tw-gradient-to: #39495B !important;
  }

  .lx\:focus\:to-blue02:focus {
    --tw-gradient-to: #37526B !important;
  }

  .lx\:focus\:to-buttercup:focus {
    --tw-gradient-to: #D9A12E !important;
  }

  .lx\:focus\:to-lime-gray:focus {
    --tw-gradient-to: #F1F1ED !important;
  }

  .lx\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lx\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lx\:bg-auto {
    background-size: auto !important;
  }

  .lx\:bg-cover {
    background-size: cover !important;
  }

  .lx\:bg-contain {
    background-size: contain !important;
  }

  .lx\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lx\:bg-local {
    background-attachment: local !important;
  }

  .lx\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lx\:bg-clip-border {
    background-clip: border-box !important;
  }

  .lx\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lx\:bg-clip-content {
    background-clip: content-box !important;
  }

  .lx\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lx\:bg-bottom {
    background-position: bottom !important;
  }

  .lx\:bg-center {
    background-position: center !important;
  }

  .lx\:bg-left {
    background-position: left !important;
  }

  .lx\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lx\:bg-left-top {
    background-position: left top !important;
  }

  .lx\:bg-right {
    background-position: right !important;
  }

  .lx\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lx\:bg-right-top {
    background-position: right top !important;
  }

  .lx\:bg-top {
    background-position: top !important;
  }

  .lx\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lx\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lx\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lx\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lx\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lx\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lx\:bg-origin-border {
    background-origin: border-box !important;
  }

  .lx\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .lx\:bg-origin-content {
    background-origin: content-box !important;
  }

  .lx\:fill-current {
    fill: currentColor !important;
  }

  .lx\:stroke-current {
    stroke: currentColor !important;
  }

  .lx\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lx\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lx\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lx\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lx\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lx\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lx\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lx\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lx\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lx\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lx\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lx\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lx\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lx\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lx\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lx\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lx\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lx\:p-0 {
    padding: 0px !important;
  }

  .lx\:p-5 {
    padding: 5px !important;
  }

  .lx\:p-8 {
    padding: 8px !important;
  }

  .lx\:p-10 {
    padding: 10px !important;
  }

  .lx\:p-15 {
    padding: 15px !important;
  }

  .lx\:p-20 {
    padding: 20px !important;
  }

  .lx\:p-25 {
    padding: 25px !important;
  }

  .lx\:p-26 {
    padding: 26px !important;
  }

  .lx\:p-27 {
    padding: 27px !important;
  }

  .lx\:p-28 {
    padding: 28px !important;
  }

  .lx\:p-30 {
    padding: 30px !important;
  }

  .lx\:p-32 {
    padding: 32px !important;
  }

  .lx\:p-33 {
    padding: 33px !important;
  }

  .lx\:p-34 {
    padding: 34px !important;
  }

  .lx\:p-35 {
    padding: 35px !important;
  }

  .lx\:p-38 {
    padding: 38px !important;
  }

  .lx\:p-40 {
    padding: 40px !important;
  }

  .lx\:p-44 {
    padding: 44px !important;
  }

  .lx\:p-45 {
    padding: 45px !important;
  }

  .lx\:p-50 {
    padding: 50px !important;
  }

  .lx\:p-55 {
    padding: 55px !important;
  }

  .lx\:p-60 {
    padding: 60px !important;
  }

  .lx\:p-65 {
    padding: 65px !important;
  }

  .lx\:p-70 {
    padding: 70px !important;
  }

  .lx\:p-75 {
    padding: 75px !important;
  }

  .lx\:p-80 {
    padding: 80px !important;
  }

  .lx\:p-85 {
    padding: 85px !important;
  }

  .lx\:p-90 {
    padding: 90px !important;
  }

  .lx\:p-95 {
    padding: 95px !important;
  }

  .lx\:p-100 {
    padding: 100px !important;
  }

  .lx\:p-105 {
    padding: 105px !important;
  }

  .lx\:p-110 {
    padding: 110px !important;
  }

  .lx\:p-115 {
    padding: 115px !important;
  }

  .lx\:p-120 {
    padding: 120px !important;
  }

  .lx\:p-125 {
    padding: 125px !important;
  }

  .lx\:p-130 {
    padding: 130px !important;
  }

  .lx\:p-135 {
    padding: 135px !important;
  }

  .lx\:p-140 {
    padding: 140px !important;
  }

  .lx\:p-142 {
    padding: 142px !important;
  }

  .lx\:p-145 {
    padding: 145px !important;
  }

  .lx\:p-150 {
    padding: 150px !important;
  }

  .lx\:p-160 {
    padding: 160px !important;
  }

  .lx\:p-165 {
    padding: 165px !important;
  }

  .lx\:p-170 {
    padding: 170px !important;
  }

  .lx\:p-180 {
    padding: 180px !important;
  }

  .lx\:p-185 {
    padding: 185px !important;
  }

  .lx\:p-190 {
    padding: 190px !important;
  }

  .lx\:p-200 {
    padding: 200px !important;
  }

  .lx\:p-225 {
    padding: 225px !important;
  }

  .lx\:p-px {
    padding: 1px !important;
  }

  .lx\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lx\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .lx\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lx\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lx\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lx\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lx\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .lx\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .lx\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .lx\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .lx\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lx\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lx\:px-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .lx\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .lx\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .lx\:px-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .lx\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lx\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .lx\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .lx\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .lx\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .lx\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lx\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .lx\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .lx\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .lx\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lx\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .lx\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .lx\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .lx\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .lx\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .lx\:px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .lx\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .lx\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .lx\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .lx\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .lx\:px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .lx\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .lx\:px-142 {
    padding-left: 142px !important;
    padding-right: 142px !important;
  }

  .lx\:px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .lx\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .lx\:px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .lx\:px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .lx\:px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .lx\:px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .lx\:px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .lx\:px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .lx\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .lx\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .lx\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lx\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lx\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .lx\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lx\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lx\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lx\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lx\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .lx\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .lx\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .lx\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .lx\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lx\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lx\:py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .lx\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .lx\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .lx\:py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .lx\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lx\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .lx\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .lx\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .lx\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .lx\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lx\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .lx\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .lx\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .lx\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lx\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .lx\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .lx\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .lx\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .lx\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .lx\:py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .lx\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .lx\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lx\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .lx\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .lx\:py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .lx\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .lx\:py-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }

  .lx\:py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .lx\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .lx\:py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .lx\:py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .lx\:py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .lx\:py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .lx\:py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .lx\:py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .lx\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .lx\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .lx\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lx\:pt-0 {
    padding-top: 0px !important;
  }

  .lx\:pt-5 {
    padding-top: 5px !important;
  }

  .lx\:pt-8 {
    padding-top: 8px !important;
  }

  .lx\:pt-10 {
    padding-top: 10px !important;
  }

  .lx\:pt-15 {
    padding-top: 15px !important;
  }

  .lx\:pt-20 {
    padding-top: 20px !important;
  }

  .lx\:pt-25 {
    padding-top: 25px !important;
  }

  .lx\:pt-26 {
    padding-top: 26px !important;
  }

  .lx\:pt-27 {
    padding-top: 27px !important;
  }

  .lx\:pt-28 {
    padding-top: 28px !important;
  }

  .lx\:pt-30 {
    padding-top: 30px !important;
  }

  .lx\:pt-32 {
    padding-top: 32px !important;
  }

  .lx\:pt-33 {
    padding-top: 33px !important;
  }

  .lx\:pt-34 {
    padding-top: 34px !important;
  }

  .lx\:pt-35 {
    padding-top: 35px !important;
  }

  .lx\:pt-38 {
    padding-top: 38px !important;
  }

  .lx\:pt-40 {
    padding-top: 40px !important;
  }

  .lx\:pt-44 {
    padding-top: 44px !important;
  }

  .lx\:pt-45 {
    padding-top: 45px !important;
  }

  .lx\:pt-50 {
    padding-top: 50px !important;
  }

  .lx\:pt-55 {
    padding-top: 55px !important;
  }

  .lx\:pt-60 {
    padding-top: 60px !important;
  }

  .lx\:pt-65 {
    padding-top: 65px !important;
  }

  .lx\:pt-70 {
    padding-top: 70px !important;
  }

  .lx\:pt-75 {
    padding-top: 75px !important;
  }

  .lx\:pt-80 {
    padding-top: 80px !important;
  }

  .lx\:pt-85 {
    padding-top: 85px !important;
  }

  .lx\:pt-90 {
    padding-top: 90px !important;
  }

  .lx\:pt-95 {
    padding-top: 95px !important;
  }

  .lx\:pt-100 {
    padding-top: 100px !important;
  }

  .lx\:pt-105 {
    padding-top: 105px !important;
  }

  .lx\:pt-110 {
    padding-top: 110px !important;
  }

  .lx\:pt-115 {
    padding-top: 115px !important;
  }

  .lx\:pt-120 {
    padding-top: 120px !important;
  }

  .lx\:pt-125 {
    padding-top: 125px !important;
  }

  .lx\:pt-130 {
    padding-top: 130px !important;
  }

  .lx\:pt-135 {
    padding-top: 135px !important;
  }

  .lx\:pt-140 {
    padding-top: 140px !important;
  }

  .lx\:pt-142 {
    padding-top: 142px !important;
  }

  .lx\:pt-145 {
    padding-top: 145px !important;
  }

  .lx\:pt-150 {
    padding-top: 150px !important;
  }

  .lx\:pt-160 {
    padding-top: 160px !important;
  }

  .lx\:pt-165 {
    padding-top: 165px !important;
  }

  .lx\:pt-170 {
    padding-top: 170px !important;
  }

  .lx\:pt-180 {
    padding-top: 180px !important;
  }

  .lx\:pt-185 {
    padding-top: 185px !important;
  }

  .lx\:pt-190 {
    padding-top: 190px !important;
  }

  .lx\:pt-200 {
    padding-top: 200px !important;
  }

  .lx\:pt-225 {
    padding-top: 225px !important;
  }

  .lx\:pt-px {
    padding-top: 1px !important;
  }

  .lx\:pr-0 {
    padding-right: 0px !important;
  }

  .lx\:pr-5 {
    padding-right: 5px !important;
  }

  .lx\:pr-8 {
    padding-right: 8px !important;
  }

  .lx\:pr-10 {
    padding-right: 10px !important;
  }

  .lx\:pr-15 {
    padding-right: 15px !important;
  }

  .lx\:pr-20 {
    padding-right: 20px !important;
  }

  .lx\:pr-25 {
    padding-right: 25px !important;
  }

  .lx\:pr-26 {
    padding-right: 26px !important;
  }

  .lx\:pr-27 {
    padding-right: 27px !important;
  }

  .lx\:pr-28 {
    padding-right: 28px !important;
  }

  .lx\:pr-30 {
    padding-right: 30px !important;
  }

  .lx\:pr-32 {
    padding-right: 32px !important;
  }

  .lx\:pr-33 {
    padding-right: 33px !important;
  }

  .lx\:pr-34 {
    padding-right: 34px !important;
  }

  .lx\:pr-35 {
    padding-right: 35px !important;
  }

  .lx\:pr-38 {
    padding-right: 38px !important;
  }

  .lx\:pr-40 {
    padding-right: 40px !important;
  }

  .lx\:pr-44 {
    padding-right: 44px !important;
  }

  .lx\:pr-45 {
    padding-right: 45px !important;
  }

  .lx\:pr-50 {
    padding-right: 50px !important;
  }

  .lx\:pr-55 {
    padding-right: 55px !important;
  }

  .lx\:pr-60 {
    padding-right: 60px !important;
  }

  .lx\:pr-65 {
    padding-right: 65px !important;
  }

  .lx\:pr-70 {
    padding-right: 70px !important;
  }

  .lx\:pr-75 {
    padding-right: 75px !important;
  }

  .lx\:pr-80 {
    padding-right: 80px !important;
  }

  .lx\:pr-85 {
    padding-right: 85px !important;
  }

  .lx\:pr-90 {
    padding-right: 90px !important;
  }

  .lx\:pr-95 {
    padding-right: 95px !important;
  }

  .lx\:pr-100 {
    padding-right: 100px !important;
  }

  .lx\:pr-105 {
    padding-right: 105px !important;
  }

  .lx\:pr-110 {
    padding-right: 110px !important;
  }

  .lx\:pr-115 {
    padding-right: 115px !important;
  }

  .lx\:pr-120 {
    padding-right: 120px !important;
  }

  .lx\:pr-125 {
    padding-right: 125px !important;
  }

  .lx\:pr-130 {
    padding-right: 130px !important;
  }

  .lx\:pr-135 {
    padding-right: 135px !important;
  }

  .lx\:pr-140 {
    padding-right: 140px !important;
  }

  .lx\:pr-142 {
    padding-right: 142px !important;
  }

  .lx\:pr-145 {
    padding-right: 145px !important;
  }

  .lx\:pr-150 {
    padding-right: 150px !important;
  }

  .lx\:pr-160 {
    padding-right: 160px !important;
  }

  .lx\:pr-165 {
    padding-right: 165px !important;
  }

  .lx\:pr-170 {
    padding-right: 170px !important;
  }

  .lx\:pr-180 {
    padding-right: 180px !important;
  }

  .lx\:pr-185 {
    padding-right: 185px !important;
  }

  .lx\:pr-190 {
    padding-right: 190px !important;
  }

  .lx\:pr-200 {
    padding-right: 200px !important;
  }

  .lx\:pr-225 {
    padding-right: 225px !important;
  }

  .lx\:pr-px {
    padding-right: 1px !important;
  }

  .lx\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lx\:pb-5 {
    padding-bottom: 5px !important;
  }

  .lx\:pb-8 {
    padding-bottom: 8px !important;
  }

  .lx\:pb-10 {
    padding-bottom: 10px !important;
  }

  .lx\:pb-15 {
    padding-bottom: 15px !important;
  }

  .lx\:pb-20 {
    padding-bottom: 20px !important;
  }

  .lx\:pb-25 {
    padding-bottom: 25px !important;
  }

  .lx\:pb-26 {
    padding-bottom: 26px !important;
  }

  .lx\:pb-27 {
    padding-bottom: 27px !important;
  }

  .lx\:pb-28 {
    padding-bottom: 28px !important;
  }

  .lx\:pb-30 {
    padding-bottom: 30px !important;
  }

  .lx\:pb-32 {
    padding-bottom: 32px !important;
  }

  .lx\:pb-33 {
    padding-bottom: 33px !important;
  }

  .lx\:pb-34 {
    padding-bottom: 34px !important;
  }

  .lx\:pb-35 {
    padding-bottom: 35px !important;
  }

  .lx\:pb-38 {
    padding-bottom: 38px !important;
  }

  .lx\:pb-40 {
    padding-bottom: 40px !important;
  }

  .lx\:pb-44 {
    padding-bottom: 44px !important;
  }

  .lx\:pb-45 {
    padding-bottom: 45px !important;
  }

  .lx\:pb-50 {
    padding-bottom: 50px !important;
  }

  .lx\:pb-55 {
    padding-bottom: 55px !important;
  }

  .lx\:pb-60 {
    padding-bottom: 60px !important;
  }

  .lx\:pb-65 {
    padding-bottom: 65px !important;
  }

  .lx\:pb-70 {
    padding-bottom: 70px !important;
  }

  .lx\:pb-75 {
    padding-bottom: 75px !important;
  }

  .lx\:pb-80 {
    padding-bottom: 80px !important;
  }

  .lx\:pb-85 {
    padding-bottom: 85px !important;
  }

  .lx\:pb-90 {
    padding-bottom: 90px !important;
  }

  .lx\:pb-95 {
    padding-bottom: 95px !important;
  }

  .lx\:pb-100 {
    padding-bottom: 100px !important;
  }

  .lx\:pb-105 {
    padding-bottom: 105px !important;
  }

  .lx\:pb-110 {
    padding-bottom: 110px !important;
  }

  .lx\:pb-115 {
    padding-bottom: 115px !important;
  }

  .lx\:pb-120 {
    padding-bottom: 120px !important;
  }

  .lx\:pb-125 {
    padding-bottom: 125px !important;
  }

  .lx\:pb-130 {
    padding-bottom: 130px !important;
  }

  .lx\:pb-135 {
    padding-bottom: 135px !important;
  }

  .lx\:pb-140 {
    padding-bottom: 140px !important;
  }

  .lx\:pb-142 {
    padding-bottom: 142px !important;
  }

  .lx\:pb-145 {
    padding-bottom: 145px !important;
  }

  .lx\:pb-150 {
    padding-bottom: 150px !important;
  }

  .lx\:pb-160 {
    padding-bottom: 160px !important;
  }

  .lx\:pb-165 {
    padding-bottom: 165px !important;
  }

  .lx\:pb-170 {
    padding-bottom: 170px !important;
  }

  .lx\:pb-180 {
    padding-bottom: 180px !important;
  }

  .lx\:pb-185 {
    padding-bottom: 185px !important;
  }

  .lx\:pb-190 {
    padding-bottom: 190px !important;
  }

  .lx\:pb-200 {
    padding-bottom: 200px !important;
  }

  .lx\:pb-225 {
    padding-bottom: 225px !important;
  }

  .lx\:pb-px {
    padding-bottom: 1px !important;
  }

  .lx\:pl-0 {
    padding-left: 0px !important;
  }

  .lx\:pl-5 {
    padding-left: 5px !important;
  }

  .lx\:pl-8 {
    padding-left: 8px !important;
  }

  .lx\:pl-10 {
    padding-left: 10px !important;
  }

  .lx\:pl-15 {
    padding-left: 15px !important;
  }

  .lx\:pl-20 {
    padding-left: 20px !important;
  }

  .lx\:pl-25 {
    padding-left: 25px !important;
  }

  .lx\:pl-26 {
    padding-left: 26px !important;
  }

  .lx\:pl-27 {
    padding-left: 27px !important;
  }

  .lx\:pl-28 {
    padding-left: 28px !important;
  }

  .lx\:pl-30 {
    padding-left: 30px !important;
  }

  .lx\:pl-32 {
    padding-left: 32px !important;
  }

  .lx\:pl-33 {
    padding-left: 33px !important;
  }

  .lx\:pl-34 {
    padding-left: 34px !important;
  }

  .lx\:pl-35 {
    padding-left: 35px !important;
  }

  .lx\:pl-38 {
    padding-left: 38px !important;
  }

  .lx\:pl-40 {
    padding-left: 40px !important;
  }

  .lx\:pl-44 {
    padding-left: 44px !important;
  }

  .lx\:pl-45 {
    padding-left: 45px !important;
  }

  .lx\:pl-50 {
    padding-left: 50px !important;
  }

  .lx\:pl-55 {
    padding-left: 55px !important;
  }

  .lx\:pl-60 {
    padding-left: 60px !important;
  }

  .lx\:pl-65 {
    padding-left: 65px !important;
  }

  .lx\:pl-70 {
    padding-left: 70px !important;
  }

  .lx\:pl-75 {
    padding-left: 75px !important;
  }

  .lx\:pl-80 {
    padding-left: 80px !important;
  }

  .lx\:pl-85 {
    padding-left: 85px !important;
  }

  .lx\:pl-90 {
    padding-left: 90px !important;
  }

  .lx\:pl-95 {
    padding-left: 95px !important;
  }

  .lx\:pl-100 {
    padding-left: 100px !important;
  }

  .lx\:pl-105 {
    padding-left: 105px !important;
  }

  .lx\:pl-110 {
    padding-left: 110px !important;
  }

  .lx\:pl-115 {
    padding-left: 115px !important;
  }

  .lx\:pl-120 {
    padding-left: 120px !important;
  }

  .lx\:pl-125 {
    padding-left: 125px !important;
  }

  .lx\:pl-130 {
    padding-left: 130px !important;
  }

  .lx\:pl-135 {
    padding-left: 135px !important;
  }

  .lx\:pl-140 {
    padding-left: 140px !important;
  }

  .lx\:pl-142 {
    padding-left: 142px !important;
  }

  .lx\:pl-145 {
    padding-left: 145px !important;
  }

  .lx\:pl-150 {
    padding-left: 150px !important;
  }

  .lx\:pl-160 {
    padding-left: 160px !important;
  }

  .lx\:pl-165 {
    padding-left: 165px !important;
  }

  .lx\:pl-170 {
    padding-left: 170px !important;
  }

  .lx\:pl-180 {
    padding-left: 180px !important;
  }

  .lx\:pl-185 {
    padding-left: 185px !important;
  }

  .lx\:pl-190 {
    padding-left: 190px !important;
  }

  .lx\:pl-200 {
    padding-left: 200px !important;
  }

  .lx\:pl-225 {
    padding-left: 225px !important;
  }

  .lx\:pl-px {
    padding-left: 1px !important;
  }

  .lx\:text-left {
    text-align: left !important;
  }

  .lx\:text-center {
    text-align: center !important;
  }

  .lx\:text-right {
    text-align: right !important;
  }

  .lx\:text-justify {
    text-align: justify !important;
  }

  .lx\:align-baseline {
    vertical-align: baseline !important;
  }

  .lx\:align-top {
    vertical-align: top !important;
  }

  .lx\:align-middle {
    vertical-align: middle !important;
  }

  .lx\:align-bottom {
    vertical-align: bottom !important;
  }

  .lx\:align-text-top {
    vertical-align: text-top !important;
  }

  .lx\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lx\:font-font-zilla {
    font-family: Zilla Slab !important;
  }

  .lx\:font-font-montserrat {
    font-family: Montserrat !important;
  }

  .lx\:font-font-helveticaneuemedium {
    font-family: helveticaneuemedium !important;
  }

  .lx\:text-base {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .lx\:text-fs-400 {
    font-size: 400px !important;
    line-height: 320px !important;
  }

  .lx\:text-fs-215 {
    font-size: 215px !important;
    line-height: 172px !important;
  }

  .lx\:text-fs-160 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .lx\:text-fs-140 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .lx\:text-fs-110 {
    font-size: 110px !important;
    line-height: 88px !important;
  }

  .lx\:text-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .lx\:text-fs-60 {
    font-size: 60px !important;
    line-height: 72px !important;
  }

  .lx\:text-fs-55 {
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .lx\:text-fs-50 {
    font-size: 50px !important;
    line-height: 45px !important;
  }

  .lx\:text-fs-45 {
    font-size: 45px !important;
    line-height: 36px !important;
  }

  .lx\:text-fs-40 {
    font-size: 40px !important;
    line-height: 32px !important;
  }

  .lx\:text-fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .lx\:text-fs-32 {
    font-size: 32px !important;
    line-height: 26px !important;
  }

  .lx\:text-fs-30 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  .lx\:text-fs-28 {
    font-size: 28px !important;
    line-height: 22px !important;
  }

  .lx\:text-fs-24 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .lx\:text-fs-26 {
    font-size: 26px !important;
    line-height: 41px !important;
  }

  .lx\:text-fs-22 {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .lx\:text-fs-20 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .lx\:text-fs-18 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .lx\:text-fs-17 {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .lx\:text-fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .lx\:text-fs-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .lx\:text-fs-13 {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .lx\:font-thin {
    font-weight: 100 !important;
  }

  .lx\:font-extralight {
    font-weight: 200 !important;
  }

  .lx\:font-light {
    font-weight: 300 !important;
  }

  .lx\:font-normal {
    font-weight: 400 !important;
  }

  .lx\:font-medium {
    font-weight: 500 !important;
  }

  .lx\:font-semibold {
    font-weight: 600 !important;
  }

  .lx\:font-bold {
    font-weight: 700 !important;
  }

  .lx\:font-extrabold {
    font-weight: 800 !important;
  }

  .lx\:font-black {
    font-weight: 900 !important;
  }

  .lx\:uppercase {
    text-transform: uppercase !important;
  }

  .lx\:lowercase {
    text-transform: lowercase !important;
  }

  .lx\:capitalize {
    text-transform: capitalize !important;
  }

  .lx\:normal-case {
    text-transform: none !important;
  }

  .lx\:italic {
    font-style: italic !important;
  }

  .lx\:not-italic {
    font-style: normal !important;
  }

  .lx\:ordinal, .lx\:slashed-zero, .lx\:lining-nums, .lx\:oldstyle-nums, .lx\:proportional-nums, .lx\:tabular-nums, .lx\:diagonal-fractions, .lx\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lx\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .lx\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .lx\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .lx\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .lx\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lx\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lx\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lx\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lx\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lx\:leading-none {
    line-height: 1 !important;
  }

  .lx\:leading-lh-68 {
    line-height: 68px !important;
  }

  .lx\:leading-lh-60 {
    line-height: 60px !important;
  }

  .lx\:leading-lh-55 {
    line-height: 55px !important;
  }

  .lx\:leading-lh-52 {
    line-height: 52px !important;
  }

  .lx\:leading-lh-50 {
    line-height: 50px !important;
  }

  .lx\:leading-lh-44 {
    line-height: 44px !important;
  }

  .lx\:leading-lh-42 {
    line-height: 42px !important;
  }

  .lx\:leading-lh-38 {
    line-height: 38px !important;
  }

  .lx\:leading-lh-28 {
    line-height: 28px !important;
  }

  .lx\:leading-lh-30 {
    line-height: 30px !important;
  }

  .lx\:leading-lh-25 {
    line-height: 25px !important;
  }

  .lx\:leading-lh-24 {
    line-height: 24px !important;
  }

  .lx\:leading-lh-22 {
    line-height: 22px !important;
  }

  .lx\:leading-lh-21 {
    line-height: 21px !important;
  }

  .lx\:leading-lh-20 {
    line-height: 20px !important;
  }

  .lx\:leading-lh-18 {
    line-height: 18px !important;
  }

  .lx\:leading-lh-16 {
    line-height: 16px !important;
  }

  .lx\:leading-lh-37 {
    line-height: 37px !important;
  }

  .lx\:leading-lh-35 {
    line-height: 35px !important;
  }

  .lx\:leading-lh-33 {
    line-height: 33px !important;
  }

  .lx\:leading-lh-88 {
    line-height: 88px !important;
  }

  .lx\:leading-lh-72 {
    line-height: 72px !important;
  }

  .lx\:leading-lh-62 {
    line-height: 62px !important;
  }

  .lx\:leading-lh-45 {
    line-height: 45px !important;
  }

  .lx\:leading-lh-26 {
    line-height: 26px !important;
  }

  .lx\:leading-lh-27 {
    line-height: 27px !important;
  }

  .lx\:leading-lh-23 {
    line-height: 23px !important;
  }

  .lx\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .lx\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .lx\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lx\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lx\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .lx\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .lx\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .lx\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lx\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .lx\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .lx\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .lx\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .lx\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .lx\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .lx\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .lx\:text-transparent {
    color: transparent !important;
  }

  .lx\:text-current {
    color: currentColor !important;
  }

  .lx\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lx\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lx\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lx\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lx\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lx\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lx\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lx\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lx\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lx\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lx\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lx\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lx\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lx\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .lx\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .lx\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .lx\:group-hover\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .lx\:group-hover\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .lx\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .lx\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-lightteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-darkteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-darkred:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-darkblue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-skybule:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-lightgray:focus-within {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus-within\:text-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-devider:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-cream:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-blue01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-blue02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-buttercup:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lx\:focus-within\:text-lime-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lx\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .lx\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-lightteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-darkteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-darkred:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-darkblue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-skybule:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-lightgray:hover {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:hover\:text-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-devider:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-cream:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-blue01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-blue02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-buttercup:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lx\:hover\:text-lime-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lx\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .lx\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-lightteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-darkteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-darkred:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-darkblue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-skybule:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-lightgray:focus {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:text-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-devider:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-cream:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-blue01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-blue02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-buttercup:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lx\:focus\:text-lime-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lx\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .lx\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .lx\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .lx\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .lx\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .lx\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .lx\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .lx\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .lx\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .lx\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .lx\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .lx\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .lx\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lx\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .lx\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .lx\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .lx\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .lx\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .lx\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .lx\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lx\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .lx\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .lx\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .lx\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .lx\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .lx\:underline {
    text-decoration: underline !important;
  }

  .lx\:line-through {
    text-decoration: line-through !important;
  }

  .lx\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .lx\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .lx\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .lx\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .lx\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .lx\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .lx\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .lx\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lx\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lx\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lx\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lx\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lx\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lx\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lx\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lx\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lx\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lx\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lx\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lx\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-lightteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-lightteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-darkteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-darkteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-darkred::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-darkred::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-darkblue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-darkblue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-skybule::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-skybule::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-lightgray::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:placeholder-lightgray::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-devider::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-devider::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-cream::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-cream::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-blue01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-blue01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-blue02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-blue02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-buttercup::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-buttercup::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-lime-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-lime-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lx\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lx\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lx\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lx\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-lightteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-lightteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-darkteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-darkteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-darkred:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-darkred:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-darkblue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-darkblue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-skybule:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-skybule:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-lightgray:focus::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:placeholder-lightgray:focus::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-devider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-devider:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-cream:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-cream:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-blue01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-blue01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-blue02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-blue02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-buttercup:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-buttercup:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-lime-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:focus\:placeholder-lime-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lx\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lx\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lx\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lx\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lx\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lx\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lx\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lx\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lx\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lx\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lx\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lx\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lx\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lx\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lx\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lx\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lx\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lx\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lx\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lx\:opacity-0 {
    opacity: 0 !important;
  }

  .lx\:opacity-5 {
    opacity: 0.05 !important;
  }

  .lx\:opacity-10 {
    opacity: 0.1 !important;
  }

  .lx\:opacity-20 {
    opacity: 0.2 !important;
  }

  .lx\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lx\:opacity-30 {
    opacity: 0.3 !important;
  }

  .lx\:opacity-40 {
    opacity: 0.4 !important;
  }

  .lx\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lx\:opacity-57 {
    opacity: 0.57 !important;
  }

  .lx\:opacity-60 {
    opacity: 0.6 !important;
  }

  .lx\:opacity-70 {
    opacity: 0.7 !important;
  }

  .lx\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lx\:opacity-80 {
    opacity: 0.8 !important;
  }

  .lx\:opacity-90 {
    opacity: 0.9 !important;
  }

  .lx\:opacity-95 {
    opacity: 0.95 !important;
  }

  .lx\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .lx\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .lx\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .lx\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .lx\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .lx\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .lx\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .lx\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .lx\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .lx\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .lx\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .lx\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .lx\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .lx\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .lx\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .lx\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .lx\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .lx\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .lx\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .lx\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .lx\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .lx\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .lx\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .lx\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .lx\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .lx\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .lx\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .lx\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .lx\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .lx\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .lx\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .lx\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .lx\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .lx\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lx\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .lx\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .lx\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .lx\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lx\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .lx\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .lx\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lx\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .lx\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .lx\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .lx\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lx\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .lx\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .lx\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .lx\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lx\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lx\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .lx\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .lx\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .lx\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lx\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .lx\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .lx\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lx\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .lx\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .lx\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .lx\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lx\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .lx\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .lx\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .lx\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lx\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .lx\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .lx\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .lx\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .lx\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .lx\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .lx\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .lx\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .lx\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .lx\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .lx\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .lx\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .lx\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .lx\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .lx\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .lx\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .lx\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .lx\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .lx\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .lx\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .lx\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .lx\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .lx\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .lx\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .lx\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .lx\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .lx\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .lx\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .lx\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .lx\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .lx\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .lx\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .lx\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lx\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lx\:group-hover\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lx\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lx\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lx\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lx\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lx\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lx\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lx\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lx\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lx\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lx\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lx\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lx\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lx\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lx\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .lx\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .lx\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .lx\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .lx\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .lx\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-lightteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-darkteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-darkred {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-darkblue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-skybule {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-lightgray {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:ring-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-devider {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-cream {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-blue01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-blue02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-buttercup {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-lime-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .lx\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .lx\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-lightteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-darkteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-darkred:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-darkblue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-skybule:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-lightgray:focus-within {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus-within\:ring-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-devider:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-cream:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-blue01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-blue02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-buttercup:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus-within\:ring-lime-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .lx\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .lx\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-lightteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-darkteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-darkred:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-darkblue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-skybule:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-lightgray:focus {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:ring-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-devider:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-cream:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-blue01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-blue02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-buttercup:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .lx\:focus\:ring-lime-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .lx\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .lx\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .lx\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .lx\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .lx\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .lx\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .lx\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .lx\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .lx\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .lx\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .lx\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .lx\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .lx\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .lx\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .lx\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .lx\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .lx\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .lx\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .lx\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .lx\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .lx\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .lx\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .lx\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .lx\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .lx\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .lx\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .lx\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .lx\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .lx\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .lx\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .lx\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .lx\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lx\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .lx\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .lx\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .lx\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .lx\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .lx\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .lx\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lx\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .lx\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .lx\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .lx\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .lx\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .lx\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .lx\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .lx\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .lx\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .lx\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .lx\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .lx\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .lx\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .lx\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .lx\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .lx\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .lx\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .lx\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .lx\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .lx\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .lx\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .lx\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .lx\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .lx\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lx\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lx\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lx\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lx\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lx\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lx\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .lx\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .lx\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lx\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lx\:ring-offset-black {
    --tw-ring-offset-color: #000000 !important;
  }

  .lx\:ring-offset-lightteal {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .lx\:ring-offset-darkteal {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .lx\:ring-offset-red {
    --tw-ring-offset-color: #D6393C !important;
  }

  .lx\:ring-offset-darkred {
    --tw-ring-offset-color: #B63033 !important;
  }

  .lx\:ring-offset-darkblue {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .lx\:ring-offset-skybule {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .lx\:ring-offset-yellow {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .lx\:ring-offset-lightgray {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:ring-offset-gray {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lx\:ring-offset-devider {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .lx\:ring-offset-cream {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .lx\:ring-offset-blue01 {
    --tw-ring-offset-color: #39495B !important;
  }

  .lx\:ring-offset-blue02 {
    --tw-ring-offset-color: #37526B !important;
  }

  .lx\:ring-offset-buttercup {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .lx\:ring-offset-lime-gray {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .lx\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .lx\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .lx\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .lx\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lx\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lx\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lx\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lx\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lx\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lx\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .lx\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .lx\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lx\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lx\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000 !important;
  }

  .lx\:focus-within\:ring-offset-lightteal:focus-within {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .lx\:focus-within\:ring-offset-darkteal:focus-within {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .lx\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #D6393C !important;
  }

  .lx\:focus-within\:ring-offset-darkred:focus-within {
    --tw-ring-offset-color: #B63033 !important;
  }

  .lx\:focus-within\:ring-offset-darkblue:focus-within {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .lx\:focus-within\:ring-offset-skybule:focus-within {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .lx\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .lx\:focus-within\:ring-offset-lightgray:focus-within {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus-within\:ring-offset-gray:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lx\:focus-within\:ring-offset-devider:focus-within {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .lx\:focus-within\:ring-offset-cream:focus-within {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .lx\:focus-within\:ring-offset-blue01:focus-within {
    --tw-ring-offset-color: #39495B !important;
  }

  .lx\:focus-within\:ring-offset-blue02:focus-within {
    --tw-ring-offset-color: #37526B !important;
  }

  .lx\:focus-within\:ring-offset-buttercup:focus-within {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .lx\:focus-within\:ring-offset-lime-gray:focus-within {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .lx\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .lx\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .lx\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .lx\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lx\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lx\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lx\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lx\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lx\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lx\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .lx\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .lx\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lx\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lx\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000 !important;
  }

  .lx\:focus\:ring-offset-lightteal:focus {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .lx\:focus\:ring-offset-darkteal:focus {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .lx\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #D6393C !important;
  }

  .lx\:focus\:ring-offset-darkred:focus {
    --tw-ring-offset-color: #B63033 !important;
  }

  .lx\:focus\:ring-offset-darkblue:focus {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .lx\:focus\:ring-offset-skybule:focus {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .lx\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .lx\:focus\:ring-offset-lightgray:focus {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lx\:focus\:ring-offset-gray:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lx\:focus\:ring-offset-devider:focus {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .lx\:focus\:ring-offset-cream:focus {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .lx\:focus\:ring-offset-blue01:focus {
    --tw-ring-offset-color: #39495B !important;
  }

  .lx\:focus\:ring-offset-blue02:focus {
    --tw-ring-offset-color: #37526B !important;
  }

  .lx\:focus\:ring-offset-buttercup:focus {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .lx\:focus\:ring-offset-lime-gray:focus {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .lx\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .lx\:filter-none {
    filter: none !important;
  }

  .lx\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .lx\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .lx\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .lx\:blur {
    --tw-blur: blur(8px) !important;
  }

  .lx\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .lx\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .lx\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .lx\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .lx\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .lx\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .lx\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .lx\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .lx\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .lx\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .lx\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .lx\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .lx\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .lx\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .lx\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .lx\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .lx\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .lx\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .lx\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .lx\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .lx\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .lx\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .lx\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .lx\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lx\: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)) !important;
  }

  .lx\: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)) !important;
  }

  .lx\: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)) !important;
  }

  .lx\: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)) !important;
  }

  .lx\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lx\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lx\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .lx\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .lx\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lx\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lx\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lx\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lx\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lx\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lx\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lx\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lx\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lx\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lx\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lx\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .lx\:invert {
    --tw-invert: invert(100%) !important;
  }

  .lx\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .lx\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .lx\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .lx\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .lx\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .lx\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .lx\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .lx\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .lx\:backdrop-filter-none {
    backdrop-filter: none !important;
  }

  .lx\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lx\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lx\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lx\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lx\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lx\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lx\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lx\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lx\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lx\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lx\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lx\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lx\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lx\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lx\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lx\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lx\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lx\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lx\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lx\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lx\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lx\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lx\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lx\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lx\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lx\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lx\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lx\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lx\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lx\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lx\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lx\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lx\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lx\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lx\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lx\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lx\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lx\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lx\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lx\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lx\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .lx\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lx\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lx\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lx\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .lx\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lx\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lx\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lx\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lx\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lx\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .lx\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lx\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lx\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lx\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lx\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lx\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lx\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lx\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lx\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lx\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lx\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lx\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lx\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lx\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lx\:transition-none {
    transition-property: none !important;
  }

  .lx\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lx\:delay-75 {
    transition-delay: 75ms !important;
  }

  .lx\:delay-100 {
    transition-delay: 100ms !important;
  }

  .lx\:delay-150 {
    transition-delay: 150ms !important;
  }

  .lx\:delay-200 {
    transition-delay: 200ms !important;
  }

  .lx\:delay-300 {
    transition-delay: 300ms !important;
  }

  .lx\:delay-500 {
    transition-delay: 500ms !important;
  }

  .lx\:delay-700 {
    transition-delay: 700ms !important;
  }

  .lx\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lx\:duration-75 {
    transition-duration: 75ms !important;
  }

  .lx\:duration-100 {
    transition-duration: 100ms !important;
  }

  .lx\:duration-150 {
    transition-duration: 150ms !important;
  }

  .lx\:duration-200 {
    transition-duration: 200ms !important;
  }

  .lx\:duration-300 {
    transition-duration: 300ms !important;
  }

  .lx\:duration-500 {
    transition-duration: 500ms !important;
  }

  .lx\:duration-700 {
    transition-duration: 700ms !important;
  }

  .lx\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lx\:ease-linear {
    transition-timing-function: linear !important;
  }

  .lx\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lx\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lx\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 1199px) {
  .lg\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .lg\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .lg\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .lg\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .lg\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .lg\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .lg\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .lg\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .lg\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .lg\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .lg\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .lg\:inset-33 {
    top: 33px !important;
    right: 33px !important;
    bottom: 33px !important;
    left: 33px !important;
  }

  .lg\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .lg\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .lg\:inset-38 {
    top: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    left: 38px !important;
  }

  .lg\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .lg\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .lg\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .lg\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .lg\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .lg\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .lg\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .lg\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .lg\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .lg\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .lg\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .lg\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .lg\:inset-95 {
    top: 95px !important;
    right: 95px !important;
    bottom: 95px !important;
    left: 95px !important;
  }

  .lg\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .lg\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .lg\:inset-110 {
    top: 110px !important;
    right: 110px !important;
    bottom: 110px !important;
    left: 110px !important;
  }

  .lg\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .lg\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .lg\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .lg\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .lg\:inset-135 {
    top: 135px !important;
    right: 135px !important;
    bottom: 135px !important;
    left: 135px !important;
  }

  .lg\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .lg\:inset-142 {
    top: 142px !important;
    right: 142px !important;
    bottom: 142px !important;
    left: 142px !important;
  }

  .lg\:inset-145 {
    top: 145px !important;
    right: 145px !important;
    bottom: 145px !important;
    left: 145px !important;
  }

  .lg\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .lg\:inset-160 {
    top: 160px !important;
    right: 160px !important;
    bottom: 160px !important;
    left: 160px !important;
  }

  .lg\:inset-165 {
    top: 165px !important;
    right: 165px !important;
    bottom: 165px !important;
    left: 165px !important;
  }

  .lg\:inset-170 {
    top: 170px !important;
    right: 170px !important;
    bottom: 170px !important;
    left: 170px !important;
  }

  .lg\:inset-180 {
    top: 180px !important;
    right: 180px !important;
    bottom: 180px !important;
    left: 180px !important;
  }

  .lg\:inset-185 {
    top: 185px !important;
    right: 185px !important;
    bottom: 185px !important;
    left: 185px !important;
  }

  .lg\:inset-190 {
    top: 190px !important;
    right: 190px !important;
    bottom: 190px !important;
    left: 190px !important;
  }

  .lg\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .lg\:inset-225 {
    top: 225px !important;
    right: 225px !important;
    bottom: 225px !important;
    left: 225px !important;
  }

  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .lg\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .lg\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .lg\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .lg\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .lg\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .lg\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .lg\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .lg\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .lg\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .lg\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .lg\:-inset-33 {
    top: -33px !important;
    right: -33px !important;
    bottom: -33px !important;
    left: -33px !important;
  }

  .lg\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .lg\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .lg\:-inset-38 {
    top: -38px !important;
    right: -38px !important;
    bottom: -38px !important;
    left: -38px !important;
  }

  .lg\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .lg\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .lg\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .lg\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .lg\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .lg\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .lg\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .lg\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .lg\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .lg\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .lg\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .lg\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .lg\:-inset-95 {
    top: -95px !important;
    right: -95px !important;
    bottom: -95px !important;
    left: -95px !important;
  }

  .lg\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .lg\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .lg\:-inset-110 {
    top: -110px !important;
    right: -110px !important;
    bottom: -110px !important;
    left: -110px !important;
  }

  .lg\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .lg\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .lg\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .lg\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .lg\:-inset-135 {
    top: -135px !important;
    right: -135px !important;
    bottom: -135px !important;
    left: -135px !important;
  }

  .lg\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .lg\:-inset-142 {
    top: -142px !important;
    right: -142px !important;
    bottom: -142px !important;
    left: -142px !important;
  }

  .lg\:-inset-145 {
    top: -145px !important;
    right: -145px !important;
    bottom: -145px !important;
    left: -145px !important;
  }

  .lg\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .lg\:-inset-160 {
    top: -160px !important;
    right: -160px !important;
    bottom: -160px !important;
    left: -160px !important;
  }

  .lg\:-inset-165 {
    top: -165px !important;
    right: -165px !important;
    bottom: -165px !important;
    left: -165px !important;
  }

  .lg\:-inset-170 {
    top: -170px !important;
    right: -170px !important;
    bottom: -170px !important;
    left: -170px !important;
  }

  .lg\:-inset-180 {
    top: -180px !important;
    right: -180px !important;
    bottom: -180px !important;
    left: -180px !important;
  }

  .lg\:-inset-185 {
    top: -185px !important;
    right: -185px !important;
    bottom: -185px !important;
    left: -185px !important;
  }

  .lg\:-inset-190 {
    top: -190px !important;
    right: -190px !important;
    bottom: -190px !important;
    left: -190px !important;
  }

  .lg\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .lg\:-inset-225 {
    top: -225px !important;
    right: -225px !important;
    bottom: -225px !important;
    left: -225px !important;
  }

  .lg\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .lg\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .lg\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .lg\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .lg\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .lg\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .lg\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .lg\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .lg\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .lg\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .lg\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .lg\:inset-x-33 {
    left: 33px !important;
    right: 33px !important;
  }

  .lg\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .lg\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .lg\:inset-x-38 {
    left: 38px !important;
    right: 38px !important;
  }

  .lg\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .lg\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .lg\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .lg\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .lg\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .lg\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .lg\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .lg\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .lg\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .lg\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .lg\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .lg\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .lg\:inset-x-95 {
    left: 95px !important;
    right: 95px !important;
  }

  .lg\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .lg\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .lg\:inset-x-110 {
    left: 110px !important;
    right: 110px !important;
  }

  .lg\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .lg\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .lg\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .lg\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .lg\:inset-x-135 {
    left: 135px !important;
    right: 135px !important;
  }

  .lg\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .lg\:inset-x-142 {
    left: 142px !important;
    right: 142px !important;
  }

  .lg\:inset-x-145 {
    left: 145px !important;
    right: 145px !important;
  }

  .lg\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .lg\:inset-x-160 {
    left: 160px !important;
    right: 160px !important;
  }

  .lg\:inset-x-165 {
    left: 165px !important;
    right: 165px !important;
  }

  .lg\:inset-x-170 {
    left: 170px !important;
    right: 170px !important;
  }

  .lg\:inset-x-180 {
    left: 180px !important;
    right: 180px !important;
  }

  .lg\:inset-x-185 {
    left: 185px !important;
    right: 185px !important;
  }

  .lg\:inset-x-190 {
    left: 190px !important;
    right: 190px !important;
  }

  .lg\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .lg\:inset-x-225 {
    left: 225px !important;
    right: 225px !important;
  }

  .lg\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .lg\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .lg\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .lg\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .lg\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .lg\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .lg\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .lg\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .lg\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .lg\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .lg\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .lg\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .lg\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .lg\:-inset-x-33 {
    left: -33px !important;
    right: -33px !important;
  }

  .lg\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .lg\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .lg\:-inset-x-38 {
    left: -38px !important;
    right: -38px !important;
  }

  .lg\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .lg\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .lg\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .lg\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .lg\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .lg\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .lg\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .lg\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .lg\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .lg\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .lg\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .lg\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .lg\:-inset-x-95 {
    left: -95px !important;
    right: -95px !important;
  }

  .lg\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .lg\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .lg\:-inset-x-110 {
    left: -110px !important;
    right: -110px !important;
  }

  .lg\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .lg\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .lg\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .lg\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .lg\:-inset-x-135 {
    left: -135px !important;
    right: -135px !important;
  }

  .lg\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .lg\:-inset-x-142 {
    left: -142px !important;
    right: -142px !important;
  }

  .lg\:-inset-x-145 {
    left: -145px !important;
    right: -145px !important;
  }

  .lg\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .lg\:-inset-x-160 {
    left: -160px !important;
    right: -160px !important;
  }

  .lg\:-inset-x-165 {
    left: -165px !important;
    right: -165px !important;
  }

  .lg\:-inset-x-170 {
    left: -170px !important;
    right: -170px !important;
  }

  .lg\:-inset-x-180 {
    left: -180px !important;
    right: -180px !important;
  }

  .lg\:-inset-x-185 {
    left: -185px !important;
    right: -185px !important;
  }

  .lg\:-inset-x-190 {
    left: -190px !important;
    right: -190px !important;
  }

  .lg\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .lg\:-inset-x-225 {
    left: -225px !important;
    right: -225px !important;
  }

  .lg\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .lg\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lg\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .lg\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .lg\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .lg\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lg\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .lg\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .lg\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .lg\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .lg\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .lg\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .lg\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .lg\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .lg\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .lg\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .lg\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .lg\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .lg\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .lg\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .lg\:inset-y-33 {
    top: 33px !important;
    bottom: 33px !important;
  }

  .lg\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .lg\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .lg\:inset-y-38 {
    top: 38px !important;
    bottom: 38px !important;
  }

  .lg\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .lg\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .lg\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .lg\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .lg\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .lg\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .lg\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .lg\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .lg\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .lg\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .lg\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .lg\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .lg\:inset-y-95 {
    top: 95px !important;
    bottom: 95px !important;
  }

  .lg\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .lg\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .lg\:inset-y-110 {
    top: 110px !important;
    bottom: 110px !important;
  }

  .lg\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .lg\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .lg\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .lg\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .lg\:inset-y-135 {
    top: 135px !important;
    bottom: 135px !important;
  }

  .lg\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .lg\:inset-y-142 {
    top: 142px !important;
    bottom: 142px !important;
  }

  .lg\:inset-y-145 {
    top: 145px !important;
    bottom: 145px !important;
  }

  .lg\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .lg\:inset-y-160 {
    top: 160px !important;
    bottom: 160px !important;
  }

  .lg\:inset-y-165 {
    top: 165px !important;
    bottom: 165px !important;
  }

  .lg\:inset-y-170 {
    top: 170px !important;
    bottom: 170px !important;
  }

  .lg\:inset-y-180 {
    top: 180px !important;
    bottom: 180px !important;
  }

  .lg\:inset-y-185 {
    top: 185px !important;
    bottom: 185px !important;
  }

  .lg\:inset-y-190 {
    top: 190px !important;
    bottom: 190px !important;
  }

  .lg\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .lg\:inset-y-225 {
    top: 225px !important;
    bottom: 225px !important;
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .lg\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .lg\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .lg\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .lg\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .lg\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .lg\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .lg\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .lg\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .lg\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .lg\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .lg\:-inset-y-33 {
    top: -33px !important;
    bottom: -33px !important;
  }

  .lg\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .lg\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .lg\:-inset-y-38 {
    top: -38px !important;
    bottom: -38px !important;
  }

  .lg\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .lg\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .lg\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .lg\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .lg\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .lg\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .lg\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .lg\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .lg\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .lg\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .lg\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .lg\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .lg\:-inset-y-95 {
    top: -95px !important;
    bottom: -95px !important;
  }

  .lg\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .lg\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .lg\:-inset-y-110 {
    top: -110px !important;
    bottom: -110px !important;
  }

  .lg\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .lg\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .lg\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .lg\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .lg\:-inset-y-135 {
    top: -135px !important;
    bottom: -135px !important;
  }

  .lg\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .lg\:-inset-y-142 {
    top: -142px !important;
    bottom: -142px !important;
  }

  .lg\:-inset-y-145 {
    top: -145px !important;
    bottom: -145px !important;
  }

  .lg\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .lg\:-inset-y-160 {
    top: -160px !important;
    bottom: -160px !important;
  }

  .lg\:-inset-y-165 {
    top: -165px !important;
    bottom: -165px !important;
  }

  .lg\:-inset-y-170 {
    top: -170px !important;
    bottom: -170px !important;
  }

  .lg\:-inset-y-180 {
    top: -180px !important;
    bottom: -180px !important;
  }

  .lg\:-inset-y-185 {
    top: -185px !important;
    bottom: -185px !important;
  }

  .lg\:-inset-y-190 {
    top: -190px !important;
    bottom: -190px !important;
  }

  .lg\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .lg\:-inset-y-225 {
    top: -225px !important;
    bottom: -225px !important;
  }

  .lg\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:top-0 {
    top: 0px !important;
  }

  .lg\:top-5 {
    top: 5px !important;
  }

  .lg\:top-8 {
    top: 8px !important;
  }

  .lg\:top-10 {
    top: 10px !important;
  }

  .lg\:top-15 {
    top: 15px !important;
  }

  .lg\:top-20 {
    top: 20px !important;
  }

  .lg\:top-25 {
    top: 25px !important;
  }

  .lg\:top-26 {
    top: 26px !important;
  }

  .lg\:top-27 {
    top: 27px !important;
  }

  .lg\:top-28 {
    top: 28px !important;
  }

  .lg\:top-30 {
    top: 30px !important;
  }

  .lg\:top-32 {
    top: 32px !important;
  }

  .lg\:top-33 {
    top: 33px !important;
  }

  .lg\:top-34 {
    top: 34px !important;
  }

  .lg\:top-35 {
    top: 35px !important;
  }

  .lg\:top-38 {
    top: 38px !important;
  }

  .lg\:top-40 {
    top: 40px !important;
  }

  .lg\:top-44 {
    top: 44px !important;
  }

  .lg\:top-45 {
    top: 45px !important;
  }

  .lg\:top-50 {
    top: 50px !important;
  }

  .lg\:top-55 {
    top: 55px !important;
  }

  .lg\:top-60 {
    top: 60px !important;
  }

  .lg\:top-65 {
    top: 65px !important;
  }

  .lg\:top-70 {
    top: 70px !important;
  }

  .lg\:top-75 {
    top: 75px !important;
  }

  .lg\:top-80 {
    top: 80px !important;
  }

  .lg\:top-85 {
    top: 85px !important;
  }

  .lg\:top-90 {
    top: 90px !important;
  }

  .lg\:top-95 {
    top: 95px !important;
  }

  .lg\:top-100 {
    top: 100px !important;
  }

  .lg\:top-105 {
    top: 105px !important;
  }

  .lg\:top-110 {
    top: 110px !important;
  }

  .lg\:top-115 {
    top: 115px !important;
  }

  .lg\:top-120 {
    top: 120px !important;
  }

  .lg\:top-125 {
    top: 125px !important;
  }

  .lg\:top-130 {
    top: 130px !important;
  }

  .lg\:top-135 {
    top: 135px !important;
  }

  .lg\:top-140 {
    top: 140px !important;
  }

  .lg\:top-142 {
    top: 142px !important;
  }

  .lg\:top-145 {
    top: 145px !important;
  }

  .lg\:top-150 {
    top: 150px !important;
  }

  .lg\:top-160 {
    top: 160px !important;
  }

  .lg\:top-165 {
    top: 165px !important;
  }

  .lg\:top-170 {
    top: 170px !important;
  }

  .lg\:top-180 {
    top: 180px !important;
  }

  .lg\:top-185 {
    top: 185px !important;
  }

  .lg\:top-190 {
    top: 190px !important;
  }

  .lg\:top-200 {
    top: 200px !important;
  }

  .lg\:top-225 {
    top: 225px !important;
  }

  .lg\:top-auto {
    top: auto !important;
  }

  .lg\:top-px {
    top: 1px !important;
  }

  .lg\:-top-0 {
    top: 0px !important;
  }

  .lg\:-top-5 {
    top: -5px !important;
  }

  .lg\:-top-8 {
    top: -8px !important;
  }

  .lg\:-top-10 {
    top: -10px !important;
  }

  .lg\:-top-15 {
    top: -15px !important;
  }

  .lg\:-top-20 {
    top: -20px !important;
  }

  .lg\:-top-25 {
    top: -25px !important;
  }

  .lg\:-top-26 {
    top: -26px !important;
  }

  .lg\:-top-27 {
    top: -27px !important;
  }

  .lg\:-top-28 {
    top: -28px !important;
  }

  .lg\:-top-30 {
    top: -30px !important;
  }

  .lg\:-top-32 {
    top: -32px !important;
  }

  .lg\:-top-33 {
    top: -33px !important;
  }

  .lg\:-top-34 {
    top: -34px !important;
  }

  .lg\:-top-35 {
    top: -35px !important;
  }

  .lg\:-top-38 {
    top: -38px !important;
  }

  .lg\:-top-40 {
    top: -40px !important;
  }

  .lg\:-top-44 {
    top: -44px !important;
  }

  .lg\:-top-45 {
    top: -45px !important;
  }

  .lg\:-top-50 {
    top: -50px !important;
  }

  .lg\:-top-55 {
    top: -55px !important;
  }

  .lg\:-top-60 {
    top: -60px !important;
  }

  .lg\:-top-65 {
    top: -65px !important;
  }

  .lg\:-top-70 {
    top: -70px !important;
  }

  .lg\:-top-75 {
    top: -75px !important;
  }

  .lg\:-top-80 {
    top: -80px !important;
  }

  .lg\:-top-85 {
    top: -85px !important;
  }

  .lg\:-top-90 {
    top: -90px !important;
  }

  .lg\:-top-95 {
    top: -95px !important;
  }

  .lg\:-top-100 {
    top: -100px !important;
  }

  .lg\:-top-105 {
    top: -105px !important;
  }

  .lg\:-top-110 {
    top: -110px !important;
  }

  .lg\:-top-115 {
    top: -115px !important;
  }

  .lg\:-top-120 {
    top: -120px !important;
  }

  .lg\:-top-125 {
    top: -125px !important;
  }

  .lg\:-top-130 {
    top: -130px !important;
  }

  .lg\:-top-135 {
    top: -135px !important;
  }

  .lg\:-top-140 {
    top: -140px !important;
  }

  .lg\:-top-142 {
    top: -142px !important;
  }

  .lg\:-top-145 {
    top: -145px !important;
  }

  .lg\:-top-150 {
    top: -150px !important;
  }

  .lg\:-top-160 {
    top: -160px !important;
  }

  .lg\:-top-165 {
    top: -165px !important;
  }

  .lg\:-top-170 {
    top: -170px !important;
  }

  .lg\:-top-180 {
    top: -180px !important;
  }

  .lg\:-top-185 {
    top: -185px !important;
  }

  .lg\:-top-190 {
    top: -190px !important;
  }

  .lg\:-top-200 {
    top: -200px !important;
  }

  .lg\:-top-225 {
    top: -225px !important;
  }

  .lg\:-top-px {
    top: -1px !important;
  }

  .lg\:top-1\/2 {
    top: 50% !important;
  }

  .lg\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:top-2\/3 {
    top: 66.666667% !important;
  }

  .lg\:top-1\/4 {
    top: 25% !important;
  }

  .lg\:top-2\/4 {
    top: 50% !important;
  }

  .lg\:top-3\/4 {
    top: 75% !important;
  }

  .lg\:top-full {
    top: 100% !important;
  }

  .lg\:-top-1\/2 {
    top: -50% !important;
  }

  .lg\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .lg\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .lg\:-top-1\/4 {
    top: -25% !important;
  }

  .lg\:-top-2\/4 {
    top: -50% !important;
  }

  .lg\:-top-3\/4 {
    top: -75% !important;
  }

  .lg\:-top-full {
    top: -100% !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:right-5 {
    right: 5px !important;
  }

  .lg\:right-8 {
    right: 8px !important;
  }

  .lg\:right-10 {
    right: 10px !important;
  }

  .lg\:right-15 {
    right: 15px !important;
  }

  .lg\:right-20 {
    right: 20px !important;
  }

  .lg\:right-25 {
    right: 25px !important;
  }

  .lg\:right-26 {
    right: 26px !important;
  }

  .lg\:right-27 {
    right: 27px !important;
  }

  .lg\:right-28 {
    right: 28px !important;
  }

  .lg\:right-30 {
    right: 30px !important;
  }

  .lg\:right-32 {
    right: 32px !important;
  }

  .lg\:right-33 {
    right: 33px !important;
  }

  .lg\:right-34 {
    right: 34px !important;
  }

  .lg\:right-35 {
    right: 35px !important;
  }

  .lg\:right-38 {
    right: 38px !important;
  }

  .lg\:right-40 {
    right: 40px !important;
  }

  .lg\:right-44 {
    right: 44px !important;
  }

  .lg\:right-45 {
    right: 45px !important;
  }

  .lg\:right-50 {
    right: 50px !important;
  }

  .lg\:right-55 {
    right: 55px !important;
  }

  .lg\:right-60 {
    right: 60px !important;
  }

  .lg\:right-65 {
    right: 65px !important;
  }

  .lg\:right-70 {
    right: 70px !important;
  }

  .lg\:right-75 {
    right: 75px !important;
  }

  .lg\:right-80 {
    right: 80px !important;
  }

  .lg\:right-85 {
    right: 85px !important;
  }

  .lg\:right-90 {
    right: 90px !important;
  }

  .lg\:right-95 {
    right: 95px !important;
  }

  .lg\:right-100 {
    right: 100px !important;
  }

  .lg\:right-105 {
    right: 105px !important;
  }

  .lg\:right-110 {
    right: 110px !important;
  }

  .lg\:right-115 {
    right: 115px !important;
  }

  .lg\:right-120 {
    right: 120px !important;
  }

  .lg\:right-125 {
    right: 125px !important;
  }

  .lg\:right-130 {
    right: 130px !important;
  }

  .lg\:right-135 {
    right: 135px !important;
  }

  .lg\:right-140 {
    right: 140px !important;
  }

  .lg\:right-142 {
    right: 142px !important;
  }

  .lg\:right-145 {
    right: 145px !important;
  }

  .lg\:right-150 {
    right: 150px !important;
  }

  .lg\:right-160 {
    right: 160px !important;
  }

  .lg\:right-165 {
    right: 165px !important;
  }

  .lg\:right-170 {
    right: 170px !important;
  }

  .lg\:right-180 {
    right: 180px !important;
  }

  .lg\:right-185 {
    right: 185px !important;
  }

  .lg\:right-190 {
    right: 190px !important;
  }

  .lg\:right-200 {
    right: 200px !important;
  }

  .lg\:right-225 {
    right: 225px !important;
  }

  .lg\:right-auto {
    right: auto !important;
  }

  .lg\:right-px {
    right: 1px !important;
  }

  .lg\:-right-0 {
    right: 0px !important;
  }

  .lg\:-right-5 {
    right: -5px !important;
  }

  .lg\:-right-8 {
    right: -8px !important;
  }

  .lg\:-right-10 {
    right: -10px !important;
  }

  .lg\:-right-15 {
    right: -15px !important;
  }

  .lg\:-right-20 {
    right: -20px !important;
  }

  .lg\:-right-25 {
    right: -25px !important;
  }

  .lg\:-right-26 {
    right: -26px !important;
  }

  .lg\:-right-27 {
    right: -27px !important;
  }

  .lg\:-right-28 {
    right: -28px !important;
  }

  .lg\:-right-30 {
    right: -30px !important;
  }

  .lg\:-right-32 {
    right: -32px !important;
  }

  .lg\:-right-33 {
    right: -33px !important;
  }

  .lg\:-right-34 {
    right: -34px !important;
  }

  .lg\:-right-35 {
    right: -35px !important;
  }

  .lg\:-right-38 {
    right: -38px !important;
  }

  .lg\:-right-40 {
    right: -40px !important;
  }

  .lg\:-right-44 {
    right: -44px !important;
  }

  .lg\:-right-45 {
    right: -45px !important;
  }

  .lg\:-right-50 {
    right: -50px !important;
  }

  .lg\:-right-55 {
    right: -55px !important;
  }

  .lg\:-right-60 {
    right: -60px !important;
  }

  .lg\:-right-65 {
    right: -65px !important;
  }

  .lg\:-right-70 {
    right: -70px !important;
  }

  .lg\:-right-75 {
    right: -75px !important;
  }

  .lg\:-right-80 {
    right: -80px !important;
  }

  .lg\:-right-85 {
    right: -85px !important;
  }

  .lg\:-right-90 {
    right: -90px !important;
  }

  .lg\:-right-95 {
    right: -95px !important;
  }

  .lg\:-right-100 {
    right: -100px !important;
  }

  .lg\:-right-105 {
    right: -105px !important;
  }

  .lg\:-right-110 {
    right: -110px !important;
  }

  .lg\:-right-115 {
    right: -115px !important;
  }

  .lg\:-right-120 {
    right: -120px !important;
  }

  .lg\:-right-125 {
    right: -125px !important;
  }

  .lg\:-right-130 {
    right: -130px !important;
  }

  .lg\:-right-135 {
    right: -135px !important;
  }

  .lg\:-right-140 {
    right: -140px !important;
  }

  .lg\:-right-142 {
    right: -142px !important;
  }

  .lg\:-right-145 {
    right: -145px !important;
  }

  .lg\:-right-150 {
    right: -150px !important;
  }

  .lg\:-right-160 {
    right: -160px !important;
  }

  .lg\:-right-165 {
    right: -165px !important;
  }

  .lg\:-right-170 {
    right: -170px !important;
  }

  .lg\:-right-180 {
    right: -180px !important;
  }

  .lg\:-right-185 {
    right: -185px !important;
  }

  .lg\:-right-190 {
    right: -190px !important;
  }

  .lg\:-right-200 {
    right: -200px !important;
  }

  .lg\:-right-225 {
    right: -225px !important;
  }

  .lg\:-right-px {
    right: -1px !important;
  }

  .lg\:right-1\/2 {
    right: 50% !important;
  }

  .lg\:right-1\/3 {
    right: 33.333333% !important;
  }

  .lg\:right-2\/3 {
    right: 66.666667% !important;
  }

  .lg\:right-1\/4 {
    right: 25% !important;
  }

  .lg\:right-2\/4 {
    right: 50% !important;
  }

  .lg\:right-3\/4 {
    right: 75% !important;
  }

  .lg\:right-full {
    right: 100% !important;
  }

  .lg\:-right-1\/2 {
    right: -50% !important;
  }

  .lg\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .lg\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .lg\:-right-1\/4 {
    right: -25% !important;
  }

  .lg\:-right-2\/4 {
    right: -50% !important;
  }

  .lg\:-right-3\/4 {
    right: -75% !important;
  }

  .lg\:-right-full {
    right: -100% !important;
  }

  .lg\:bottom-0 {
    bottom: 0px !important;
  }

  .lg\:bottom-5 {
    bottom: 5px !important;
  }

  .lg\:bottom-8 {
    bottom: 8px !important;
  }

  .lg\:bottom-10 {
    bottom: 10px !important;
  }

  .lg\:bottom-15 {
    bottom: 15px !important;
  }

  .lg\:bottom-20 {
    bottom: 20px !important;
  }

  .lg\:bottom-25 {
    bottom: 25px !important;
  }

  .lg\:bottom-26 {
    bottom: 26px !important;
  }

  .lg\:bottom-27 {
    bottom: 27px !important;
  }

  .lg\:bottom-28 {
    bottom: 28px !important;
  }

  .lg\:bottom-30 {
    bottom: 30px !important;
  }

  .lg\:bottom-32 {
    bottom: 32px !important;
  }

  .lg\:bottom-33 {
    bottom: 33px !important;
  }

  .lg\:bottom-34 {
    bottom: 34px !important;
  }

  .lg\:bottom-35 {
    bottom: 35px !important;
  }

  .lg\:bottom-38 {
    bottom: 38px !important;
  }

  .lg\:bottom-40 {
    bottom: 40px !important;
  }

  .lg\:bottom-44 {
    bottom: 44px !important;
  }

  .lg\:bottom-45 {
    bottom: 45px !important;
  }

  .lg\:bottom-50 {
    bottom: 50px !important;
  }

  .lg\:bottom-55 {
    bottom: 55px !important;
  }

  .lg\:bottom-60 {
    bottom: 60px !important;
  }

  .lg\:bottom-65 {
    bottom: 65px !important;
  }

  .lg\:bottom-70 {
    bottom: 70px !important;
  }

  .lg\:bottom-75 {
    bottom: 75px !important;
  }

  .lg\:bottom-80 {
    bottom: 80px !important;
  }

  .lg\:bottom-85 {
    bottom: 85px !important;
  }

  .lg\:bottom-90 {
    bottom: 90px !important;
  }

  .lg\:bottom-95 {
    bottom: 95px !important;
  }

  .lg\:bottom-100 {
    bottom: 100px !important;
  }

  .lg\:bottom-105 {
    bottom: 105px !important;
  }

  .lg\:bottom-110 {
    bottom: 110px !important;
  }

  .lg\:bottom-115 {
    bottom: 115px !important;
  }

  .lg\:bottom-120 {
    bottom: 120px !important;
  }

  .lg\:bottom-125 {
    bottom: 125px !important;
  }

  .lg\:bottom-130 {
    bottom: 130px !important;
  }

  .lg\:bottom-135 {
    bottom: 135px !important;
  }

  .lg\:bottom-140 {
    bottom: 140px !important;
  }

  .lg\:bottom-142 {
    bottom: 142px !important;
  }

  .lg\:bottom-145 {
    bottom: 145px !important;
  }

  .lg\:bottom-150 {
    bottom: 150px !important;
  }

  .lg\:bottom-160 {
    bottom: 160px !important;
  }

  .lg\:bottom-165 {
    bottom: 165px !important;
  }

  .lg\:bottom-170 {
    bottom: 170px !important;
  }

  .lg\:bottom-180 {
    bottom: 180px !important;
  }

  .lg\:bottom-185 {
    bottom: 185px !important;
  }

  .lg\:bottom-190 {
    bottom: 190px !important;
  }

  .lg\:bottom-200 {
    bottom: 200px !important;
  }

  .lg\:bottom-225 {
    bottom: 225px !important;
  }

  .lg\:bottom-auto {
    bottom: auto !important;
  }

  .lg\:bottom-px {
    bottom: 1px !important;
  }

  .lg\:-bottom-0 {
    bottom: 0px !important;
  }

  .lg\:-bottom-5 {
    bottom: -5px !important;
  }

  .lg\:-bottom-8 {
    bottom: -8px !important;
  }

  .lg\:-bottom-10 {
    bottom: -10px !important;
  }

  .lg\:-bottom-15 {
    bottom: -15px !important;
  }

  .lg\:-bottom-20 {
    bottom: -20px !important;
  }

  .lg\:-bottom-25 {
    bottom: -25px !important;
  }

  .lg\:-bottom-26 {
    bottom: -26px !important;
  }

  .lg\:-bottom-27 {
    bottom: -27px !important;
  }

  .lg\:-bottom-28 {
    bottom: -28px !important;
  }

  .lg\:-bottom-30 {
    bottom: -30px !important;
  }

  .lg\:-bottom-32 {
    bottom: -32px !important;
  }

  .lg\:-bottom-33 {
    bottom: -33px !important;
  }

  .lg\:-bottom-34 {
    bottom: -34px !important;
  }

  .lg\:-bottom-35 {
    bottom: -35px !important;
  }

  .lg\:-bottom-38 {
    bottom: -38px !important;
  }

  .lg\:-bottom-40 {
    bottom: -40px !important;
  }

  .lg\:-bottom-44 {
    bottom: -44px !important;
  }

  .lg\:-bottom-45 {
    bottom: -45px !important;
  }

  .lg\:-bottom-50 {
    bottom: -50px !important;
  }

  .lg\:-bottom-55 {
    bottom: -55px !important;
  }

  .lg\:-bottom-60 {
    bottom: -60px !important;
  }

  .lg\:-bottom-65 {
    bottom: -65px !important;
  }

  .lg\:-bottom-70 {
    bottom: -70px !important;
  }

  .lg\:-bottom-75 {
    bottom: -75px !important;
  }

  .lg\:-bottom-80 {
    bottom: -80px !important;
  }

  .lg\:-bottom-85 {
    bottom: -85px !important;
  }

  .lg\:-bottom-90 {
    bottom: -90px !important;
  }

  .lg\:-bottom-95 {
    bottom: -95px !important;
  }

  .lg\:-bottom-100 {
    bottom: -100px !important;
  }

  .lg\:-bottom-105 {
    bottom: -105px !important;
  }

  .lg\:-bottom-110 {
    bottom: -110px !important;
  }

  .lg\:-bottom-115 {
    bottom: -115px !important;
  }

  .lg\:-bottom-120 {
    bottom: -120px !important;
  }

  .lg\:-bottom-125 {
    bottom: -125px !important;
  }

  .lg\:-bottom-130 {
    bottom: -130px !important;
  }

  .lg\:-bottom-135 {
    bottom: -135px !important;
  }

  .lg\:-bottom-140 {
    bottom: -140px !important;
  }

  .lg\:-bottom-142 {
    bottom: -142px !important;
  }

  .lg\:-bottom-145 {
    bottom: -145px !important;
  }

  .lg\:-bottom-150 {
    bottom: -150px !important;
  }

  .lg\:-bottom-160 {
    bottom: -160px !important;
  }

  .lg\:-bottom-165 {
    bottom: -165px !important;
  }

  .lg\:-bottom-170 {
    bottom: -170px !important;
  }

  .lg\:-bottom-180 {
    bottom: -180px !important;
  }

  .lg\:-bottom-185 {
    bottom: -185px !important;
  }

  .lg\:-bottom-190 {
    bottom: -190px !important;
  }

  .lg\:-bottom-200 {
    bottom: -200px !important;
  }

  .lg\:-bottom-225 {
    bottom: -225px !important;
  }

  .lg\:-bottom-px {
    bottom: -1px !important;
  }

  .lg\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lg\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .lg\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .lg\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .lg\:bottom-full {
    bottom: 100% !important;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .lg\:-bottom-full {
    bottom: -100% !important;
  }

  .lg\:left-0 {
    left: 0px !important;
  }

  .lg\:left-5 {
    left: 5px !important;
  }

  .lg\:left-8 {
    left: 8px !important;
  }

  .lg\:left-10 {
    left: 10px !important;
  }

  .lg\:left-15 {
    left: 15px !important;
  }

  .lg\:left-20 {
    left: 20px !important;
  }

  .lg\:left-25 {
    left: 25px !important;
  }

  .lg\:left-26 {
    left: 26px !important;
  }

  .lg\:left-27 {
    left: 27px !important;
  }

  .lg\:left-28 {
    left: 28px !important;
  }

  .lg\:left-30 {
    left: 30px !important;
  }

  .lg\:left-32 {
    left: 32px !important;
  }

  .lg\:left-33 {
    left: 33px !important;
  }

  .lg\:left-34 {
    left: 34px !important;
  }

  .lg\:left-35 {
    left: 35px !important;
  }

  .lg\:left-38 {
    left: 38px !important;
  }

  .lg\:left-40 {
    left: 40px !important;
  }

  .lg\:left-44 {
    left: 44px !important;
  }

  .lg\:left-45 {
    left: 45px !important;
  }

  .lg\:left-50 {
    left: 50px !important;
  }

  .lg\:left-55 {
    left: 55px !important;
  }

  .lg\:left-60 {
    left: 60px !important;
  }

  .lg\:left-65 {
    left: 65px !important;
  }

  .lg\:left-70 {
    left: 70px !important;
  }

  .lg\:left-75 {
    left: 75px !important;
  }

  .lg\:left-80 {
    left: 80px !important;
  }

  .lg\:left-85 {
    left: 85px !important;
  }

  .lg\:left-90 {
    left: 90px !important;
  }

  .lg\:left-95 {
    left: 95px !important;
  }

  .lg\:left-100 {
    left: 100px !important;
  }

  .lg\:left-105 {
    left: 105px !important;
  }

  .lg\:left-110 {
    left: 110px !important;
  }

  .lg\:left-115 {
    left: 115px !important;
  }

  .lg\:left-120 {
    left: 120px !important;
  }

  .lg\:left-125 {
    left: 125px !important;
  }

  .lg\:left-130 {
    left: 130px !important;
  }

  .lg\:left-135 {
    left: 135px !important;
  }

  .lg\:left-140 {
    left: 140px !important;
  }

  .lg\:left-142 {
    left: 142px !important;
  }

  .lg\:left-145 {
    left: 145px !important;
  }

  .lg\:left-150 {
    left: 150px !important;
  }

  .lg\:left-160 {
    left: 160px !important;
  }

  .lg\:left-165 {
    left: 165px !important;
  }

  .lg\:left-170 {
    left: 170px !important;
  }

  .lg\:left-180 {
    left: 180px !important;
  }

  .lg\:left-185 {
    left: 185px !important;
  }

  .lg\:left-190 {
    left: 190px !important;
  }

  .lg\:left-200 {
    left: 200px !important;
  }

  .lg\:left-225 {
    left: 225px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:left-px {
    left: 1px !important;
  }

  .lg\:-left-0 {
    left: 0px !important;
  }

  .lg\:-left-5 {
    left: -5px !important;
  }

  .lg\:-left-8 {
    left: -8px !important;
  }

  .lg\:-left-10 {
    left: -10px !important;
  }

  .lg\:-left-15 {
    left: -15px !important;
  }

  .lg\:-left-20 {
    left: -20px !important;
  }

  .lg\:-left-25 {
    left: -25px !important;
  }

  .lg\:-left-26 {
    left: -26px !important;
  }

  .lg\:-left-27 {
    left: -27px !important;
  }

  .lg\:-left-28 {
    left: -28px !important;
  }

  .lg\:-left-30 {
    left: -30px !important;
  }

  .lg\:-left-32 {
    left: -32px !important;
  }

  .lg\:-left-33 {
    left: -33px !important;
  }

  .lg\:-left-34 {
    left: -34px !important;
  }

  .lg\:-left-35 {
    left: -35px !important;
  }

  .lg\:-left-38 {
    left: -38px !important;
  }

  .lg\:-left-40 {
    left: -40px !important;
  }

  .lg\:-left-44 {
    left: -44px !important;
  }

  .lg\:-left-45 {
    left: -45px !important;
  }

  .lg\:-left-50 {
    left: -50px !important;
  }

  .lg\:-left-55 {
    left: -55px !important;
  }

  .lg\:-left-60 {
    left: -60px !important;
  }

  .lg\:-left-65 {
    left: -65px !important;
  }

  .lg\:-left-70 {
    left: -70px !important;
  }

  .lg\:-left-75 {
    left: -75px !important;
  }

  .lg\:-left-80 {
    left: -80px !important;
  }

  .lg\:-left-85 {
    left: -85px !important;
  }

  .lg\:-left-90 {
    left: -90px !important;
  }

  .lg\:-left-95 {
    left: -95px !important;
  }

  .lg\:-left-100 {
    left: -100px !important;
  }

  .lg\:-left-105 {
    left: -105px !important;
  }

  .lg\:-left-110 {
    left: -110px !important;
  }

  .lg\:-left-115 {
    left: -115px !important;
  }

  .lg\:-left-120 {
    left: -120px !important;
  }

  .lg\:-left-125 {
    left: -125px !important;
  }

  .lg\:-left-130 {
    left: -130px !important;
  }

  .lg\:-left-135 {
    left: -135px !important;
  }

  .lg\:-left-140 {
    left: -140px !important;
  }

  .lg\:-left-142 {
    left: -142px !important;
  }

  .lg\:-left-145 {
    left: -145px !important;
  }

  .lg\:-left-150 {
    left: -150px !important;
  }

  .lg\:-left-160 {
    left: -160px !important;
  }

  .lg\:-left-165 {
    left: -165px !important;
  }

  .lg\:-left-170 {
    left: -170px !important;
  }

  .lg\:-left-180 {
    left: -180px !important;
  }

  .lg\:-left-185 {
    left: -185px !important;
  }

  .lg\:-left-190 {
    left: -190px !important;
  }

  .lg\:-left-200 {
    left: -200px !important;
  }

  .lg\:-left-225 {
    left: -225px !important;
  }

  .lg\:-left-px {
    left: -1px !important;
  }

  .lg\:left-1\/2 {
    left: 50% !important;
  }

  .lg\:left-1\/3 {
    left: 33.333333% !important;
  }

  .lg\:left-2\/3 {
    left: 66.666667% !important;
  }

  .lg\:left-1\/4 {
    left: 25% !important;
  }

  .lg\:left-2\/4 {
    left: 50% !important;
  }

  .lg\:left-3\/4 {
    left: 75% !important;
  }

  .lg\:left-full {
    left: 100% !important;
  }

  .lg\:-left-1\/2 {
    left: -50% !important;
  }

  .lg\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .lg\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .lg\:-left-1\/4 {
    left: -25% !important;
  }

  .lg\:-left-2\/4 {
    left: -50% !important;
  }

  .lg\:-left-3\/4 {
    left: -75% !important;
  }

  .lg\:-left-full {
    left: -100% !important;
  }

  .lg\:isolate {
    isolation: isolate !important;
  }

  .lg\:isolation-auto {
    isolation: auto !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:order-4 {
    order: 4 !important;
  }

  .lg\:order-5 {
    order: 5 !important;
  }

  .lg\:order-6 {
    order: 6 !important;
  }

  .lg\:order-7 {
    order: 7 !important;
  }

  .lg\:order-8 {
    order: 8 !important;
  }

  .lg\:order-9 {
    order: 9 !important;
  }

  .lg\:order-10 {
    order: 10 !important;
  }

  .lg\:order-11 {
    order: 11 !important;
  }

  .lg\:order-12 {
    order: 12 !important;
  }

  .lg\:order-first {
    order: -9999 !important;
  }

  .lg\:order-last {
    order: 9999 !important;
  }

  .lg\:order-none {
    order: 0 !important;
  }

  .lg\:col-auto {
    grid-column: auto !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clear-left {
    clear: left !important;
  }

  .lg\:clear-right {
    clear: right !important;
  }

  .lg\:clear-both {
    clear: both !important;
  }

  .lg\:clear-none {
    clear: none !important;
  }

  .lg\:m-0 {
    margin: 0px !important;
  }

  .lg\:m-5 {
    margin: 5px !important;
  }

  .lg\:m-8 {
    margin: 8px !important;
  }

  .lg\:m-10 {
    margin: 10px !important;
  }

  .lg\:m-15 {
    margin: 15px !important;
  }

  .lg\:m-20 {
    margin: 20px !important;
  }

  .lg\:m-25 {
    margin: 25px !important;
  }

  .lg\:m-26 {
    margin: 26px !important;
  }

  .lg\:m-27 {
    margin: 27px !important;
  }

  .lg\:m-28 {
    margin: 28px !important;
  }

  .lg\:m-30 {
    margin: 30px !important;
  }

  .lg\:m-32 {
    margin: 32px !important;
  }

  .lg\:m-33 {
    margin: 33px !important;
  }

  .lg\:m-34 {
    margin: 34px !important;
  }

  .lg\:m-35 {
    margin: 35px !important;
  }

  .lg\:m-38 {
    margin: 38px !important;
  }

  .lg\:m-40 {
    margin: 40px !important;
  }

  .lg\:m-44 {
    margin: 44px !important;
  }

  .lg\:m-45 {
    margin: 45px !important;
  }

  .lg\:m-50 {
    margin: 50px !important;
  }

  .lg\:m-55 {
    margin: 55px !important;
  }

  .lg\:m-60 {
    margin: 60px !important;
  }

  .lg\:m-65 {
    margin: 65px !important;
  }

  .lg\:m-70 {
    margin: 70px !important;
  }

  .lg\:m-75 {
    margin: 75px !important;
  }

  .lg\:m-80 {
    margin: 80px !important;
  }

  .lg\:m-85 {
    margin: 85px !important;
  }

  .lg\:m-90 {
    margin: 90px !important;
  }

  .lg\:m-95 {
    margin: 95px !important;
  }

  .lg\:m-100 {
    margin: 100px !important;
  }

  .lg\:m-105 {
    margin: 105px !important;
  }

  .lg\:m-110 {
    margin: 110px !important;
  }

  .lg\:m-115 {
    margin: 115px !important;
  }

  .lg\:m-120 {
    margin: 120px !important;
  }

  .lg\:m-125 {
    margin: 125px !important;
  }

  .lg\:m-130 {
    margin: 130px !important;
  }

  .lg\:m-135 {
    margin: 135px !important;
  }

  .lg\:m-140 {
    margin: 140px !important;
  }

  .lg\:m-142 {
    margin: 142px !important;
  }

  .lg\:m-145 {
    margin: 145px !important;
  }

  .lg\:m-150 {
    margin: 150px !important;
  }

  .lg\:m-160 {
    margin: 160px !important;
  }

  .lg\:m-165 {
    margin: 165px !important;
  }

  .lg\:m-170 {
    margin: 170px !important;
  }

  .lg\:m-180 {
    margin: 180px !important;
  }

  .lg\:m-185 {
    margin: 185px !important;
  }

  .lg\:m-190 {
    margin: 190px !important;
  }

  .lg\:m-200 {
    margin: 200px !important;
  }

  .lg\:m-225 {
    margin: 225px !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:-m-0 {
    margin: 0px !important;
  }

  .lg\:-m-5 {
    margin: -5px !important;
  }

  .lg\:-m-8 {
    margin: -8px !important;
  }

  .lg\:-m-10 {
    margin: -10px !important;
  }

  .lg\:-m-15 {
    margin: -15px !important;
  }

  .lg\:-m-20 {
    margin: -20px !important;
  }

  .lg\:-m-25 {
    margin: -25px !important;
  }

  .lg\:-m-26 {
    margin: -26px !important;
  }

  .lg\:-m-27 {
    margin: -27px !important;
  }

  .lg\:-m-28 {
    margin: -28px !important;
  }

  .lg\:-m-30 {
    margin: -30px !important;
  }

  .lg\:-m-32 {
    margin: -32px !important;
  }

  .lg\:-m-33 {
    margin: -33px !important;
  }

  .lg\:-m-34 {
    margin: -34px !important;
  }

  .lg\:-m-35 {
    margin: -35px !important;
  }

  .lg\:-m-38 {
    margin: -38px !important;
  }

  .lg\:-m-40 {
    margin: -40px !important;
  }

  .lg\:-m-44 {
    margin: -44px !important;
  }

  .lg\:-m-45 {
    margin: -45px !important;
  }

  .lg\:-m-50 {
    margin: -50px !important;
  }

  .lg\:-m-55 {
    margin: -55px !important;
  }

  .lg\:-m-60 {
    margin: -60px !important;
  }

  .lg\:-m-65 {
    margin: -65px !important;
  }

  .lg\:-m-70 {
    margin: -70px !important;
  }

  .lg\:-m-75 {
    margin: -75px !important;
  }

  .lg\:-m-80 {
    margin: -80px !important;
  }

  .lg\:-m-85 {
    margin: -85px !important;
  }

  .lg\:-m-90 {
    margin: -90px !important;
  }

  .lg\:-m-95 {
    margin: -95px !important;
  }

  .lg\:-m-100 {
    margin: -100px !important;
  }

  .lg\:-m-105 {
    margin: -105px !important;
  }

  .lg\:-m-110 {
    margin: -110px !important;
  }

  .lg\:-m-115 {
    margin: -115px !important;
  }

  .lg\:-m-120 {
    margin: -120px !important;
  }

  .lg\:-m-125 {
    margin: -125px !important;
  }

  .lg\:-m-130 {
    margin: -130px !important;
  }

  .lg\:-m-135 {
    margin: -135px !important;
  }

  .lg\:-m-140 {
    margin: -140px !important;
  }

  .lg\:-m-142 {
    margin: -142px !important;
  }

  .lg\:-m-145 {
    margin: -145px !important;
  }

  .lg\:-m-150 {
    margin: -150px !important;
  }

  .lg\:-m-160 {
    margin: -160px !important;
  }

  .lg\:-m-165 {
    margin: -165px !important;
  }

  .lg\:-m-170 {
    margin: -170px !important;
  }

  .lg\:-m-180 {
    margin: -180px !important;
  }

  .lg\:-m-185 {
    margin: -185px !important;
  }

  .lg\:-m-190 {
    margin: -190px !important;
  }

  .lg\:-m-200 {
    margin: -200px !important;
  }

  .lg\:-m-225 {
    margin: -225px !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .lg\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .lg\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .lg\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lg\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .lg\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .lg\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .lg\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .lg\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .lg\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .lg\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }

  .lg\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .lg\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .lg\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }

  .lg\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .lg\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .lg\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .lg\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .lg\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .lg\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .lg\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .lg\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .lg\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .lg\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .lg\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .lg\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .lg\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .lg\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .lg\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .lg\:mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .lg\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .lg\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .lg\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .lg\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .lg\:mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .lg\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .lg\:mx-142 {
    margin-left: 142px !important;
    margin-right: 142px !important;
  }

  .lg\:mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .lg\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .lg\:mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .lg\:mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .lg\:mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .lg\:mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .lg\:mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .lg\:mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .lg\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .lg\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .lg\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .lg\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .lg\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .lg\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .lg\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .lg\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .lg\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .lg\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .lg\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .lg\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .lg\:-mx-33 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }

  .lg\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .lg\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .lg\:-mx-38 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }

  .lg\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .lg\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .lg\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .lg\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .lg\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .lg\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .lg\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .lg\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .lg\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .lg\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .lg\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .lg\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .lg\:-mx-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }

  .lg\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .lg\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .lg\:-mx-110 {
    margin-left: -110px !important;
    margin-right: -110px !important;
  }

  .lg\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .lg\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .lg\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .lg\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .lg\:-mx-135 {
    margin-left: -135px !important;
    margin-right: -135px !important;
  }

  .lg\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .lg\:-mx-142 {
    margin-left: -142px !important;
    margin-right: -142px !important;
  }

  .lg\:-mx-145 {
    margin-left: -145px !important;
    margin-right: -145px !important;
  }

  .lg\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .lg\:-mx-160 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .lg\:-mx-165 {
    margin-left: -165px !important;
    margin-right: -165px !important;
  }

  .lg\:-mx-170 {
    margin-left: -170px !important;
    margin-right: -170px !important;
  }

  .lg\:-mx-180 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .lg\:-mx-185 {
    margin-left: -185px !important;
    margin-right: -185px !important;
  }

  .lg\:-mx-190 {
    margin-left: -190px !important;
    margin-right: -190px !important;
  }

  .lg\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .lg\:-mx-225 {
    margin-left: -225px !important;
    margin-right: -225px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .lg\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .lg\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lg\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lg\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .lg\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .lg\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .lg\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .lg\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lg\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .lg\:my-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .lg\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .lg\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .lg\:my-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }

  .lg\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .lg\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .lg\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .lg\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .lg\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .lg\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .lg\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .lg\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .lg\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .lg\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .lg\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .lg\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .lg\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .lg\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .lg\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .lg\:my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .lg\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .lg\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .lg\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .lg\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .lg\:my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .lg\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .lg\:my-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }

  .lg\:my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .lg\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .lg\:my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .lg\:my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .lg\:my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .lg\:my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .lg\:my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .lg\:my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .lg\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .lg\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .lg\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .lg\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .lg\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .lg\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .lg\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .lg\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .lg\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .lg\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .lg\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .lg\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .lg\:-my-33 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }

  .lg\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .lg\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .lg\:-my-38 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }

  .lg\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .lg\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .lg\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .lg\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .lg\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .lg\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .lg\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .lg\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .lg\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .lg\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .lg\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .lg\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .lg\:-my-95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }

  .lg\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .lg\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .lg\:-my-110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .lg\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .lg\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .lg\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .lg\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .lg\:-my-135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important;
  }

  .lg\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .lg\:-my-142 {
    margin-top: -142px !important;
    margin-bottom: -142px !important;
  }

  .lg\:-my-145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important;
  }

  .lg\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .lg\:-my-160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .lg\:-my-165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important;
  }

  .lg\:-my-170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
  }

  .lg\:-my-180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .lg\:-my-185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important;
  }

  .lg\:-my-190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
  }

  .lg\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .lg\:-my-225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-5 {
    margin-top: 5px !important;
  }

  .lg\:mt-8 {
    margin-top: 8px !important;
  }

  .lg\:mt-10 {
    margin-top: 10px !important;
  }

  .lg\:mt-15 {
    margin-top: 15px !important;
  }

  .lg\:mt-20 {
    margin-top: 20px !important;
  }

  .lg\:mt-25 {
    margin-top: 25px !important;
  }

  .lg\:mt-26 {
    margin-top: 26px !important;
  }

  .lg\:mt-27 {
    margin-top: 27px !important;
  }

  .lg\:mt-28 {
    margin-top: 28px !important;
  }

  .lg\:mt-30 {
    margin-top: 30px !important;
  }

  .lg\:mt-32 {
    margin-top: 32px !important;
  }

  .lg\:mt-33 {
    margin-top: 33px !important;
  }

  .lg\:mt-34 {
    margin-top: 34px !important;
  }

  .lg\:mt-35 {
    margin-top: 35px !important;
  }

  .lg\:mt-38 {
    margin-top: 38px !important;
  }

  .lg\:mt-40 {
    margin-top: 40px !important;
  }

  .lg\:mt-44 {
    margin-top: 44px !important;
  }

  .lg\:mt-45 {
    margin-top: 45px !important;
  }

  .lg\:mt-50 {
    margin-top: 50px !important;
  }

  .lg\:mt-55 {
    margin-top: 55px !important;
  }

  .lg\:mt-60 {
    margin-top: 60px !important;
  }

  .lg\:mt-65 {
    margin-top: 65px !important;
  }

  .lg\:mt-70 {
    margin-top: 70px !important;
  }

  .lg\:mt-75 {
    margin-top: 75px !important;
  }

  .lg\:mt-80 {
    margin-top: 80px !important;
  }

  .lg\:mt-85 {
    margin-top: 85px !important;
  }

  .lg\:mt-90 {
    margin-top: 90px !important;
  }

  .lg\:mt-95 {
    margin-top: 95px !important;
  }

  .lg\:mt-100 {
    margin-top: 100px !important;
  }

  .lg\:mt-105 {
    margin-top: 105px !important;
  }

  .lg\:mt-110 {
    margin-top: 110px !important;
  }

  .lg\:mt-115 {
    margin-top: 115px !important;
  }

  .lg\:mt-120 {
    margin-top: 120px !important;
  }

  .lg\:mt-125 {
    margin-top: 125px !important;
  }

  .lg\:mt-130 {
    margin-top: 130px !important;
  }

  .lg\:mt-135 {
    margin-top: 135px !important;
  }

  .lg\:mt-140 {
    margin-top: 140px !important;
  }

  .lg\:mt-142 {
    margin-top: 142px !important;
  }

  .lg\:mt-145 {
    margin-top: 145px !important;
  }

  .lg\:mt-150 {
    margin-top: 150px !important;
  }

  .lg\:mt-160 {
    margin-top: 160px !important;
  }

  .lg\:mt-165 {
    margin-top: 165px !important;
  }

  .lg\:mt-170 {
    margin-top: 170px !important;
  }

  .lg\:mt-180 {
    margin-top: 180px !important;
  }

  .lg\:mt-185 {
    margin-top: 185px !important;
  }

  .lg\:mt-190 {
    margin-top: 190px !important;
  }

  .lg\:mt-200 {
    margin-top: 200px !important;
  }

  .lg\:mt-225 {
    margin-top: 225px !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-5 {
    margin-top: -5px !important;
  }

  .lg\:-mt-8 {
    margin-top: -8px !important;
  }

  .lg\:-mt-10 {
    margin-top: -10px !important;
  }

  .lg\:-mt-15 {
    margin-top: -15px !important;
  }

  .lg\:-mt-20 {
    margin-top: -20px !important;
  }

  .lg\:-mt-25 {
    margin-top: -25px !important;
  }

  .lg\:-mt-26 {
    margin-top: -26px !important;
  }

  .lg\:-mt-27 {
    margin-top: -27px !important;
  }

  .lg\:-mt-28 {
    margin-top: -28px !important;
  }

  .lg\:-mt-30 {
    margin-top: -30px !important;
  }

  .lg\:-mt-32 {
    margin-top: -32px !important;
  }

  .lg\:-mt-33 {
    margin-top: -33px !important;
  }

  .lg\:-mt-34 {
    margin-top: -34px !important;
  }

  .lg\:-mt-35 {
    margin-top: -35px !important;
  }

  .lg\:-mt-38 {
    margin-top: -38px !important;
  }

  .lg\:-mt-40 {
    margin-top: -40px !important;
  }

  .lg\:-mt-44 {
    margin-top: -44px !important;
  }

  .lg\:-mt-45 {
    margin-top: -45px !important;
  }

  .lg\:-mt-50 {
    margin-top: -50px !important;
  }

  .lg\:-mt-55 {
    margin-top: -55px !important;
  }

  .lg\:-mt-60 {
    margin-top: -60px !important;
  }

  .lg\:-mt-65 {
    margin-top: -65px !important;
  }

  .lg\:-mt-70 {
    margin-top: -70px !important;
  }

  .lg\:-mt-75 {
    margin-top: -75px !important;
  }

  .lg\:-mt-80 {
    margin-top: -80px !important;
  }

  .lg\:-mt-85 {
    margin-top: -85px !important;
  }

  .lg\:-mt-90 {
    margin-top: -90px !important;
  }

  .lg\:-mt-95 {
    margin-top: -95px !important;
  }

  .lg\:-mt-100 {
    margin-top: -100px !important;
  }

  .lg\:-mt-105 {
    margin-top: -105px !important;
  }

  .lg\:-mt-110 {
    margin-top: -110px !important;
  }

  .lg\:-mt-115 {
    margin-top: -115px !important;
  }

  .lg\:-mt-120 {
    margin-top: -120px !important;
  }

  .lg\:-mt-125 {
    margin-top: -125px !important;
  }

  .lg\:-mt-130 {
    margin-top: -130px !important;
  }

  .lg\:-mt-135 {
    margin-top: -135px !important;
  }

  .lg\:-mt-140 {
    margin-top: -140px !important;
  }

  .lg\:-mt-142 {
    margin-top: -142px !important;
  }

  .lg\:-mt-145 {
    margin-top: -145px !important;
  }

  .lg\:-mt-150 {
    margin-top: -150px !important;
  }

  .lg\:-mt-160 {
    margin-top: -160px !important;
  }

  .lg\:-mt-165 {
    margin-top: -165px !important;
  }

  .lg\:-mt-170 {
    margin-top: -170px !important;
  }

  .lg\:-mt-180 {
    margin-top: -180px !important;
  }

  .lg\:-mt-185 {
    margin-top: -185px !important;
  }

  .lg\:-mt-190 {
    margin-top: -190px !important;
  }

  .lg\:-mt-200 {
    margin-top: -200px !important;
  }

  .lg\:-mt-225 {
    margin-top: -225px !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:mr-0 {
    margin-right: 0px !important;
  }

  .lg\:mr-5 {
    margin-right: 5px !important;
  }

  .lg\:mr-8 {
    margin-right: 8px !important;
  }

  .lg\:mr-10 {
    margin-right: 10px !important;
  }

  .lg\:mr-15 {
    margin-right: 15px !important;
  }

  .lg\:mr-20 {
    margin-right: 20px !important;
  }

  .lg\:mr-25 {
    margin-right: 25px !important;
  }

  .lg\:mr-26 {
    margin-right: 26px !important;
  }

  .lg\:mr-27 {
    margin-right: 27px !important;
  }

  .lg\:mr-28 {
    margin-right: 28px !important;
  }

  .lg\:mr-30 {
    margin-right: 30px !important;
  }

  .lg\:mr-32 {
    margin-right: 32px !important;
  }

  .lg\:mr-33 {
    margin-right: 33px !important;
  }

  .lg\:mr-34 {
    margin-right: 34px !important;
  }

  .lg\:mr-35 {
    margin-right: 35px !important;
  }

  .lg\:mr-38 {
    margin-right: 38px !important;
  }

  .lg\:mr-40 {
    margin-right: 40px !important;
  }

  .lg\:mr-44 {
    margin-right: 44px !important;
  }

  .lg\:mr-45 {
    margin-right: 45px !important;
  }

  .lg\:mr-50 {
    margin-right: 50px !important;
  }

  .lg\:mr-55 {
    margin-right: 55px !important;
  }

  .lg\:mr-60 {
    margin-right: 60px !important;
  }

  .lg\:mr-65 {
    margin-right: 65px !important;
  }

  .lg\:mr-70 {
    margin-right: 70px !important;
  }

  .lg\:mr-75 {
    margin-right: 75px !important;
  }

  .lg\:mr-80 {
    margin-right: 80px !important;
  }

  .lg\:mr-85 {
    margin-right: 85px !important;
  }

  .lg\:mr-90 {
    margin-right: 90px !important;
  }

  .lg\:mr-95 {
    margin-right: 95px !important;
  }

  .lg\:mr-100 {
    margin-right: 100px !important;
  }

  .lg\:mr-105 {
    margin-right: 105px !important;
  }

  .lg\:mr-110 {
    margin-right: 110px !important;
  }

  .lg\:mr-115 {
    margin-right: 115px !important;
  }

  .lg\:mr-120 {
    margin-right: 120px !important;
  }

  .lg\:mr-125 {
    margin-right: 125px !important;
  }

  .lg\:mr-130 {
    margin-right: 130px !important;
  }

  .lg\:mr-135 {
    margin-right: 135px !important;
  }

  .lg\:mr-140 {
    margin-right: 140px !important;
  }

  .lg\:mr-142 {
    margin-right: 142px !important;
  }

  .lg\:mr-145 {
    margin-right: 145px !important;
  }

  .lg\:mr-150 {
    margin-right: 150px !important;
  }

  .lg\:mr-160 {
    margin-right: 160px !important;
  }

  .lg\:mr-165 {
    margin-right: 165px !important;
  }

  .lg\:mr-170 {
    margin-right: 170px !important;
  }

  .lg\:mr-180 {
    margin-right: 180px !important;
  }

  .lg\:mr-185 {
    margin-right: 185px !important;
  }

  .lg\:mr-190 {
    margin-right: 190px !important;
  }

  .lg\:mr-200 {
    margin-right: 200px !important;
  }

  .lg\:mr-225 {
    margin-right: 225px !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:-mr-0 {
    margin-right: 0px !important;
  }

  .lg\:-mr-5 {
    margin-right: -5px !important;
  }

  .lg\:-mr-8 {
    margin-right: -8px !important;
  }

  .lg\:-mr-10 {
    margin-right: -10px !important;
  }

  .lg\:-mr-15 {
    margin-right: -15px !important;
  }

  .lg\:-mr-20 {
    margin-right: -20px !important;
  }

  .lg\:-mr-25 {
    margin-right: -25px !important;
  }

  .lg\:-mr-26 {
    margin-right: -26px !important;
  }

  .lg\:-mr-27 {
    margin-right: -27px !important;
  }

  .lg\:-mr-28 {
    margin-right: -28px !important;
  }

  .lg\:-mr-30 {
    margin-right: -30px !important;
  }

  .lg\:-mr-32 {
    margin-right: -32px !important;
  }

  .lg\:-mr-33 {
    margin-right: -33px !important;
  }

  .lg\:-mr-34 {
    margin-right: -34px !important;
  }

  .lg\:-mr-35 {
    margin-right: -35px !important;
  }

  .lg\:-mr-38 {
    margin-right: -38px !important;
  }

  .lg\:-mr-40 {
    margin-right: -40px !important;
  }

  .lg\:-mr-44 {
    margin-right: -44px !important;
  }

  .lg\:-mr-45 {
    margin-right: -45px !important;
  }

  .lg\:-mr-50 {
    margin-right: -50px !important;
  }

  .lg\:-mr-55 {
    margin-right: -55px !important;
  }

  .lg\:-mr-60 {
    margin-right: -60px !important;
  }

  .lg\:-mr-65 {
    margin-right: -65px !important;
  }

  .lg\:-mr-70 {
    margin-right: -70px !important;
  }

  .lg\:-mr-75 {
    margin-right: -75px !important;
  }

  .lg\:-mr-80 {
    margin-right: -80px !important;
  }

  .lg\:-mr-85 {
    margin-right: -85px !important;
  }

  .lg\:-mr-90 {
    margin-right: -90px !important;
  }

  .lg\:-mr-95 {
    margin-right: -95px !important;
  }

  .lg\:-mr-100 {
    margin-right: -100px !important;
  }

  .lg\:-mr-105 {
    margin-right: -105px !important;
  }

  .lg\:-mr-110 {
    margin-right: -110px !important;
  }

  .lg\:-mr-115 {
    margin-right: -115px !important;
  }

  .lg\:-mr-120 {
    margin-right: -120px !important;
  }

  .lg\:-mr-125 {
    margin-right: -125px !important;
  }

  .lg\:-mr-130 {
    margin-right: -130px !important;
  }

  .lg\:-mr-135 {
    margin-right: -135px !important;
  }

  .lg\:-mr-140 {
    margin-right: -140px !important;
  }

  .lg\:-mr-142 {
    margin-right: -142px !important;
  }

  .lg\:-mr-145 {
    margin-right: -145px !important;
  }

  .lg\:-mr-150 {
    margin-right: -150px !important;
  }

  .lg\:-mr-160 {
    margin-right: -160px !important;
  }

  .lg\:-mr-165 {
    margin-right: -165px !important;
  }

  .lg\:-mr-170 {
    margin-right: -170px !important;
  }

  .lg\:-mr-180 {
    margin-right: -180px !important;
  }

  .lg\:-mr-185 {
    margin-right: -185px !important;
  }

  .lg\:-mr-190 {
    margin-right: -190px !important;
  }

  .lg\:-mr-200 {
    margin-right: -200px !important;
  }

  .lg\:-mr-225 {
    margin-right: -225px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-5 {
    margin-bottom: 5px !important;
  }

  .lg\:mb-8 {
    margin-bottom: 8px !important;
  }

  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }

  .lg\:mb-15 {
    margin-bottom: 15px !important;
  }

  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }

  .lg\:mb-25 {
    margin-bottom: 25px !important;
  }

  .lg\:mb-26 {
    margin-bottom: 26px !important;
  }

  .lg\:mb-27 {
    margin-bottom: 27px !important;
  }

  .lg\:mb-28 {
    margin-bottom: 28px !important;
  }

  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }

  .lg\:mb-32 {
    margin-bottom: 32px !important;
  }

  .lg\:mb-33 {
    margin-bottom: 33px !important;
  }

  .lg\:mb-34 {
    margin-bottom: 34px !important;
  }

  .lg\:mb-35 {
    margin-bottom: 35px !important;
  }

  .lg\:mb-38 {
    margin-bottom: 38px !important;
  }

  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }

  .lg\:mb-44 {
    margin-bottom: 44px !important;
  }

  .lg\:mb-45 {
    margin-bottom: 45px !important;
  }

  .lg\:mb-50 {
    margin-bottom: 50px !important;
  }

  .lg\:mb-55 {
    margin-bottom: 55px !important;
  }

  .lg\:mb-60 {
    margin-bottom: 60px !important;
  }

  .lg\:mb-65 {
    margin-bottom: 65px !important;
  }

  .lg\:mb-70 {
    margin-bottom: 70px !important;
  }

  .lg\:mb-75 {
    margin-bottom: 75px !important;
  }

  .lg\:mb-80 {
    margin-bottom: 80px !important;
  }

  .lg\:mb-85 {
    margin-bottom: 85px !important;
  }

  .lg\:mb-90 {
    margin-bottom: 90px !important;
  }

  .lg\:mb-95 {
    margin-bottom: 95px !important;
  }

  .lg\:mb-100 {
    margin-bottom: 100px !important;
  }

  .lg\:mb-105 {
    margin-bottom: 105px !important;
  }

  .lg\:mb-110 {
    margin-bottom: 110px !important;
  }

  .lg\:mb-115 {
    margin-bottom: 115px !important;
  }

  .lg\:mb-120 {
    margin-bottom: 120px !important;
  }

  .lg\:mb-125 {
    margin-bottom: 125px !important;
  }

  .lg\:mb-130 {
    margin-bottom: 130px !important;
  }

  .lg\:mb-135 {
    margin-bottom: 135px !important;
  }

  .lg\:mb-140 {
    margin-bottom: 140px !important;
  }

  .lg\:mb-142 {
    margin-bottom: 142px !important;
  }

  .lg\:mb-145 {
    margin-bottom: 145px !important;
  }

  .lg\:mb-150 {
    margin-bottom: 150px !important;
  }

  .lg\:mb-160 {
    margin-bottom: 160px !important;
  }

  .lg\:mb-165 {
    margin-bottom: 165px !important;
  }

  .lg\:mb-170 {
    margin-bottom: 170px !important;
  }

  .lg\:mb-180 {
    margin-bottom: 180px !important;
  }

  .lg\:mb-185 {
    margin-bottom: 185px !important;
  }

  .lg\:mb-190 {
    margin-bottom: 190px !important;
  }

  .lg\:mb-200 {
    margin-bottom: 200px !important;
  }

  .lg\:mb-225 {
    margin-bottom: 225px !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .lg\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .lg\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .lg\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .lg\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .lg\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .lg\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .lg\:-mb-33 {
    margin-bottom: -33px !important;
  }

  .lg\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .lg\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .lg\:-mb-38 {
    margin-bottom: -38px !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .lg\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .lg\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .lg\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .lg\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .lg\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .lg\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .lg\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .lg\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .lg\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .lg\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .lg\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .lg\:-mb-95 {
    margin-bottom: -95px !important;
  }

  .lg\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .lg\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .lg\:-mb-110 {
    margin-bottom: -110px !important;
  }

  .lg\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .lg\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .lg\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .lg\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .lg\:-mb-135 {
    margin-bottom: -135px !important;
  }

  .lg\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .lg\:-mb-142 {
    margin-bottom: -142px !important;
  }

  .lg\:-mb-145 {
    margin-bottom: -145px !important;
  }

  .lg\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .lg\:-mb-160 {
    margin-bottom: -160px !important;
  }

  .lg\:-mb-165 {
    margin-bottom: -165px !important;
  }

  .lg\:-mb-170 {
    margin-bottom: -170px !important;
  }

  .lg\:-mb-180 {
    margin-bottom: -180px !important;
  }

  .lg\:-mb-185 {
    margin-bottom: -185px !important;
  }

  .lg\:-mb-190 {
    margin-bottom: -190px !important;
  }

  .lg\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .lg\:-mb-225 {
    margin-bottom: -225px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:ml-0 {
    margin-left: 0px !important;
  }

  .lg\:ml-5 {
    margin-left: 5px !important;
  }

  .lg\:ml-8 {
    margin-left: 8px !important;
  }

  .lg\:ml-10 {
    margin-left: 10px !important;
  }

  .lg\:ml-15 {
    margin-left: 15px !important;
  }

  .lg\:ml-20 {
    margin-left: 20px !important;
  }

  .lg\:ml-25 {
    margin-left: 25px !important;
  }

  .lg\:ml-26 {
    margin-left: 26px !important;
  }

  .lg\:ml-27 {
    margin-left: 27px !important;
  }

  .lg\:ml-28 {
    margin-left: 28px !important;
  }

  .lg\:ml-30 {
    margin-left: 30px !important;
  }

  .lg\:ml-32 {
    margin-left: 32px !important;
  }

  .lg\:ml-33 {
    margin-left: 33px !important;
  }

  .lg\:ml-34 {
    margin-left: 34px !important;
  }

  .lg\:ml-35 {
    margin-left: 35px !important;
  }

  .lg\:ml-38 {
    margin-left: 38px !important;
  }

  .lg\:ml-40 {
    margin-left: 40px !important;
  }

  .lg\:ml-44 {
    margin-left: 44px !important;
  }

  .lg\:ml-45 {
    margin-left: 45px !important;
  }

  .lg\:ml-50 {
    margin-left: 50px !important;
  }

  .lg\:ml-55 {
    margin-left: 55px !important;
  }

  .lg\:ml-60 {
    margin-left: 60px !important;
  }

  .lg\:ml-65 {
    margin-left: 65px !important;
  }

  .lg\:ml-70 {
    margin-left: 70px !important;
  }

  .lg\:ml-75 {
    margin-left: 75px !important;
  }

  .lg\:ml-80 {
    margin-left: 80px !important;
  }

  .lg\:ml-85 {
    margin-left: 85px !important;
  }

  .lg\:ml-90 {
    margin-left: 90px !important;
  }

  .lg\:ml-95 {
    margin-left: 95px !important;
  }

  .lg\:ml-100 {
    margin-left: 100px !important;
  }

  .lg\:ml-105 {
    margin-left: 105px !important;
  }

  .lg\:ml-110 {
    margin-left: 110px !important;
  }

  .lg\:ml-115 {
    margin-left: 115px !important;
  }

  .lg\:ml-120 {
    margin-left: 120px !important;
  }

  .lg\:ml-125 {
    margin-left: 125px !important;
  }

  .lg\:ml-130 {
    margin-left: 130px !important;
  }

  .lg\:ml-135 {
    margin-left: 135px !important;
  }

  .lg\:ml-140 {
    margin-left: 140px !important;
  }

  .lg\:ml-142 {
    margin-left: 142px !important;
  }

  .lg\:ml-145 {
    margin-left: 145px !important;
  }

  .lg\:ml-150 {
    margin-left: 150px !important;
  }

  .lg\:ml-160 {
    margin-left: 160px !important;
  }

  .lg\:ml-165 {
    margin-left: 165px !important;
  }

  .lg\:ml-170 {
    margin-left: 170px !important;
  }

  .lg\:ml-180 {
    margin-left: 180px !important;
  }

  .lg\:ml-185 {
    margin-left: 185px !important;
  }

  .lg\:ml-190 {
    margin-left: 190px !important;
  }

  .lg\:ml-200 {
    margin-left: 200px !important;
  }

  .lg\:ml-225 {
    margin-left: 225px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:-ml-0 {
    margin-left: 0px !important;
  }

  .lg\:-ml-5 {
    margin-left: -5px !important;
  }

  .lg\:-ml-8 {
    margin-left: -8px !important;
  }

  .lg\:-ml-10 {
    margin-left: -10px !important;
  }

  .lg\:-ml-15 {
    margin-left: -15px !important;
  }

  .lg\:-ml-20 {
    margin-left: -20px !important;
  }

  .lg\:-ml-25 {
    margin-left: -25px !important;
  }

  .lg\:-ml-26 {
    margin-left: -26px !important;
  }

  .lg\:-ml-27 {
    margin-left: -27px !important;
  }

  .lg\:-ml-28 {
    margin-left: -28px !important;
  }

  .lg\:-ml-30 {
    margin-left: -30px !important;
  }

  .lg\:-ml-32 {
    margin-left: -32px !important;
  }

  .lg\:-ml-33 {
    margin-left: -33px !important;
  }

  .lg\:-ml-34 {
    margin-left: -34px !important;
  }

  .lg\:-ml-35 {
    margin-left: -35px !important;
  }

  .lg\:-ml-38 {
    margin-left: -38px !important;
  }

  .lg\:-ml-40 {
    margin-left: -40px !important;
  }

  .lg\:-ml-44 {
    margin-left: -44px !important;
  }

  .lg\:-ml-45 {
    margin-left: -45px !important;
  }

  .lg\:-ml-50 {
    margin-left: -50px !important;
  }

  .lg\:-ml-55 {
    margin-left: -55px !important;
  }

  .lg\:-ml-60 {
    margin-left: -60px !important;
  }

  .lg\:-ml-65 {
    margin-left: -65px !important;
  }

  .lg\:-ml-70 {
    margin-left: -70px !important;
  }

  .lg\:-ml-75 {
    margin-left: -75px !important;
  }

  .lg\:-ml-80 {
    margin-left: -80px !important;
  }

  .lg\:-ml-85 {
    margin-left: -85px !important;
  }

  .lg\:-ml-90 {
    margin-left: -90px !important;
  }

  .lg\:-ml-95 {
    margin-left: -95px !important;
  }

  .lg\:-ml-100 {
    margin-left: -100px !important;
  }

  .lg\:-ml-105 {
    margin-left: -105px !important;
  }

  .lg\:-ml-110 {
    margin-left: -110px !important;
  }

  .lg\:-ml-115 {
    margin-left: -115px !important;
  }

  .lg\:-ml-120 {
    margin-left: -120px !important;
  }

  .lg\:-ml-125 {
    margin-left: -125px !important;
  }

  .lg\:-ml-130 {
    margin-left: -130px !important;
  }

  .lg\:-ml-135 {
    margin-left: -135px !important;
  }

  .lg\:-ml-140 {
    margin-left: -140px !important;
  }

  .lg\:-ml-142 {
    margin-left: -142px !important;
  }

  .lg\:-ml-145 {
    margin-left: -145px !important;
  }

  .lg\:-ml-150 {
    margin-left: -150px !important;
  }

  .lg\:-ml-160 {
    margin-left: -160px !important;
  }

  .lg\:-ml-165 {
    margin-left: -165px !important;
  }

  .lg\:-ml-170 {
    margin-left: -170px !important;
  }

  .lg\:-ml-180 {
    margin-left: -180px !important;
  }

  .lg\:-ml-185 {
    margin-left: -185px !important;
  }

  .lg\:-ml-190 {
    margin-left: -190px !important;
  }

  .lg\:-ml-200 {
    margin-left: -200px !important;
  }

  .lg\:-ml-225 {
    margin-left: -225px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:box-border {
    box-sizing: border-box !important;
  }

  .lg\:box-content {
    box-sizing: content-box !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:inline-table {
    display: inline-table !important;
  }

  .lg\:table-caption {
    display: table-caption !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-column {
    display: table-column !important;
  }

  .lg\:table-column-group {
    display: table-column-group !important;
  }

  .lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:inline-grid {
    display: inline-grid !important;
  }

  .lg\:contents {
    display: contents !important;
  }

  .lg\:list-item {
    display: list-item !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-0 {
    height: 0px !important;
  }

  .lg\:h-5 {
    height: 5px !important;
  }

  .lg\:h-8 {
    height: 8px !important;
  }

  .lg\:h-10 {
    height: 10px !important;
  }

  .lg\:h-15 {
    height: 15px !important;
  }

  .lg\:h-20 {
    height: 20px !important;
  }

  .lg\:h-25 {
    height: 25px !important;
  }

  .lg\:h-26 {
    height: 26px !important;
  }

  .lg\:h-27 {
    height: 27px !important;
  }

  .lg\:h-28 {
    height: 28px !important;
  }

  .lg\:h-30 {
    height: 30px !important;
  }

  .lg\:h-32 {
    height: 32px !important;
  }

  .lg\:h-33 {
    height: 33px !important;
  }

  .lg\:h-34 {
    height: 34px !important;
  }

  .lg\:h-35 {
    height: 35px !important;
  }

  .lg\:h-38 {
    height: 38px !important;
  }

  .lg\:h-40 {
    height: 40px !important;
  }

  .lg\:h-44 {
    height: 44px !important;
  }

  .lg\:h-45 {
    height: 45px !important;
  }

  .lg\:h-50 {
    height: 50px !important;
  }

  .lg\:h-55 {
    height: 55px !important;
  }

  .lg\:h-60 {
    height: 60px !important;
  }

  .lg\:h-65 {
    height: 65px !important;
  }

  .lg\:h-70 {
    height: 70px !important;
  }

  .lg\:h-75 {
    height: 75px !important;
  }

  .lg\:h-80 {
    height: 80px !important;
  }

  .lg\:h-85 {
    height: 85px !important;
  }

  .lg\:h-90 {
    height: 90px !important;
  }

  .lg\:h-95 {
    height: 95px !important;
  }

  .lg\:h-100 {
    height: 100px !important;
  }

  .lg\:h-105 {
    height: 105px !important;
  }

  .lg\:h-110 {
    height: 110px !important;
  }

  .lg\:h-115 {
    height: 115px !important;
  }

  .lg\:h-120 {
    height: 120px !important;
  }

  .lg\:h-125 {
    height: 125px !important;
  }

  .lg\:h-130 {
    height: 130px !important;
  }

  .lg\:h-135 {
    height: 135px !important;
  }

  .lg\:h-140 {
    height: 140px !important;
  }

  .lg\:h-142 {
    height: 142px !important;
  }

  .lg\:h-145 {
    height: 145px !important;
  }

  .lg\:h-150 {
    height: 150px !important;
  }

  .lg\:h-160 {
    height: 160px !important;
  }

  .lg\:h-165 {
    height: 165px !important;
  }

  .lg\:h-170 {
    height: 170px !important;
  }

  .lg\:h-180 {
    height: 180px !important;
  }

  .lg\:h-185 {
    height: 185px !important;
  }

  .lg\:h-190 {
    height: 190px !important;
  }

  .lg\:h-200 {
    height: 200px !important;
  }

  .lg\:h-225 {
    height: 225px !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-1\/2 {
    height: 50% !important;
  }

  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:h-2\/3 {
    height: 66.666667% !important;
  }

  .lg\:h-1\/4 {
    height: 25% !important;
  }

  .lg\:h-2\/4 {
    height: 50% !important;
  }

  .lg\:h-3\/4 {
    height: 75% !important;
  }

  .lg\:h-1\/5 {
    height: 20% !important;
  }

  .lg\:h-2\/5 {
    height: 40% !important;
  }

  .lg\:h-3\/5 {
    height: 60% !important;
  }

  .lg\:h-4\/5 {
    height: 80% !important;
  }

  .lg\:h-1\/6 {
    height: 16.666667% !important;
  }

  .lg\:h-2\/6 {
    height: 33.333333% !important;
  }

  .lg\:h-3\/6 {
    height: 50% !important;
  }

  .lg\:h-4\/6 {
    height: 66.666667% !important;
  }

  .lg\:h-5\/6 {
    height: 83.333333% !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:max-h-0 {
    max-height: 0px !important;
  }

  .lg\:max-h-5 {
    max-height: 5px !important;
  }

  .lg\:max-h-8 {
    max-height: 8px !important;
  }

  .lg\:max-h-10 {
    max-height: 10px !important;
  }

  .lg\:max-h-15 {
    max-height: 15px !important;
  }

  .lg\:max-h-20 {
    max-height: 20px !important;
  }

  .lg\:max-h-25 {
    max-height: 25px !important;
  }

  .lg\:max-h-26 {
    max-height: 26px !important;
  }

  .lg\:max-h-27 {
    max-height: 27px !important;
  }

  .lg\:max-h-28 {
    max-height: 28px !important;
  }

  .lg\:max-h-30 {
    max-height: 30px !important;
  }

  .lg\:max-h-32 {
    max-height: 32px !important;
  }

  .lg\:max-h-33 {
    max-height: 33px !important;
  }

  .lg\:max-h-34 {
    max-height: 34px !important;
  }

  .lg\:max-h-35 {
    max-height: 35px !important;
  }

  .lg\:max-h-38 {
    max-height: 38px !important;
  }

  .lg\:max-h-40 {
    max-height: 40px !important;
  }

  .lg\:max-h-44 {
    max-height: 44px !important;
  }

  .lg\:max-h-45 {
    max-height: 45px !important;
  }

  .lg\:max-h-50 {
    max-height: 50px !important;
  }

  .lg\:max-h-55 {
    max-height: 55px !important;
  }

  .lg\:max-h-60 {
    max-height: 60px !important;
  }

  .lg\:max-h-65 {
    max-height: 65px !important;
  }

  .lg\:max-h-70 {
    max-height: 70px !important;
  }

  .lg\:max-h-75 {
    max-height: 75px !important;
  }

  .lg\:max-h-80 {
    max-height: 80px !important;
  }

  .lg\:max-h-85 {
    max-height: 85px !important;
  }

  .lg\:max-h-90 {
    max-height: 90px !important;
  }

  .lg\:max-h-95 {
    max-height: 95px !important;
  }

  .lg\:max-h-100 {
    max-height: 100px !important;
  }

  .lg\:max-h-105 {
    max-height: 105px !important;
  }

  .lg\:max-h-110 {
    max-height: 110px !important;
  }

  .lg\:max-h-115 {
    max-height: 115px !important;
  }

  .lg\:max-h-120 {
    max-height: 120px !important;
  }

  .lg\:max-h-125 {
    max-height: 125px !important;
  }

  .lg\:max-h-130 {
    max-height: 130px !important;
  }

  .lg\:max-h-135 {
    max-height: 135px !important;
  }

  .lg\:max-h-140 {
    max-height: 140px !important;
  }

  .lg\:max-h-142 {
    max-height: 142px !important;
  }

  .lg\:max-h-145 {
    max-height: 145px !important;
  }

  .lg\:max-h-150 {
    max-height: 150px !important;
  }

  .lg\:max-h-160 {
    max-height: 160px !important;
  }

  .lg\:max-h-165 {
    max-height: 165px !important;
  }

  .lg\:max-h-170 {
    max-height: 170px !important;
  }

  .lg\:max-h-180 {
    max-height: 180px !important;
  }

  .lg\:max-h-185 {
    max-height: 185px !important;
  }

  .lg\:max-h-190 {
    max-height: 190px !important;
  }

  .lg\:max-h-200 {
    max-height: 200px !important;
  }

  .lg\:max-h-225 {
    max-height: 225px !important;
  }

  .lg\:max-h-px {
    max-height: 1px !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:min-h-0 {
    min-height: 0px !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:w-0 {
    width: 0px !important;
  }

  .lg\:w-5 {
    width: 5px !important;
  }

  .lg\:w-8 {
    width: 8px !important;
  }

  .lg\:w-10 {
    width: 10px !important;
  }

  .lg\:w-15 {
    width: 15px !important;
  }

  .lg\:w-20 {
    width: 20px !important;
  }

  .lg\:w-25 {
    width: 25px !important;
  }

  .lg\:w-26 {
    width: 26px !important;
  }

  .lg\:w-27 {
    width: 27px !important;
  }

  .lg\:w-28 {
    width: 28px !important;
  }

  .lg\:w-30 {
    width: 30px !important;
  }

  .lg\:w-32 {
    width: 32px !important;
  }

  .lg\:w-33 {
    width: 33px !important;
  }

  .lg\:w-34 {
    width: 34px !important;
  }

  .lg\:w-35 {
    width: 35px !important;
  }

  .lg\:w-38 {
    width: 38px !important;
  }

  .lg\:w-40 {
    width: 40px !important;
  }

  .lg\:w-44 {
    width: 44px !important;
  }

  .lg\:w-45 {
    width: 45px !important;
  }

  .lg\:w-50 {
    width: 50px !important;
  }

  .lg\:w-55 {
    width: 55px !important;
  }

  .lg\:w-60 {
    width: 60px !important;
  }

  .lg\:w-65 {
    width: 65px !important;
  }

  .lg\:w-70 {
    width: 70px !important;
  }

  .lg\:w-75 {
    width: 75px !important;
  }

  .lg\:w-80 {
    width: 80px !important;
  }

  .lg\:w-85 {
    width: 85px !important;
  }

  .lg\:w-90 {
    width: 90px !important;
  }

  .lg\:w-95 {
    width: 95px !important;
  }

  .lg\:w-100 {
    width: 100px !important;
  }

  .lg\:w-105 {
    width: 105px !important;
  }

  .lg\:w-110 {
    width: 110px !important;
  }

  .lg\:w-115 {
    width: 115px !important;
  }

  .lg\:w-120 {
    width: 120px !important;
  }

  .lg\:w-125 {
    width: 125px !important;
  }

  .lg\:w-130 {
    width: 130px !important;
  }

  .lg\:w-135 {
    width: 135px !important;
  }

  .lg\:w-140 {
    width: 140px !important;
  }

  .lg\:w-142 {
    width: 142px !important;
  }

  .lg\:w-145 {
    width: 145px !important;
  }

  .lg\:w-150 {
    width: 150px !important;
  }

  .lg\:w-160 {
    width: 160px !important;
  }

  .lg\:w-165 {
    width: 165px !important;
  }

  .lg\:w-170 {
    width: 170px !important;
  }

  .lg\:w-180 {
    width: 180px !important;
  }

  .lg\:w-185 {
    width: 185px !important;
  }

  .lg\:w-190 {
    width: 190px !important;
  }

  .lg\:w-200 {
    width: 200px !important;
  }

  .lg\:w-225 {
    width: 225px !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:min-w-0 {
    min-width: 0px !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:max-w-0 {
    max-width: 0rem !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-prose {
    max-width: 65ch !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    flex: none !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:origin-center {
    transform-origin: center !important;
  }

  .lg\:origin-top {
    transform-origin: top !important;
  }

  .lg\:origin-top-right {
    transform-origin: top right !important;
  }

  .lg\:origin-right {
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg\:origin-left {
    transform-origin: left !important;
  }

  .lg\:origin-top-left {
    transform-origin: top left !important;
  }

  .lg\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .lg\:transform-none {
    transform: none !important;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .lg\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .lg\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .lg\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .lg\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .lg\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .lg\:translate-x-33 {
    --tw-translate-x: 33px !important;
  }

  .lg\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .lg\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .lg\:translate-x-38 {
    --tw-translate-x: 38px !important;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .lg\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .lg\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .lg\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .lg\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .lg\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .lg\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .lg\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .lg\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .lg\:translate-x-95 {
    --tw-translate-x: 95px !important;
  }

  .lg\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .lg\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .lg\:translate-x-110 {
    --tw-translate-x: 110px !important;
  }

  .lg\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .lg\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .lg\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .lg\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .lg\:translate-x-135 {
    --tw-translate-x: 135px !important;
  }

  .lg\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .lg\:translate-x-142 {
    --tw-translate-x: 142px !important;
  }

  .lg\:translate-x-145 {
    --tw-translate-x: 145px !important;
  }

  .lg\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .lg\:translate-x-160 {
    --tw-translate-x: 160px !important;
  }

  .lg\:translate-x-165 {
    --tw-translate-x: 165px !important;
  }

  .lg\:translate-x-170 {
    --tw-translate-x: 170px !important;
  }

  .lg\:translate-x-180 {
    --tw-translate-x: 180px !important;
  }

  .lg\:translate-x-185 {
    --tw-translate-x: 185px !important;
  }

  .lg\:translate-x-190 {
    --tw-translate-x: 190px !important;
  }

  .lg\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .lg\:translate-x-225 {
    --tw-translate-x: 225px !important;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .lg\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .lg\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .lg\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .lg\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .lg\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .lg\:-translate-x-33 {
    --tw-translate-x: -33px !important;
  }

  .lg\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .lg\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .lg\:-translate-x-38 {
    --tw-translate-x: -38px !important;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .lg\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .lg\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .lg\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .lg\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .lg\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .lg\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .lg\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .lg\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .lg\:-translate-x-95 {
    --tw-translate-x: -95px !important;
  }

  .lg\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .lg\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .lg\:-translate-x-110 {
    --tw-translate-x: -110px !important;
  }

  .lg\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .lg\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .lg\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .lg\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .lg\:-translate-x-135 {
    --tw-translate-x: -135px !important;
  }

  .lg\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .lg\:-translate-x-142 {
    --tw-translate-x: -142px !important;
  }

  .lg\:-translate-x-145 {
    --tw-translate-x: -145px !important;
  }

  .lg\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .lg\:-translate-x-160 {
    --tw-translate-x: -160px !important;
  }

  .lg\:-translate-x-165 {
    --tw-translate-x: -165px !important;
  }

  .lg\:-translate-x-170 {
    --tw-translate-x: -170px !important;
  }

  .lg\:-translate-x-180 {
    --tw-translate-x: -180px !important;
  }

  .lg\:-translate-x-185 {
    --tw-translate-x: -185px !important;
  }

  .lg\:-translate-x-190 {
    --tw-translate-x: -190px !important;
  }

  .lg\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .lg\:-translate-x-225 {
    --tw-translate-x: -225px !important;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .lg\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .lg\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .lg\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .lg\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .lg\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .lg\:translate-y-33 {
    --tw-translate-y: 33px !important;
  }

  .lg\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .lg\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .lg\:translate-y-38 {
    --tw-translate-y: 38px !important;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .lg\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .lg\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .lg\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .lg\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .lg\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .lg\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .lg\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .lg\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .lg\:translate-y-95 {
    --tw-translate-y: 95px !important;
  }

  .lg\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .lg\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .lg\:translate-y-110 {
    --tw-translate-y: 110px !important;
  }

  .lg\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .lg\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .lg\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .lg\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .lg\:translate-y-135 {
    --tw-translate-y: 135px !important;
  }

  .lg\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .lg\:translate-y-142 {
    --tw-translate-y: 142px !important;
  }

  .lg\:translate-y-145 {
    --tw-translate-y: 145px !important;
  }

  .lg\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .lg\:translate-y-160 {
    --tw-translate-y: 160px !important;
  }

  .lg\:translate-y-165 {
    --tw-translate-y: 165px !important;
  }

  .lg\:translate-y-170 {
    --tw-translate-y: 170px !important;
  }

  .lg\:translate-y-180 {
    --tw-translate-y: 180px !important;
  }

  .lg\:translate-y-185 {
    --tw-translate-y: 185px !important;
  }

  .lg\:translate-y-190 {
    --tw-translate-y: 190px !important;
  }

  .lg\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .lg\:translate-y-225 {
    --tw-translate-y: 225px !important;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .lg\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .lg\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .lg\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .lg\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .lg\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .lg\:-translate-y-33 {
    --tw-translate-y: -33px !important;
  }

  .lg\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .lg\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .lg\:-translate-y-38 {
    --tw-translate-y: -38px !important;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .lg\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .lg\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .lg\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .lg\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .lg\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .lg\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .lg\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .lg\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .lg\:-translate-y-95 {
    --tw-translate-y: -95px !important;
  }

  .lg\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .lg\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .lg\:-translate-y-110 {
    --tw-translate-y: -110px !important;
  }

  .lg\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .lg\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .lg\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .lg\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .lg\:-translate-y-135 {
    --tw-translate-y: -135px !important;
  }

  .lg\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .lg\:-translate-y-142 {
    --tw-translate-y: -142px !important;
  }

  .lg\:-translate-y-145 {
    --tw-translate-y: -145px !important;
  }

  .lg\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .lg\:-translate-y-160 {
    --tw-translate-y: -160px !important;
  }

  .lg\:-translate-y-165 {
    --tw-translate-y: -165px !important;
  }

  .lg\:-translate-y-170 {
    --tw-translate-y: -170px !important;
  }

  .lg\:-translate-y-180 {
    --tw-translate-y: -180px !important;
  }

  .lg\:-translate-y-185 {
    --tw-translate-y: -185px !important;
  }

  .lg\:-translate-y-190 {
    --tw-translate-y: -190px !important;
  }

  .lg\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .lg\:-translate-y-225 {
    --tw-translate-y: -225px !important;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .lg\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .lg\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .lg\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .lg\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .lg\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .lg\:hover\:translate-x-33:hover {
    --tw-translate-x: 33px !important;
  }

  .lg\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .lg\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .lg\:hover\:translate-x-38:hover {
    --tw-translate-x: 38px !important;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .lg\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .lg\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .lg\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .lg\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .lg\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .lg\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .lg\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .lg\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .lg\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px !important;
  }

  .lg\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .lg\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .lg\:hover\:translate-x-110:hover {
    --tw-translate-x: 110px !important;
  }

  .lg\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .lg\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .lg\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .lg\:hover\:translate-x-135:hover {
    --tw-translate-x: 135px !important;
  }

  .lg\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .lg\:hover\:translate-x-142:hover {
    --tw-translate-x: 142px !important;
  }

  .lg\:hover\:translate-x-145:hover {
    --tw-translate-x: 145px !important;
  }

  .lg\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .lg\:hover\:translate-x-160:hover {
    --tw-translate-x: 160px !important;
  }

  .lg\:hover\:translate-x-165:hover {
    --tw-translate-x: 165px !important;
  }

  .lg\:hover\:translate-x-170:hover {
    --tw-translate-x: 170px !important;
  }

  .lg\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px !important;
  }

  .lg\:hover\:translate-x-185:hover {
    --tw-translate-x: 185px !important;
  }

  .lg\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px !important;
  }

  .lg\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .lg\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px !important;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .lg\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .lg\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .lg\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .lg\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .lg\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .lg\:hover\:-translate-x-33:hover {
    --tw-translate-x: -33px !important;
  }

  .lg\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .lg\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .lg\:hover\:-translate-x-38:hover {
    --tw-translate-x: -38px !important;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .lg\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .lg\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .lg\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .lg\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .lg\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .lg\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .lg\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .lg\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .lg\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px !important;
  }

  .lg\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .lg\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .lg\:hover\:-translate-x-110:hover {
    --tw-translate-x: -110px !important;
  }

  .lg\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .lg\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .lg\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .lg\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px !important;
  }

  .lg\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .lg\:hover\:-translate-x-142:hover {
    --tw-translate-x: -142px !important;
  }

  .lg\:hover\:-translate-x-145:hover {
    --tw-translate-x: -145px !important;
  }

  .lg\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .lg\:hover\:-translate-x-160:hover {
    --tw-translate-x: -160px !important;
  }

  .lg\:hover\:-translate-x-165:hover {
    --tw-translate-x: -165px !important;
  }

  .lg\:hover\:-translate-x-170:hover {
    --tw-translate-x: -170px !important;
  }

  .lg\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px !important;
  }

  .lg\:hover\:-translate-x-185:hover {
    --tw-translate-x: -185px !important;
  }

  .lg\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px !important;
  }

  .lg\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .lg\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px !important;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .lg\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .lg\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .lg\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .lg\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .lg\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .lg\:hover\:translate-y-33:hover {
    --tw-translate-y: 33px !important;
  }

  .lg\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .lg\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .lg\:hover\:translate-y-38:hover {
    --tw-translate-y: 38px !important;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .lg\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .lg\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .lg\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .lg\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .lg\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .lg\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .lg\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .lg\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .lg\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px !important;
  }

  .lg\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .lg\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .lg\:hover\:translate-y-110:hover {
    --tw-translate-y: 110px !important;
  }

  .lg\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .lg\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .lg\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .lg\:hover\:translate-y-135:hover {
    --tw-translate-y: 135px !important;
  }

  .lg\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .lg\:hover\:translate-y-142:hover {
    --tw-translate-y: 142px !important;
  }

  .lg\:hover\:translate-y-145:hover {
    --tw-translate-y: 145px !important;
  }

  .lg\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .lg\:hover\:translate-y-160:hover {
    --tw-translate-y: 160px !important;
  }

  .lg\:hover\:translate-y-165:hover {
    --tw-translate-y: 165px !important;
  }

  .lg\:hover\:translate-y-170:hover {
    --tw-translate-y: 170px !important;
  }

  .lg\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px !important;
  }

  .lg\:hover\:translate-y-185:hover {
    --tw-translate-y: 185px !important;
  }

  .lg\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px !important;
  }

  .lg\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .lg\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px !important;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .lg\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .lg\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .lg\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .lg\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .lg\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .lg\:hover\:-translate-y-33:hover {
    --tw-translate-y: -33px !important;
  }

  .lg\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .lg\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .lg\:hover\:-translate-y-38:hover {
    --tw-translate-y: -38px !important;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .lg\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .lg\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .lg\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .lg\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .lg\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .lg\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .lg\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .lg\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .lg\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px !important;
  }

  .lg\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .lg\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .lg\:hover\:-translate-y-110:hover {
    --tw-translate-y: -110px !important;
  }

  .lg\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .lg\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .lg\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .lg\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px !important;
  }

  .lg\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .lg\:hover\:-translate-y-142:hover {
    --tw-translate-y: -142px !important;
  }

  .lg\:hover\:-translate-y-145:hover {
    --tw-translate-y: -145px !important;
  }

  .lg\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .lg\:hover\:-translate-y-160:hover {
    --tw-translate-y: -160px !important;
  }

  .lg\:hover\:-translate-y-165:hover {
    --tw-translate-y: -165px !important;
  }

  .lg\:hover\:-translate-y-170:hover {
    --tw-translate-y: -170px !important;
  }

  .lg\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px !important;
  }

  .lg\:hover\:-translate-y-185:hover {
    --tw-translate-y: -185px !important;
  }

  .lg\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px !important;
  }

  .lg\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .lg\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px !important;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .lg\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .lg\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .lg\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .lg\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .lg\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .lg\:focus\:translate-x-33:focus {
    --tw-translate-x: 33px !important;
  }

  .lg\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .lg\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .lg\:focus\:translate-x-38:focus {
    --tw-translate-x: 38px !important;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .lg\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .lg\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .lg\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .lg\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .lg\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .lg\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .lg\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .lg\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .lg\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px !important;
  }

  .lg\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .lg\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .lg\:focus\:translate-x-110:focus {
    --tw-translate-x: 110px !important;
  }

  .lg\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .lg\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .lg\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .lg\:focus\:translate-x-135:focus {
    --tw-translate-x: 135px !important;
  }

  .lg\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .lg\:focus\:translate-x-142:focus {
    --tw-translate-x: 142px !important;
  }

  .lg\:focus\:translate-x-145:focus {
    --tw-translate-x: 145px !important;
  }

  .lg\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .lg\:focus\:translate-x-160:focus {
    --tw-translate-x: 160px !important;
  }

  .lg\:focus\:translate-x-165:focus {
    --tw-translate-x: 165px !important;
  }

  .lg\:focus\:translate-x-170:focus {
    --tw-translate-x: 170px !important;
  }

  .lg\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px !important;
  }

  .lg\:focus\:translate-x-185:focus {
    --tw-translate-x: 185px !important;
  }

  .lg\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px !important;
  }

  .lg\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .lg\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px !important;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .lg\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .lg\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .lg\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .lg\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .lg\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .lg\:focus\:-translate-x-33:focus {
    --tw-translate-x: -33px !important;
  }

  .lg\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .lg\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .lg\:focus\:-translate-x-38:focus {
    --tw-translate-x: -38px !important;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .lg\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .lg\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .lg\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .lg\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .lg\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .lg\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .lg\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .lg\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .lg\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px !important;
  }

  .lg\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .lg\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .lg\:focus\:-translate-x-110:focus {
    --tw-translate-x: -110px !important;
  }

  .lg\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .lg\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .lg\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .lg\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px !important;
  }

  .lg\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .lg\:focus\:-translate-x-142:focus {
    --tw-translate-x: -142px !important;
  }

  .lg\:focus\:-translate-x-145:focus {
    --tw-translate-x: -145px !important;
  }

  .lg\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .lg\:focus\:-translate-x-160:focus {
    --tw-translate-x: -160px !important;
  }

  .lg\:focus\:-translate-x-165:focus {
    --tw-translate-x: -165px !important;
  }

  .lg\:focus\:-translate-x-170:focus {
    --tw-translate-x: -170px !important;
  }

  .lg\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px !important;
  }

  .lg\:focus\:-translate-x-185:focus {
    --tw-translate-x: -185px !important;
  }

  .lg\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px !important;
  }

  .lg\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .lg\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px !important;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .lg\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .lg\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .lg\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .lg\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .lg\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .lg\:focus\:translate-y-33:focus {
    --tw-translate-y: 33px !important;
  }

  .lg\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .lg\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .lg\:focus\:translate-y-38:focus {
    --tw-translate-y: 38px !important;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .lg\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .lg\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .lg\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .lg\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .lg\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .lg\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .lg\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .lg\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .lg\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px !important;
  }

  .lg\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .lg\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .lg\:focus\:translate-y-110:focus {
    --tw-translate-y: 110px !important;
  }

  .lg\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .lg\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .lg\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .lg\:focus\:translate-y-135:focus {
    --tw-translate-y: 135px !important;
  }

  .lg\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .lg\:focus\:translate-y-142:focus {
    --tw-translate-y: 142px !important;
  }

  .lg\:focus\:translate-y-145:focus {
    --tw-translate-y: 145px !important;
  }

  .lg\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .lg\:focus\:translate-y-160:focus {
    --tw-translate-y: 160px !important;
  }

  .lg\:focus\:translate-y-165:focus {
    --tw-translate-y: 165px !important;
  }

  .lg\:focus\:translate-y-170:focus {
    --tw-translate-y: 170px !important;
  }

  .lg\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px !important;
  }

  .lg\:focus\:translate-y-185:focus {
    --tw-translate-y: 185px !important;
  }

  .lg\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px !important;
  }

  .lg\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .lg\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px !important;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .lg\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .lg\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .lg\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .lg\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .lg\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .lg\:focus\:-translate-y-33:focus {
    --tw-translate-y: -33px !important;
  }

  .lg\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .lg\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .lg\:focus\:-translate-y-38:focus {
    --tw-translate-y: -38px !important;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .lg\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .lg\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .lg\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .lg\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .lg\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .lg\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .lg\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .lg\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .lg\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px !important;
  }

  .lg\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .lg\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .lg\:focus\:-translate-y-110:focus {
    --tw-translate-y: -110px !important;
  }

  .lg\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .lg\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .lg\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .lg\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px !important;
  }

  .lg\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .lg\:focus\:-translate-y-142:focus {
    --tw-translate-y: -142px !important;
  }

  .lg\:focus\:-translate-y-145:focus {
    --tw-translate-y: -145px !important;
  }

  .lg\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .lg\:focus\:-translate-y-160:focus {
    --tw-translate-y: -160px !important;
  }

  .lg\:focus\:-translate-y-165:focus {
    --tw-translate-y: -165px !important;
  }

  .lg\:focus\:-translate-y-170:focus {
    --tw-translate-y: -170px !important;
  }

  .lg\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px !important;
  }

  .lg\:focus\:-translate-y-185:focus {
    --tw-translate-y: -185px !important;
  }

  .lg\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px !important;
  }

  .lg\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .lg\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px !important;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:animate-none {
    animation: none !important;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-help {
    cursor: help !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:place-content-center {
    place-content: center !important;
  }

  .lg\:place-content-start {
    place-content: start !important;
  }

  .lg\:place-content-end {
    place-content: end !important;
  }

  .lg\:place-content-between {
    place-content: space-between !important;
  }

  .lg\:place-content-around {
    place-content: space-around !important;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:place-items-start {
    place-items: start !important;
  }

  .lg\:place-items-end {
    place-items: end !important;
  }

  .lg\:place-items-center {
    place-items: center !important;
  }

  .lg\:place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:items-baseline {
    align-items: baseline !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:justify-items-start {
    justify-items: start !important;
  }

  .lg\:justify-items-end {
    justify-items: end !important;
  }

  .lg\:justify-items-center {
    justify-items: center !important;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-4 {
    gap: 1rem !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

  .lg\:gap-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-12 {
    gap: 3rem !important;
  }

  .lg\:gap-13 {
    gap: 3.375rem !important;
  }

  .lg\:gap-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-16 {
    gap: 4rem !important;
  }

  .lg\:gap-20 {
    gap: 5rem !important;
  }

  .lg\:gap-24 {
    gap: 6rem !important;
  }

  .lg\:gap-28 {
    gap: 7rem !important;
  }

  .lg\:gap-32 {
    gap: 8rem !important;
  }

  .lg\:gap-36 {
    gap: 9rem !important;
  }

  .lg\:gap-40 {
    gap: 10rem !important;
  }

  .lg\:gap-44 {
    gap: 11rem !important;
  }

  .lg\:gap-48 {
    gap: 12rem !important;
  }

  .lg\:gap-52 {
    gap: 13rem !important;
  }

  .lg\:gap-56 {
    gap: 14rem !important;
  }

  .lg\:gap-60 {
    gap: 15rem !important;
  }

  .lg\:gap-64 {
    gap: 16rem !important;
  }

  .lg\:gap-72 {
    gap: 18rem !important;
  }

  .lg\:gap-80 {
    gap: 20rem !important;
  }

  .lg\:gap-96 {
    gap: 24rem !important;
  }

  .lg\:gap-x-0 {
    gap: 0px !important;
  }

  .lg\:gap-y-0 {
    gap: 0px !important;
  }

  .lg\:gap-px {
    gap: 1px !important;
  }

  .lg\:gap-x-px\\ {
    gap: 1px !important;
  }

  .lg\:gap-y-px\\ {
    gap: 1px !important;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-x-4 {
    gap: 1rem !important;
  }

  .lg\:gap-y-4 {
    gap: 1rem !important;
  }

  .lg\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-x-8 {
    gap: 2rem !important;
  }

  .lg\:gap-y-8 {
    gap: 2rem !important;
  }

  .lg\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-x-12 {
    gap: 3rem !important;
  }

  .lg\:gap-y-12 {
    gap: 3rem !important;
  }

  .lg\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .lg\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .lg\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-x-16 {
    gap: 4rem !important;
  }

  .lg\:gap-y-16 {
    gap: 4rem !important;
  }

  .lg\:gap-x-20 {
    gap: 5rem !important;
  }

  .lg\:gap-y-20 {
    gap: 5rem !important;
  }

  .lg\:gap-x-24 {
    gap: 6rem !important;
  }

  .lg\:gap-y-24 {
    gap: 6rem !important;
  }

  .lg\:gap-x-28 {
    gap: 7rem !important;
  }

  .lg\:gap-y-28 {
    gap: 7rem !important;
  }

  .lg\:gap-x-32 {
    gap: 8rem !important;
  }

  .lg\:gap-y-32 {
    gap: 8rem !important;
  }

  .lg\:gap-x-36 {
    gap: 9rem !important;
  }

  .lg\:gap-y-36 {
    gap: 9rem !important;
  }

  .lg\:gap-x-40 {
    gap: 10rem !important;
  }

  .lg\:gap-y-40 {
    gap: 10rem !important;
  }

  .lg\:gap-x-44 {
    gap: 11rem !important;
  }

  .lg\:gap-y-44 {
    gap: 11rem !important;
  }

  .lg\:gap-x-48 {
    gap: 12rem !important;
  }

  .lg\:gap-y-48 {
    gap: 12rem !important;
  }

  .lg\:gap-x-52 {
    gap: 13rem !important;
  }

  .lg\:gap-y-52 {
    gap: 13rem !important;
  }

  .lg\:gap-x-56 {
    gap: 14rem !important;
  }

  .lg\:gap-y-56 {
    gap: 14rem !important;
  }

  .lg\:gap-x-60 {
    gap: 15rem !important;
  }

  .lg\:gap-y-60 {
    gap: 15rem !important;
  }

  .lg\:gap-x-64 {
    gap: 16rem !important;
  }

  .lg\:gap-y-64 {
    gap: 16rem !important;
  }

  .lg\:gap-x-72 {
    gap: 18rem !important;
  }

  .lg\:gap-y-72 {
    gap: 18rem !important;
  }

  .lg\:gap-x-80 {
    gap: 20rem !important;
  }

  .lg\:gap-y-80 {
    gap: 20rem !important;
  }

  .lg\:gap-x-96 {
    gap: 24rem !important;
  }

  .lg\:gap-y-96 {
    gap: 24rem !important;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .lg\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-px {
    row-gap: 1px !important;
  }

  .lg\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .lg\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .lg\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .lg\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .lg\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .lg\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lightteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-darkteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-darkred > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-darkblue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-skybule > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lightgray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-devider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cream > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-buttercup > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .lg\:place-self-auto {
    place-self: auto !important;
  }

  .lg\:place-self-start {
    place-self: start !important;
  }

  .lg\:place-self-end {
    place-self: end !important;
  }

  .lg\:place-self-center {
    place-self: center !important;
  }

  .lg\:place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !important;
  }

  .lg\:self-baseline {
    align-self: baseline !important;
  }

  .lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:justify-self-start {
    justify-self: start !important;
  }

  .lg\:justify-self-end {
    justify-self: end !important;
  }

  .lg\:justify-self-center {
    justify-self: center !important;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lg\:overflow-clip {
    text-overflow: clip !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    overflow-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:rounded-4 {
    border-radius: 4px !important;
  }

  .lg\:rounded-6 {
    border-radius: 6px !important;
  }

  .lg\:rounded-50 {
    border-radius: 50% !important;
  }

  .lg\:rounded-none {
    border-radius: 0px !important;
  }

  .lg\:rounded-br6 {
    border-radius: 6px !important;
  }

  .lg\:rounded-br30 {
    border-radius: 30px !important;
  }

  .lg\:rounded-br32 {
    border-radius: 32px !important;
  }

  .lg\:rounded-br50 {
    border-radius: 50px !important;
  }

  .lg\:rounded-br90 {
    border-radius: 90px !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .lg\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .lg\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .lg\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .lg\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .lg\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .lg\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lg\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lg\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .lg\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .lg\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .lg\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .lg\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .lg\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .lg\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .lg\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .lg\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .lg\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .lg\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .lg\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .lg\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .lg\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .lg\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .lg\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .lg\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .lg\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .lg\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .lg\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .lg\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .lg\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .lg\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .lg\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .lg\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-0 {
    border-width: 0px !important;
  }

  .lg\:border-1 {
    border-width: 1px !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:border-t-1 {
    border-top-width: 1px !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0px !important;
  }

  .lg\:border-r-1 {
    border-right-width: 1px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lg\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0px !important;
  }

  .lg\:border-l-1 {
    border-left-width: 1px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-current {
    border-color: currentColor !important;
  }

  .lg\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .lg\:group-hover\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lightteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-darkteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-darkred:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-darkblue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-skybule:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lightgray:focus-within {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus-within\:border-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-devider:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cream:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-buttercup:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lightteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-darkteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-darkred:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-darkblue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-skybule:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lightgray:hover {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:hover\:border-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-devider:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cream:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-buttercup:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lightteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-darkteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-darkred:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-darkblue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-skybule:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lightgray:focus {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:border-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-devider:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cream:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-buttercup:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-current {
    background-color: currentColor !important;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lightteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-darkteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-darkred:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-darkblue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-skybule:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lightgray:focus-within {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus-within\:bg-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-devider:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cream:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-buttercup:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lightteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-darkteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-darkred:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-darkblue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-skybule:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lightgray:hover {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:hover\:bg-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-devider:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cream:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-buttercup:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lightteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-darkteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-darkred:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-darkblue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-skybule:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lightgray:focus {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:bg-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-devider:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cream:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-buttercup:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:bg-none {
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:from-black {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-lightteal {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lg\:from-darkteal {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lg\:from-red {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lg\:from-darkred {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lg\:from-darkblue {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lg\:from-skybule {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lg\:from-yellow {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lg\:from-lightgray {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:from-gray {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:from-devider {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lg\:from-cream {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lg\:from-blue01 {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lg\:from-blue02 {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lg\:from-buttercup {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lg\:from-lime-gray {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-lightteal:hover {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lg\:hover\:from-darkteal:hover {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lg\:hover\:from-red:hover {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lg\:hover\:from-darkred:hover {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lg\:hover\:from-darkblue:hover {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lg\:hover\:from-skybule:hover {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lg\:hover\:from-yellow:hover {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lg\:hover\:from-lightgray:hover {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:hover\:from-gray:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-devider:hover {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lg\:hover\:from-cream:hover {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lg\:hover\:from-blue01:hover {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lg\:hover\:from-blue02:hover {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lg\:hover\:from-buttercup:hover {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lg\:hover\:from-lime-gray:hover {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-lightteal:focus {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lg\:focus\:from-darkteal:focus {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lg\:focus\:from-red:focus {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lg\:focus\:from-darkred:focus {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lg\:focus\:from-darkblue:focus {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lg\:focus\:from-skybule:focus {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lg\:focus\:from-yellow:focus {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lg\:focus\:from-lightgray:focus {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:focus\:from-gray:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-devider:focus {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lg\:focus\:from-cream:focus {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lg\:focus\:from-blue01:focus {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lg\:focus\:from-blue02:focus {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lg\:focus\:from-buttercup:focus {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lg\:focus\:from-lime-gray:focus {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-lightteal {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lg\:via-darkteal {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lg\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lg\:via-darkred {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lg\:via-darkblue {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lg\:via-skybule {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lg\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lg\:via-lightgray {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:via-devider {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lg\:via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lg\:via-blue01 {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lg\:via-blue02 {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lg\:via-buttercup {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lg\:via-lime-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-lightteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lg\:hover\:via-darkteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lg\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lg\:hover\:via-darkred:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lg\:hover\:via-darkblue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lg\:hover\:via-skybule:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lg\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lg\:hover\:via-lightgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:hover\:via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-devider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lg\:hover\:via-cream:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lg\:hover\:via-blue01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lg\:hover\:via-blue02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lg\:hover\:via-buttercup:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lg\:hover\:via-lime-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-lightteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .lg\:focus\:via-darkteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .lg\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .lg\:focus\:via-darkred:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .lg\:focus\:via-darkblue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .lg\:focus\:via-skybule:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .lg\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .lg\:focus\:via-lightgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .lg\:focus\:via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-devider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .lg\:focus\:via-cream:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .lg\:focus\:via-blue01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .lg\:focus\:via-blue02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .lg\:focus\:via-buttercup:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .lg\:focus\:via-lime-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:to-black {
    --tw-gradient-to: #000000 !important;
  }

  .lg\:to-lightteal {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .lg\:to-darkteal {
    --tw-gradient-to: #36C3DC !important;
  }

  .lg\:to-red {
    --tw-gradient-to: #D6393C !important;
  }

  .lg\:to-darkred {
    --tw-gradient-to: #B63033 !important;
  }

  .lg\:to-darkblue {
    --tw-gradient-to: #3A4758 !important;
  }

  .lg\:to-skybule {
    --tw-gradient-to: #30B5CC !important;
  }

  .lg\:to-yellow {
    --tw-gradient-to: #F0B334 !important;
  }

  .lg\:to-lightgray {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:to-gray {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg\:to-devider {
    --tw-gradient-to: #C8C0BD !important;
  }

  .lg\:to-cream {
    --tw-gradient-to: #F1F0ED !important;
  }

  .lg\:to-blue01 {
    --tw-gradient-to: #39495B !important;
  }

  .lg\:to-blue02 {
    --tw-gradient-to: #37526B !important;
  }

  .lg\:to-buttercup {
    --tw-gradient-to: #D9A12E !important;
  }

  .lg\:to-lime-gray {
    --tw-gradient-to: #F1F1ED !important;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000000 !important;
  }

  .lg\:hover\:to-lightteal:hover {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .lg\:hover\:to-darkteal:hover {
    --tw-gradient-to: #36C3DC !important;
  }

  .lg\:hover\:to-red:hover {
    --tw-gradient-to: #D6393C !important;
  }

  .lg\:hover\:to-darkred:hover {
    --tw-gradient-to: #B63033 !important;
  }

  .lg\:hover\:to-darkblue:hover {
    --tw-gradient-to: #3A4758 !important;
  }

  .lg\:hover\:to-skybule:hover {
    --tw-gradient-to: #30B5CC !important;
  }

  .lg\:hover\:to-yellow:hover {
    --tw-gradient-to: #F0B334 !important;
  }

  .lg\:hover\:to-lightgray:hover {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:hover\:to-gray:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg\:hover\:to-devider:hover {
    --tw-gradient-to: #C8C0BD !important;
  }

  .lg\:hover\:to-cream:hover {
    --tw-gradient-to: #F1F0ED !important;
  }

  .lg\:hover\:to-blue01:hover {
    --tw-gradient-to: #39495B !important;
  }

  .lg\:hover\:to-blue02:hover {
    --tw-gradient-to: #37526B !important;
  }

  .lg\:hover\:to-buttercup:hover {
    --tw-gradient-to: #D9A12E !important;
  }

  .lg\:hover\:to-lime-gray:hover {
    --tw-gradient-to: #F1F1ED !important;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000000 !important;
  }

  .lg\:focus\:to-lightteal:focus {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .lg\:focus\:to-darkteal:focus {
    --tw-gradient-to: #36C3DC !important;
  }

  .lg\:focus\:to-red:focus {
    --tw-gradient-to: #D6393C !important;
  }

  .lg\:focus\:to-darkred:focus {
    --tw-gradient-to: #B63033 !important;
  }

  .lg\:focus\:to-darkblue:focus {
    --tw-gradient-to: #3A4758 !important;
  }

  .lg\:focus\:to-skybule:focus {
    --tw-gradient-to: #30B5CC !important;
  }

  .lg\:focus\:to-yellow:focus {
    --tw-gradient-to: #F0B334 !important;
  }

  .lg\:focus\:to-lightgray:focus {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:to-gray:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .lg\:focus\:to-devider:focus {
    --tw-gradient-to: #C8C0BD !important;
  }

  .lg\:focus\:to-cream:focus {
    --tw-gradient-to: #F1F0ED !important;
  }

  .lg\:focus\:to-blue01:focus {
    --tw-gradient-to: #39495B !important;
  }

  .lg\:focus\:to-blue02:focus {
    --tw-gradient-to: #37526B !important;
  }

  .lg\:focus\:to-buttercup:focus {
    --tw-gradient-to: #D9A12E !important;
  }

  .lg\:focus\:to-lime-gray:focus {
    --tw-gradient-to: #F1F1ED !important;
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:bg-origin-border {
    background-origin: border-box !important;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .lg\:bg-origin-content {
    background-origin: content-box !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:p-0 {
    padding: 0px !important;
  }

  .lg\:p-5 {
    padding: 5px !important;
  }

  .lg\:p-8 {
    padding: 8px !important;
  }

  .lg\:p-10 {
    padding: 10px !important;
  }

  .lg\:p-15 {
    padding: 15px !important;
  }

  .lg\:p-20 {
    padding: 20px !important;
  }

  .lg\:p-25 {
    padding: 25px !important;
  }

  .lg\:p-26 {
    padding: 26px !important;
  }

  .lg\:p-27 {
    padding: 27px !important;
  }

  .lg\:p-28 {
    padding: 28px !important;
  }

  .lg\:p-30 {
    padding: 30px !important;
  }

  .lg\:p-32 {
    padding: 32px !important;
  }

  .lg\:p-33 {
    padding: 33px !important;
  }

  .lg\:p-34 {
    padding: 34px !important;
  }

  .lg\:p-35 {
    padding: 35px !important;
  }

  .lg\:p-38 {
    padding: 38px !important;
  }

  .lg\:p-40 {
    padding: 40px !important;
  }

  .lg\:p-44 {
    padding: 44px !important;
  }

  .lg\:p-45 {
    padding: 45px !important;
  }

  .lg\:p-50 {
    padding: 50px !important;
  }

  .lg\:p-55 {
    padding: 55px !important;
  }

  .lg\:p-60 {
    padding: 60px !important;
  }

  .lg\:p-65 {
    padding: 65px !important;
  }

  .lg\:p-70 {
    padding: 70px !important;
  }

  .lg\:p-75 {
    padding: 75px !important;
  }

  .lg\:p-80 {
    padding: 80px !important;
  }

  .lg\:p-85 {
    padding: 85px !important;
  }

  .lg\:p-90 {
    padding: 90px !important;
  }

  .lg\:p-95 {
    padding: 95px !important;
  }

  .lg\:p-100 {
    padding: 100px !important;
  }

  .lg\:p-105 {
    padding: 105px !important;
  }

  .lg\:p-110 {
    padding: 110px !important;
  }

  .lg\:p-115 {
    padding: 115px !important;
  }

  .lg\:p-120 {
    padding: 120px !important;
  }

  .lg\:p-125 {
    padding: 125px !important;
  }

  .lg\:p-130 {
    padding: 130px !important;
  }

  .lg\:p-135 {
    padding: 135px !important;
  }

  .lg\:p-140 {
    padding: 140px !important;
  }

  .lg\:p-142 {
    padding: 142px !important;
  }

  .lg\:p-145 {
    padding: 145px !important;
  }

  .lg\:p-150 {
    padding: 150px !important;
  }

  .lg\:p-160 {
    padding: 160px !important;
  }

  .lg\:p-165 {
    padding: 165px !important;
  }

  .lg\:p-170 {
    padding: 170px !important;
  }

  .lg\:p-180 {
    padding: 180px !important;
  }

  .lg\:p-185 {
    padding: 185px !important;
  }

  .lg\:p-190 {
    padding: 190px !important;
  }

  .lg\:p-200 {
    padding: 200px !important;
  }

  .lg\:p-225 {
    padding: 225px !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .lg\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .lg\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lg\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lg\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .lg\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .lg\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .lg\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .lg\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .lg\:px-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .lg\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .lg\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .lg\:px-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .lg\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .lg\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .lg\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .lg\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .lg\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .lg\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lg\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .lg\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .lg\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .lg\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .lg\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .lg\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .lg\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .lg\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .lg\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .lg\:px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .lg\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .lg\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .lg\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .lg\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .lg\:px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .lg\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .lg\:px-142 {
    padding-left: 142px !important;
    padding-right: 142px !important;
  }

  .lg\:px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .lg\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .lg\:px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .lg\:px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .lg\:px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .lg\:px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .lg\:px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .lg\:px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .lg\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .lg\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .lg\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .lg\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lg\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lg\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .lg\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .lg\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .lg\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .lg\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lg\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .lg\:py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .lg\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .lg\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .lg\:py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .lg\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .lg\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .lg\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .lg\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .lg\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .lg\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .lg\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .lg\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .lg\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .lg\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .lg\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .lg\:py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .lg\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .lg\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lg\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .lg\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .lg\:py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .lg\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .lg\:py-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }

  .lg\:py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .lg\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .lg\:py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .lg\:py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .lg\:py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .lg\:py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .lg\:py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .lg\:py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .lg\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .lg\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pt-5 {
    padding-top: 5px !important;
  }

  .lg\:pt-8 {
    padding-top: 8px !important;
  }

  .lg\:pt-10 {
    padding-top: 10px !important;
  }

  .lg\:pt-15 {
    padding-top: 15px !important;
  }

  .lg\:pt-20 {
    padding-top: 20px !important;
  }

  .lg\:pt-25 {
    padding-top: 25px !important;
  }

  .lg\:pt-26 {
    padding-top: 26px !important;
  }

  .lg\:pt-27 {
    padding-top: 27px !important;
  }

  .lg\:pt-28 {
    padding-top: 28px !important;
  }

  .lg\:pt-30 {
    padding-top: 30px !important;
  }

  .lg\:pt-32 {
    padding-top: 32px !important;
  }

  .lg\:pt-33 {
    padding-top: 33px !important;
  }

  .lg\:pt-34 {
    padding-top: 34px !important;
  }

  .lg\:pt-35 {
    padding-top: 35px !important;
  }

  .lg\:pt-38 {
    padding-top: 38px !important;
  }

  .lg\:pt-40 {
    padding-top: 40px !important;
  }

  .lg\:pt-44 {
    padding-top: 44px !important;
  }

  .lg\:pt-45 {
    padding-top: 45px !important;
  }

  .lg\:pt-50 {
    padding-top: 50px !important;
  }

  .lg\:pt-55 {
    padding-top: 55px !important;
  }

  .lg\:pt-60 {
    padding-top: 60px !important;
  }

  .lg\:pt-65 {
    padding-top: 65px !important;
  }

  .lg\:pt-70 {
    padding-top: 70px !important;
  }

  .lg\:pt-75 {
    padding-top: 75px !important;
  }

  .lg\:pt-80 {
    padding-top: 80px !important;
  }

  .lg\:pt-85 {
    padding-top: 85px !important;
  }

  .lg\:pt-90 {
    padding-top: 90px !important;
  }

  .lg\:pt-95 {
    padding-top: 95px !important;
  }

  .lg\:pt-100 {
    padding-top: 100px !important;
  }

  .lg\:pt-105 {
    padding-top: 105px !important;
  }

  .lg\:pt-110 {
    padding-top: 110px !important;
  }

  .lg\:pt-115 {
    padding-top: 115px !important;
  }

  .lg\:pt-120 {
    padding-top: 120px !important;
  }

  .lg\:pt-125 {
    padding-top: 125px !important;
  }

  .lg\:pt-130 {
    padding-top: 130px !important;
  }

  .lg\:pt-135 {
    padding-top: 135px !important;
  }

  .lg\:pt-140 {
    padding-top: 140px !important;
  }

  .lg\:pt-142 {
    padding-top: 142px !important;
  }

  .lg\:pt-145 {
    padding-top: 145px !important;
  }

  .lg\:pt-150 {
    padding-top: 150px !important;
  }

  .lg\:pt-160 {
    padding-top: 160px !important;
  }

  .lg\:pt-165 {
    padding-top: 165px !important;
  }

  .lg\:pt-170 {
    padding-top: 170px !important;
  }

  .lg\:pt-180 {
    padding-top: 180px !important;
  }

  .lg\:pt-185 {
    padding-top: 185px !important;
  }

  .lg\:pt-190 {
    padding-top: 190px !important;
  }

  .lg\:pt-200 {
    padding-top: 200px !important;
  }

  .lg\:pt-225 {
    padding-top: 225px !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-0 {
    padding-right: 0px !important;
  }

  .lg\:pr-5 {
    padding-right: 5px !important;
  }

  .lg\:pr-8 {
    padding-right: 8px !important;
  }

  .lg\:pr-10 {
    padding-right: 10px !important;
  }

  .lg\:pr-15 {
    padding-right: 15px !important;
  }

  .lg\:pr-20 {
    padding-right: 20px !important;
  }

  .lg\:pr-25 {
    padding-right: 25px !important;
  }

  .lg\:pr-26 {
    padding-right: 26px !important;
  }

  .lg\:pr-27 {
    padding-right: 27px !important;
  }

  .lg\:pr-28 {
    padding-right: 28px !important;
  }

  .lg\:pr-30 {
    padding-right: 30px !important;
  }

  .lg\:pr-32 {
    padding-right: 32px !important;
  }

  .lg\:pr-33 {
    padding-right: 33px !important;
  }

  .lg\:pr-34 {
    padding-right: 34px !important;
  }

  .lg\:pr-35 {
    padding-right: 35px !important;
  }

  .lg\:pr-38 {
    padding-right: 38px !important;
  }

  .lg\:pr-40 {
    padding-right: 40px !important;
  }

  .lg\:pr-44 {
    padding-right: 44px !important;
  }

  .lg\:pr-45 {
    padding-right: 45px !important;
  }

  .lg\:pr-50 {
    padding-right: 50px !important;
  }

  .lg\:pr-55 {
    padding-right: 55px !important;
  }

  .lg\:pr-60 {
    padding-right: 60px !important;
  }

  .lg\:pr-65 {
    padding-right: 65px !important;
  }

  .lg\:pr-70 {
    padding-right: 70px !important;
  }

  .lg\:pr-75 {
    padding-right: 75px !important;
  }

  .lg\:pr-80 {
    padding-right: 80px !important;
  }

  .lg\:pr-85 {
    padding-right: 85px !important;
  }

  .lg\:pr-90 {
    padding-right: 90px !important;
  }

  .lg\:pr-95 {
    padding-right: 95px !important;
  }

  .lg\:pr-100 {
    padding-right: 100px !important;
  }

  .lg\:pr-105 {
    padding-right: 105px !important;
  }

  .lg\:pr-110 {
    padding-right: 110px !important;
  }

  .lg\:pr-115 {
    padding-right: 115px !important;
  }

  .lg\:pr-120 {
    padding-right: 120px !important;
  }

  .lg\:pr-125 {
    padding-right: 125px !important;
  }

  .lg\:pr-130 {
    padding-right: 130px !important;
  }

  .lg\:pr-135 {
    padding-right: 135px !important;
  }

  .lg\:pr-140 {
    padding-right: 140px !important;
  }

  .lg\:pr-142 {
    padding-right: 142px !important;
  }

  .lg\:pr-145 {
    padding-right: 145px !important;
  }

  .lg\:pr-150 {
    padding-right: 150px !important;
  }

  .lg\:pr-160 {
    padding-right: 160px !important;
  }

  .lg\:pr-165 {
    padding-right: 165px !important;
  }

  .lg\:pr-170 {
    padding-right: 170px !important;
  }

  .lg\:pr-180 {
    padding-right: 180px !important;
  }

  .lg\:pr-185 {
    padding-right: 185px !important;
  }

  .lg\:pr-190 {
    padding-right: 190px !important;
  }

  .lg\:pr-200 {
    padding-right: 200px !important;
  }

  .lg\:pr-225 {
    padding-right: 225px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-5 {
    padding-bottom: 5px !important;
  }

  .lg\:pb-8 {
    padding-bottom: 8px !important;
  }

  .lg\:pb-10 {
    padding-bottom: 10px !important;
  }

  .lg\:pb-15 {
    padding-bottom: 15px !important;
  }

  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }

  .lg\:pb-25 {
    padding-bottom: 25px !important;
  }

  .lg\:pb-26 {
    padding-bottom: 26px !important;
  }

  .lg\:pb-27 {
    padding-bottom: 27px !important;
  }

  .lg\:pb-28 {
    padding-bottom: 28px !important;
  }

  .lg\:pb-30 {
    padding-bottom: 30px !important;
  }

  .lg\:pb-32 {
    padding-bottom: 32px !important;
  }

  .lg\:pb-33 {
    padding-bottom: 33px !important;
  }

  .lg\:pb-34 {
    padding-bottom: 34px !important;
  }

  .lg\:pb-35 {
    padding-bottom: 35px !important;
  }

  .lg\:pb-38 {
    padding-bottom: 38px !important;
  }

  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }

  .lg\:pb-44 {
    padding-bottom: 44px !important;
  }

  .lg\:pb-45 {
    padding-bottom: 45px !important;
  }

  .lg\:pb-50 {
    padding-bottom: 50px !important;
  }

  .lg\:pb-55 {
    padding-bottom: 55px !important;
  }

  .lg\:pb-60 {
    padding-bottom: 60px !important;
  }

  .lg\:pb-65 {
    padding-bottom: 65px !important;
  }

  .lg\:pb-70 {
    padding-bottom: 70px !important;
  }

  .lg\:pb-75 {
    padding-bottom: 75px !important;
  }

  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }

  .lg\:pb-85 {
    padding-bottom: 85px !important;
  }

  .lg\:pb-90 {
    padding-bottom: 90px !important;
  }

  .lg\:pb-95 {
    padding-bottom: 95px !important;
  }

  .lg\:pb-100 {
    padding-bottom: 100px !important;
  }

  .lg\:pb-105 {
    padding-bottom: 105px !important;
  }

  .lg\:pb-110 {
    padding-bottom: 110px !important;
  }

  .lg\:pb-115 {
    padding-bottom: 115px !important;
  }

  .lg\:pb-120 {
    padding-bottom: 120px !important;
  }

  .lg\:pb-125 {
    padding-bottom: 125px !important;
  }

  .lg\:pb-130 {
    padding-bottom: 130px !important;
  }

  .lg\:pb-135 {
    padding-bottom: 135px !important;
  }

  .lg\:pb-140 {
    padding-bottom: 140px !important;
  }

  .lg\:pb-142 {
    padding-bottom: 142px !important;
  }

  .lg\:pb-145 {
    padding-bottom: 145px !important;
  }

  .lg\:pb-150 {
    padding-bottom: 150px !important;
  }

  .lg\:pb-160 {
    padding-bottom: 160px !important;
  }

  .lg\:pb-165 {
    padding-bottom: 165px !important;
  }

  .lg\:pb-170 {
    padding-bottom: 170px !important;
  }

  .lg\:pb-180 {
    padding-bottom: 180px !important;
  }

  .lg\:pb-185 {
    padding-bottom: 185px !important;
  }

  .lg\:pb-190 {
    padding-bottom: 190px !important;
  }

  .lg\:pb-200 {
    padding-bottom: 200px !important;
  }

  .lg\:pb-225 {
    padding-bottom: 225px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-0 {
    padding-left: 0px !important;
  }

  .lg\:pl-5 {
    padding-left: 5px !important;
  }

  .lg\:pl-8 {
    padding-left: 8px !important;
  }

  .lg\:pl-10 {
    padding-left: 10px !important;
  }

  .lg\:pl-15 {
    padding-left: 15px !important;
  }

  .lg\:pl-20 {
    padding-left: 20px !important;
  }

  .lg\:pl-25 {
    padding-left: 25px !important;
  }

  .lg\:pl-26 {
    padding-left: 26px !important;
  }

  .lg\:pl-27 {
    padding-left: 27px !important;
  }

  .lg\:pl-28 {
    padding-left: 28px !important;
  }

  .lg\:pl-30 {
    padding-left: 30px !important;
  }

  .lg\:pl-32 {
    padding-left: 32px !important;
  }

  .lg\:pl-33 {
    padding-left: 33px !important;
  }

  .lg\:pl-34 {
    padding-left: 34px !important;
  }

  .lg\:pl-35 {
    padding-left: 35px !important;
  }

  .lg\:pl-38 {
    padding-left: 38px !important;
  }

  .lg\:pl-40 {
    padding-left: 40px !important;
  }

  .lg\:pl-44 {
    padding-left: 44px !important;
  }

  .lg\:pl-45 {
    padding-left: 45px !important;
  }

  .lg\:pl-50 {
    padding-left: 50px !important;
  }

  .lg\:pl-55 {
    padding-left: 55px !important;
  }

  .lg\:pl-60 {
    padding-left: 60px !important;
  }

  .lg\:pl-65 {
    padding-left: 65px !important;
  }

  .lg\:pl-70 {
    padding-left: 70px !important;
  }

  .lg\:pl-75 {
    padding-left: 75px !important;
  }

  .lg\:pl-80 {
    padding-left: 80px !important;
  }

  .lg\:pl-85 {
    padding-left: 85px !important;
  }

  .lg\:pl-90 {
    padding-left: 90px !important;
  }

  .lg\:pl-95 {
    padding-left: 95px !important;
  }

  .lg\:pl-100 {
    padding-left: 100px !important;
  }

  .lg\:pl-105 {
    padding-left: 105px !important;
  }

  .lg\:pl-110 {
    padding-left: 110px !important;
  }

  .lg\:pl-115 {
    padding-left: 115px !important;
  }

  .lg\:pl-120 {
    padding-left: 120px !important;
  }

  .lg\:pl-125 {
    padding-left: 125px !important;
  }

  .lg\:pl-130 {
    padding-left: 130px !important;
  }

  .lg\:pl-135 {
    padding-left: 135px !important;
  }

  .lg\:pl-140 {
    padding-left: 140px !important;
  }

  .lg\:pl-142 {
    padding-left: 142px !important;
  }

  .lg\:pl-145 {
    padding-left: 145px !important;
  }

  .lg\:pl-150 {
    padding-left: 150px !important;
  }

  .lg\:pl-160 {
    padding-left: 160px !important;
  }

  .lg\:pl-165 {
    padding-left: 165px !important;
  }

  .lg\:pl-170 {
    padding-left: 170px !important;
  }

  .lg\:pl-180 {
    padding-left: 180px !important;
  }

  .lg\:pl-185 {
    padding-left: 185px !important;
  }

  .lg\:pl-190 {
    padding-left: 190px !important;
  }

  .lg\:pl-200 {
    padding-left: 200px !important;
  }

  .lg\:pl-225 {
    padding-left: 225px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:font-font-zilla {
    font-family: Zilla Slab !important;
  }

  .lg\:font-font-montserrat {
    font-family: Montserrat !important;
  }

  .lg\:font-font-helveticaneuemedium {
    font-family: helveticaneuemedium !important;
  }

  .lg\:text-base {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .lg\:text-fs-400 {
    font-size: 400px !important;
    line-height: 320px !important;
  }

  .lg\:text-fs-215 {
    font-size: 215px !important;
    line-height: 172px !important;
  }

  .lg\:text-fs-160 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .lg\:text-fs-140 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .lg\:text-fs-110 {
    font-size: 110px !important;
    line-height: 88px !important;
  }

  .lg\:text-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .lg\:text-fs-60 {
    font-size: 60px !important;
    line-height: 72px !important;
  }

  .lg\:text-fs-55 {
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .lg\:text-fs-50 {
    font-size: 50px !important;
    line-height: 45px !important;
  }

  .lg\:text-fs-45 {
    font-size: 45px !important;
    line-height: 36px !important;
  }

  .lg\:text-fs-40 {
    font-size: 40px !important;
    line-height: 32px !important;
  }

  .lg\:text-fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .lg\:text-fs-32 {
    font-size: 32px !important;
    line-height: 26px !important;
  }

  .lg\:text-fs-30 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  .lg\:text-fs-28 {
    font-size: 28px !important;
    line-height: 22px !important;
  }

  .lg\:text-fs-24 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .lg\:text-fs-26 {
    font-size: 26px !important;
    line-height: 41px !important;
  }

  .lg\:text-fs-22 {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .lg\:text-fs-20 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .lg\:text-fs-18 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .lg\:text-fs-17 {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .lg\:text-fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .lg\:text-fs-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .lg\:text-fs-13 {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .lg\:font-thin {
    font-weight: 100 !important;
  }

  .lg\:font-extralight {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-lh-68 {
    line-height: 68px !important;
  }

  .lg\:leading-lh-60 {
    line-height: 60px !important;
  }

  .lg\:leading-lh-55 {
    line-height: 55px !important;
  }

  .lg\:leading-lh-52 {
    line-height: 52px !important;
  }

  .lg\:leading-lh-50 {
    line-height: 50px !important;
  }

  .lg\:leading-lh-44 {
    line-height: 44px !important;
  }

  .lg\:leading-lh-42 {
    line-height: 42px !important;
  }

  .lg\:leading-lh-38 {
    line-height: 38px !important;
  }

  .lg\:leading-lh-28 {
    line-height: 28px !important;
  }

  .lg\:leading-lh-30 {
    line-height: 30px !important;
  }

  .lg\:leading-lh-25 {
    line-height: 25px !important;
  }

  .lg\:leading-lh-24 {
    line-height: 24px !important;
  }

  .lg\:leading-lh-22 {
    line-height: 22px !important;
  }

  .lg\:leading-lh-21 {
    line-height: 21px !important;
  }

  .lg\:leading-lh-20 {
    line-height: 20px !important;
  }

  .lg\:leading-lh-18 {
    line-height: 18px !important;
  }

  .lg\:leading-lh-16 {
    line-height: 16px !important;
  }

  .lg\:leading-lh-37 {
    line-height: 37px !important;
  }

  .lg\:leading-lh-35 {
    line-height: 35px !important;
  }

  .lg\:leading-lh-33 {
    line-height: 33px !important;
  }

  .lg\:leading-lh-88 {
    line-height: 88px !important;
  }

  .lg\:leading-lh-72 {
    line-height: 72px !important;
  }

  .lg\:leading-lh-62 {
    line-height: 62px !important;
  }

  .lg\:leading-lh-45 {
    line-height: 45px !important;
  }

  .lg\:leading-lh-26 {
    line-height: 26px !important;
  }

  .lg\:leading-lh-27 {
    line-height: 27px !important;
  }

  .lg\:leading-lh-23 {
    line-height: 23px !important;
  }

  .lg\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .lg\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .lg\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .lg\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .lg\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .lg\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .lg\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .lg\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-current {
    color: currentColor !important;
  }

  .lg\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .lg\:group-hover\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .lg\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lightteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-darkteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-darkred:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-darkblue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-skybule:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lightgray:focus-within {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus-within\:text-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-devider:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cream:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-buttercup:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lightteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-darkteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-darkred:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-darkblue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-skybule:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lightgray:hover {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:hover\:text-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-devider:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cream:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-buttercup:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lightteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-darkteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-darkred:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-darkblue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-skybule:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lightgray:focus {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:text-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-devider:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cream:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-buttercup:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkred::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkred::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkblue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkblue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-skybule::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-skybule::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightgray::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:placeholder-lightgray::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-devider::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-devider::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cream::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cream::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-buttercup::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-buttercup::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkred:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkred:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkblue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkblue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-skybule:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-skybule:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightgray:focus::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:placeholder-lightgray:focus::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-devider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-devider:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cream:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cream:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-buttercup:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-buttercup:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-5 {
    opacity: 0.05 !important;
  }

  .lg\:opacity-10 {
    opacity: 0.1 !important;
  }

  .lg\:opacity-20 {
    opacity: 0.2 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-30 {
    opacity: 0.3 !important;
  }

  .lg\:opacity-40 {
    opacity: 0.4 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-57 {
    opacity: 0.57 !important;
  }

  .lg\:opacity-60 {
    opacity: 0.6 !important;
  }

  .lg\:opacity-70 {
    opacity: 0.7 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-80 {
    opacity: 0.8 !important;
  }

  .lg\:opacity-90 {
    opacity: 0.9 !important;
  }

  .lg\:opacity-95 {
    opacity: 0.95 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .lg\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lightteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-darkteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-darkred {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-darkblue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-skybule {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lightgray {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:ring-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-devider {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cream {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-buttercup {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lightteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-darkteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-darkred:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-darkblue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-skybule:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lightgray:focus-within {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus-within\:ring-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-devider:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cream:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-buttercup:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lightteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-darkteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-darkred:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-darkblue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-skybule:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lightgray:focus {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:ring-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-devider:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cream:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-buttercup:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:ring-offset-lightteal {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .lg\:ring-offset-darkteal {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .lg\:ring-offset-red {
    --tw-ring-offset-color: #D6393C !important;
  }

  .lg\:ring-offset-darkred {
    --tw-ring-offset-color: #B63033 !important;
  }

  .lg\:ring-offset-darkblue {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .lg\:ring-offset-skybule {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .lg\:ring-offset-yellow {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .lg\:ring-offset-lightgray {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:ring-offset-gray {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg\:ring-offset-devider {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .lg\:ring-offset-cream {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .lg\:ring-offset-blue01 {
    --tw-ring-offset-color: #39495B !important;
  }

  .lg\:ring-offset-blue02 {
    --tw-ring-offset-color: #37526B !important;
  }

  .lg\:ring-offset-buttercup {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .lg\:ring-offset-lime-gray {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:focus-within\:ring-offset-lightteal:focus-within {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .lg\:focus-within\:ring-offset-darkteal:focus-within {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .lg\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #D6393C !important;
  }

  .lg\:focus-within\:ring-offset-darkred:focus-within {
    --tw-ring-offset-color: #B63033 !important;
  }

  .lg\:focus-within\:ring-offset-darkblue:focus-within {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .lg\:focus-within\:ring-offset-skybule:focus-within {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .lg\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .lg\:focus-within\:ring-offset-lightgray:focus-within {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus-within\:ring-offset-gray:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg\:focus-within\:ring-offset-devider:focus-within {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .lg\:focus-within\:ring-offset-cream:focus-within {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .lg\:focus-within\:ring-offset-blue01:focus-within {
    --tw-ring-offset-color: #39495B !important;
  }

  .lg\:focus-within\:ring-offset-blue02:focus-within {
    --tw-ring-offset-color: #37526B !important;
  }

  .lg\:focus-within\:ring-offset-buttercup:focus-within {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .lg\:focus-within\:ring-offset-lime-gray:focus-within {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000 !important;
  }

  .lg\:focus\:ring-offset-lightteal:focus {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .lg\:focus\:ring-offset-darkteal:focus {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .lg\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #D6393C !important;
  }

  .lg\:focus\:ring-offset-darkred:focus {
    --tw-ring-offset-color: #B63033 !important;
  }

  .lg\:focus\:ring-offset-darkblue:focus {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .lg\:focus\:ring-offset-skybule:focus {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .lg\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .lg\:focus\:ring-offset-lightgray:focus {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .lg\:focus\:ring-offset-gray:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .lg\:focus\:ring-offset-devider:focus {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .lg\:focus\:ring-offset-cream:focus {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .lg\:focus\:ring-offset-blue01:focus {
    --tw-ring-offset-color: #39495B !important;
  }

  .lg\:focus\:ring-offset-blue02:focus {
    --tw-ring-offset-color: #37526B !important;
  }

  .lg\:focus\:ring-offset-buttercup:focus {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .lg\:focus\:ring-offset-lime-gray:focus {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .lg\:filter-none {
    filter: none !important;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .lg\:blur {
    --tw-blur: blur(8px) !important;
  }

  .lg\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .lg\:invert {
    --tw-invert: invert(100%) !important;
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .lg\:backdrop-filter-none {
    backdrop-filter: none !important;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg\:transition-none {
    transition-property: none !important;
  }

  .lg\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .lg\:delay-75 {
    transition-delay: 75ms !important;
  }

  .lg\:delay-100 {
    transition-delay: 100ms !important;
  }

  .lg\:delay-150 {
    transition-delay: 150ms !important;
  }

  .lg\:delay-200 {
    transition-delay: 200ms !important;
  }

  .lg\:delay-300 {
    transition-delay: 300ms !important;
  }

  .lg\:delay-500 {
    transition-delay: 500ms !important;
  }

  .lg\:delay-700 {
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lg\:duration-75 {
    transition-duration: 75ms !important;
  }

  .lg\:duration-100 {
    transition-duration: 100ms !important;
  }

  .lg\:duration-150 {
    transition-duration: 150ms !important;
  }

  .lg\:duration-200 {
    transition-duration: 200ms !important;
  }

  .lg\:duration-300 {
    transition-duration: 300ms !important;
  }

  .lg\:duration-500 {
    transition-duration: 500ms !important;
  }

  .lg\:duration-700 {
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg\:ease-linear {
    transition-timing-function: linear !important;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 991px) {
  .mx\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mx\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mx\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mx\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mx\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .mx\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .mx\:pointer-events-none {
    pointer-events: none !important;
  }

  .mx\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .mx\:visible {
    visibility: visible !important;
  }

  .mx\:invisible {
    visibility: hidden !important;
  }

  .mx\:static {
    position: static !important;
  }

  .mx\:fixed {
    position: fixed !important;
  }

  .mx\:absolute {
    position: absolute !important;
  }

  .mx\:relative {
    position: relative !important;
  }

  .mx\:sticky {
    position: sticky !important;
  }

  .mx\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mx\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .mx\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .mx\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .mx\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .mx\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .mx\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .mx\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .mx\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .mx\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .mx\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .mx\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .mx\:inset-33 {
    top: 33px !important;
    right: 33px !important;
    bottom: 33px !important;
    left: 33px !important;
  }

  .mx\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .mx\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .mx\:inset-38 {
    top: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    left: 38px !important;
  }

  .mx\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .mx\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .mx\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .mx\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .mx\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .mx\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .mx\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .mx\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .mx\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .mx\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .mx\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .mx\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .mx\:inset-95 {
    top: 95px !important;
    right: 95px !important;
    bottom: 95px !important;
    left: 95px !important;
  }

  .mx\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .mx\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .mx\:inset-110 {
    top: 110px !important;
    right: 110px !important;
    bottom: 110px !important;
    left: 110px !important;
  }

  .mx\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .mx\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .mx\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .mx\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .mx\:inset-135 {
    top: 135px !important;
    right: 135px !important;
    bottom: 135px !important;
    left: 135px !important;
  }

  .mx\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .mx\:inset-142 {
    top: 142px !important;
    right: 142px !important;
    bottom: 142px !important;
    left: 142px !important;
  }

  .mx\:inset-145 {
    top: 145px !important;
    right: 145px !important;
    bottom: 145px !important;
    left: 145px !important;
  }

  .mx\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .mx\:inset-160 {
    top: 160px !important;
    right: 160px !important;
    bottom: 160px !important;
    left: 160px !important;
  }

  .mx\:inset-165 {
    top: 165px !important;
    right: 165px !important;
    bottom: 165px !important;
    left: 165px !important;
  }

  .mx\:inset-170 {
    top: 170px !important;
    right: 170px !important;
    bottom: 170px !important;
    left: 170px !important;
  }

  .mx\:inset-180 {
    top: 180px !important;
    right: 180px !important;
    bottom: 180px !important;
    left: 180px !important;
  }

  .mx\:inset-185 {
    top: 185px !important;
    right: 185px !important;
    bottom: 185px !important;
    left: 185px !important;
  }

  .mx\:inset-190 {
    top: 190px !important;
    right: 190px !important;
    bottom: 190px !important;
    left: 190px !important;
  }

  .mx\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .mx\:inset-225 {
    top: 225px !important;
    right: 225px !important;
    bottom: 225px !important;
    left: 225px !important;
  }

  .mx\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .mx\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .mx\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .mx\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .mx\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .mx\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .mx\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .mx\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .mx\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .mx\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .mx\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .mx\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .mx\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .mx\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .mx\:-inset-33 {
    top: -33px !important;
    right: -33px !important;
    bottom: -33px !important;
    left: -33px !important;
  }

  .mx\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .mx\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .mx\:-inset-38 {
    top: -38px !important;
    right: -38px !important;
    bottom: -38px !important;
    left: -38px !important;
  }

  .mx\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .mx\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .mx\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .mx\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .mx\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .mx\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .mx\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .mx\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .mx\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .mx\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .mx\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .mx\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .mx\:-inset-95 {
    top: -95px !important;
    right: -95px !important;
    bottom: -95px !important;
    left: -95px !important;
  }

  .mx\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .mx\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .mx\:-inset-110 {
    top: -110px !important;
    right: -110px !important;
    bottom: -110px !important;
    left: -110px !important;
  }

  .mx\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .mx\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .mx\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .mx\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .mx\:-inset-135 {
    top: -135px !important;
    right: -135px !important;
    bottom: -135px !important;
    left: -135px !important;
  }

  .mx\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .mx\:-inset-142 {
    top: -142px !important;
    right: -142px !important;
    bottom: -142px !important;
    left: -142px !important;
  }

  .mx\:-inset-145 {
    top: -145px !important;
    right: -145px !important;
    bottom: -145px !important;
    left: -145px !important;
  }

  .mx\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .mx\:-inset-160 {
    top: -160px !important;
    right: -160px !important;
    bottom: -160px !important;
    left: -160px !important;
  }

  .mx\:-inset-165 {
    top: -165px !important;
    right: -165px !important;
    bottom: -165px !important;
    left: -165px !important;
  }

  .mx\:-inset-170 {
    top: -170px !important;
    right: -170px !important;
    bottom: -170px !important;
    left: -170px !important;
  }

  .mx\:-inset-180 {
    top: -180px !important;
    right: -180px !important;
    bottom: -180px !important;
    left: -180px !important;
  }

  .mx\:-inset-185 {
    top: -185px !important;
    right: -185px !important;
    bottom: -185px !important;
    left: -185px !important;
  }

  .mx\:-inset-190 {
    top: -190px !important;
    right: -190px !important;
    bottom: -190px !important;
    left: -190px !important;
  }

  .mx\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .mx\:-inset-225 {
    top: -225px !important;
    right: -225px !important;
    bottom: -225px !important;
    left: -225px !important;
  }

  .mx\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .mx\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mx\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .mx\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .mx\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .mx\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .mx\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .mx\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .mx\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mx\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .mx\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .mx\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .mx\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .mx\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .mx\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .mx\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mx\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .mx\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .mx\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .mx\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .mx\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .mx\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .mx\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .mx\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .mx\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .mx\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .mx\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .mx\:inset-x-33 {
    left: 33px !important;
    right: 33px !important;
  }

  .mx\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .mx\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .mx\:inset-x-38 {
    left: 38px !important;
    right: 38px !important;
  }

  .mx\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .mx\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .mx\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .mx\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .mx\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .mx\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .mx\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .mx\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .mx\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .mx\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .mx\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .mx\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .mx\:inset-x-95 {
    left: 95px !important;
    right: 95px !important;
  }

  .mx\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .mx\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .mx\:inset-x-110 {
    left: 110px !important;
    right: 110px !important;
  }

  .mx\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .mx\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .mx\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .mx\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .mx\:inset-x-135 {
    left: 135px !important;
    right: 135px !important;
  }

  .mx\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .mx\:inset-x-142 {
    left: 142px !important;
    right: 142px !important;
  }

  .mx\:inset-x-145 {
    left: 145px !important;
    right: 145px !important;
  }

  .mx\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .mx\:inset-x-160 {
    left: 160px !important;
    right: 160px !important;
  }

  .mx\:inset-x-165 {
    left: 165px !important;
    right: 165px !important;
  }

  .mx\:inset-x-170 {
    left: 170px !important;
    right: 170px !important;
  }

  .mx\:inset-x-180 {
    left: 180px !important;
    right: 180px !important;
  }

  .mx\:inset-x-185 {
    left: 185px !important;
    right: 185px !important;
  }

  .mx\:inset-x-190 {
    left: 190px !important;
    right: 190px !important;
  }

  .mx\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .mx\:inset-x-225 {
    left: 225px !important;
    right: 225px !important;
  }

  .mx\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .mx\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .mx\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .mx\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .mx\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .mx\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .mx\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .mx\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .mx\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .mx\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .mx\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .mx\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .mx\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .mx\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .mx\:-inset-x-33 {
    left: -33px !important;
    right: -33px !important;
  }

  .mx\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .mx\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .mx\:-inset-x-38 {
    left: -38px !important;
    right: -38px !important;
  }

  .mx\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .mx\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .mx\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .mx\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .mx\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .mx\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .mx\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .mx\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .mx\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .mx\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .mx\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .mx\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .mx\:-inset-x-95 {
    left: -95px !important;
    right: -95px !important;
  }

  .mx\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .mx\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .mx\:-inset-x-110 {
    left: -110px !important;
    right: -110px !important;
  }

  .mx\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .mx\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .mx\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .mx\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .mx\:-inset-x-135 {
    left: -135px !important;
    right: -135px !important;
  }

  .mx\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .mx\:-inset-x-142 {
    left: -142px !important;
    right: -142px !important;
  }

  .mx\:-inset-x-145 {
    left: -145px !important;
    right: -145px !important;
  }

  .mx\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .mx\:-inset-x-160 {
    left: -160px !important;
    right: -160px !important;
  }

  .mx\:-inset-x-165 {
    left: -165px !important;
    right: -165px !important;
  }

  .mx\:-inset-x-170 {
    left: -170px !important;
    right: -170px !important;
  }

  .mx\:-inset-x-180 {
    left: -180px !important;
    right: -180px !important;
  }

  .mx\:-inset-x-185 {
    left: -185px !important;
    right: -185px !important;
  }

  .mx\:-inset-x-190 {
    left: -190px !important;
    right: -190px !important;
  }

  .mx\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .mx\:-inset-x-225 {
    left: -225px !important;
    right: -225px !important;
  }

  .mx\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .mx\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .mx\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .mx\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .mx\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .mx\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .mx\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .mx\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .mx\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .mx\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .mx\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .mx\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .mx\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .mx\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .mx\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .mx\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mx\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .mx\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .mx\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .mx\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .mx\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .mx\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .mx\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .mx\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .mx\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .mx\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .mx\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .mx\:inset-y-33 {
    top: 33px !important;
    bottom: 33px !important;
  }

  .mx\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .mx\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .mx\:inset-y-38 {
    top: 38px !important;
    bottom: 38px !important;
  }

  .mx\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .mx\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .mx\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .mx\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .mx\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .mx\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .mx\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .mx\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .mx\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .mx\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .mx\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .mx\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .mx\:inset-y-95 {
    top: 95px !important;
    bottom: 95px !important;
  }

  .mx\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .mx\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .mx\:inset-y-110 {
    top: 110px !important;
    bottom: 110px !important;
  }

  .mx\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .mx\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .mx\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .mx\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .mx\:inset-y-135 {
    top: 135px !important;
    bottom: 135px !important;
  }

  .mx\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .mx\:inset-y-142 {
    top: 142px !important;
    bottom: 142px !important;
  }

  .mx\:inset-y-145 {
    top: 145px !important;
    bottom: 145px !important;
  }

  .mx\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .mx\:inset-y-160 {
    top: 160px !important;
    bottom: 160px !important;
  }

  .mx\:inset-y-165 {
    top: 165px !important;
    bottom: 165px !important;
  }

  .mx\:inset-y-170 {
    top: 170px !important;
    bottom: 170px !important;
  }

  .mx\:inset-y-180 {
    top: 180px !important;
    bottom: 180px !important;
  }

  .mx\:inset-y-185 {
    top: 185px !important;
    bottom: 185px !important;
  }

  .mx\:inset-y-190 {
    top: 190px !important;
    bottom: 190px !important;
  }

  .mx\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .mx\:inset-y-225 {
    top: 225px !important;
    bottom: 225px !important;
  }

  .mx\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .mx\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .mx\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .mx\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .mx\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .mx\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .mx\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .mx\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .mx\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .mx\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .mx\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .mx\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .mx\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .mx\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .mx\:-inset-y-33 {
    top: -33px !important;
    bottom: -33px !important;
  }

  .mx\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .mx\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .mx\:-inset-y-38 {
    top: -38px !important;
    bottom: -38px !important;
  }

  .mx\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .mx\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .mx\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .mx\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .mx\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .mx\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .mx\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .mx\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .mx\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .mx\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .mx\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .mx\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .mx\:-inset-y-95 {
    top: -95px !important;
    bottom: -95px !important;
  }

  .mx\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .mx\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .mx\:-inset-y-110 {
    top: -110px !important;
    bottom: -110px !important;
  }

  .mx\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .mx\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .mx\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .mx\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .mx\:-inset-y-135 {
    top: -135px !important;
    bottom: -135px !important;
  }

  .mx\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .mx\:-inset-y-142 {
    top: -142px !important;
    bottom: -142px !important;
  }

  .mx\:-inset-y-145 {
    top: -145px !important;
    bottom: -145px !important;
  }

  .mx\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .mx\:-inset-y-160 {
    top: -160px !important;
    bottom: -160px !important;
  }

  .mx\:-inset-y-165 {
    top: -165px !important;
    bottom: -165px !important;
  }

  .mx\:-inset-y-170 {
    top: -170px !important;
    bottom: -170px !important;
  }

  .mx\:-inset-y-180 {
    top: -180px !important;
    bottom: -180px !important;
  }

  .mx\:-inset-y-185 {
    top: -185px !important;
    bottom: -185px !important;
  }

  .mx\:-inset-y-190 {
    top: -190px !important;
    bottom: -190px !important;
  }

  .mx\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .mx\:-inset-y-225 {
    top: -225px !important;
    bottom: -225px !important;
  }

  .mx\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .mx\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mx\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .mx\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .mx\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .mx\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .mx\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .mx\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .mx\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mx\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .mx\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .mx\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .mx\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .mx\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .mx\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .mx\:top-0 {
    top: 0px !important;
  }

  .mx\:top-5 {
    top: 5px !important;
  }

  .mx\:top-8 {
    top: 8px !important;
  }

  .mx\:top-10 {
    top: 10px !important;
  }

  .mx\:top-15 {
    top: 15px !important;
  }

  .mx\:top-20 {
    top: 20px !important;
  }

  .mx\:top-25 {
    top: 25px !important;
  }

  .mx\:top-26 {
    top: 26px !important;
  }

  .mx\:top-27 {
    top: 27px !important;
  }

  .mx\:top-28 {
    top: 28px !important;
  }

  .mx\:top-30 {
    top: 30px !important;
  }

  .mx\:top-32 {
    top: 32px !important;
  }

  .mx\:top-33 {
    top: 33px !important;
  }

  .mx\:top-34 {
    top: 34px !important;
  }

  .mx\:top-35 {
    top: 35px !important;
  }

  .mx\:top-38 {
    top: 38px !important;
  }

  .mx\:top-40 {
    top: 40px !important;
  }

  .mx\:top-44 {
    top: 44px !important;
  }

  .mx\:top-45 {
    top: 45px !important;
  }

  .mx\:top-50 {
    top: 50px !important;
  }

  .mx\:top-55 {
    top: 55px !important;
  }

  .mx\:top-60 {
    top: 60px !important;
  }

  .mx\:top-65 {
    top: 65px !important;
  }

  .mx\:top-70 {
    top: 70px !important;
  }

  .mx\:top-75 {
    top: 75px !important;
  }

  .mx\:top-80 {
    top: 80px !important;
  }

  .mx\:top-85 {
    top: 85px !important;
  }

  .mx\:top-90 {
    top: 90px !important;
  }

  .mx\:top-95 {
    top: 95px !important;
  }

  .mx\:top-100 {
    top: 100px !important;
  }

  .mx\:top-105 {
    top: 105px !important;
  }

  .mx\:top-110 {
    top: 110px !important;
  }

  .mx\:top-115 {
    top: 115px !important;
  }

  .mx\:top-120 {
    top: 120px !important;
  }

  .mx\:top-125 {
    top: 125px !important;
  }

  .mx\:top-130 {
    top: 130px !important;
  }

  .mx\:top-135 {
    top: 135px !important;
  }

  .mx\:top-140 {
    top: 140px !important;
  }

  .mx\:top-142 {
    top: 142px !important;
  }

  .mx\:top-145 {
    top: 145px !important;
  }

  .mx\:top-150 {
    top: 150px !important;
  }

  .mx\:top-160 {
    top: 160px !important;
  }

  .mx\:top-165 {
    top: 165px !important;
  }

  .mx\:top-170 {
    top: 170px !important;
  }

  .mx\:top-180 {
    top: 180px !important;
  }

  .mx\:top-185 {
    top: 185px !important;
  }

  .mx\:top-190 {
    top: 190px !important;
  }

  .mx\:top-200 {
    top: 200px !important;
  }

  .mx\:top-225 {
    top: 225px !important;
  }

  .mx\:top-auto {
    top: auto !important;
  }

  .mx\:top-px {
    top: 1px !important;
  }

  .mx\:-top-0 {
    top: 0px !important;
  }

  .mx\:-top-5 {
    top: -5px !important;
  }

  .mx\:-top-8 {
    top: -8px !important;
  }

  .mx\:-top-10 {
    top: -10px !important;
  }

  .mx\:-top-15 {
    top: -15px !important;
  }

  .mx\:-top-20 {
    top: -20px !important;
  }

  .mx\:-top-25 {
    top: -25px !important;
  }

  .mx\:-top-26 {
    top: -26px !important;
  }

  .mx\:-top-27 {
    top: -27px !important;
  }

  .mx\:-top-28 {
    top: -28px !important;
  }

  .mx\:-top-30 {
    top: -30px !important;
  }

  .mx\:-top-32 {
    top: -32px !important;
  }

  .mx\:-top-33 {
    top: -33px !important;
  }

  .mx\:-top-34 {
    top: -34px !important;
  }

  .mx\:-top-35 {
    top: -35px !important;
  }

  .mx\:-top-38 {
    top: -38px !important;
  }

  .mx\:-top-40 {
    top: -40px !important;
  }

  .mx\:-top-44 {
    top: -44px !important;
  }

  .mx\:-top-45 {
    top: -45px !important;
  }

  .mx\:-top-50 {
    top: -50px !important;
  }

  .mx\:-top-55 {
    top: -55px !important;
  }

  .mx\:-top-60 {
    top: -60px !important;
  }

  .mx\:-top-65 {
    top: -65px !important;
  }

  .mx\:-top-70 {
    top: -70px !important;
  }

  .mx\:-top-75 {
    top: -75px !important;
  }

  .mx\:-top-80 {
    top: -80px !important;
  }

  .mx\:-top-85 {
    top: -85px !important;
  }

  .mx\:-top-90 {
    top: -90px !important;
  }

  .mx\:-top-95 {
    top: -95px !important;
  }

  .mx\:-top-100 {
    top: -100px !important;
  }

  .mx\:-top-105 {
    top: -105px !important;
  }

  .mx\:-top-110 {
    top: -110px !important;
  }

  .mx\:-top-115 {
    top: -115px !important;
  }

  .mx\:-top-120 {
    top: -120px !important;
  }

  .mx\:-top-125 {
    top: -125px !important;
  }

  .mx\:-top-130 {
    top: -130px !important;
  }

  .mx\:-top-135 {
    top: -135px !important;
  }

  .mx\:-top-140 {
    top: -140px !important;
  }

  .mx\:-top-142 {
    top: -142px !important;
  }

  .mx\:-top-145 {
    top: -145px !important;
  }

  .mx\:-top-150 {
    top: -150px !important;
  }

  .mx\:-top-160 {
    top: -160px !important;
  }

  .mx\:-top-165 {
    top: -165px !important;
  }

  .mx\:-top-170 {
    top: -170px !important;
  }

  .mx\:-top-180 {
    top: -180px !important;
  }

  .mx\:-top-185 {
    top: -185px !important;
  }

  .mx\:-top-190 {
    top: -190px !important;
  }

  .mx\:-top-200 {
    top: -200px !important;
  }

  .mx\:-top-225 {
    top: -225px !important;
  }

  .mx\:-top-px {
    top: -1px !important;
  }

  .mx\:top-1\/2 {
    top: 50% !important;
  }

  .mx\:top-1\/3 {
    top: 33.333333% !important;
  }

  .mx\:top-2\/3 {
    top: 66.666667% !important;
  }

  .mx\:top-1\/4 {
    top: 25% !important;
  }

  .mx\:top-2\/4 {
    top: 50% !important;
  }

  .mx\:top-3\/4 {
    top: 75% !important;
  }

  .mx\:top-full {
    top: 100% !important;
  }

  .mx\:-top-1\/2 {
    top: -50% !important;
  }

  .mx\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .mx\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .mx\:-top-1\/4 {
    top: -25% !important;
  }

  .mx\:-top-2\/4 {
    top: -50% !important;
  }

  .mx\:-top-3\/4 {
    top: -75% !important;
  }

  .mx\:-top-full {
    top: -100% !important;
  }

  .mx\:right-0 {
    right: 0px !important;
  }

  .mx\:right-5 {
    right: 5px !important;
  }

  .mx\:right-8 {
    right: 8px !important;
  }

  .mx\:right-10 {
    right: 10px !important;
  }

  .mx\:right-15 {
    right: 15px !important;
  }

  .mx\:right-20 {
    right: 20px !important;
  }

  .mx\:right-25 {
    right: 25px !important;
  }

  .mx\:right-26 {
    right: 26px !important;
  }

  .mx\:right-27 {
    right: 27px !important;
  }

  .mx\:right-28 {
    right: 28px !important;
  }

  .mx\:right-30 {
    right: 30px !important;
  }

  .mx\:right-32 {
    right: 32px !important;
  }

  .mx\:right-33 {
    right: 33px !important;
  }

  .mx\:right-34 {
    right: 34px !important;
  }

  .mx\:right-35 {
    right: 35px !important;
  }

  .mx\:right-38 {
    right: 38px !important;
  }

  .mx\:right-40 {
    right: 40px !important;
  }

  .mx\:right-44 {
    right: 44px !important;
  }

  .mx\:right-45 {
    right: 45px !important;
  }

  .mx\:right-50 {
    right: 50px !important;
  }

  .mx\:right-55 {
    right: 55px !important;
  }

  .mx\:right-60 {
    right: 60px !important;
  }

  .mx\:right-65 {
    right: 65px !important;
  }

  .mx\:right-70 {
    right: 70px !important;
  }

  .mx\:right-75 {
    right: 75px !important;
  }

  .mx\:right-80 {
    right: 80px !important;
  }

  .mx\:right-85 {
    right: 85px !important;
  }

  .mx\:right-90 {
    right: 90px !important;
  }

  .mx\:right-95 {
    right: 95px !important;
  }

  .mx\:right-100 {
    right: 100px !important;
  }

  .mx\:right-105 {
    right: 105px !important;
  }

  .mx\:right-110 {
    right: 110px !important;
  }

  .mx\:right-115 {
    right: 115px !important;
  }

  .mx\:right-120 {
    right: 120px !important;
  }

  .mx\:right-125 {
    right: 125px !important;
  }

  .mx\:right-130 {
    right: 130px !important;
  }

  .mx\:right-135 {
    right: 135px !important;
  }

  .mx\:right-140 {
    right: 140px !important;
  }

  .mx\:right-142 {
    right: 142px !important;
  }

  .mx\:right-145 {
    right: 145px !important;
  }

  .mx\:right-150 {
    right: 150px !important;
  }

  .mx\:right-160 {
    right: 160px !important;
  }

  .mx\:right-165 {
    right: 165px !important;
  }

  .mx\:right-170 {
    right: 170px !important;
  }

  .mx\:right-180 {
    right: 180px !important;
  }

  .mx\:right-185 {
    right: 185px !important;
  }

  .mx\:right-190 {
    right: 190px !important;
  }

  .mx\:right-200 {
    right: 200px !important;
  }

  .mx\:right-225 {
    right: 225px !important;
  }

  .mx\:right-auto {
    right: auto !important;
  }

  .mx\:right-px {
    right: 1px !important;
  }

  .mx\:-right-0 {
    right: 0px !important;
  }

  .mx\:-right-5 {
    right: -5px !important;
  }

  .mx\:-right-8 {
    right: -8px !important;
  }

  .mx\:-right-10 {
    right: -10px !important;
  }

  .mx\:-right-15 {
    right: -15px !important;
  }

  .mx\:-right-20 {
    right: -20px !important;
  }

  .mx\:-right-25 {
    right: -25px !important;
  }

  .mx\:-right-26 {
    right: -26px !important;
  }

  .mx\:-right-27 {
    right: -27px !important;
  }

  .mx\:-right-28 {
    right: -28px !important;
  }

  .mx\:-right-30 {
    right: -30px !important;
  }

  .mx\:-right-32 {
    right: -32px !important;
  }

  .mx\:-right-33 {
    right: -33px !important;
  }

  .mx\:-right-34 {
    right: -34px !important;
  }

  .mx\:-right-35 {
    right: -35px !important;
  }

  .mx\:-right-38 {
    right: -38px !important;
  }

  .mx\:-right-40 {
    right: -40px !important;
  }

  .mx\:-right-44 {
    right: -44px !important;
  }

  .mx\:-right-45 {
    right: -45px !important;
  }

  .mx\:-right-50 {
    right: -50px !important;
  }

  .mx\:-right-55 {
    right: -55px !important;
  }

  .mx\:-right-60 {
    right: -60px !important;
  }

  .mx\:-right-65 {
    right: -65px !important;
  }

  .mx\:-right-70 {
    right: -70px !important;
  }

  .mx\:-right-75 {
    right: -75px !important;
  }

  .mx\:-right-80 {
    right: -80px !important;
  }

  .mx\:-right-85 {
    right: -85px !important;
  }

  .mx\:-right-90 {
    right: -90px !important;
  }

  .mx\:-right-95 {
    right: -95px !important;
  }

  .mx\:-right-100 {
    right: -100px !important;
  }

  .mx\:-right-105 {
    right: -105px !important;
  }

  .mx\:-right-110 {
    right: -110px !important;
  }

  .mx\:-right-115 {
    right: -115px !important;
  }

  .mx\:-right-120 {
    right: -120px !important;
  }

  .mx\:-right-125 {
    right: -125px !important;
  }

  .mx\:-right-130 {
    right: -130px !important;
  }

  .mx\:-right-135 {
    right: -135px !important;
  }

  .mx\:-right-140 {
    right: -140px !important;
  }

  .mx\:-right-142 {
    right: -142px !important;
  }

  .mx\:-right-145 {
    right: -145px !important;
  }

  .mx\:-right-150 {
    right: -150px !important;
  }

  .mx\:-right-160 {
    right: -160px !important;
  }

  .mx\:-right-165 {
    right: -165px !important;
  }

  .mx\:-right-170 {
    right: -170px !important;
  }

  .mx\:-right-180 {
    right: -180px !important;
  }

  .mx\:-right-185 {
    right: -185px !important;
  }

  .mx\:-right-190 {
    right: -190px !important;
  }

  .mx\:-right-200 {
    right: -200px !important;
  }

  .mx\:-right-225 {
    right: -225px !important;
  }

  .mx\:-right-px {
    right: -1px !important;
  }

  .mx\:right-1\/2 {
    right: 50% !important;
  }

  .mx\:right-1\/3 {
    right: 33.333333% !important;
  }

  .mx\:right-2\/3 {
    right: 66.666667% !important;
  }

  .mx\:right-1\/4 {
    right: 25% !important;
  }

  .mx\:right-2\/4 {
    right: 50% !important;
  }

  .mx\:right-3\/4 {
    right: 75% !important;
  }

  .mx\:right-full {
    right: 100% !important;
  }

  .mx\:-right-1\/2 {
    right: -50% !important;
  }

  .mx\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .mx\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .mx\:-right-1\/4 {
    right: -25% !important;
  }

  .mx\:-right-2\/4 {
    right: -50% !important;
  }

  .mx\:-right-3\/4 {
    right: -75% !important;
  }

  .mx\:-right-full {
    right: -100% !important;
  }

  .mx\:bottom-0 {
    bottom: 0px !important;
  }

  .mx\:bottom-5 {
    bottom: 5px !important;
  }

  .mx\:bottom-8 {
    bottom: 8px !important;
  }

  .mx\:bottom-10 {
    bottom: 10px !important;
  }

  .mx\:bottom-15 {
    bottom: 15px !important;
  }

  .mx\:bottom-20 {
    bottom: 20px !important;
  }

  .mx\:bottom-25 {
    bottom: 25px !important;
  }

  .mx\:bottom-26 {
    bottom: 26px !important;
  }

  .mx\:bottom-27 {
    bottom: 27px !important;
  }

  .mx\:bottom-28 {
    bottom: 28px !important;
  }

  .mx\:bottom-30 {
    bottom: 30px !important;
  }

  .mx\:bottom-32 {
    bottom: 32px !important;
  }

  .mx\:bottom-33 {
    bottom: 33px !important;
  }

  .mx\:bottom-34 {
    bottom: 34px !important;
  }

  .mx\:bottom-35 {
    bottom: 35px !important;
  }

  .mx\:bottom-38 {
    bottom: 38px !important;
  }

  .mx\:bottom-40 {
    bottom: 40px !important;
  }

  .mx\:bottom-44 {
    bottom: 44px !important;
  }

  .mx\:bottom-45 {
    bottom: 45px !important;
  }

  .mx\:bottom-50 {
    bottom: 50px !important;
  }

  .mx\:bottom-55 {
    bottom: 55px !important;
  }

  .mx\:bottom-60 {
    bottom: 60px !important;
  }

  .mx\:bottom-65 {
    bottom: 65px !important;
  }

  .mx\:bottom-70 {
    bottom: 70px !important;
  }

  .mx\:bottom-75 {
    bottom: 75px !important;
  }

  .mx\:bottom-80 {
    bottom: 80px !important;
  }

  .mx\:bottom-85 {
    bottom: 85px !important;
  }

  .mx\:bottom-90 {
    bottom: 90px !important;
  }

  .mx\:bottom-95 {
    bottom: 95px !important;
  }

  .mx\:bottom-100 {
    bottom: 100px !important;
  }

  .mx\:bottom-105 {
    bottom: 105px !important;
  }

  .mx\:bottom-110 {
    bottom: 110px !important;
  }

  .mx\:bottom-115 {
    bottom: 115px !important;
  }

  .mx\:bottom-120 {
    bottom: 120px !important;
  }

  .mx\:bottom-125 {
    bottom: 125px !important;
  }

  .mx\:bottom-130 {
    bottom: 130px !important;
  }

  .mx\:bottom-135 {
    bottom: 135px !important;
  }

  .mx\:bottom-140 {
    bottom: 140px !important;
  }

  .mx\:bottom-142 {
    bottom: 142px !important;
  }

  .mx\:bottom-145 {
    bottom: 145px !important;
  }

  .mx\:bottom-150 {
    bottom: 150px !important;
  }

  .mx\:bottom-160 {
    bottom: 160px !important;
  }

  .mx\:bottom-165 {
    bottom: 165px !important;
  }

  .mx\:bottom-170 {
    bottom: 170px !important;
  }

  .mx\:bottom-180 {
    bottom: 180px !important;
  }

  .mx\:bottom-185 {
    bottom: 185px !important;
  }

  .mx\:bottom-190 {
    bottom: 190px !important;
  }

  .mx\:bottom-200 {
    bottom: 200px !important;
  }

  .mx\:bottom-225 {
    bottom: 225px !important;
  }

  .mx\:bottom-auto {
    bottom: auto !important;
  }

  .mx\:bottom-px {
    bottom: 1px !important;
  }

  .mx\:-bottom-0 {
    bottom: 0px !important;
  }

  .mx\:-bottom-5 {
    bottom: -5px !important;
  }

  .mx\:-bottom-8 {
    bottom: -8px !important;
  }

  .mx\:-bottom-10 {
    bottom: -10px !important;
  }

  .mx\:-bottom-15 {
    bottom: -15px !important;
  }

  .mx\:-bottom-20 {
    bottom: -20px !important;
  }

  .mx\:-bottom-25 {
    bottom: -25px !important;
  }

  .mx\:-bottom-26 {
    bottom: -26px !important;
  }

  .mx\:-bottom-27 {
    bottom: -27px !important;
  }

  .mx\:-bottom-28 {
    bottom: -28px !important;
  }

  .mx\:-bottom-30 {
    bottom: -30px !important;
  }

  .mx\:-bottom-32 {
    bottom: -32px !important;
  }

  .mx\:-bottom-33 {
    bottom: -33px !important;
  }

  .mx\:-bottom-34 {
    bottom: -34px !important;
  }

  .mx\:-bottom-35 {
    bottom: -35px !important;
  }

  .mx\:-bottom-38 {
    bottom: -38px !important;
  }

  .mx\:-bottom-40 {
    bottom: -40px !important;
  }

  .mx\:-bottom-44 {
    bottom: -44px !important;
  }

  .mx\:-bottom-45 {
    bottom: -45px !important;
  }

  .mx\:-bottom-50 {
    bottom: -50px !important;
  }

  .mx\:-bottom-55 {
    bottom: -55px !important;
  }

  .mx\:-bottom-60 {
    bottom: -60px !important;
  }

  .mx\:-bottom-65 {
    bottom: -65px !important;
  }

  .mx\:-bottom-70 {
    bottom: -70px !important;
  }

  .mx\:-bottom-75 {
    bottom: -75px !important;
  }

  .mx\:-bottom-80 {
    bottom: -80px !important;
  }

  .mx\:-bottom-85 {
    bottom: -85px !important;
  }

  .mx\:-bottom-90 {
    bottom: -90px !important;
  }

  .mx\:-bottom-95 {
    bottom: -95px !important;
  }

  .mx\:-bottom-100 {
    bottom: -100px !important;
  }

  .mx\:-bottom-105 {
    bottom: -105px !important;
  }

  .mx\:-bottom-110 {
    bottom: -110px !important;
  }

  .mx\:-bottom-115 {
    bottom: -115px !important;
  }

  .mx\:-bottom-120 {
    bottom: -120px !important;
  }

  .mx\:-bottom-125 {
    bottom: -125px !important;
  }

  .mx\:-bottom-130 {
    bottom: -130px !important;
  }

  .mx\:-bottom-135 {
    bottom: -135px !important;
  }

  .mx\:-bottom-140 {
    bottom: -140px !important;
  }

  .mx\:-bottom-142 {
    bottom: -142px !important;
  }

  .mx\:-bottom-145 {
    bottom: -145px !important;
  }

  .mx\:-bottom-150 {
    bottom: -150px !important;
  }

  .mx\:-bottom-160 {
    bottom: -160px !important;
  }

  .mx\:-bottom-165 {
    bottom: -165px !important;
  }

  .mx\:-bottom-170 {
    bottom: -170px !important;
  }

  .mx\:-bottom-180 {
    bottom: -180px !important;
  }

  .mx\:-bottom-185 {
    bottom: -185px !important;
  }

  .mx\:-bottom-190 {
    bottom: -190px !important;
  }

  .mx\:-bottom-200 {
    bottom: -200px !important;
  }

  .mx\:-bottom-225 {
    bottom: -225px !important;
  }

  .mx\:-bottom-px {
    bottom: -1px !important;
  }

  .mx\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .mx\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .mx\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .mx\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .mx\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .mx\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .mx\:bottom-full {
    bottom: 100% !important;
  }

  .mx\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .mx\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .mx\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .mx\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .mx\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .mx\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .mx\:-bottom-full {
    bottom: -100% !important;
  }

  .mx\:left-0 {
    left: 0px !important;
  }

  .mx\:left-5 {
    left: 5px !important;
  }

  .mx\:left-8 {
    left: 8px !important;
  }

  .mx\:left-10 {
    left: 10px !important;
  }

  .mx\:left-15 {
    left: 15px !important;
  }

  .mx\:left-20 {
    left: 20px !important;
  }

  .mx\:left-25 {
    left: 25px !important;
  }

  .mx\:left-26 {
    left: 26px !important;
  }

  .mx\:left-27 {
    left: 27px !important;
  }

  .mx\:left-28 {
    left: 28px !important;
  }

  .mx\:left-30 {
    left: 30px !important;
  }

  .mx\:left-32 {
    left: 32px !important;
  }

  .mx\:left-33 {
    left: 33px !important;
  }

  .mx\:left-34 {
    left: 34px !important;
  }

  .mx\:left-35 {
    left: 35px !important;
  }

  .mx\:left-38 {
    left: 38px !important;
  }

  .mx\:left-40 {
    left: 40px !important;
  }

  .mx\:left-44 {
    left: 44px !important;
  }

  .mx\:left-45 {
    left: 45px !important;
  }

  .mx\:left-50 {
    left: 50px !important;
  }

  .mx\:left-55 {
    left: 55px !important;
  }

  .mx\:left-60 {
    left: 60px !important;
  }

  .mx\:left-65 {
    left: 65px !important;
  }

  .mx\:left-70 {
    left: 70px !important;
  }

  .mx\:left-75 {
    left: 75px !important;
  }

  .mx\:left-80 {
    left: 80px !important;
  }

  .mx\:left-85 {
    left: 85px !important;
  }

  .mx\:left-90 {
    left: 90px !important;
  }

  .mx\:left-95 {
    left: 95px !important;
  }

  .mx\:left-100 {
    left: 100px !important;
  }

  .mx\:left-105 {
    left: 105px !important;
  }

  .mx\:left-110 {
    left: 110px !important;
  }

  .mx\:left-115 {
    left: 115px !important;
  }

  .mx\:left-120 {
    left: 120px !important;
  }

  .mx\:left-125 {
    left: 125px !important;
  }

  .mx\:left-130 {
    left: 130px !important;
  }

  .mx\:left-135 {
    left: 135px !important;
  }

  .mx\:left-140 {
    left: 140px !important;
  }

  .mx\:left-142 {
    left: 142px !important;
  }

  .mx\:left-145 {
    left: 145px !important;
  }

  .mx\:left-150 {
    left: 150px !important;
  }

  .mx\:left-160 {
    left: 160px !important;
  }

  .mx\:left-165 {
    left: 165px !important;
  }

  .mx\:left-170 {
    left: 170px !important;
  }

  .mx\:left-180 {
    left: 180px !important;
  }

  .mx\:left-185 {
    left: 185px !important;
  }

  .mx\:left-190 {
    left: 190px !important;
  }

  .mx\:left-200 {
    left: 200px !important;
  }

  .mx\:left-225 {
    left: 225px !important;
  }

  .mx\:left-auto {
    left: auto !important;
  }

  .mx\:left-px {
    left: 1px !important;
  }

  .mx\:-left-0 {
    left: 0px !important;
  }

  .mx\:-left-5 {
    left: -5px !important;
  }

  .mx\:-left-8 {
    left: -8px !important;
  }

  .mx\:-left-10 {
    left: -10px !important;
  }

  .mx\:-left-15 {
    left: -15px !important;
  }

  .mx\:-left-20 {
    left: -20px !important;
  }

  .mx\:-left-25 {
    left: -25px !important;
  }

  .mx\:-left-26 {
    left: -26px !important;
  }

  .mx\:-left-27 {
    left: -27px !important;
  }

  .mx\:-left-28 {
    left: -28px !important;
  }

  .mx\:-left-30 {
    left: -30px !important;
  }

  .mx\:-left-32 {
    left: -32px !important;
  }

  .mx\:-left-33 {
    left: -33px !important;
  }

  .mx\:-left-34 {
    left: -34px !important;
  }

  .mx\:-left-35 {
    left: -35px !important;
  }

  .mx\:-left-38 {
    left: -38px !important;
  }

  .mx\:-left-40 {
    left: -40px !important;
  }

  .mx\:-left-44 {
    left: -44px !important;
  }

  .mx\:-left-45 {
    left: -45px !important;
  }

  .mx\:-left-50 {
    left: -50px !important;
  }

  .mx\:-left-55 {
    left: -55px !important;
  }

  .mx\:-left-60 {
    left: -60px !important;
  }

  .mx\:-left-65 {
    left: -65px !important;
  }

  .mx\:-left-70 {
    left: -70px !important;
  }

  .mx\:-left-75 {
    left: -75px !important;
  }

  .mx\:-left-80 {
    left: -80px !important;
  }

  .mx\:-left-85 {
    left: -85px !important;
  }

  .mx\:-left-90 {
    left: -90px !important;
  }

  .mx\:-left-95 {
    left: -95px !important;
  }

  .mx\:-left-100 {
    left: -100px !important;
  }

  .mx\:-left-105 {
    left: -105px !important;
  }

  .mx\:-left-110 {
    left: -110px !important;
  }

  .mx\:-left-115 {
    left: -115px !important;
  }

  .mx\:-left-120 {
    left: -120px !important;
  }

  .mx\:-left-125 {
    left: -125px !important;
  }

  .mx\:-left-130 {
    left: -130px !important;
  }

  .mx\:-left-135 {
    left: -135px !important;
  }

  .mx\:-left-140 {
    left: -140px !important;
  }

  .mx\:-left-142 {
    left: -142px !important;
  }

  .mx\:-left-145 {
    left: -145px !important;
  }

  .mx\:-left-150 {
    left: -150px !important;
  }

  .mx\:-left-160 {
    left: -160px !important;
  }

  .mx\:-left-165 {
    left: -165px !important;
  }

  .mx\:-left-170 {
    left: -170px !important;
  }

  .mx\:-left-180 {
    left: -180px !important;
  }

  .mx\:-left-185 {
    left: -185px !important;
  }

  .mx\:-left-190 {
    left: -190px !important;
  }

  .mx\:-left-200 {
    left: -200px !important;
  }

  .mx\:-left-225 {
    left: -225px !important;
  }

  .mx\:-left-px {
    left: -1px !important;
  }

  .mx\:left-1\/2 {
    left: 50% !important;
  }

  .mx\:left-1\/3 {
    left: 33.333333% !important;
  }

  .mx\:left-2\/3 {
    left: 66.666667% !important;
  }

  .mx\:left-1\/4 {
    left: 25% !important;
  }

  .mx\:left-2\/4 {
    left: 50% !important;
  }

  .mx\:left-3\/4 {
    left: 75% !important;
  }

  .mx\:left-full {
    left: 100% !important;
  }

  .mx\:-left-1\/2 {
    left: -50% !important;
  }

  .mx\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .mx\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .mx\:-left-1\/4 {
    left: -25% !important;
  }

  .mx\:-left-2\/4 {
    left: -50% !important;
  }

  .mx\:-left-3\/4 {
    left: -75% !important;
  }

  .mx\:-left-full {
    left: -100% !important;
  }

  .mx\:isolate {
    isolation: isolate !important;
  }

  .mx\:isolation-auto {
    isolation: auto !important;
  }

  .mx\:z-0 {
    z-index: 0 !important;
  }

  .mx\:z-10 {
    z-index: 10 !important;
  }

  .mx\:z-20 {
    z-index: 20 !important;
  }

  .mx\:z-30 {
    z-index: 30 !important;
  }

  .mx\:z-40 {
    z-index: 40 !important;
  }

  .mx\:z-50 {
    z-index: 50 !important;
  }

  .mx\:z-auto {
    z-index: auto !important;
  }

  .mx\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .mx\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .mx\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .mx\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .mx\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .mx\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .mx\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .mx\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .mx\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .mx\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .mx\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .mx\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .mx\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .mx\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .mx\:order-1 {
    order: 1 !important;
  }

  .mx\:order-2 {
    order: 2 !important;
  }

  .mx\:order-3 {
    order: 3 !important;
  }

  .mx\:order-4 {
    order: 4 !important;
  }

  .mx\:order-5 {
    order: 5 !important;
  }

  .mx\:order-6 {
    order: 6 !important;
  }

  .mx\:order-7 {
    order: 7 !important;
  }

  .mx\:order-8 {
    order: 8 !important;
  }

  .mx\:order-9 {
    order: 9 !important;
  }

  .mx\:order-10 {
    order: 10 !important;
  }

  .mx\:order-11 {
    order: 11 !important;
  }

  .mx\:order-12 {
    order: 12 !important;
  }

  .mx\:order-first {
    order: -9999 !important;
  }

  .mx\:order-last {
    order: 9999 !important;
  }

  .mx\:order-none {
    order: 0 !important;
  }

  .mx\:col-auto {
    grid-column: auto !important;
  }

  .mx\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .mx\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .mx\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .mx\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .mx\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .mx\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .mx\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .mx\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .mx\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .mx\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .mx\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .mx\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .mx\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .mx\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .mx\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .mx\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .mx\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .mx\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .mx\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .mx\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .mx\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .mx\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .mx\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .mx\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .mx\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .mx\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .mx\:col-start-auto {
    grid-column-start: auto !important;
  }

  .mx\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .mx\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .mx\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .mx\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .mx\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .mx\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .mx\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .mx\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .mx\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .mx\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .mx\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .mx\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .mx\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .mx\:col-end-auto {
    grid-column-end: auto !important;
  }

  .mx\:row-auto {
    grid-row: auto !important;
  }

  .mx\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .mx\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .mx\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .mx\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .mx\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .mx\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .mx\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .mx\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .mx\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .mx\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .mx\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .mx\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .mx\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .mx\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .mx\:row-start-auto {
    grid-row-start: auto !important;
  }

  .mx\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .mx\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .mx\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .mx\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .mx\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .mx\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .mx\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .mx\:row-end-auto {
    grid-row-end: auto !important;
  }

  .mx\:float-right {
    float: right !important;
  }

  .mx\:float-left {
    float: left !important;
  }

  .mx\:float-none {
    float: none !important;
  }

  .mx\:clear-left {
    clear: left !important;
  }

  .mx\:clear-right {
    clear: right !important;
  }

  .mx\:clear-both {
    clear: both !important;
  }

  .mx\:clear-none {
    clear: none !important;
  }

  .mx\:m-0 {
    margin: 0px !important;
  }

  .mx\:m-5 {
    margin: 5px !important;
  }

  .mx\:m-8 {
    margin: 8px !important;
  }

  .mx\:m-10 {
    margin: 10px !important;
  }

  .mx\:m-15 {
    margin: 15px !important;
  }

  .mx\:m-20 {
    margin: 20px !important;
  }

  .mx\:m-25 {
    margin: 25px !important;
  }

  .mx\:m-26 {
    margin: 26px !important;
  }

  .mx\:m-27 {
    margin: 27px !important;
  }

  .mx\:m-28 {
    margin: 28px !important;
  }

  .mx\:m-30 {
    margin: 30px !important;
  }

  .mx\:m-32 {
    margin: 32px !important;
  }

  .mx\:m-33 {
    margin: 33px !important;
  }

  .mx\:m-34 {
    margin: 34px !important;
  }

  .mx\:m-35 {
    margin: 35px !important;
  }

  .mx\:m-38 {
    margin: 38px !important;
  }

  .mx\:m-40 {
    margin: 40px !important;
  }

  .mx\:m-44 {
    margin: 44px !important;
  }

  .mx\:m-45 {
    margin: 45px !important;
  }

  .mx\:m-50 {
    margin: 50px !important;
  }

  .mx\:m-55 {
    margin: 55px !important;
  }

  .mx\:m-60 {
    margin: 60px !important;
  }

  .mx\:m-65 {
    margin: 65px !important;
  }

  .mx\:m-70 {
    margin: 70px !important;
  }

  .mx\:m-75 {
    margin: 75px !important;
  }

  .mx\:m-80 {
    margin: 80px !important;
  }

  .mx\:m-85 {
    margin: 85px !important;
  }

  .mx\:m-90 {
    margin: 90px !important;
  }

  .mx\:m-95 {
    margin: 95px !important;
  }

  .mx\:m-100 {
    margin: 100px !important;
  }

  .mx\:m-105 {
    margin: 105px !important;
  }

  .mx\:m-110 {
    margin: 110px !important;
  }

  .mx\:m-115 {
    margin: 115px !important;
  }

  .mx\:m-120 {
    margin: 120px !important;
  }

  .mx\:m-125 {
    margin: 125px !important;
  }

  .mx\:m-130 {
    margin: 130px !important;
  }

  .mx\:m-135 {
    margin: 135px !important;
  }

  .mx\:m-140 {
    margin: 140px !important;
  }

  .mx\:m-142 {
    margin: 142px !important;
  }

  .mx\:m-145 {
    margin: 145px !important;
  }

  .mx\:m-150 {
    margin: 150px !important;
  }

  .mx\:m-160 {
    margin: 160px !important;
  }

  .mx\:m-165 {
    margin: 165px !important;
  }

  .mx\:m-170 {
    margin: 170px !important;
  }

  .mx\:m-180 {
    margin: 180px !important;
  }

  .mx\:m-185 {
    margin: 185px !important;
  }

  .mx\:m-190 {
    margin: 190px !important;
  }

  .mx\:m-200 {
    margin: 200px !important;
  }

  .mx\:m-225 {
    margin: 225px !important;
  }

  .mx\:m-auto {
    margin: auto !important;
  }

  .mx\:m-px {
    margin: 1px !important;
  }

  .mx\:-m-0 {
    margin: 0px !important;
  }

  .mx\:-m-5 {
    margin: -5px !important;
  }

  .mx\:-m-8 {
    margin: -8px !important;
  }

  .mx\:-m-10 {
    margin: -10px !important;
  }

  .mx\:-m-15 {
    margin: -15px !important;
  }

  .mx\:-m-20 {
    margin: -20px !important;
  }

  .mx\:-m-25 {
    margin: -25px !important;
  }

  .mx\:-m-26 {
    margin: -26px !important;
  }

  .mx\:-m-27 {
    margin: -27px !important;
  }

  .mx\:-m-28 {
    margin: -28px !important;
  }

  .mx\:-m-30 {
    margin: -30px !important;
  }

  .mx\:-m-32 {
    margin: -32px !important;
  }

  .mx\:-m-33 {
    margin: -33px !important;
  }

  .mx\:-m-34 {
    margin: -34px !important;
  }

  .mx\:-m-35 {
    margin: -35px !important;
  }

  .mx\:-m-38 {
    margin: -38px !important;
  }

  .mx\:-m-40 {
    margin: -40px !important;
  }

  .mx\:-m-44 {
    margin: -44px !important;
  }

  .mx\:-m-45 {
    margin: -45px !important;
  }

  .mx\:-m-50 {
    margin: -50px !important;
  }

  .mx\:-m-55 {
    margin: -55px !important;
  }

  .mx\:-m-60 {
    margin: -60px !important;
  }

  .mx\:-m-65 {
    margin: -65px !important;
  }

  .mx\:-m-70 {
    margin: -70px !important;
  }

  .mx\:-m-75 {
    margin: -75px !important;
  }

  .mx\:-m-80 {
    margin: -80px !important;
  }

  .mx\:-m-85 {
    margin: -85px !important;
  }

  .mx\:-m-90 {
    margin: -90px !important;
  }

  .mx\:-m-95 {
    margin: -95px !important;
  }

  .mx\:-m-100 {
    margin: -100px !important;
  }

  .mx\:-m-105 {
    margin: -105px !important;
  }

  .mx\:-m-110 {
    margin: -110px !important;
  }

  .mx\:-m-115 {
    margin: -115px !important;
  }

  .mx\:-m-120 {
    margin: -120px !important;
  }

  .mx\:-m-125 {
    margin: -125px !important;
  }

  .mx\:-m-130 {
    margin: -130px !important;
  }

  .mx\:-m-135 {
    margin: -135px !important;
  }

  .mx\:-m-140 {
    margin: -140px !important;
  }

  .mx\:-m-142 {
    margin: -142px !important;
  }

  .mx\:-m-145 {
    margin: -145px !important;
  }

  .mx\:-m-150 {
    margin: -150px !important;
  }

  .mx\:-m-160 {
    margin: -160px !important;
  }

  .mx\:-m-165 {
    margin: -165px !important;
  }

  .mx\:-m-170 {
    margin: -170px !important;
  }

  .mx\:-m-180 {
    margin: -180px !important;
  }

  .mx\:-m-185 {
    margin: -185px !important;
  }

  .mx\:-m-190 {
    margin: -190px !important;
  }

  .mx\:-m-200 {
    margin: -200px !important;
  }

  .mx\:-m-225 {
    margin: -225px !important;
  }

  .mx\:-m-px {
    margin: -1px !important;
  }

  .mx\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .mx\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .mx\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mx\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mx\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .mx\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .mx\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .mx\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .mx\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .mx\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .mx\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .mx\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }

  .mx\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .mx\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .mx\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }

  .mx\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .mx\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .mx\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .mx\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .mx\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .mx\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .mx\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .mx\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .mx\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .mx\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .mx\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .mx\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .mx\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .mx\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .mx\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .mx\:mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .mx\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .mx\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .mx\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .mx\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .mx\:mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .mx\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .mx\:mx-142 {
    margin-left: 142px !important;
    margin-right: 142px !important;
  }

  .mx\:mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .mx\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .mx\:mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .mx\:mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .mx\:mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .mx\:mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .mx\:mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .mx\:mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .mx\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .mx\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .mx\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mx\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .mx\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .mx\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .mx\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .mx\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .mx\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .mx\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .mx\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .mx\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .mx\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .mx\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .mx\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .mx\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .mx\:-mx-33 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }

  .mx\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .mx\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .mx\:-mx-38 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }

  .mx\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .mx\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .mx\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .mx\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .mx\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .mx\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .mx\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .mx\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .mx\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .mx\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .mx\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .mx\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .mx\:-mx-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }

  .mx\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .mx\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .mx\:-mx-110 {
    margin-left: -110px !important;
    margin-right: -110px !important;
  }

  .mx\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .mx\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .mx\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .mx\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .mx\:-mx-135 {
    margin-left: -135px !important;
    margin-right: -135px !important;
  }

  .mx\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .mx\:-mx-142 {
    margin-left: -142px !important;
    margin-right: -142px !important;
  }

  .mx\:-mx-145 {
    margin-left: -145px !important;
    margin-right: -145px !important;
  }

  .mx\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .mx\:-mx-160 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .mx\:-mx-165 {
    margin-left: -165px !important;
    margin-right: -165px !important;
  }

  .mx\:-mx-170 {
    margin-left: -170px !important;
    margin-right: -170px !important;
  }

  .mx\:-mx-180 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .mx\:-mx-185 {
    margin-left: -185px !important;
    margin-right: -185px !important;
  }

  .mx\:-mx-190 {
    margin-left: -190px !important;
    margin-right: -190px !important;
  }

  .mx\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .mx\:-mx-225 {
    margin-left: -225px !important;
    margin-right: -225px !important;
  }

  .mx\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .mx\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .mx\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mx\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .mx\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mx\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .mx\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .mx\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .mx\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .mx\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mx\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mx\:my-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .mx\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .mx\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .mx\:my-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }

  .mx\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mx\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .mx\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .mx\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .mx\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .mx\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .mx\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .mx\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .mx\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .mx\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .mx\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .mx\:my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .mx\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .mx\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mx\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .mx\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .mx\:my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .mx\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mx\:my-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }

  .mx\:my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .mx\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .mx\:my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .mx\:my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .mx\:my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .mx\:my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .mx\:my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .mx\:my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .mx\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mx\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .mx\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mx\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .mx\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .mx\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .mx\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .mx\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .mx\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .mx\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .mx\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .mx\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .mx\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .mx\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .mx\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .mx\:-my-33 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }

  .mx\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .mx\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .mx\:-my-38 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }

  .mx\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .mx\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .mx\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .mx\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .mx\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .mx\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .mx\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .mx\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .mx\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .mx\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .mx\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .mx\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .mx\:-my-95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }

  .mx\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .mx\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .mx\:-my-110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .mx\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .mx\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .mx\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .mx\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .mx\:-my-135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important;
  }

  .mx\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .mx\:-my-142 {
    margin-top: -142px !important;
    margin-bottom: -142px !important;
  }

  .mx\:-my-145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important;
  }

  .mx\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .mx\:-my-160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .mx\:-my-165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important;
  }

  .mx\:-my-170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
  }

  .mx\:-my-180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .mx\:-my-185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important;
  }

  .mx\:-my-190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
  }

  .mx\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .mx\:-my-225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important;
  }

  .mx\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .mx\:mt-0 {
    margin-top: 0px !important;
  }

  .mx\:mt-5 {
    margin-top: 5px !important;
  }

  .mx\:mt-8 {
    margin-top: 8px !important;
  }

  .mx\:mt-10 {
    margin-top: 10px !important;
  }

  .mx\:mt-15 {
    margin-top: 15px !important;
  }

  .mx\:mt-20 {
    margin-top: 20px !important;
  }

  .mx\:mt-25 {
    margin-top: 25px !important;
  }

  .mx\:mt-26 {
    margin-top: 26px !important;
  }

  .mx\:mt-27 {
    margin-top: 27px !important;
  }

  .mx\:mt-28 {
    margin-top: 28px !important;
  }

  .mx\:mt-30 {
    margin-top: 30px !important;
  }

  .mx\:mt-32 {
    margin-top: 32px !important;
  }

  .mx\:mt-33 {
    margin-top: 33px !important;
  }

  .mx\:mt-34 {
    margin-top: 34px !important;
  }

  .mx\:mt-35 {
    margin-top: 35px !important;
  }

  .mx\:mt-38 {
    margin-top: 38px !important;
  }

  .mx\:mt-40 {
    margin-top: 40px !important;
  }

  .mx\:mt-44 {
    margin-top: 44px !important;
  }

  .mx\:mt-45 {
    margin-top: 45px !important;
  }

  .mx\:mt-50 {
    margin-top: 50px !important;
  }

  .mx\:mt-55 {
    margin-top: 55px !important;
  }

  .mx\:mt-60 {
    margin-top: 60px !important;
  }

  .mx\:mt-65 {
    margin-top: 65px !important;
  }

  .mx\:mt-70 {
    margin-top: 70px !important;
  }

  .mx\:mt-75 {
    margin-top: 75px !important;
  }

  .mx\:mt-80 {
    margin-top: 80px !important;
  }

  .mx\:mt-85 {
    margin-top: 85px !important;
  }

  .mx\:mt-90 {
    margin-top: 90px !important;
  }

  .mx\:mt-95 {
    margin-top: 95px !important;
  }

  .mx\:mt-100 {
    margin-top: 100px !important;
  }

  .mx\:mt-105 {
    margin-top: 105px !important;
  }

  .mx\:mt-110 {
    margin-top: 110px !important;
  }

  .mx\:mt-115 {
    margin-top: 115px !important;
  }

  .mx\:mt-120 {
    margin-top: 120px !important;
  }

  .mx\:mt-125 {
    margin-top: 125px !important;
  }

  .mx\:mt-130 {
    margin-top: 130px !important;
  }

  .mx\:mt-135 {
    margin-top: 135px !important;
  }

  .mx\:mt-140 {
    margin-top: 140px !important;
  }

  .mx\:mt-142 {
    margin-top: 142px !important;
  }

  .mx\:mt-145 {
    margin-top: 145px !important;
  }

  .mx\:mt-150 {
    margin-top: 150px !important;
  }

  .mx\:mt-160 {
    margin-top: 160px !important;
  }

  .mx\:mt-165 {
    margin-top: 165px !important;
  }

  .mx\:mt-170 {
    margin-top: 170px !important;
  }

  .mx\:mt-180 {
    margin-top: 180px !important;
  }

  .mx\:mt-185 {
    margin-top: 185px !important;
  }

  .mx\:mt-190 {
    margin-top: 190px !important;
  }

  .mx\:mt-200 {
    margin-top: 200px !important;
  }

  .mx\:mt-225 {
    margin-top: 225px !important;
  }

  .mx\:mt-auto {
    margin-top: auto !important;
  }

  .mx\:mt-px {
    margin-top: 1px !important;
  }

  .mx\:-mt-0 {
    margin-top: 0px !important;
  }

  .mx\:-mt-5 {
    margin-top: -5px !important;
  }

  .mx\:-mt-8 {
    margin-top: -8px !important;
  }

  .mx\:-mt-10 {
    margin-top: -10px !important;
  }

  .mx\:-mt-15 {
    margin-top: -15px !important;
  }

  .mx\:-mt-20 {
    margin-top: -20px !important;
  }

  .mx\:-mt-25 {
    margin-top: -25px !important;
  }

  .mx\:-mt-26 {
    margin-top: -26px !important;
  }

  .mx\:-mt-27 {
    margin-top: -27px !important;
  }

  .mx\:-mt-28 {
    margin-top: -28px !important;
  }

  .mx\:-mt-30 {
    margin-top: -30px !important;
  }

  .mx\:-mt-32 {
    margin-top: -32px !important;
  }

  .mx\:-mt-33 {
    margin-top: -33px !important;
  }

  .mx\:-mt-34 {
    margin-top: -34px !important;
  }

  .mx\:-mt-35 {
    margin-top: -35px !important;
  }

  .mx\:-mt-38 {
    margin-top: -38px !important;
  }

  .mx\:-mt-40 {
    margin-top: -40px !important;
  }

  .mx\:-mt-44 {
    margin-top: -44px !important;
  }

  .mx\:-mt-45 {
    margin-top: -45px !important;
  }

  .mx\:-mt-50 {
    margin-top: -50px !important;
  }

  .mx\:-mt-55 {
    margin-top: -55px !important;
  }

  .mx\:-mt-60 {
    margin-top: -60px !important;
  }

  .mx\:-mt-65 {
    margin-top: -65px !important;
  }

  .mx\:-mt-70 {
    margin-top: -70px !important;
  }

  .mx\:-mt-75 {
    margin-top: -75px !important;
  }

  .mx\:-mt-80 {
    margin-top: -80px !important;
  }

  .mx\:-mt-85 {
    margin-top: -85px !important;
  }

  .mx\:-mt-90 {
    margin-top: -90px !important;
  }

  .mx\:-mt-95 {
    margin-top: -95px !important;
  }

  .mx\:-mt-100 {
    margin-top: -100px !important;
  }

  .mx\:-mt-105 {
    margin-top: -105px !important;
  }

  .mx\:-mt-110 {
    margin-top: -110px !important;
  }

  .mx\:-mt-115 {
    margin-top: -115px !important;
  }

  .mx\:-mt-120 {
    margin-top: -120px !important;
  }

  .mx\:-mt-125 {
    margin-top: -125px !important;
  }

  .mx\:-mt-130 {
    margin-top: -130px !important;
  }

  .mx\:-mt-135 {
    margin-top: -135px !important;
  }

  .mx\:-mt-140 {
    margin-top: -140px !important;
  }

  .mx\:-mt-142 {
    margin-top: -142px !important;
  }

  .mx\:-mt-145 {
    margin-top: -145px !important;
  }

  .mx\:-mt-150 {
    margin-top: -150px !important;
  }

  .mx\:-mt-160 {
    margin-top: -160px !important;
  }

  .mx\:-mt-165 {
    margin-top: -165px !important;
  }

  .mx\:-mt-170 {
    margin-top: -170px !important;
  }

  .mx\:-mt-180 {
    margin-top: -180px !important;
  }

  .mx\:-mt-185 {
    margin-top: -185px !important;
  }

  .mx\:-mt-190 {
    margin-top: -190px !important;
  }

  .mx\:-mt-200 {
    margin-top: -200px !important;
  }

  .mx\:-mt-225 {
    margin-top: -225px !important;
  }

  .mx\:-mt-px {
    margin-top: -1px !important;
  }

  .mx\:mr-0 {
    margin-right: 0px !important;
  }

  .mx\:mr-5 {
    margin-right: 5px !important;
  }

  .mx\:mr-8 {
    margin-right: 8px !important;
  }

  .mx\:mr-10 {
    margin-right: 10px !important;
  }

  .mx\:mr-15 {
    margin-right: 15px !important;
  }

  .mx\:mr-20 {
    margin-right: 20px !important;
  }

  .mx\:mr-25 {
    margin-right: 25px !important;
  }

  .mx\:mr-26 {
    margin-right: 26px !important;
  }

  .mx\:mr-27 {
    margin-right: 27px !important;
  }

  .mx\:mr-28 {
    margin-right: 28px !important;
  }

  .mx\:mr-30 {
    margin-right: 30px !important;
  }

  .mx\:mr-32 {
    margin-right: 32px !important;
  }

  .mx\:mr-33 {
    margin-right: 33px !important;
  }

  .mx\:mr-34 {
    margin-right: 34px !important;
  }

  .mx\:mr-35 {
    margin-right: 35px !important;
  }

  .mx\:mr-38 {
    margin-right: 38px !important;
  }

  .mx\:mr-40 {
    margin-right: 40px !important;
  }

  .mx\:mr-44 {
    margin-right: 44px !important;
  }

  .mx\:mr-45 {
    margin-right: 45px !important;
  }

  .mx\:mr-50 {
    margin-right: 50px !important;
  }

  .mx\:mr-55 {
    margin-right: 55px !important;
  }

  .mx\:mr-60 {
    margin-right: 60px !important;
  }

  .mx\:mr-65 {
    margin-right: 65px !important;
  }

  .mx\:mr-70 {
    margin-right: 70px !important;
  }

  .mx\:mr-75 {
    margin-right: 75px !important;
  }

  .mx\:mr-80 {
    margin-right: 80px !important;
  }

  .mx\:mr-85 {
    margin-right: 85px !important;
  }

  .mx\:mr-90 {
    margin-right: 90px !important;
  }

  .mx\:mr-95 {
    margin-right: 95px !important;
  }

  .mx\:mr-100 {
    margin-right: 100px !important;
  }

  .mx\:mr-105 {
    margin-right: 105px !important;
  }

  .mx\:mr-110 {
    margin-right: 110px !important;
  }

  .mx\:mr-115 {
    margin-right: 115px !important;
  }

  .mx\:mr-120 {
    margin-right: 120px !important;
  }

  .mx\:mr-125 {
    margin-right: 125px !important;
  }

  .mx\:mr-130 {
    margin-right: 130px !important;
  }

  .mx\:mr-135 {
    margin-right: 135px !important;
  }

  .mx\:mr-140 {
    margin-right: 140px !important;
  }

  .mx\:mr-142 {
    margin-right: 142px !important;
  }

  .mx\:mr-145 {
    margin-right: 145px !important;
  }

  .mx\:mr-150 {
    margin-right: 150px !important;
  }

  .mx\:mr-160 {
    margin-right: 160px !important;
  }

  .mx\:mr-165 {
    margin-right: 165px !important;
  }

  .mx\:mr-170 {
    margin-right: 170px !important;
  }

  .mx\:mr-180 {
    margin-right: 180px !important;
  }

  .mx\:mr-185 {
    margin-right: 185px !important;
  }

  .mx\:mr-190 {
    margin-right: 190px !important;
  }

  .mx\:mr-200 {
    margin-right: 200px !important;
  }

  .mx\:mr-225 {
    margin-right: 225px !important;
  }

  .mx\:mr-auto {
    margin-right: auto !important;
  }

  .mx\:mr-px {
    margin-right: 1px !important;
  }

  .mx\:-mr-0 {
    margin-right: 0px !important;
  }

  .mx\:-mr-5 {
    margin-right: -5px !important;
  }

  .mx\:-mr-8 {
    margin-right: -8px !important;
  }

  .mx\:-mr-10 {
    margin-right: -10px !important;
  }

  .mx\:-mr-15 {
    margin-right: -15px !important;
  }

  .mx\:-mr-20 {
    margin-right: -20px !important;
  }

  .mx\:-mr-25 {
    margin-right: -25px !important;
  }

  .mx\:-mr-26 {
    margin-right: -26px !important;
  }

  .mx\:-mr-27 {
    margin-right: -27px !important;
  }

  .mx\:-mr-28 {
    margin-right: -28px !important;
  }

  .mx\:-mr-30 {
    margin-right: -30px !important;
  }

  .mx\:-mr-32 {
    margin-right: -32px !important;
  }

  .mx\:-mr-33 {
    margin-right: -33px !important;
  }

  .mx\:-mr-34 {
    margin-right: -34px !important;
  }

  .mx\:-mr-35 {
    margin-right: -35px !important;
  }

  .mx\:-mr-38 {
    margin-right: -38px !important;
  }

  .mx\:-mr-40 {
    margin-right: -40px !important;
  }

  .mx\:-mr-44 {
    margin-right: -44px !important;
  }

  .mx\:-mr-45 {
    margin-right: -45px !important;
  }

  .mx\:-mr-50 {
    margin-right: -50px !important;
  }

  .mx\:-mr-55 {
    margin-right: -55px !important;
  }

  .mx\:-mr-60 {
    margin-right: -60px !important;
  }

  .mx\:-mr-65 {
    margin-right: -65px !important;
  }

  .mx\:-mr-70 {
    margin-right: -70px !important;
  }

  .mx\:-mr-75 {
    margin-right: -75px !important;
  }

  .mx\:-mr-80 {
    margin-right: -80px !important;
  }

  .mx\:-mr-85 {
    margin-right: -85px !important;
  }

  .mx\:-mr-90 {
    margin-right: -90px !important;
  }

  .mx\:-mr-95 {
    margin-right: -95px !important;
  }

  .mx\:-mr-100 {
    margin-right: -100px !important;
  }

  .mx\:-mr-105 {
    margin-right: -105px !important;
  }

  .mx\:-mr-110 {
    margin-right: -110px !important;
  }

  .mx\:-mr-115 {
    margin-right: -115px !important;
  }

  .mx\:-mr-120 {
    margin-right: -120px !important;
  }

  .mx\:-mr-125 {
    margin-right: -125px !important;
  }

  .mx\:-mr-130 {
    margin-right: -130px !important;
  }

  .mx\:-mr-135 {
    margin-right: -135px !important;
  }

  .mx\:-mr-140 {
    margin-right: -140px !important;
  }

  .mx\:-mr-142 {
    margin-right: -142px !important;
  }

  .mx\:-mr-145 {
    margin-right: -145px !important;
  }

  .mx\:-mr-150 {
    margin-right: -150px !important;
  }

  .mx\:-mr-160 {
    margin-right: -160px !important;
  }

  .mx\:-mr-165 {
    margin-right: -165px !important;
  }

  .mx\:-mr-170 {
    margin-right: -170px !important;
  }

  .mx\:-mr-180 {
    margin-right: -180px !important;
  }

  .mx\:-mr-185 {
    margin-right: -185px !important;
  }

  .mx\:-mr-190 {
    margin-right: -190px !important;
  }

  .mx\:-mr-200 {
    margin-right: -200px !important;
  }

  .mx\:-mr-225 {
    margin-right: -225px !important;
  }

  .mx\:-mr-px {
    margin-right: -1px !important;
  }

  .mx\:mb-0 {
    margin-bottom: 0px !important;
  }

  .mx\:mb-5 {
    margin-bottom: 5px !important;
  }

  .mx\:mb-8 {
    margin-bottom: 8px !important;
  }

  .mx\:mb-10 {
    margin-bottom: 10px !important;
  }

  .mx\:mb-15 {
    margin-bottom: 15px !important;
  }

  .mx\:mb-20 {
    margin-bottom: 20px !important;
  }

  .mx\:mb-25 {
    margin-bottom: 25px !important;
  }

  .mx\:mb-26 {
    margin-bottom: 26px !important;
  }

  .mx\:mb-27 {
    margin-bottom: 27px !important;
  }

  .mx\:mb-28 {
    margin-bottom: 28px !important;
  }

  .mx\:mb-30 {
    margin-bottom: 30px !important;
  }

  .mx\:mb-32 {
    margin-bottom: 32px !important;
  }

  .mx\:mb-33 {
    margin-bottom: 33px !important;
  }

  .mx\:mb-34 {
    margin-bottom: 34px !important;
  }

  .mx\:mb-35 {
    margin-bottom: 35px !important;
  }

  .mx\:mb-38 {
    margin-bottom: 38px !important;
  }

  .mx\:mb-40 {
    margin-bottom: 40px !important;
  }

  .mx\:mb-44 {
    margin-bottom: 44px !important;
  }

  .mx\:mb-45 {
    margin-bottom: 45px !important;
  }

  .mx\:mb-50 {
    margin-bottom: 50px !important;
  }

  .mx\:mb-55 {
    margin-bottom: 55px !important;
  }

  .mx\:mb-60 {
    margin-bottom: 60px !important;
  }

  .mx\:mb-65 {
    margin-bottom: 65px !important;
  }

  .mx\:mb-70 {
    margin-bottom: 70px !important;
  }

  .mx\:mb-75 {
    margin-bottom: 75px !important;
  }

  .mx\:mb-80 {
    margin-bottom: 80px !important;
  }

  .mx\:mb-85 {
    margin-bottom: 85px !important;
  }

  .mx\:mb-90 {
    margin-bottom: 90px !important;
  }

  .mx\:mb-95 {
    margin-bottom: 95px !important;
  }

  .mx\:mb-100 {
    margin-bottom: 100px !important;
  }

  .mx\:mb-105 {
    margin-bottom: 105px !important;
  }

  .mx\:mb-110 {
    margin-bottom: 110px !important;
  }

  .mx\:mb-115 {
    margin-bottom: 115px !important;
  }

  .mx\:mb-120 {
    margin-bottom: 120px !important;
  }

  .mx\:mb-125 {
    margin-bottom: 125px !important;
  }

  .mx\:mb-130 {
    margin-bottom: 130px !important;
  }

  .mx\:mb-135 {
    margin-bottom: 135px !important;
  }

  .mx\:mb-140 {
    margin-bottom: 140px !important;
  }

  .mx\:mb-142 {
    margin-bottom: 142px !important;
  }

  .mx\:mb-145 {
    margin-bottom: 145px !important;
  }

  .mx\:mb-150 {
    margin-bottom: 150px !important;
  }

  .mx\:mb-160 {
    margin-bottom: 160px !important;
  }

  .mx\:mb-165 {
    margin-bottom: 165px !important;
  }

  .mx\:mb-170 {
    margin-bottom: 170px !important;
  }

  .mx\:mb-180 {
    margin-bottom: 180px !important;
  }

  .mx\:mb-185 {
    margin-bottom: 185px !important;
  }

  .mx\:mb-190 {
    margin-bottom: 190px !important;
  }

  .mx\:mb-200 {
    margin-bottom: 200px !important;
  }

  .mx\:mb-225 {
    margin-bottom: 225px !important;
  }

  .mx\:mb-auto {
    margin-bottom: auto !important;
  }

  .mx\:mb-px {
    margin-bottom: 1px !important;
  }

  .mx\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .mx\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .mx\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .mx\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .mx\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .mx\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .mx\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .mx\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .mx\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .mx\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .mx\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .mx\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .mx\:-mb-33 {
    margin-bottom: -33px !important;
  }

  .mx\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .mx\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .mx\:-mb-38 {
    margin-bottom: -38px !important;
  }

  .mx\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .mx\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .mx\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .mx\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .mx\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .mx\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .mx\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .mx\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .mx\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .mx\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .mx\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .mx\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .mx\:-mb-95 {
    margin-bottom: -95px !important;
  }

  .mx\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .mx\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .mx\:-mb-110 {
    margin-bottom: -110px !important;
  }

  .mx\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .mx\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .mx\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .mx\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .mx\:-mb-135 {
    margin-bottom: -135px !important;
  }

  .mx\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .mx\:-mb-142 {
    margin-bottom: -142px !important;
  }

  .mx\:-mb-145 {
    margin-bottom: -145px !important;
  }

  .mx\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .mx\:-mb-160 {
    margin-bottom: -160px !important;
  }

  .mx\:-mb-165 {
    margin-bottom: -165px !important;
  }

  .mx\:-mb-170 {
    margin-bottom: -170px !important;
  }

  .mx\:-mb-180 {
    margin-bottom: -180px !important;
  }

  .mx\:-mb-185 {
    margin-bottom: -185px !important;
  }

  .mx\:-mb-190 {
    margin-bottom: -190px !important;
  }

  .mx\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .mx\:-mb-225 {
    margin-bottom: -225px !important;
  }

  .mx\:-mb-px {
    margin-bottom: -1px !important;
  }

  .mx\:ml-0 {
    margin-left: 0px !important;
  }

  .mx\:ml-5 {
    margin-left: 5px !important;
  }

  .mx\:ml-8 {
    margin-left: 8px !important;
  }

  .mx\:ml-10 {
    margin-left: 10px !important;
  }

  .mx\:ml-15 {
    margin-left: 15px !important;
  }

  .mx\:ml-20 {
    margin-left: 20px !important;
  }

  .mx\:ml-25 {
    margin-left: 25px !important;
  }

  .mx\:ml-26 {
    margin-left: 26px !important;
  }

  .mx\:ml-27 {
    margin-left: 27px !important;
  }

  .mx\:ml-28 {
    margin-left: 28px !important;
  }

  .mx\:ml-30 {
    margin-left: 30px !important;
  }

  .mx\:ml-32 {
    margin-left: 32px !important;
  }

  .mx\:ml-33 {
    margin-left: 33px !important;
  }

  .mx\:ml-34 {
    margin-left: 34px !important;
  }

  .mx\:ml-35 {
    margin-left: 35px !important;
  }

  .mx\:ml-38 {
    margin-left: 38px !important;
  }

  .mx\:ml-40 {
    margin-left: 40px !important;
  }

  .mx\:ml-44 {
    margin-left: 44px !important;
  }

  .mx\:ml-45 {
    margin-left: 45px !important;
  }

  .mx\:ml-50 {
    margin-left: 50px !important;
  }

  .mx\:ml-55 {
    margin-left: 55px !important;
  }

  .mx\:ml-60 {
    margin-left: 60px !important;
  }

  .mx\:ml-65 {
    margin-left: 65px !important;
  }

  .mx\:ml-70 {
    margin-left: 70px !important;
  }

  .mx\:ml-75 {
    margin-left: 75px !important;
  }

  .mx\:ml-80 {
    margin-left: 80px !important;
  }

  .mx\:ml-85 {
    margin-left: 85px !important;
  }

  .mx\:ml-90 {
    margin-left: 90px !important;
  }

  .mx\:ml-95 {
    margin-left: 95px !important;
  }

  .mx\:ml-100 {
    margin-left: 100px !important;
  }

  .mx\:ml-105 {
    margin-left: 105px !important;
  }

  .mx\:ml-110 {
    margin-left: 110px !important;
  }

  .mx\:ml-115 {
    margin-left: 115px !important;
  }

  .mx\:ml-120 {
    margin-left: 120px !important;
  }

  .mx\:ml-125 {
    margin-left: 125px !important;
  }

  .mx\:ml-130 {
    margin-left: 130px !important;
  }

  .mx\:ml-135 {
    margin-left: 135px !important;
  }

  .mx\:ml-140 {
    margin-left: 140px !important;
  }

  .mx\:ml-142 {
    margin-left: 142px !important;
  }

  .mx\:ml-145 {
    margin-left: 145px !important;
  }

  .mx\:ml-150 {
    margin-left: 150px !important;
  }

  .mx\:ml-160 {
    margin-left: 160px !important;
  }

  .mx\:ml-165 {
    margin-left: 165px !important;
  }

  .mx\:ml-170 {
    margin-left: 170px !important;
  }

  .mx\:ml-180 {
    margin-left: 180px !important;
  }

  .mx\:ml-185 {
    margin-left: 185px !important;
  }

  .mx\:ml-190 {
    margin-left: 190px !important;
  }

  .mx\:ml-200 {
    margin-left: 200px !important;
  }

  .mx\:ml-225 {
    margin-left: 225px !important;
  }

  .mx\:ml-auto {
    margin-left: auto !important;
  }

  .mx\:ml-px {
    margin-left: 1px !important;
  }

  .mx\:-ml-0 {
    margin-left: 0px !important;
  }

  .mx\:-ml-5 {
    margin-left: -5px !important;
  }

  .mx\:-ml-8 {
    margin-left: -8px !important;
  }

  .mx\:-ml-10 {
    margin-left: -10px !important;
  }

  .mx\:-ml-15 {
    margin-left: -15px !important;
  }

  .mx\:-ml-20 {
    margin-left: -20px !important;
  }

  .mx\:-ml-25 {
    margin-left: -25px !important;
  }

  .mx\:-ml-26 {
    margin-left: -26px !important;
  }

  .mx\:-ml-27 {
    margin-left: -27px !important;
  }

  .mx\:-ml-28 {
    margin-left: -28px !important;
  }

  .mx\:-ml-30 {
    margin-left: -30px !important;
  }

  .mx\:-ml-32 {
    margin-left: -32px !important;
  }

  .mx\:-ml-33 {
    margin-left: -33px !important;
  }

  .mx\:-ml-34 {
    margin-left: -34px !important;
  }

  .mx\:-ml-35 {
    margin-left: -35px !important;
  }

  .mx\:-ml-38 {
    margin-left: -38px !important;
  }

  .mx\:-ml-40 {
    margin-left: -40px !important;
  }

  .mx\:-ml-44 {
    margin-left: -44px !important;
  }

  .mx\:-ml-45 {
    margin-left: -45px !important;
  }

  .mx\:-ml-50 {
    margin-left: -50px !important;
  }

  .mx\:-ml-55 {
    margin-left: -55px !important;
  }

  .mx\:-ml-60 {
    margin-left: -60px !important;
  }

  .mx\:-ml-65 {
    margin-left: -65px !important;
  }

  .mx\:-ml-70 {
    margin-left: -70px !important;
  }

  .mx\:-ml-75 {
    margin-left: -75px !important;
  }

  .mx\:-ml-80 {
    margin-left: -80px !important;
  }

  .mx\:-ml-85 {
    margin-left: -85px !important;
  }

  .mx\:-ml-90 {
    margin-left: -90px !important;
  }

  .mx\:-ml-95 {
    margin-left: -95px !important;
  }

  .mx\:-ml-100 {
    margin-left: -100px !important;
  }

  .mx\:-ml-105 {
    margin-left: -105px !important;
  }

  .mx\:-ml-110 {
    margin-left: -110px !important;
  }

  .mx\:-ml-115 {
    margin-left: -115px !important;
  }

  .mx\:-ml-120 {
    margin-left: -120px !important;
  }

  .mx\:-ml-125 {
    margin-left: -125px !important;
  }

  .mx\:-ml-130 {
    margin-left: -130px !important;
  }

  .mx\:-ml-135 {
    margin-left: -135px !important;
  }

  .mx\:-ml-140 {
    margin-left: -140px !important;
  }

  .mx\:-ml-142 {
    margin-left: -142px !important;
  }

  .mx\:-ml-145 {
    margin-left: -145px !important;
  }

  .mx\:-ml-150 {
    margin-left: -150px !important;
  }

  .mx\:-ml-160 {
    margin-left: -160px !important;
  }

  .mx\:-ml-165 {
    margin-left: -165px !important;
  }

  .mx\:-ml-170 {
    margin-left: -170px !important;
  }

  .mx\:-ml-180 {
    margin-left: -180px !important;
  }

  .mx\:-ml-185 {
    margin-left: -185px !important;
  }

  .mx\:-ml-190 {
    margin-left: -190px !important;
  }

  .mx\:-ml-200 {
    margin-left: -200px !important;
  }

  .mx\:-ml-225 {
    margin-left: -225px !important;
  }

  .mx\:-ml-px {
    margin-left: -1px !important;
  }

  .mx\:box-border {
    box-sizing: border-box !important;
  }

  .mx\:box-content {
    box-sizing: content-box !important;
  }

  .mx\:block {
    display: block !important;
  }

  .mx\:inline-block {
    display: inline-block !important;
  }

  .mx\:inline {
    display: inline !important;
  }

  .mx\:flex {
    display: flex !important;
  }

  .mx\:inline-flex {
    display: inline-flex !important;
  }

  .mx\:table {
    display: table !important;
  }

  .mx\:inline-table {
    display: inline-table !important;
  }

  .mx\:table-caption {
    display: table-caption !important;
  }

  .mx\:table-cell {
    display: table-cell !important;
  }

  .mx\:table-column {
    display: table-column !important;
  }

  .mx\:table-column-group {
    display: table-column-group !important;
  }

  .mx\:table-footer-group {
    display: table-footer-group !important;
  }

  .mx\:table-header-group {
    display: table-header-group !important;
  }

  .mx\:table-row-group {
    display: table-row-group !important;
  }

  .mx\:table-row {
    display: table-row !important;
  }

  .mx\:flow-root {
    display: flow-root !important;
  }

  .mx\:grid {
    display: grid !important;
  }

  .mx\:inline-grid {
    display: inline-grid !important;
  }

  .mx\:contents {
    display: contents !important;
  }

  .mx\:list-item {
    display: list-item !important;
  }

  .mx\:hidden {
    display: none !important;
  }

  .mx\:h-0 {
    height: 0px !important;
  }

  .mx\:h-5 {
    height: 5px !important;
  }

  .mx\:h-8 {
    height: 8px !important;
  }

  .mx\:h-10 {
    height: 10px !important;
  }

  .mx\:h-15 {
    height: 15px !important;
  }

  .mx\:h-20 {
    height: 20px !important;
  }

  .mx\:h-25 {
    height: 25px !important;
  }

  .mx\:h-26 {
    height: 26px !important;
  }

  .mx\:h-27 {
    height: 27px !important;
  }

  .mx\:h-28 {
    height: 28px !important;
  }

  .mx\:h-30 {
    height: 30px !important;
  }

  .mx\:h-32 {
    height: 32px !important;
  }

  .mx\:h-33 {
    height: 33px !important;
  }

  .mx\:h-34 {
    height: 34px !important;
  }

  .mx\:h-35 {
    height: 35px !important;
  }

  .mx\:h-38 {
    height: 38px !important;
  }

  .mx\:h-40 {
    height: 40px !important;
  }

  .mx\:h-44 {
    height: 44px !important;
  }

  .mx\:h-45 {
    height: 45px !important;
  }

  .mx\:h-50 {
    height: 50px !important;
  }

  .mx\:h-55 {
    height: 55px !important;
  }

  .mx\:h-60 {
    height: 60px !important;
  }

  .mx\:h-65 {
    height: 65px !important;
  }

  .mx\:h-70 {
    height: 70px !important;
  }

  .mx\:h-75 {
    height: 75px !important;
  }

  .mx\:h-80 {
    height: 80px !important;
  }

  .mx\:h-85 {
    height: 85px !important;
  }

  .mx\:h-90 {
    height: 90px !important;
  }

  .mx\:h-95 {
    height: 95px !important;
  }

  .mx\:h-100 {
    height: 100px !important;
  }

  .mx\:h-105 {
    height: 105px !important;
  }

  .mx\:h-110 {
    height: 110px !important;
  }

  .mx\:h-115 {
    height: 115px !important;
  }

  .mx\:h-120 {
    height: 120px !important;
  }

  .mx\:h-125 {
    height: 125px !important;
  }

  .mx\:h-130 {
    height: 130px !important;
  }

  .mx\:h-135 {
    height: 135px !important;
  }

  .mx\:h-140 {
    height: 140px !important;
  }

  .mx\:h-142 {
    height: 142px !important;
  }

  .mx\:h-145 {
    height: 145px !important;
  }

  .mx\:h-150 {
    height: 150px !important;
  }

  .mx\:h-160 {
    height: 160px !important;
  }

  .mx\:h-165 {
    height: 165px !important;
  }

  .mx\:h-170 {
    height: 170px !important;
  }

  .mx\:h-180 {
    height: 180px !important;
  }

  .mx\:h-185 {
    height: 185px !important;
  }

  .mx\:h-190 {
    height: 190px !important;
  }

  .mx\:h-200 {
    height: 200px !important;
  }

  .mx\:h-225 {
    height: 225px !important;
  }

  .mx\:h-auto {
    height: auto !important;
  }

  .mx\:h-px {
    height: 1px !important;
  }

  .mx\:h-1\/2 {
    height: 50% !important;
  }

  .mx\:h-1\/3 {
    height: 33.333333% !important;
  }

  .mx\:h-2\/3 {
    height: 66.666667% !important;
  }

  .mx\:h-1\/4 {
    height: 25% !important;
  }

  .mx\:h-2\/4 {
    height: 50% !important;
  }

  .mx\:h-3\/4 {
    height: 75% !important;
  }

  .mx\:h-1\/5 {
    height: 20% !important;
  }

  .mx\:h-2\/5 {
    height: 40% !important;
  }

  .mx\:h-3\/5 {
    height: 60% !important;
  }

  .mx\:h-4\/5 {
    height: 80% !important;
  }

  .mx\:h-1\/6 {
    height: 16.666667% !important;
  }

  .mx\:h-2\/6 {
    height: 33.333333% !important;
  }

  .mx\:h-3\/6 {
    height: 50% !important;
  }

  .mx\:h-4\/6 {
    height: 66.666667% !important;
  }

  .mx\:h-5\/6 {
    height: 83.333333% !important;
  }

  .mx\:h-full {
    height: 100% !important;
  }

  .mx\:h-screen {
    height: 100vh !important;
  }

  .mx\:max-h-0 {
    max-height: 0px !important;
  }

  .mx\:max-h-5 {
    max-height: 5px !important;
  }

  .mx\:max-h-8 {
    max-height: 8px !important;
  }

  .mx\:max-h-10 {
    max-height: 10px !important;
  }

  .mx\:max-h-15 {
    max-height: 15px !important;
  }

  .mx\:max-h-20 {
    max-height: 20px !important;
  }

  .mx\:max-h-25 {
    max-height: 25px !important;
  }

  .mx\:max-h-26 {
    max-height: 26px !important;
  }

  .mx\:max-h-27 {
    max-height: 27px !important;
  }

  .mx\:max-h-28 {
    max-height: 28px !important;
  }

  .mx\:max-h-30 {
    max-height: 30px !important;
  }

  .mx\:max-h-32 {
    max-height: 32px !important;
  }

  .mx\:max-h-33 {
    max-height: 33px !important;
  }

  .mx\:max-h-34 {
    max-height: 34px !important;
  }

  .mx\:max-h-35 {
    max-height: 35px !important;
  }

  .mx\:max-h-38 {
    max-height: 38px !important;
  }

  .mx\:max-h-40 {
    max-height: 40px !important;
  }

  .mx\:max-h-44 {
    max-height: 44px !important;
  }

  .mx\:max-h-45 {
    max-height: 45px !important;
  }

  .mx\:max-h-50 {
    max-height: 50px !important;
  }

  .mx\:max-h-55 {
    max-height: 55px !important;
  }

  .mx\:max-h-60 {
    max-height: 60px !important;
  }

  .mx\:max-h-65 {
    max-height: 65px !important;
  }

  .mx\:max-h-70 {
    max-height: 70px !important;
  }

  .mx\:max-h-75 {
    max-height: 75px !important;
  }

  .mx\:max-h-80 {
    max-height: 80px !important;
  }

  .mx\:max-h-85 {
    max-height: 85px !important;
  }

  .mx\:max-h-90 {
    max-height: 90px !important;
  }

  .mx\:max-h-95 {
    max-height: 95px !important;
  }

  .mx\:max-h-100 {
    max-height: 100px !important;
  }

  .mx\:max-h-105 {
    max-height: 105px !important;
  }

  .mx\:max-h-110 {
    max-height: 110px !important;
  }

  .mx\:max-h-115 {
    max-height: 115px !important;
  }

  .mx\:max-h-120 {
    max-height: 120px !important;
  }

  .mx\:max-h-125 {
    max-height: 125px !important;
  }

  .mx\:max-h-130 {
    max-height: 130px !important;
  }

  .mx\:max-h-135 {
    max-height: 135px !important;
  }

  .mx\:max-h-140 {
    max-height: 140px !important;
  }

  .mx\:max-h-142 {
    max-height: 142px !important;
  }

  .mx\:max-h-145 {
    max-height: 145px !important;
  }

  .mx\:max-h-150 {
    max-height: 150px !important;
  }

  .mx\:max-h-160 {
    max-height: 160px !important;
  }

  .mx\:max-h-165 {
    max-height: 165px !important;
  }

  .mx\:max-h-170 {
    max-height: 170px !important;
  }

  .mx\:max-h-180 {
    max-height: 180px !important;
  }

  .mx\:max-h-185 {
    max-height: 185px !important;
  }

  .mx\:max-h-190 {
    max-height: 190px !important;
  }

  .mx\:max-h-200 {
    max-height: 200px !important;
  }

  .mx\:max-h-225 {
    max-height: 225px !important;
  }

  .mx\:max-h-px {
    max-height: 1px !important;
  }

  .mx\:max-h-full {
    max-height: 100% !important;
  }

  .mx\:max-h-screen {
    max-height: 100vh !important;
  }

  .mx\:min-h-0 {
    min-height: 0px !important;
  }

  .mx\:min-h-full {
    min-height: 100% !important;
  }

  .mx\:min-h-screen {
    min-height: 100vh !important;
  }

  .mx\:w-0 {
    width: 0px !important;
  }

  .mx\:w-5 {
    width: 5px !important;
  }

  .mx\:w-8 {
    width: 8px !important;
  }

  .mx\:w-10 {
    width: 10px !important;
  }

  .mx\:w-15 {
    width: 15px !important;
  }

  .mx\:w-20 {
    width: 20px !important;
  }

  .mx\:w-25 {
    width: 25px !important;
  }

  .mx\:w-26 {
    width: 26px !important;
  }

  .mx\:w-27 {
    width: 27px !important;
  }

  .mx\:w-28 {
    width: 28px !important;
  }

  .mx\:w-30 {
    width: 30px !important;
  }

  .mx\:w-32 {
    width: 32px !important;
  }

  .mx\:w-33 {
    width: 33px !important;
  }

  .mx\:w-34 {
    width: 34px !important;
  }

  .mx\:w-35 {
    width: 35px !important;
  }

  .mx\:w-38 {
    width: 38px !important;
  }

  .mx\:w-40 {
    width: 40px !important;
  }

  .mx\:w-44 {
    width: 44px !important;
  }

  .mx\:w-45 {
    width: 45px !important;
  }

  .mx\:w-50 {
    width: 50px !important;
  }

  .mx\:w-55 {
    width: 55px !important;
  }

  .mx\:w-60 {
    width: 60px !important;
  }

  .mx\:w-65 {
    width: 65px !important;
  }

  .mx\:w-70 {
    width: 70px !important;
  }

  .mx\:w-75 {
    width: 75px !important;
  }

  .mx\:w-80 {
    width: 80px !important;
  }

  .mx\:w-85 {
    width: 85px !important;
  }

  .mx\:w-90 {
    width: 90px !important;
  }

  .mx\:w-95 {
    width: 95px !important;
  }

  .mx\:w-100 {
    width: 100px !important;
  }

  .mx\:w-105 {
    width: 105px !important;
  }

  .mx\:w-110 {
    width: 110px !important;
  }

  .mx\:w-115 {
    width: 115px !important;
  }

  .mx\:w-120 {
    width: 120px !important;
  }

  .mx\:w-125 {
    width: 125px !important;
  }

  .mx\:w-130 {
    width: 130px !important;
  }

  .mx\:w-135 {
    width: 135px !important;
  }

  .mx\:w-140 {
    width: 140px !important;
  }

  .mx\:w-142 {
    width: 142px !important;
  }

  .mx\:w-145 {
    width: 145px !important;
  }

  .mx\:w-150 {
    width: 150px !important;
  }

  .mx\:w-160 {
    width: 160px !important;
  }

  .mx\:w-165 {
    width: 165px !important;
  }

  .mx\:w-170 {
    width: 170px !important;
  }

  .mx\:w-180 {
    width: 180px !important;
  }

  .mx\:w-185 {
    width: 185px !important;
  }

  .mx\:w-190 {
    width: 190px !important;
  }

  .mx\:w-200 {
    width: 200px !important;
  }

  .mx\:w-225 {
    width: 225px !important;
  }

  .mx\:w-auto {
    width: auto !important;
  }

  .mx\:w-px {
    width: 1px !important;
  }

  .mx\:w-1\/2 {
    width: 50% !important;
  }

  .mx\:w-1\/3 {
    width: 33.333333% !important;
  }

  .mx\:w-2\/3 {
    width: 66.666667% !important;
  }

  .mx\:w-1\/4 {
    width: 25% !important;
  }

  .mx\:w-2\/4 {
    width: 50% !important;
  }

  .mx\:w-3\/4 {
    width: 75% !important;
  }

  .mx\:w-1\/5 {
    width: 20% !important;
  }

  .mx\:w-2\/5 {
    width: 40% !important;
  }

  .mx\:w-3\/5 {
    width: 60% !important;
  }

  .mx\:w-4\/5 {
    width: 80% !important;
  }

  .mx\:w-1\/6 {
    width: 16.666667% !important;
  }

  .mx\:w-2\/6 {
    width: 33.333333% !important;
  }

  .mx\:w-3\/6 {
    width: 50% !important;
  }

  .mx\:w-4\/6 {
    width: 66.666667% !important;
  }

  .mx\:w-5\/6 {
    width: 83.333333% !important;
  }

  .mx\:w-1\/12 {
    width: 8.333333% !important;
  }

  .mx\:w-2\/12 {
    width: 16.666667% !important;
  }

  .mx\:w-3\/12 {
    width: 25% !important;
  }

  .mx\:w-4\/12 {
    width: 33.333333% !important;
  }

  .mx\:w-5\/12 {
    width: 41.666667% !important;
  }

  .mx\:w-6\/12 {
    width: 50% !important;
  }

  .mx\:w-7\/12 {
    width: 58.333333% !important;
  }

  .mx\:w-8\/12 {
    width: 66.666667% !important;
  }

  .mx\:w-9\/12 {
    width: 75% !important;
  }

  .mx\:w-10\/12 {
    width: 83.333333% !important;
  }

  .mx\:w-11\/12 {
    width: 91.666667% !important;
  }

  .mx\:w-full {
    width: 100% !important;
  }

  .mx\:w-screen {
    width: 100vw !important;
  }

  .mx\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .mx\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .mx\:min-w-0 {
    min-width: 0px !important;
  }

  .mx\:min-w-full {
    min-width: 100% !important;
  }

  .mx\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .mx\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .mx\:max-w-0 {
    max-width: 0rem !important;
  }

  .mx\:max-w-none {
    max-width: none !important;
  }

  .mx\:max-w-xs {
    max-width: 20rem !important;
  }

  .mx\:max-w-sm {
    max-width: 24rem !important;
  }

  .mx\:max-w-md {
    max-width: 28rem !important;
  }

  .mx\:max-w-lg {
    max-width: 32rem !important;
  }

  .mx\:max-w-xl {
    max-width: 36rem !important;
  }

  .mx\:max-w-2xl {
    max-width: 42rem !important;
  }

  .mx\:max-w-3xl {
    max-width: 48rem !important;
  }

  .mx\:max-w-4xl {
    max-width: 56rem !important;
  }

  .mx\:max-w-5xl {
    max-width: 64rem !important;
  }

  .mx\:max-w-6xl {
    max-width: 72rem !important;
  }

  .mx\:max-w-7xl {
    max-width: 80rem !important;
  }

  .mx\:max-w-full {
    max-width: 100% !important;
  }

  .mx\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .mx\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .mx\:max-w-prose {
    max-width: 65ch !important;
  }

  .mx\:flex-1 {
    flex: 1 1 0% !important;
  }

  .mx\:flex-auto {
    flex: 1 1 auto !important;
  }

  .mx\:flex-initial {
    flex: 0 1 auto !important;
  }

  .mx\:flex-none {
    flex: none !important;
  }

  .mx\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mx\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .mx\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .mx\:flex-grow {
    flex-grow: 1 !important;
  }

  .mx\:table-auto {
    table-layout: auto !important;
  }

  .mx\:table-fixed {
    table-layout: fixed !important;
  }

  .mx\:border-collapse {
    border-collapse: collapse !important;
  }

  .mx\:border-separate {
    border-collapse: separate !important;
  }

  .mx\:origin-center {
    transform-origin: center !important;
  }

  .mx\:origin-top {
    transform-origin: top !important;
  }

  .mx\:origin-top-right {
    transform-origin: top right !important;
  }

  .mx\:origin-right {
    transform-origin: right !important;
  }

  .mx\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .mx\:origin-bottom {
    transform-origin: bottom !important;
  }

  .mx\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .mx\:origin-left {
    transform-origin: left !important;
  }

  .mx\:origin-top-left {
    transform-origin: top left !important;
  }

  .mx\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .mx\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .mx\:transform-none {
    transform: none !important;
  }

  .mx\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mx\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .mx\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .mx\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .mx\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .mx\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .mx\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .mx\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .mx\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .mx\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .mx\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .mx\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .mx\:translate-x-33 {
    --tw-translate-x: 33px !important;
  }

  .mx\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .mx\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .mx\:translate-x-38 {
    --tw-translate-x: 38px !important;
  }

  .mx\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .mx\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .mx\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .mx\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .mx\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .mx\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .mx\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .mx\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .mx\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .mx\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .mx\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .mx\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .mx\:translate-x-95 {
    --tw-translate-x: 95px !important;
  }

  .mx\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .mx\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .mx\:translate-x-110 {
    --tw-translate-x: 110px !important;
  }

  .mx\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .mx\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .mx\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .mx\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .mx\:translate-x-135 {
    --tw-translate-x: 135px !important;
  }

  .mx\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .mx\:translate-x-142 {
    --tw-translate-x: 142px !important;
  }

  .mx\:translate-x-145 {
    --tw-translate-x: 145px !important;
  }

  .mx\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .mx\:translate-x-160 {
    --tw-translate-x: 160px !important;
  }

  .mx\:translate-x-165 {
    --tw-translate-x: 165px !important;
  }

  .mx\:translate-x-170 {
    --tw-translate-x: 170px !important;
  }

  .mx\:translate-x-180 {
    --tw-translate-x: 180px !important;
  }

  .mx\:translate-x-185 {
    --tw-translate-x: 185px !important;
  }

  .mx\:translate-x-190 {
    --tw-translate-x: 190px !important;
  }

  .mx\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .mx\:translate-x-225 {
    --tw-translate-x: 225px !important;
  }

  .mx\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .mx\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .mx\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .mx\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .mx\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .mx\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .mx\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .mx\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .mx\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .mx\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .mx\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .mx\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .mx\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .mx\:-translate-x-33 {
    --tw-translate-x: -33px !important;
  }

  .mx\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .mx\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .mx\:-translate-x-38 {
    --tw-translate-x: -38px !important;
  }

  .mx\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .mx\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .mx\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .mx\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .mx\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .mx\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .mx\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .mx\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .mx\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .mx\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .mx\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .mx\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .mx\:-translate-x-95 {
    --tw-translate-x: -95px !important;
  }

  .mx\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .mx\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .mx\:-translate-x-110 {
    --tw-translate-x: -110px !important;
  }

  .mx\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .mx\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .mx\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .mx\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .mx\:-translate-x-135 {
    --tw-translate-x: -135px !important;
  }

  .mx\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .mx\:-translate-x-142 {
    --tw-translate-x: -142px !important;
  }

  .mx\:-translate-x-145 {
    --tw-translate-x: -145px !important;
  }

  .mx\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .mx\:-translate-x-160 {
    --tw-translate-x: -160px !important;
  }

  .mx\:-translate-x-165 {
    --tw-translate-x: -165px !important;
  }

  .mx\:-translate-x-170 {
    --tw-translate-x: -170px !important;
  }

  .mx\:-translate-x-180 {
    --tw-translate-x: -180px !important;
  }

  .mx\:-translate-x-185 {
    --tw-translate-x: -185px !important;
  }

  .mx\:-translate-x-190 {
    --tw-translate-x: -190px !important;
  }

  .mx\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .mx\:-translate-x-225 {
    --tw-translate-x: -225px !important;
  }

  .mx\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .mx\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .mx\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .mx\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .mx\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .mx\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .mx\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .mx\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .mx\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .mx\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .mx\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .mx\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .mx\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .mx\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .mx\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .mx\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mx\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .mx\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .mx\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .mx\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .mx\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .mx\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .mx\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .mx\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .mx\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .mx\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .mx\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .mx\:translate-y-33 {
    --tw-translate-y: 33px !important;
  }

  .mx\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .mx\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .mx\:translate-y-38 {
    --tw-translate-y: 38px !important;
  }

  .mx\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .mx\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .mx\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .mx\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .mx\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .mx\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .mx\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .mx\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .mx\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .mx\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .mx\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .mx\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .mx\:translate-y-95 {
    --tw-translate-y: 95px !important;
  }

  .mx\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .mx\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .mx\:translate-y-110 {
    --tw-translate-y: 110px !important;
  }

  .mx\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .mx\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .mx\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .mx\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .mx\:translate-y-135 {
    --tw-translate-y: 135px !important;
  }

  .mx\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .mx\:translate-y-142 {
    --tw-translate-y: 142px !important;
  }

  .mx\:translate-y-145 {
    --tw-translate-y: 145px !important;
  }

  .mx\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .mx\:translate-y-160 {
    --tw-translate-y: 160px !important;
  }

  .mx\:translate-y-165 {
    --tw-translate-y: 165px !important;
  }

  .mx\:translate-y-170 {
    --tw-translate-y: 170px !important;
  }

  .mx\:translate-y-180 {
    --tw-translate-y: 180px !important;
  }

  .mx\:translate-y-185 {
    --tw-translate-y: 185px !important;
  }

  .mx\:translate-y-190 {
    --tw-translate-y: 190px !important;
  }

  .mx\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .mx\:translate-y-225 {
    --tw-translate-y: 225px !important;
  }

  .mx\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .mx\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .mx\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .mx\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .mx\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .mx\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .mx\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .mx\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .mx\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .mx\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .mx\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .mx\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .mx\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .mx\:-translate-y-33 {
    --tw-translate-y: -33px !important;
  }

  .mx\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .mx\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .mx\:-translate-y-38 {
    --tw-translate-y: -38px !important;
  }

  .mx\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .mx\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .mx\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .mx\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .mx\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .mx\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .mx\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .mx\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .mx\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .mx\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .mx\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .mx\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .mx\:-translate-y-95 {
    --tw-translate-y: -95px !important;
  }

  .mx\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .mx\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .mx\:-translate-y-110 {
    --tw-translate-y: -110px !important;
  }

  .mx\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .mx\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .mx\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .mx\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .mx\:-translate-y-135 {
    --tw-translate-y: -135px !important;
  }

  .mx\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .mx\:-translate-y-142 {
    --tw-translate-y: -142px !important;
  }

  .mx\:-translate-y-145 {
    --tw-translate-y: -145px !important;
  }

  .mx\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .mx\:-translate-y-160 {
    --tw-translate-y: -160px !important;
  }

  .mx\:-translate-y-165 {
    --tw-translate-y: -165px !important;
  }

  .mx\:-translate-y-170 {
    --tw-translate-y: -170px !important;
  }

  .mx\:-translate-y-180 {
    --tw-translate-y: -180px !important;
  }

  .mx\:-translate-y-185 {
    --tw-translate-y: -185px !important;
  }

  .mx\:-translate-y-190 {
    --tw-translate-y: -190px !important;
  }

  .mx\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .mx\:-translate-y-225 {
    --tw-translate-y: -225px !important;
  }

  .mx\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .mx\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .mx\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .mx\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .mx\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .mx\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .mx\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .mx\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .mx\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .mx\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .mx\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .mx\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .mx\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .mx\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .mx\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .mx\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mx\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .mx\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .mx\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .mx\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .mx\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .mx\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .mx\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .mx\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .mx\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .mx\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .mx\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .mx\:hover\:translate-x-33:hover {
    --tw-translate-x: 33px !important;
  }

  .mx\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .mx\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .mx\:hover\:translate-x-38:hover {
    --tw-translate-x: 38px !important;
  }

  .mx\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .mx\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .mx\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .mx\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .mx\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .mx\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .mx\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .mx\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .mx\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .mx\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .mx\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .mx\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .mx\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px !important;
  }

  .mx\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .mx\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .mx\:hover\:translate-x-110:hover {
    --tw-translate-x: 110px !important;
  }

  .mx\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .mx\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .mx\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .mx\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .mx\:hover\:translate-x-135:hover {
    --tw-translate-x: 135px !important;
  }

  .mx\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .mx\:hover\:translate-x-142:hover {
    --tw-translate-x: 142px !important;
  }

  .mx\:hover\:translate-x-145:hover {
    --tw-translate-x: 145px !important;
  }

  .mx\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .mx\:hover\:translate-x-160:hover {
    --tw-translate-x: 160px !important;
  }

  .mx\:hover\:translate-x-165:hover {
    --tw-translate-x: 165px !important;
  }

  .mx\:hover\:translate-x-170:hover {
    --tw-translate-x: 170px !important;
  }

  .mx\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px !important;
  }

  .mx\:hover\:translate-x-185:hover {
    --tw-translate-x: 185px !important;
  }

  .mx\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px !important;
  }

  .mx\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .mx\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px !important;
  }

  .mx\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .mx\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .mx\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .mx\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .mx\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .mx\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .mx\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .mx\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .mx\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .mx\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .mx\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .mx\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .mx\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .mx\:hover\:-translate-x-33:hover {
    --tw-translate-x: -33px !important;
  }

  .mx\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .mx\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .mx\:hover\:-translate-x-38:hover {
    --tw-translate-x: -38px !important;
  }

  .mx\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .mx\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .mx\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .mx\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .mx\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .mx\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .mx\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .mx\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .mx\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .mx\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .mx\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .mx\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .mx\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px !important;
  }

  .mx\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .mx\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .mx\:hover\:-translate-x-110:hover {
    --tw-translate-x: -110px !important;
  }

  .mx\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .mx\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .mx\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .mx\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .mx\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px !important;
  }

  .mx\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .mx\:hover\:-translate-x-142:hover {
    --tw-translate-x: -142px !important;
  }

  .mx\:hover\:-translate-x-145:hover {
    --tw-translate-x: -145px !important;
  }

  .mx\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .mx\:hover\:-translate-x-160:hover {
    --tw-translate-x: -160px !important;
  }

  .mx\:hover\:-translate-x-165:hover {
    --tw-translate-x: -165px !important;
  }

  .mx\:hover\:-translate-x-170:hover {
    --tw-translate-x: -170px !important;
  }

  .mx\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px !important;
  }

  .mx\:hover\:-translate-x-185:hover {
    --tw-translate-x: -185px !important;
  }

  .mx\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px !important;
  }

  .mx\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .mx\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px !important;
  }

  .mx\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .mx\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .mx\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .mx\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .mx\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .mx\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .mx\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .mx\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .mx\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .mx\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .mx\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .mx\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .mx\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .mx\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .mx\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .mx\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mx\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .mx\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .mx\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .mx\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .mx\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .mx\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .mx\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .mx\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .mx\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .mx\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .mx\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .mx\:hover\:translate-y-33:hover {
    --tw-translate-y: 33px !important;
  }

  .mx\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .mx\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .mx\:hover\:translate-y-38:hover {
    --tw-translate-y: 38px !important;
  }

  .mx\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .mx\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .mx\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .mx\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .mx\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .mx\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .mx\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .mx\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .mx\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .mx\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .mx\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .mx\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .mx\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px !important;
  }

  .mx\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .mx\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .mx\:hover\:translate-y-110:hover {
    --tw-translate-y: 110px !important;
  }

  .mx\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .mx\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .mx\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .mx\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .mx\:hover\:translate-y-135:hover {
    --tw-translate-y: 135px !important;
  }

  .mx\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .mx\:hover\:translate-y-142:hover {
    --tw-translate-y: 142px !important;
  }

  .mx\:hover\:translate-y-145:hover {
    --tw-translate-y: 145px !important;
  }

  .mx\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .mx\:hover\:translate-y-160:hover {
    --tw-translate-y: 160px !important;
  }

  .mx\:hover\:translate-y-165:hover {
    --tw-translate-y: 165px !important;
  }

  .mx\:hover\:translate-y-170:hover {
    --tw-translate-y: 170px !important;
  }

  .mx\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px !important;
  }

  .mx\:hover\:translate-y-185:hover {
    --tw-translate-y: 185px !important;
  }

  .mx\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px !important;
  }

  .mx\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .mx\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px !important;
  }

  .mx\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .mx\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .mx\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .mx\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .mx\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .mx\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .mx\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .mx\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .mx\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .mx\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .mx\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .mx\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .mx\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .mx\:hover\:-translate-y-33:hover {
    --tw-translate-y: -33px !important;
  }

  .mx\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .mx\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .mx\:hover\:-translate-y-38:hover {
    --tw-translate-y: -38px !important;
  }

  .mx\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .mx\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .mx\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .mx\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .mx\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .mx\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .mx\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .mx\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .mx\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .mx\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .mx\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .mx\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .mx\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px !important;
  }

  .mx\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .mx\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .mx\:hover\:-translate-y-110:hover {
    --tw-translate-y: -110px !important;
  }

  .mx\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .mx\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .mx\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .mx\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .mx\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px !important;
  }

  .mx\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .mx\:hover\:-translate-y-142:hover {
    --tw-translate-y: -142px !important;
  }

  .mx\:hover\:-translate-y-145:hover {
    --tw-translate-y: -145px !important;
  }

  .mx\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .mx\:hover\:-translate-y-160:hover {
    --tw-translate-y: -160px !important;
  }

  .mx\:hover\:-translate-y-165:hover {
    --tw-translate-y: -165px !important;
  }

  .mx\:hover\:-translate-y-170:hover {
    --tw-translate-y: -170px !important;
  }

  .mx\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px !important;
  }

  .mx\:hover\:-translate-y-185:hover {
    --tw-translate-y: -185px !important;
  }

  .mx\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px !important;
  }

  .mx\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .mx\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px !important;
  }

  .mx\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .mx\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .mx\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .mx\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .mx\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .mx\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .mx\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .mx\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .mx\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .mx\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .mx\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .mx\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .mx\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .mx\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .mx\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .mx\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mx\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .mx\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .mx\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .mx\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .mx\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .mx\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .mx\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .mx\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .mx\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .mx\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .mx\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .mx\:focus\:translate-x-33:focus {
    --tw-translate-x: 33px !important;
  }

  .mx\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .mx\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .mx\:focus\:translate-x-38:focus {
    --tw-translate-x: 38px !important;
  }

  .mx\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .mx\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .mx\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .mx\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .mx\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .mx\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .mx\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .mx\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .mx\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .mx\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .mx\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .mx\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .mx\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px !important;
  }

  .mx\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .mx\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .mx\:focus\:translate-x-110:focus {
    --tw-translate-x: 110px !important;
  }

  .mx\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .mx\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .mx\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .mx\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .mx\:focus\:translate-x-135:focus {
    --tw-translate-x: 135px !important;
  }

  .mx\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .mx\:focus\:translate-x-142:focus {
    --tw-translate-x: 142px !important;
  }

  .mx\:focus\:translate-x-145:focus {
    --tw-translate-x: 145px !important;
  }

  .mx\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .mx\:focus\:translate-x-160:focus {
    --tw-translate-x: 160px !important;
  }

  .mx\:focus\:translate-x-165:focus {
    --tw-translate-x: 165px !important;
  }

  .mx\:focus\:translate-x-170:focus {
    --tw-translate-x: 170px !important;
  }

  .mx\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px !important;
  }

  .mx\:focus\:translate-x-185:focus {
    --tw-translate-x: 185px !important;
  }

  .mx\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px !important;
  }

  .mx\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .mx\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px !important;
  }

  .mx\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .mx\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .mx\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .mx\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .mx\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .mx\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .mx\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .mx\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .mx\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .mx\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .mx\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .mx\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .mx\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .mx\:focus\:-translate-x-33:focus {
    --tw-translate-x: -33px !important;
  }

  .mx\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .mx\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .mx\:focus\:-translate-x-38:focus {
    --tw-translate-x: -38px !important;
  }

  .mx\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .mx\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .mx\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .mx\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .mx\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .mx\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .mx\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .mx\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .mx\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .mx\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .mx\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .mx\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .mx\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px !important;
  }

  .mx\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .mx\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .mx\:focus\:-translate-x-110:focus {
    --tw-translate-x: -110px !important;
  }

  .mx\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .mx\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .mx\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .mx\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .mx\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px !important;
  }

  .mx\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .mx\:focus\:-translate-x-142:focus {
    --tw-translate-x: -142px !important;
  }

  .mx\:focus\:-translate-x-145:focus {
    --tw-translate-x: -145px !important;
  }

  .mx\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .mx\:focus\:-translate-x-160:focus {
    --tw-translate-x: -160px !important;
  }

  .mx\:focus\:-translate-x-165:focus {
    --tw-translate-x: -165px !important;
  }

  .mx\:focus\:-translate-x-170:focus {
    --tw-translate-x: -170px !important;
  }

  .mx\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px !important;
  }

  .mx\:focus\:-translate-x-185:focus {
    --tw-translate-x: -185px !important;
  }

  .mx\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px !important;
  }

  .mx\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .mx\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px !important;
  }

  .mx\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .mx\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .mx\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .mx\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .mx\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .mx\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .mx\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .mx\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .mx\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .mx\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .mx\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .mx\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .mx\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .mx\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .mx\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .mx\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mx\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .mx\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .mx\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .mx\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .mx\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .mx\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .mx\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .mx\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .mx\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .mx\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .mx\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .mx\:focus\:translate-y-33:focus {
    --tw-translate-y: 33px !important;
  }

  .mx\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .mx\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .mx\:focus\:translate-y-38:focus {
    --tw-translate-y: 38px !important;
  }

  .mx\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .mx\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .mx\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .mx\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .mx\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .mx\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .mx\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .mx\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .mx\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .mx\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .mx\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .mx\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .mx\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px !important;
  }

  .mx\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .mx\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .mx\:focus\:translate-y-110:focus {
    --tw-translate-y: 110px !important;
  }

  .mx\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .mx\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .mx\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .mx\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .mx\:focus\:translate-y-135:focus {
    --tw-translate-y: 135px !important;
  }

  .mx\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .mx\:focus\:translate-y-142:focus {
    --tw-translate-y: 142px !important;
  }

  .mx\:focus\:translate-y-145:focus {
    --tw-translate-y: 145px !important;
  }

  .mx\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .mx\:focus\:translate-y-160:focus {
    --tw-translate-y: 160px !important;
  }

  .mx\:focus\:translate-y-165:focus {
    --tw-translate-y: 165px !important;
  }

  .mx\:focus\:translate-y-170:focus {
    --tw-translate-y: 170px !important;
  }

  .mx\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px !important;
  }

  .mx\:focus\:translate-y-185:focus {
    --tw-translate-y: 185px !important;
  }

  .mx\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px !important;
  }

  .mx\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .mx\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px !important;
  }

  .mx\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .mx\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .mx\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .mx\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .mx\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .mx\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .mx\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .mx\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .mx\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .mx\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .mx\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .mx\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .mx\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .mx\:focus\:-translate-y-33:focus {
    --tw-translate-y: -33px !important;
  }

  .mx\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .mx\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .mx\:focus\:-translate-y-38:focus {
    --tw-translate-y: -38px !important;
  }

  .mx\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .mx\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .mx\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .mx\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .mx\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .mx\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .mx\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .mx\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .mx\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .mx\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .mx\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .mx\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .mx\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px !important;
  }

  .mx\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .mx\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .mx\:focus\:-translate-y-110:focus {
    --tw-translate-y: -110px !important;
  }

  .mx\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .mx\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .mx\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .mx\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .mx\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px !important;
  }

  .mx\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .mx\:focus\:-translate-y-142:focus {
    --tw-translate-y: -142px !important;
  }

  .mx\:focus\:-translate-y-145:focus {
    --tw-translate-y: -145px !important;
  }

  .mx\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .mx\:focus\:-translate-y-160:focus {
    --tw-translate-y: -160px !important;
  }

  .mx\:focus\:-translate-y-165:focus {
    --tw-translate-y: -165px !important;
  }

  .mx\:focus\:-translate-y-170:focus {
    --tw-translate-y: -170px !important;
  }

  .mx\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px !important;
  }

  .mx\:focus\:-translate-y-185:focus {
    --tw-translate-y: -185px !important;
  }

  .mx\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px !important;
  }

  .mx\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .mx\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px !important;
  }

  .mx\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .mx\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .mx\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .mx\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .mx\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .mx\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .mx\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .mx\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .mx\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .mx\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .mx\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .mx\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .mx\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .mx\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .mx\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .mx\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .mx\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .mx\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .mx\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .mx\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .mx\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .mx\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .mx\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .mx\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .mx\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .mx\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .mx\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .mx\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .mx\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .mx\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .mx\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .mx\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .mx\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .mx\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .mx\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .mx\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .mx\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .mx\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .mx\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .mx\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .mx\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .mx\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .mx\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .mx\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .mx\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .mx\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .mx\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .mx\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .mx\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .mx\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .mx\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .mx\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .mx\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .mx\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .mx\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .mx\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .mx\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .mx\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .mx\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .mx\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .mx\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .mx\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .mx\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .mx\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .mx\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .mx\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .mx\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .mx\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .mx\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .mx\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .mx\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .mx\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .mx\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .mx\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .mx\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .mx\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .mx\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .mx\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .mx\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .mx\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .mx\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .mx\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .mx\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .mx\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .mx\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .mx\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .mx\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .mx\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .mx\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .mx\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .mx\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .mx\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .mx\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .mx\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .mx\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .mx\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .mx\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .mx\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .mx\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .mx\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .mx\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .mx\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .mx\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .mx\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .mx\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .mx\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .mx\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .mx\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .mx\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .mx\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .mx\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .mx\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .mx\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .mx\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .mx\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .mx\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .mx\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .mx\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .mx\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .mx\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .mx\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .mx\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .mx\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .mx\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .mx\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .mx\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .mx\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .mx\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .mx\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .mx\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .mx\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .mx\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .mx\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mx\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mx\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mx\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mx\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mx\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mx\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mx\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mx\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mx\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mx\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mx\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mx\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mx\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mx\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mx\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mx\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mx\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mx\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mx\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mx\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .mx\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .mx\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .mx\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .mx\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .mx\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .mx\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .mx\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .mx\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .mx\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .mx\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .mx\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .mx\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .mx\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .mx\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .mx\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .mx\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .mx\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .mx\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .mx\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .mx\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .mx\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .mx\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .mx\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .mx\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .mx\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .mx\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .mx\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .mx\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .mx\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .mx\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .mx\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .mx\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .mx\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .mx\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .mx\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .mx\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .mx\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .mx\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .mx\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .mx\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .mx\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .mx\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .mx\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .mx\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .mx\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .mx\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .mx\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .mx\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .mx\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .mx\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .mx\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .mx\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .mx\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .mx\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .mx\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .mx\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .mx\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .mx\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .mx\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .mx\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .mx\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .mx\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .mx\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .mx\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .mx\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .mx\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .mx\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .mx\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .mx\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .mx\:animate-none {
    animation: none !important;
  }

  .mx\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .mx\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .mx\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .mx\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .mx\:cursor-auto {
    cursor: auto !important;
  }

  .mx\:cursor-default {
    cursor: default !important;
  }

  .mx\:cursor-pointer {
    cursor: pointer !important;
  }

  .mx\:cursor-wait {
    cursor: wait !important;
  }

  .mx\:cursor-text {
    cursor: text !important;
  }

  .mx\:cursor-move {
    cursor: move !important;
  }

  .mx\:cursor-help {
    cursor: help !important;
  }

  .mx\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .mx\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .mx\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .mx\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .mx\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .mx\:resize-none {
    resize: none !important;
  }

  .mx\:resize-y {
    resize: vertical !important;
  }

  .mx\:resize-x {
    resize: horizontal !important;
  }

  .mx\:resize {
    resize: both !important;
  }

  .mx\:list-inside {
    list-style-position: inside !important;
  }

  .mx\:list-outside {
    list-style-position: outside !important;
  }

  .mx\:list-none {
    list-style-type: none !important;
  }

  .mx\:list-disc {
    list-style-type: disc !important;
  }

  .mx\:list-decimal {
    list-style-type: decimal !important;
  }

  .mx\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .mx\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .mx\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .mx\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .mx\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .mx\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .mx\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .mx\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .mx\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .mx\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .mx\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .mx\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .mx\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .mx\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .mx\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .mx\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .mx\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .mx\:flex-row {
    flex-direction: row !important;
  }

  .mx\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mx\:flex-col {
    flex-direction: column !important;
  }

  .mx\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .mx\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .mx\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mx\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .mx\:place-content-center {
    place-content: center !important;
  }

  .mx\:place-content-start {
    place-content: start !important;
  }

  .mx\:place-content-end {
    place-content: end !important;
  }

  .mx\:place-content-between {
    place-content: space-between !important;
  }

  .mx\:place-content-around {
    place-content: space-around !important;
  }

  .mx\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .mx\:place-content-stretch {
    place-content: stretch !important;
  }

  .mx\:place-items-start {
    place-items: start !important;
  }

  .mx\:place-items-end {
    place-items: end !important;
  }

  .mx\:place-items-center {
    place-items: center !important;
  }

  .mx\:place-items-stretch {
    place-items: stretch !important;
  }

  .mx\:content-center {
    align-content: center !important;
  }

  .mx\:content-start {
    align-content: flex-start !important;
  }

  .mx\:content-end {
    align-content: flex-end !important;
  }

  .mx\:content-between {
    align-content: space-between !important;
  }

  .mx\:content-around {
    align-content: space-around !important;
  }

  .mx\:content-evenly {
    align-content: space-evenly !important;
  }

  .mx\:items-start {
    align-items: flex-start !important;
  }

  .mx\:items-end {
    align-items: flex-end !important;
  }

  .mx\:items-center {
    align-items: center !important;
  }

  .mx\:items-baseline {
    align-items: baseline !important;
  }

  .mx\:items-stretch {
    align-items: stretch !important;
  }

  .mx\:justify-start {
    justify-content: flex-start !important;
  }

  .mx\:justify-end {
    justify-content: flex-end !important;
  }

  .mx\:justify-center {
    justify-content: center !important;
  }

  .mx\:justify-between {
    justify-content: space-between !important;
  }

  .mx\:justify-around {
    justify-content: space-around !important;
  }

  .mx\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .mx\:justify-items-start {
    justify-items: start !important;
  }

  .mx\:justify-items-end {
    justify-items: end !important;
  }

  .mx\:justify-items-center {
    justify-items: center !important;
  }

  .mx\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .mx\:gap-0 {
    gap: 0px !important;
  }

  .mx\:gap-1 {
    gap: 0.25rem !important;
  }

  .mx\:gap-2 {
    gap: 0.5rem !important;
  }

  .mx\:gap-3 {
    gap: 0.75rem !important;
  }

  .mx\:gap-4 {
    gap: 1rem !important;
  }

  .mx\:gap-5 {
    gap: 1.25rem !important;
  }

  .mx\:gap-6 {
    gap: 1.5rem !important;
  }

  .mx\:gap-7 {
    gap: 1.75rem !important;
  }

  .mx\:gap-8 {
    gap: 2rem !important;
  }

  .mx\:gap-9 {
    gap: 2.25rem !important;
  }

  .mx\:gap-10 {
    gap: 2.5rem !important;
  }

  .mx\:gap-11 {
    gap: 2.75rem !important;
  }

  .mx\:gap-12 {
    gap: 3rem !important;
  }

  .mx\:gap-13 {
    gap: 3.375rem !important;
  }

  .mx\:gap-14 {
    gap: 3.5rem !important;
  }

  .mx\:gap-16 {
    gap: 4rem !important;
  }

  .mx\:gap-20 {
    gap: 5rem !important;
  }

  .mx\:gap-24 {
    gap: 6rem !important;
  }

  .mx\:gap-28 {
    gap: 7rem !important;
  }

  .mx\:gap-32 {
    gap: 8rem !important;
  }

  .mx\:gap-36 {
    gap: 9rem !important;
  }

  .mx\:gap-40 {
    gap: 10rem !important;
  }

  .mx\:gap-44 {
    gap: 11rem !important;
  }

  .mx\:gap-48 {
    gap: 12rem !important;
  }

  .mx\:gap-52 {
    gap: 13rem !important;
  }

  .mx\:gap-56 {
    gap: 14rem !important;
  }

  .mx\:gap-60 {
    gap: 15rem !important;
  }

  .mx\:gap-64 {
    gap: 16rem !important;
  }

  .mx\:gap-72 {
    gap: 18rem !important;
  }

  .mx\:gap-80 {
    gap: 20rem !important;
  }

  .mx\:gap-96 {
    gap: 24rem !important;
  }

  .mx\:gap-x-0 {
    gap: 0px !important;
  }

  .mx\:gap-y-0 {
    gap: 0px !important;
  }

  .mx\:gap-px {
    gap: 1px !important;
  }

  .mx\:gap-x-px\\ {
    gap: 1px !important;
  }

  .mx\:gap-y-px\\ {
    gap: 1px !important;
  }

  .mx\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .mx\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .mx\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .mx\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .mx\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .mx\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .mx\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .mx\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .mx\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .mx\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .mx\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .mx\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .mx\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .mx\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .mx\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .mx\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .mx\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .mx\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .mx\:gap-x-4 {
    gap: 1rem !important;
  }

  .mx\:gap-y-4 {
    gap: 1rem !important;
  }

  .mx\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .mx\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .mx\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .mx\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .mx\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .mx\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .mx\:gap-x-8 {
    gap: 2rem !important;
  }

  .mx\:gap-y-8 {
    gap: 2rem !important;
  }

  .mx\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .mx\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .mx\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .mx\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .mx\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .mx\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .mx\:gap-x-12 {
    gap: 3rem !important;
  }

  .mx\:gap-y-12 {
    gap: 3rem !important;
  }

  .mx\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .mx\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .mx\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .mx\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .mx\:gap-x-16 {
    gap: 4rem !important;
  }

  .mx\:gap-y-16 {
    gap: 4rem !important;
  }

  .mx\:gap-x-20 {
    gap: 5rem !important;
  }

  .mx\:gap-y-20 {
    gap: 5rem !important;
  }

  .mx\:gap-x-24 {
    gap: 6rem !important;
  }

  .mx\:gap-y-24 {
    gap: 6rem !important;
  }

  .mx\:gap-x-28 {
    gap: 7rem !important;
  }

  .mx\:gap-y-28 {
    gap: 7rem !important;
  }

  .mx\:gap-x-32 {
    gap: 8rem !important;
  }

  .mx\:gap-y-32 {
    gap: 8rem !important;
  }

  .mx\:gap-x-36 {
    gap: 9rem !important;
  }

  .mx\:gap-y-36 {
    gap: 9rem !important;
  }

  .mx\:gap-x-40 {
    gap: 10rem !important;
  }

  .mx\:gap-y-40 {
    gap: 10rem !important;
  }

  .mx\:gap-x-44 {
    gap: 11rem !important;
  }

  .mx\:gap-y-44 {
    gap: 11rem !important;
  }

  .mx\:gap-x-48 {
    gap: 12rem !important;
  }

  .mx\:gap-y-48 {
    gap: 12rem !important;
  }

  .mx\:gap-x-52 {
    gap: 13rem !important;
  }

  .mx\:gap-y-52 {
    gap: 13rem !important;
  }

  .mx\:gap-x-56 {
    gap: 14rem !important;
  }

  .mx\:gap-y-56 {
    gap: 14rem !important;
  }

  .mx\:gap-x-60 {
    gap: 15rem !important;
  }

  .mx\:gap-y-60 {
    gap: 15rem !important;
  }

  .mx\:gap-x-64 {
    gap: 16rem !important;
  }

  .mx\:gap-y-64 {
    gap: 16rem !important;
  }

  .mx\:gap-x-72 {
    gap: 18rem !important;
  }

  .mx\:gap-y-72 {
    gap: 18rem !important;
  }

  .mx\:gap-x-80 {
    gap: 20rem !important;
  }

  .mx\:gap-y-80 {
    gap: 20rem !important;
  }

  .mx\:gap-x-96 {
    gap: 24rem !important;
  }

  .mx\:gap-y-96 {
    gap: 24rem !important;
  }

  .mx\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mx\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mx\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mx\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mx\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mx\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mx\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mx\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mx\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mx\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mx\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mx\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mx\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mx\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mx\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mx\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mx\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mx\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mx\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mx\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mx\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mx\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mx\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mx\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mx\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mx\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mx\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mx\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mx\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mx\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mx\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mx\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mx\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .mx\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mx\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mx\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .mx\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mx\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mx\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .mx\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mx\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .mx\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mx\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mx\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .mx\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mx\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .mx\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mx\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mx\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .mx\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mx\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .mx\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mx\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mx\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .mx\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mx\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .mx\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mx\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .mx\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mx\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .mx\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mx\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .mx\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mx\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .mx\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mx\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .mx\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mx\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .mx\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mx\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .mx\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mx\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .mx\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mx\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .mx\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mx\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .mx\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mx\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .mx\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mx\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .mx\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mx\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .mx\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mx\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .mx\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mx\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .mx\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mx\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .mx\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mx\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .mx\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mx\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .mx\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mx\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .mx\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mx\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .mx\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mx\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .mx\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mx\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .mx\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mx\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .mx\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mx\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .mx\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mx\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .mx\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mx\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .mx\:gap-y-0 {
    row-gap: 0px !important;
  }

  .mx\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .mx\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .mx\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .mx\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .mx\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .mx\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .mx\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .mx\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .mx\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .mx\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .mx\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .mx\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .mx\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .mx\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .mx\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .mx\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .mx\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .mx\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .mx\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .mx\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .mx\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .mx\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .mx\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .mx\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .mx\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .mx\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .mx\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .mx\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .mx\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .mx\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .mx\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .mx\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .mx\:gap-y-px {
    row-gap: 1px !important;
  }

  .mx\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .mx\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .mx\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mx\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mx\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .mx\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .mx\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .mx\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mx\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mx\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .mx\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .mx\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .mx\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mx\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mx\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .mx\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .mx\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .mx\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mx\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mx\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .mx\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .mx\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .mx\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .mx\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .mx\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .mx\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .mx\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .mx\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .mx\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .mx\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .mx\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .mx\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .mx\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .mx\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .mx\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .mx\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .mx\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .mx\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .mx\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .mx\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .mx\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .mx\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .mx\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .mx\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .mx\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .mx\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .mx\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .mx\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .mx\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .mx\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .mx\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .mx\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .mx\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .mx\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .mx\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .mx\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .mx\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .mx\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .mx\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .mx\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .mx\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .mx\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .mx\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .mx\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .mx\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .mx\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .mx\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .mx\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .mx\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .mx\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .mx\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .mx\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .mx\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .mx\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .mx\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .mx\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .mx\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .mx\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .mx\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .mx\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .mx\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .mx\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .mx\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .mx\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .mx\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .mx\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .mx\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .mx\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .mx\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .mx\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-lightteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-darkteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-darkred > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-darkblue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-skybule > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-lightgray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-devider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-cream > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-blue01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-blue02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-buttercup > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .mx\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .mx\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .mx\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .mx\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .mx\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .mx\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .mx\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .mx\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .mx\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .mx\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .mx\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .mx\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .mx\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .mx\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .mx\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .mx\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .mx\:place-self-auto {
    place-self: auto !important;
  }

  .mx\:place-self-start {
    place-self: start !important;
  }

  .mx\:place-self-end {
    place-self: end !important;
  }

  .mx\:place-self-center {
    place-self: center !important;
  }

  .mx\:place-self-stretch {
    place-self: stretch !important;
  }

  .mx\:self-auto {
    align-self: auto !important;
  }

  .mx\:self-start {
    align-self: flex-start !important;
  }

  .mx\:self-end {
    align-self: flex-end !important;
  }

  .mx\:self-center {
    align-self: center !important;
  }

  .mx\:self-stretch {
    align-self: stretch !important;
  }

  .mx\:self-baseline {
    align-self: baseline !important;
  }

  .mx\:justify-self-auto {
    justify-self: auto !important;
  }

  .mx\:justify-self-start {
    justify-self: start !important;
  }

  .mx\:justify-self-end {
    justify-self: end !important;
  }

  .mx\:justify-self-center {
    justify-self: center !important;
  }

  .mx\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .mx\:overflow-auto {
    overflow: auto !important;
  }

  .mx\:overflow-hidden {
    overflow: hidden !important;
  }

  .mx\:overflow-visible {
    overflow: visible !important;
  }

  .mx\:overflow-scroll {
    overflow: scroll !important;
  }

  .mx\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .mx\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .mx\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .mx\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .mx\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .mx\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .mx\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .mx\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .mx\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .mx\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .mx\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .mx\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .mx\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .mx\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .mx\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .mx\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .mx\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .mx\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .mx\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .mx\:overflow-clip {
    text-overflow: clip !important;
  }

  .mx\:whitespace-normal {
    white-space: normal !important;
  }

  .mx\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .mx\:whitespace-pre {
    white-space: pre !important;
  }

  .mx\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .mx\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .mx\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .mx\:break-words {
    overflow-wrap: break-word !important;
  }

  .mx\:break-all {
    word-break: break-all !important;
  }

  .mx\:rounded-4 {
    border-radius: 4px !important;
  }

  .mx\:rounded-6 {
    border-radius: 6px !important;
  }

  .mx\:rounded-50 {
    border-radius: 50% !important;
  }

  .mx\:rounded-none {
    border-radius: 0px !important;
  }

  .mx\:rounded-br6 {
    border-radius: 6px !important;
  }

  .mx\:rounded-br30 {
    border-radius: 30px !important;
  }

  .mx\:rounded-br32 {
    border-radius: 32px !important;
  }

  .mx\:rounded-br50 {
    border-radius: 50px !important;
  }

  .mx\:rounded-br90 {
    border-radius: 90px !important;
  }

  .mx\:rounded-full {
    border-radius: 9999px !important;
  }

  .mx\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .mx\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .mx\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .mx\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .mx\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .mx\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .mx\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .mx\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .mx\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .mx\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .mx\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .mx\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .mx\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .mx\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .mx\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .mx\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .mx\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mx\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mx\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mx\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mx\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mx\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mx\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mx\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mx\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .mx\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .mx\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .mx\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .mx\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .mx\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .mx\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .mx\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .mx\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .mx\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .mx\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .mx\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .mx\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .mx\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .mx\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .mx\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .mx\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .mx\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .mx\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .mx\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .mx\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .mx\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .mx\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .mx\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .mx\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .mx\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .mx\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .mx\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .mx\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .mx\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .mx\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .mx\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .mx\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .mx\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .mx\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .mx\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .mx\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .mx\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .mx\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .mx\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .mx\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .mx\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .mx\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .mx\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .mx\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .mx\:border-0 {
    border-width: 0px !important;
  }

  .mx\:border-1 {
    border-width: 1px !important;
  }

  .mx\:border-2 {
    border-width: 2px !important;
  }

  .mx\:border-4 {
    border-width: 4px !important;
  }

  .mx\:border-8 {
    border-width: 8px !important;
  }

  .mx\:border {
    border-width: 1px !important;
  }

  .mx\:border-t-0 {
    border-top-width: 0px !important;
  }

  .mx\:border-t-1 {
    border-top-width: 1px !important;
  }

  .mx\:border-t-2 {
    border-top-width: 2px !important;
  }

  .mx\:border-t-4 {
    border-top-width: 4px !important;
  }

  .mx\:border-t-8 {
    border-top-width: 8px !important;
  }

  .mx\:border-t {
    border-top-width: 1px !important;
  }

  .mx\:border-r-0 {
    border-right-width: 0px !important;
  }

  .mx\:border-r-1 {
    border-right-width: 1px !important;
  }

  .mx\:border-r-2 {
    border-right-width: 2px !important;
  }

  .mx\:border-r-4 {
    border-right-width: 4px !important;
  }

  .mx\:border-r-8 {
    border-right-width: 8px !important;
  }

  .mx\:border-r {
    border-right-width: 1px !important;
  }

  .mx\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .mx\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .mx\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .mx\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .mx\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .mx\:border-b {
    border-bottom-width: 1px !important;
  }

  .mx\:border-l-0 {
    border-left-width: 0px !important;
  }

  .mx\:border-l-1 {
    border-left-width: 1px !important;
  }

  .mx\:border-l-2 {
    border-left-width: 2px !important;
  }

  .mx\:border-l-4 {
    border-left-width: 4px !important;
  }

  .mx\:border-l-8 {
    border-left-width: 8px !important;
  }

  .mx\:border-l {
    border-left-width: 1px !important;
  }

  .mx\:border-solid {
    border-style: solid !important;
  }

  .mx\:border-dashed {
    border-style: dashed !important;
  }

  .mx\:border-dotted {
    border-style: dotted !important;
  }

  .mx\:border-double {
    border-style: double !important;
  }

  .mx\:border-none {
    border-style: none !important;
  }

  .mx\:border-transparent {
    border-color: transparent !important;
  }

  .mx\:border-current {
    border-color: currentColor !important;
  }

  .mx\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .mx\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .mx\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .mx\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .mx\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .mx\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .mx\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .mx\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .mx\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .mx\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .mx\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .mx\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .mx\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .mx\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .mx\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .mx\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .mx\:group-hover\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .mx\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .mx\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-lightteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-darkteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-darkred:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-darkblue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-skybule:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-lightgray:focus-within {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus-within\:border-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-devider:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-cream:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-blue01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-blue02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-buttercup:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-lime-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .mx\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .mx\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-lightteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-darkteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-darkred:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-darkblue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-skybule:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-lightgray:hover {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:hover\:border-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-devider:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-cream:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-blue01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-blue02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-buttercup:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-lime-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .mx\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .mx\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-lightteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-darkteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-darkred:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-darkblue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-skybule:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-lightgray:focus {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:border-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-devider:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-cream:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-blue01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-blue02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-buttercup:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-lime-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .mx\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .mx\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .mx\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .mx\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .mx\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .mx\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .mx\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .mx\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .mx\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .mx\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .mx\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .mx\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .mx\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .mx\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .mx\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .mx\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .mx\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .mx\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .mx\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .mx\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .mx\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .mx\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .mx\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .mx\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .mx\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .mx\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .mx\:bg-transparent {
    background-color: transparent !important;
  }

  .mx\:bg-current {
    background-color: currentColor !important;
  }

  .mx\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .mx\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .mx\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .mx\:group-hover\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .mx\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .mx\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-lightteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-darkteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-darkred:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-darkblue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-skybule:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-lightgray:focus-within {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus-within\:bg-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-devider:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-cream:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-blue01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-blue02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-buttercup:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus-within\:bg-lime-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .mx\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .mx\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-lightteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-darkteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-darkred:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-darkblue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-skybule:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-lightgray:hover {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:hover\:bg-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-devider:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-cream:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-blue01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-blue02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-buttercup:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .mx\:hover\:bg-lime-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .mx\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .mx\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-lightteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-darkteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-darkred:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-darkblue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-skybule:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-lightgray:focus {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:bg-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-devider:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-cream:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-blue01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-blue02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-buttercup:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .mx\:focus\:bg-lime-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .mx\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .mx\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .mx\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .mx\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .mx\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .mx\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .mx\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .mx\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .mx\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .mx\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .mx\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .mx\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .mx\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .mx\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .mx\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .mx\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .mx\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .mx\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .mx\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .mx\:bg-none {
    background-image: none !important;
  }

  .mx\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .mx\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .mx\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .mx\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .mx\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .mx\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .mx\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .mx\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .mx\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .mx\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .mx\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .mx\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .mx\:from-black {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:from-lightteal {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .mx\:from-darkteal {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .mx\:from-red {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .mx\:from-darkred {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .mx\:from-darkblue {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .mx\:from-skybule {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .mx\:from-yellow {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .mx\:from-lightgray {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .mx\:from-gray {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .mx\:from-devider {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .mx\:from-cream {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .mx\:from-blue01 {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .mx\:from-blue02 {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .mx\:from-buttercup {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .mx\:from-lime-gray {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .mx\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .mx\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .mx\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .mx\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .mx\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .mx\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .mx\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .mx\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .mx\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .mx\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .mx\:hover\:from-black:hover {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:from-lightteal:hover {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .mx\:hover\:from-darkteal:hover {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .mx\:hover\:from-red:hover {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .mx\:hover\:from-darkred:hover {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .mx\:hover\:from-darkblue:hover {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .mx\:hover\:from-skybule:hover {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .mx\:hover\:from-yellow:hover {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .mx\:hover\:from-lightgray:hover {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .mx\:hover\:from-gray:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .mx\:hover\:from-devider:hover {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .mx\:hover\:from-cream:hover {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .mx\:hover\:from-blue01:hover {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .mx\:hover\:from-blue02:hover {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .mx\:hover\:from-buttercup:hover {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .mx\:hover\:from-lime-gray:hover {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .mx\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .mx\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .mx\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .mx\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .mx\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .mx\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .mx\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .mx\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .mx\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .mx\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .mx\:focus\:from-black:focus {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:from-lightteal:focus {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .mx\:focus\:from-darkteal:focus {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .mx\:focus\:from-red:focus {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .mx\:focus\:from-darkred:focus {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .mx\:focus\:from-darkblue:focus {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .mx\:focus\:from-skybule:focus {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .mx\:focus\:from-yellow:focus {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .mx\:focus\:from-lightgray:focus {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .mx\:focus\:from-gray:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .mx\:focus\:from-devider:focus {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .mx\:focus\:from-cream:focus {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .mx\:focus\:from-blue01:focus {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .mx\:focus\:from-blue02:focus {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .mx\:focus\:from-buttercup:focus {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .mx\:focus\:from-lime-gray:focus {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .mx\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .mx\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .mx\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .mx\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .mx\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .mx\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .mx\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .mx\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .mx\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .mx\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .mx\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:via-lightteal {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .mx\:via-darkteal {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .mx\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .mx\:via-darkred {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .mx\:via-darkblue {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .mx\:via-skybule {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .mx\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .mx\:via-lightgray {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .mx\:via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .mx\:via-devider {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .mx\:via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .mx\:via-blue01 {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .mx\:via-blue02 {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .mx\:via-buttercup {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .mx\:via-lime-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .mx\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .mx\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .mx\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .mx\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .mx\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .mx\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .mx\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .mx\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .mx\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .mx\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .mx\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:hover\:via-lightteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .mx\:hover\:via-darkteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .mx\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .mx\:hover\:via-darkred:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .mx\:hover\:via-darkblue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .mx\:hover\:via-skybule:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .mx\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .mx\:hover\:via-lightgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .mx\:hover\:via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .mx\:hover\:via-devider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .mx\:hover\:via-cream:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .mx\:hover\:via-blue01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .mx\:hover\:via-blue02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .mx\:hover\:via-buttercup:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .mx\:hover\:via-lime-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .mx\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .mx\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .mx\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .mx\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .mx\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .mx\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .mx\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .mx\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .mx\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .mx\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .mx\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .mx\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .mx\:focus\:via-lightteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .mx\:focus\:via-darkteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .mx\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .mx\:focus\:via-darkred:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .mx\:focus\:via-darkblue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .mx\:focus\:via-skybule:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .mx\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .mx\:focus\:via-lightgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .mx\:focus\:via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .mx\:focus\:via-devider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .mx\:focus\:via-cream:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .mx\:focus\:via-blue01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .mx\:focus\:via-blue02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .mx\:focus\:via-buttercup:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .mx\:focus\:via-lime-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .mx\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .mx\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .mx\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .mx\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .mx\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .mx\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .mx\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .mx\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .mx\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .mx\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .mx\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .mx\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .mx\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .mx\:to-black {
    --tw-gradient-to: #000000 !important;
  }

  .mx\:to-lightteal {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .mx\:to-darkteal {
    --tw-gradient-to: #36C3DC !important;
  }

  .mx\:to-red {
    --tw-gradient-to: #D6393C !important;
  }

  .mx\:to-darkred {
    --tw-gradient-to: #B63033 !important;
  }

  .mx\:to-darkblue {
    --tw-gradient-to: #3A4758 !important;
  }

  .mx\:to-skybule {
    --tw-gradient-to: #30B5CC !important;
  }

  .mx\:to-yellow {
    --tw-gradient-to: #F0B334 !important;
  }

  .mx\:to-lightgray {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:to-gray {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .mx\:to-devider {
    --tw-gradient-to: #C8C0BD !important;
  }

  .mx\:to-cream {
    --tw-gradient-to: #F1F0ED !important;
  }

  .mx\:to-blue01 {
    --tw-gradient-to: #39495B !important;
  }

  .mx\:to-blue02 {
    --tw-gradient-to: #37526B !important;
  }

  .mx\:to-buttercup {
    --tw-gradient-to: #D9A12E !important;
  }

  .mx\:to-lime-gray {
    --tw-gradient-to: #F1F1ED !important;
  }

  .mx\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .mx\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .mx\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .mx\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .mx\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .mx\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .mx\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .mx\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .mx\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .mx\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .mx\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .mx\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .mx\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .mx\:hover\:to-black:hover {
    --tw-gradient-to: #000000 !important;
  }

  .mx\:hover\:to-lightteal:hover {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .mx\:hover\:to-darkteal:hover {
    --tw-gradient-to: #36C3DC !important;
  }

  .mx\:hover\:to-red:hover {
    --tw-gradient-to: #D6393C !important;
  }

  .mx\:hover\:to-darkred:hover {
    --tw-gradient-to: #B63033 !important;
  }

  .mx\:hover\:to-darkblue:hover {
    --tw-gradient-to: #3A4758 !important;
  }

  .mx\:hover\:to-skybule:hover {
    --tw-gradient-to: #30B5CC !important;
  }

  .mx\:hover\:to-yellow:hover {
    --tw-gradient-to: #F0B334 !important;
  }

  .mx\:hover\:to-lightgray:hover {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:hover\:to-gray:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .mx\:hover\:to-devider:hover {
    --tw-gradient-to: #C8C0BD !important;
  }

  .mx\:hover\:to-cream:hover {
    --tw-gradient-to: #F1F0ED !important;
  }

  .mx\:hover\:to-blue01:hover {
    --tw-gradient-to: #39495B !important;
  }

  .mx\:hover\:to-blue02:hover {
    --tw-gradient-to: #37526B !important;
  }

  .mx\:hover\:to-buttercup:hover {
    --tw-gradient-to: #D9A12E !important;
  }

  .mx\:hover\:to-lime-gray:hover {
    --tw-gradient-to: #F1F1ED !important;
  }

  .mx\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .mx\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .mx\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .mx\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .mx\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .mx\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .mx\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .mx\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .mx\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .mx\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .mx\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .mx\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .mx\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .mx\:focus\:to-black:focus {
    --tw-gradient-to: #000000 !important;
  }

  .mx\:focus\:to-lightteal:focus {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .mx\:focus\:to-darkteal:focus {
    --tw-gradient-to: #36C3DC !important;
  }

  .mx\:focus\:to-red:focus {
    --tw-gradient-to: #D6393C !important;
  }

  .mx\:focus\:to-darkred:focus {
    --tw-gradient-to: #B63033 !important;
  }

  .mx\:focus\:to-darkblue:focus {
    --tw-gradient-to: #3A4758 !important;
  }

  .mx\:focus\:to-skybule:focus {
    --tw-gradient-to: #30B5CC !important;
  }

  .mx\:focus\:to-yellow:focus {
    --tw-gradient-to: #F0B334 !important;
  }

  .mx\:focus\:to-lightgray:focus {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:to-gray:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .mx\:focus\:to-devider:focus {
    --tw-gradient-to: #C8C0BD !important;
  }

  .mx\:focus\:to-cream:focus {
    --tw-gradient-to: #F1F0ED !important;
  }

  .mx\:focus\:to-blue01:focus {
    --tw-gradient-to: #39495B !important;
  }

  .mx\:focus\:to-blue02:focus {
    --tw-gradient-to: #37526B !important;
  }

  .mx\:focus\:to-buttercup:focus {
    --tw-gradient-to: #D9A12E !important;
  }

  .mx\:focus\:to-lime-gray:focus {
    --tw-gradient-to: #F1F1ED !important;
  }

  .mx\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .mx\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .mx\:bg-auto {
    background-size: auto !important;
  }

  .mx\:bg-cover {
    background-size: cover !important;
  }

  .mx\:bg-contain {
    background-size: contain !important;
  }

  .mx\:bg-fixed {
    background-attachment: fixed !important;
  }

  .mx\:bg-local {
    background-attachment: local !important;
  }

  .mx\:bg-scroll {
    background-attachment: scroll !important;
  }

  .mx\:bg-clip-border {
    background-clip: border-box !important;
  }

  .mx\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .mx\:bg-clip-content {
    background-clip: content-box !important;
  }

  .mx\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .mx\:bg-bottom {
    background-position: bottom !important;
  }

  .mx\:bg-center {
    background-position: center !important;
  }

  .mx\:bg-left {
    background-position: left !important;
  }

  .mx\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .mx\:bg-left-top {
    background-position: left top !important;
  }

  .mx\:bg-right {
    background-position: right !important;
  }

  .mx\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .mx\:bg-right-top {
    background-position: right top !important;
  }

  .mx\:bg-top {
    background-position: top !important;
  }

  .mx\:bg-repeat {
    background-repeat: repeat !important;
  }

  .mx\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .mx\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .mx\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .mx\:bg-repeat-round {
    background-repeat: round !important;
  }

  .mx\:bg-repeat-space {
    background-repeat: space !important;
  }

  .mx\:bg-origin-border {
    background-origin: border-box !important;
  }

  .mx\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .mx\:bg-origin-content {
    background-origin: content-box !important;
  }

  .mx\:fill-current {
    fill: currentColor !important;
  }

  .mx\:stroke-current {
    stroke: currentColor !important;
  }

  .mx\:stroke-0 {
    stroke-width: 0 !important;
  }

  .mx\:stroke-1 {
    stroke-width: 1 !important;
  }

  .mx\:stroke-2 {
    stroke-width: 2 !important;
  }

  .mx\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .mx\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .mx\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .mx\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .mx\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .mx\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .mx\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .mx\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .mx\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .mx\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .mx\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .mx\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .mx\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .mx\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .mx\:p-0 {
    padding: 0px !important;
  }

  .mx\:p-5 {
    padding: 5px !important;
  }

  .mx\:p-8 {
    padding: 8px !important;
  }

  .mx\:p-10 {
    padding: 10px !important;
  }

  .mx\:p-15 {
    padding: 15px !important;
  }

  .mx\:p-20 {
    padding: 20px !important;
  }

  .mx\:p-25 {
    padding: 25px !important;
  }

  .mx\:p-26 {
    padding: 26px !important;
  }

  .mx\:p-27 {
    padding: 27px !important;
  }

  .mx\:p-28 {
    padding: 28px !important;
  }

  .mx\:p-30 {
    padding: 30px !important;
  }

  .mx\:p-32 {
    padding: 32px !important;
  }

  .mx\:p-33 {
    padding: 33px !important;
  }

  .mx\:p-34 {
    padding: 34px !important;
  }

  .mx\:p-35 {
    padding: 35px !important;
  }

  .mx\:p-38 {
    padding: 38px !important;
  }

  .mx\:p-40 {
    padding: 40px !important;
  }

  .mx\:p-44 {
    padding: 44px !important;
  }

  .mx\:p-45 {
    padding: 45px !important;
  }

  .mx\:p-50 {
    padding: 50px !important;
  }

  .mx\:p-55 {
    padding: 55px !important;
  }

  .mx\:p-60 {
    padding: 60px !important;
  }

  .mx\:p-65 {
    padding: 65px !important;
  }

  .mx\:p-70 {
    padding: 70px !important;
  }

  .mx\:p-75 {
    padding: 75px !important;
  }

  .mx\:p-80 {
    padding: 80px !important;
  }

  .mx\:p-85 {
    padding: 85px !important;
  }

  .mx\:p-90 {
    padding: 90px !important;
  }

  .mx\:p-95 {
    padding: 95px !important;
  }

  .mx\:p-100 {
    padding: 100px !important;
  }

  .mx\:p-105 {
    padding: 105px !important;
  }

  .mx\:p-110 {
    padding: 110px !important;
  }

  .mx\:p-115 {
    padding: 115px !important;
  }

  .mx\:p-120 {
    padding: 120px !important;
  }

  .mx\:p-125 {
    padding: 125px !important;
  }

  .mx\:p-130 {
    padding: 130px !important;
  }

  .mx\:p-135 {
    padding: 135px !important;
  }

  .mx\:p-140 {
    padding: 140px !important;
  }

  .mx\:p-142 {
    padding: 142px !important;
  }

  .mx\:p-145 {
    padding: 145px !important;
  }

  .mx\:p-150 {
    padding: 150px !important;
  }

  .mx\:p-160 {
    padding: 160px !important;
  }

  .mx\:p-165 {
    padding: 165px !important;
  }

  .mx\:p-170 {
    padding: 170px !important;
  }

  .mx\:p-180 {
    padding: 180px !important;
  }

  .mx\:p-185 {
    padding: 185px !important;
  }

  .mx\:p-190 {
    padding: 190px !important;
  }

  .mx\:p-200 {
    padding: 200px !important;
  }

  .mx\:p-225 {
    padding: 225px !important;
  }

  .mx\:p-px {
    padding: 1px !important;
  }

  .mx\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .mx\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .mx\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .mx\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mx\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .mx\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mx\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mx\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .mx\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .mx\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .mx\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mx\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .mx\:px-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .mx\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .mx\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .mx\:px-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .mx\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .mx\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .mx\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .mx\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .mx\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .mx\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .mx\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .mx\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .mx\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .mx\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .mx\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .mx\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .mx\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .mx\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .mx\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .mx\:px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .mx\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .mx\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .mx\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .mx\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .mx\:px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .mx\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .mx\:px-142 {
    padding-left: 142px !important;
    padding-right: 142px !important;
  }

  .mx\:px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .mx\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .mx\:px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .mx\:px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .mx\:px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .mx\:px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .mx\:px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .mx\:px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .mx\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .mx\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .mx\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .mx\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .mx\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .mx\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .mx\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .mx\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .mx\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .mx\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .mx\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .mx\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .mx\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .mx\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .mx\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .mx\:py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .mx\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .mx\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .mx\:py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .mx\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .mx\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .mx\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .mx\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .mx\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .mx\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .mx\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .mx\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .mx\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .mx\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .mx\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .mx\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .mx\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .mx\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .mx\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .mx\:py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .mx\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .mx\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .mx\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .mx\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .mx\:py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .mx\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .mx\:py-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }

  .mx\:py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .mx\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .mx\:py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .mx\:py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .mx\:py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .mx\:py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .mx\:py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .mx\:py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .mx\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .mx\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .mx\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .mx\:pt-0 {
    padding-top: 0px !important;
  }

  .mx\:pt-5 {
    padding-top: 5px !important;
  }

  .mx\:pt-8 {
    padding-top: 8px !important;
  }

  .mx\:pt-10 {
    padding-top: 10px !important;
  }

  .mx\:pt-15 {
    padding-top: 15px !important;
  }

  .mx\:pt-20 {
    padding-top: 20px !important;
  }

  .mx\:pt-25 {
    padding-top: 25px !important;
  }

  .mx\:pt-26 {
    padding-top: 26px !important;
  }

  .mx\:pt-27 {
    padding-top: 27px !important;
  }

  .mx\:pt-28 {
    padding-top: 28px !important;
  }

  .mx\:pt-30 {
    padding-top: 30px !important;
  }

  .mx\:pt-32 {
    padding-top: 32px !important;
  }

  .mx\:pt-33 {
    padding-top: 33px !important;
  }

  .mx\:pt-34 {
    padding-top: 34px !important;
  }

  .mx\:pt-35 {
    padding-top: 35px !important;
  }

  .mx\:pt-38 {
    padding-top: 38px !important;
  }

  .mx\:pt-40 {
    padding-top: 40px !important;
  }

  .mx\:pt-44 {
    padding-top: 44px !important;
  }

  .mx\:pt-45 {
    padding-top: 45px !important;
  }

  .mx\:pt-50 {
    padding-top: 50px !important;
  }

  .mx\:pt-55 {
    padding-top: 55px !important;
  }

  .mx\:pt-60 {
    padding-top: 60px !important;
  }

  .mx\:pt-65 {
    padding-top: 65px !important;
  }

  .mx\:pt-70 {
    padding-top: 70px !important;
  }

  .mx\:pt-75 {
    padding-top: 75px !important;
  }

  .mx\:pt-80 {
    padding-top: 80px !important;
  }

  .mx\:pt-85 {
    padding-top: 85px !important;
  }

  .mx\:pt-90 {
    padding-top: 90px !important;
  }

  .mx\:pt-95 {
    padding-top: 95px !important;
  }

  .mx\:pt-100 {
    padding-top: 100px !important;
  }

  .mx\:pt-105 {
    padding-top: 105px !important;
  }

  .mx\:pt-110 {
    padding-top: 110px !important;
  }

  .mx\:pt-115 {
    padding-top: 115px !important;
  }

  .mx\:pt-120 {
    padding-top: 120px !important;
  }

  .mx\:pt-125 {
    padding-top: 125px !important;
  }

  .mx\:pt-130 {
    padding-top: 130px !important;
  }

  .mx\:pt-135 {
    padding-top: 135px !important;
  }

  .mx\:pt-140 {
    padding-top: 140px !important;
  }

  .mx\:pt-142 {
    padding-top: 142px !important;
  }

  .mx\:pt-145 {
    padding-top: 145px !important;
  }

  .mx\:pt-150 {
    padding-top: 150px !important;
  }

  .mx\:pt-160 {
    padding-top: 160px !important;
  }

  .mx\:pt-165 {
    padding-top: 165px !important;
  }

  .mx\:pt-170 {
    padding-top: 170px !important;
  }

  .mx\:pt-180 {
    padding-top: 180px !important;
  }

  .mx\:pt-185 {
    padding-top: 185px !important;
  }

  .mx\:pt-190 {
    padding-top: 190px !important;
  }

  .mx\:pt-200 {
    padding-top: 200px !important;
  }

  .mx\:pt-225 {
    padding-top: 225px !important;
  }

  .mx\:pt-px {
    padding-top: 1px !important;
  }

  .mx\:pr-0 {
    padding-right: 0px !important;
  }

  .mx\:pr-5 {
    padding-right: 5px !important;
  }

  .mx\:pr-8 {
    padding-right: 8px !important;
  }

  .mx\:pr-10 {
    padding-right: 10px !important;
  }

  .mx\:pr-15 {
    padding-right: 15px !important;
  }

  .mx\:pr-20 {
    padding-right: 20px !important;
  }

  .mx\:pr-25 {
    padding-right: 25px !important;
  }

  .mx\:pr-26 {
    padding-right: 26px !important;
  }

  .mx\:pr-27 {
    padding-right: 27px !important;
  }

  .mx\:pr-28 {
    padding-right: 28px !important;
  }

  .mx\:pr-30 {
    padding-right: 30px !important;
  }

  .mx\:pr-32 {
    padding-right: 32px !important;
  }

  .mx\:pr-33 {
    padding-right: 33px !important;
  }

  .mx\:pr-34 {
    padding-right: 34px !important;
  }

  .mx\:pr-35 {
    padding-right: 35px !important;
  }

  .mx\:pr-38 {
    padding-right: 38px !important;
  }

  .mx\:pr-40 {
    padding-right: 40px !important;
  }

  .mx\:pr-44 {
    padding-right: 44px !important;
  }

  .mx\:pr-45 {
    padding-right: 45px !important;
  }

  .mx\:pr-50 {
    padding-right: 50px !important;
  }

  .mx\:pr-55 {
    padding-right: 55px !important;
  }

  .mx\:pr-60 {
    padding-right: 60px !important;
  }

  .mx\:pr-65 {
    padding-right: 65px !important;
  }

  .mx\:pr-70 {
    padding-right: 70px !important;
  }

  .mx\:pr-75 {
    padding-right: 75px !important;
  }

  .mx\:pr-80 {
    padding-right: 80px !important;
  }

  .mx\:pr-85 {
    padding-right: 85px !important;
  }

  .mx\:pr-90 {
    padding-right: 90px !important;
  }

  .mx\:pr-95 {
    padding-right: 95px !important;
  }

  .mx\:pr-100 {
    padding-right: 100px !important;
  }

  .mx\:pr-105 {
    padding-right: 105px !important;
  }

  .mx\:pr-110 {
    padding-right: 110px !important;
  }

  .mx\:pr-115 {
    padding-right: 115px !important;
  }

  .mx\:pr-120 {
    padding-right: 120px !important;
  }

  .mx\:pr-125 {
    padding-right: 125px !important;
  }

  .mx\:pr-130 {
    padding-right: 130px !important;
  }

  .mx\:pr-135 {
    padding-right: 135px !important;
  }

  .mx\:pr-140 {
    padding-right: 140px !important;
  }

  .mx\:pr-142 {
    padding-right: 142px !important;
  }

  .mx\:pr-145 {
    padding-right: 145px !important;
  }

  .mx\:pr-150 {
    padding-right: 150px !important;
  }

  .mx\:pr-160 {
    padding-right: 160px !important;
  }

  .mx\:pr-165 {
    padding-right: 165px !important;
  }

  .mx\:pr-170 {
    padding-right: 170px !important;
  }

  .mx\:pr-180 {
    padding-right: 180px !important;
  }

  .mx\:pr-185 {
    padding-right: 185px !important;
  }

  .mx\:pr-190 {
    padding-right: 190px !important;
  }

  .mx\:pr-200 {
    padding-right: 200px !important;
  }

  .mx\:pr-225 {
    padding-right: 225px !important;
  }

  .mx\:pr-px {
    padding-right: 1px !important;
  }

  .mx\:pb-0 {
    padding-bottom: 0px !important;
  }

  .mx\:pb-5 {
    padding-bottom: 5px !important;
  }

  .mx\:pb-8 {
    padding-bottom: 8px !important;
  }

  .mx\:pb-10 {
    padding-bottom: 10px !important;
  }

  .mx\:pb-15 {
    padding-bottom: 15px !important;
  }

  .mx\:pb-20 {
    padding-bottom: 20px !important;
  }

  .mx\:pb-25 {
    padding-bottom: 25px !important;
  }

  .mx\:pb-26 {
    padding-bottom: 26px !important;
  }

  .mx\:pb-27 {
    padding-bottom: 27px !important;
  }

  .mx\:pb-28 {
    padding-bottom: 28px !important;
  }

  .mx\:pb-30 {
    padding-bottom: 30px !important;
  }

  .mx\:pb-32 {
    padding-bottom: 32px !important;
  }

  .mx\:pb-33 {
    padding-bottom: 33px !important;
  }

  .mx\:pb-34 {
    padding-bottom: 34px !important;
  }

  .mx\:pb-35 {
    padding-bottom: 35px !important;
  }

  .mx\:pb-38 {
    padding-bottom: 38px !important;
  }

  .mx\:pb-40 {
    padding-bottom: 40px !important;
  }

  .mx\:pb-44 {
    padding-bottom: 44px !important;
  }

  .mx\:pb-45 {
    padding-bottom: 45px !important;
  }

  .mx\:pb-50 {
    padding-bottom: 50px !important;
  }

  .mx\:pb-55 {
    padding-bottom: 55px !important;
  }

  .mx\:pb-60 {
    padding-bottom: 60px !important;
  }

  .mx\:pb-65 {
    padding-bottom: 65px !important;
  }

  .mx\:pb-70 {
    padding-bottom: 70px !important;
  }

  .mx\:pb-75 {
    padding-bottom: 75px !important;
  }

  .mx\:pb-80 {
    padding-bottom: 80px !important;
  }

  .mx\:pb-85 {
    padding-bottom: 85px !important;
  }

  .mx\:pb-90 {
    padding-bottom: 90px !important;
  }

  .mx\:pb-95 {
    padding-bottom: 95px !important;
  }

  .mx\:pb-100 {
    padding-bottom: 100px !important;
  }

  .mx\:pb-105 {
    padding-bottom: 105px !important;
  }

  .mx\:pb-110 {
    padding-bottom: 110px !important;
  }

  .mx\:pb-115 {
    padding-bottom: 115px !important;
  }

  .mx\:pb-120 {
    padding-bottom: 120px !important;
  }

  .mx\:pb-125 {
    padding-bottom: 125px !important;
  }

  .mx\:pb-130 {
    padding-bottom: 130px !important;
  }

  .mx\:pb-135 {
    padding-bottom: 135px !important;
  }

  .mx\:pb-140 {
    padding-bottom: 140px !important;
  }

  .mx\:pb-142 {
    padding-bottom: 142px !important;
  }

  .mx\:pb-145 {
    padding-bottom: 145px !important;
  }

  .mx\:pb-150 {
    padding-bottom: 150px !important;
  }

  .mx\:pb-160 {
    padding-bottom: 160px !important;
  }

  .mx\:pb-165 {
    padding-bottom: 165px !important;
  }

  .mx\:pb-170 {
    padding-bottom: 170px !important;
  }

  .mx\:pb-180 {
    padding-bottom: 180px !important;
  }

  .mx\:pb-185 {
    padding-bottom: 185px !important;
  }

  .mx\:pb-190 {
    padding-bottom: 190px !important;
  }

  .mx\:pb-200 {
    padding-bottom: 200px !important;
  }

  .mx\:pb-225 {
    padding-bottom: 225px !important;
  }

  .mx\:pb-px {
    padding-bottom: 1px !important;
  }

  .mx\:pl-0 {
    padding-left: 0px !important;
  }

  .mx\:pl-5 {
    padding-left: 5px !important;
  }

  .mx\:pl-8 {
    padding-left: 8px !important;
  }

  .mx\:pl-10 {
    padding-left: 10px !important;
  }

  .mx\:pl-15 {
    padding-left: 15px !important;
  }

  .mx\:pl-20 {
    padding-left: 20px !important;
  }

  .mx\:pl-25 {
    padding-left: 25px !important;
  }

  .mx\:pl-26 {
    padding-left: 26px !important;
  }

  .mx\:pl-27 {
    padding-left: 27px !important;
  }

  .mx\:pl-28 {
    padding-left: 28px !important;
  }

  .mx\:pl-30 {
    padding-left: 30px !important;
  }

  .mx\:pl-32 {
    padding-left: 32px !important;
  }

  .mx\:pl-33 {
    padding-left: 33px !important;
  }

  .mx\:pl-34 {
    padding-left: 34px !important;
  }

  .mx\:pl-35 {
    padding-left: 35px !important;
  }

  .mx\:pl-38 {
    padding-left: 38px !important;
  }

  .mx\:pl-40 {
    padding-left: 40px !important;
  }

  .mx\:pl-44 {
    padding-left: 44px !important;
  }

  .mx\:pl-45 {
    padding-left: 45px !important;
  }

  .mx\:pl-50 {
    padding-left: 50px !important;
  }

  .mx\:pl-55 {
    padding-left: 55px !important;
  }

  .mx\:pl-60 {
    padding-left: 60px !important;
  }

  .mx\:pl-65 {
    padding-left: 65px !important;
  }

  .mx\:pl-70 {
    padding-left: 70px !important;
  }

  .mx\:pl-75 {
    padding-left: 75px !important;
  }

  .mx\:pl-80 {
    padding-left: 80px !important;
  }

  .mx\:pl-85 {
    padding-left: 85px !important;
  }

  .mx\:pl-90 {
    padding-left: 90px !important;
  }

  .mx\:pl-95 {
    padding-left: 95px !important;
  }

  .mx\:pl-100 {
    padding-left: 100px !important;
  }

  .mx\:pl-105 {
    padding-left: 105px !important;
  }

  .mx\:pl-110 {
    padding-left: 110px !important;
  }

  .mx\:pl-115 {
    padding-left: 115px !important;
  }

  .mx\:pl-120 {
    padding-left: 120px !important;
  }

  .mx\:pl-125 {
    padding-left: 125px !important;
  }

  .mx\:pl-130 {
    padding-left: 130px !important;
  }

  .mx\:pl-135 {
    padding-left: 135px !important;
  }

  .mx\:pl-140 {
    padding-left: 140px !important;
  }

  .mx\:pl-142 {
    padding-left: 142px !important;
  }

  .mx\:pl-145 {
    padding-left: 145px !important;
  }

  .mx\:pl-150 {
    padding-left: 150px !important;
  }

  .mx\:pl-160 {
    padding-left: 160px !important;
  }

  .mx\:pl-165 {
    padding-left: 165px !important;
  }

  .mx\:pl-170 {
    padding-left: 170px !important;
  }

  .mx\:pl-180 {
    padding-left: 180px !important;
  }

  .mx\:pl-185 {
    padding-left: 185px !important;
  }

  .mx\:pl-190 {
    padding-left: 190px !important;
  }

  .mx\:pl-200 {
    padding-left: 200px !important;
  }

  .mx\:pl-225 {
    padding-left: 225px !important;
  }

  .mx\:pl-px {
    padding-left: 1px !important;
  }

  .mx\:text-left {
    text-align: left !important;
  }

  .mx\:text-center {
    text-align: center !important;
  }

  .mx\:text-right {
    text-align: right !important;
  }

  .mx\:text-justify {
    text-align: justify !important;
  }

  .mx\:align-baseline {
    vertical-align: baseline !important;
  }

  .mx\:align-top {
    vertical-align: top !important;
  }

  .mx\:align-middle {
    vertical-align: middle !important;
  }

  .mx\:align-bottom {
    vertical-align: bottom !important;
  }

  .mx\:align-text-top {
    vertical-align: text-top !important;
  }

  .mx\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .mx\:font-font-zilla {
    font-family: Zilla Slab !important;
  }

  .mx\:font-font-montserrat {
    font-family: Montserrat !important;
  }

  .mx\:font-font-helveticaneuemedium {
    font-family: helveticaneuemedium !important;
  }

  .mx\:text-base {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .mx\:text-fs-400 {
    font-size: 400px !important;
    line-height: 320px !important;
  }

  .mx\:text-fs-215 {
    font-size: 215px !important;
    line-height: 172px !important;
  }

  .mx\:text-fs-160 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .mx\:text-fs-140 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .mx\:text-fs-110 {
    font-size: 110px !important;
    line-height: 88px !important;
  }

  .mx\:text-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .mx\:text-fs-60 {
    font-size: 60px !important;
    line-height: 72px !important;
  }

  .mx\:text-fs-55 {
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .mx\:text-fs-50 {
    font-size: 50px !important;
    line-height: 45px !important;
  }

  .mx\:text-fs-45 {
    font-size: 45px !important;
    line-height: 36px !important;
  }

  .mx\:text-fs-40 {
    font-size: 40px !important;
    line-height: 32px !important;
  }

  .mx\:text-fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .mx\:text-fs-32 {
    font-size: 32px !important;
    line-height: 26px !important;
  }

  .mx\:text-fs-30 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  .mx\:text-fs-28 {
    font-size: 28px !important;
    line-height: 22px !important;
  }

  .mx\:text-fs-24 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .mx\:text-fs-26 {
    font-size: 26px !important;
    line-height: 41px !important;
  }

  .mx\:text-fs-22 {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .mx\:text-fs-20 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .mx\:text-fs-18 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .mx\:text-fs-17 {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .mx\:text-fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .mx\:text-fs-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .mx\:text-fs-13 {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .mx\:font-thin {
    font-weight: 100 !important;
  }

  .mx\:font-extralight {
    font-weight: 200 !important;
  }

  .mx\:font-light {
    font-weight: 300 !important;
  }

  .mx\:font-normal {
    font-weight: 400 !important;
  }

  .mx\:font-medium {
    font-weight: 500 !important;
  }

  .mx\:font-semibold {
    font-weight: 600 !important;
  }

  .mx\:font-bold {
    font-weight: 700 !important;
  }

  .mx\:font-extrabold {
    font-weight: 800 !important;
  }

  .mx\:font-black {
    font-weight: 900 !important;
  }

  .mx\:uppercase {
    text-transform: uppercase !important;
  }

  .mx\:lowercase {
    text-transform: lowercase !important;
  }

  .mx\:capitalize {
    text-transform: capitalize !important;
  }

  .mx\:normal-case {
    text-transform: none !important;
  }

  .mx\:italic {
    font-style: italic !important;
  }

  .mx\:not-italic {
    font-style: normal !important;
  }

  .mx\:ordinal, .mx\:slashed-zero, .mx\:lining-nums, .mx\:oldstyle-nums, .mx\:proportional-nums, .mx\:tabular-nums, .mx\:diagonal-fractions, .mx\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .mx\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .mx\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .mx\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .mx\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .mx\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .mx\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .mx\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .mx\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .mx\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .mx\:leading-none {
    line-height: 1 !important;
  }

  .mx\:leading-lh-68 {
    line-height: 68px !important;
  }

  .mx\:leading-lh-60 {
    line-height: 60px !important;
  }

  .mx\:leading-lh-55 {
    line-height: 55px !important;
  }

  .mx\:leading-lh-52 {
    line-height: 52px !important;
  }

  .mx\:leading-lh-50 {
    line-height: 50px !important;
  }

  .mx\:leading-lh-44 {
    line-height: 44px !important;
  }

  .mx\:leading-lh-42 {
    line-height: 42px !important;
  }

  .mx\:leading-lh-38 {
    line-height: 38px !important;
  }

  .mx\:leading-lh-28 {
    line-height: 28px !important;
  }

  .mx\:leading-lh-30 {
    line-height: 30px !important;
  }

  .mx\:leading-lh-25 {
    line-height: 25px !important;
  }

  .mx\:leading-lh-24 {
    line-height: 24px !important;
  }

  .mx\:leading-lh-22 {
    line-height: 22px !important;
  }

  .mx\:leading-lh-21 {
    line-height: 21px !important;
  }

  .mx\:leading-lh-20 {
    line-height: 20px !important;
  }

  .mx\:leading-lh-18 {
    line-height: 18px !important;
  }

  .mx\:leading-lh-16 {
    line-height: 16px !important;
  }

  .mx\:leading-lh-37 {
    line-height: 37px !important;
  }

  .mx\:leading-lh-35 {
    line-height: 35px !important;
  }

  .mx\:leading-lh-33 {
    line-height: 33px !important;
  }

  .mx\:leading-lh-88 {
    line-height: 88px !important;
  }

  .mx\:leading-lh-72 {
    line-height: 72px !important;
  }

  .mx\:leading-lh-62 {
    line-height: 62px !important;
  }

  .mx\:leading-lh-45 {
    line-height: 45px !important;
  }

  .mx\:leading-lh-26 {
    line-height: 26px !important;
  }

  .mx\:leading-lh-27 {
    line-height: 27px !important;
  }

  .mx\:leading-lh-23 {
    line-height: 23px !important;
  }

  .mx\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .mx\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .mx\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .mx\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .mx\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .mx\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .mx\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .mx\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .mx\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .mx\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .mx\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .mx\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .mx\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .mx\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .mx\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .mx\:text-transparent {
    color: transparent !important;
  }

  .mx\:text-current {
    color: currentColor !important;
  }

  .mx\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .mx\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .mx\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .mx\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .mx\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .mx\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .mx\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .mx\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .mx\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .mx\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .mx\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .mx\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .mx\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .mx\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .mx\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .mx\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .mx\:group-hover\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .mx\:group-hover\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .mx\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .mx\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-lightteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-darkteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-darkred:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-darkblue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-skybule:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-lightgray:focus-within {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus-within\:text-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-devider:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-cream:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-blue01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-blue02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-buttercup:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .mx\:focus-within\:text-lime-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .mx\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .mx\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-lightteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-darkteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-darkred:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-darkblue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-skybule:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-lightgray:hover {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:hover\:text-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-devider:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-cream:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-blue01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-blue02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-buttercup:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .mx\:hover\:text-lime-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .mx\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .mx\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-lightteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-darkteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-darkred:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-darkblue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-skybule:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-lightgray:focus {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:text-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-devider:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-cream:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-blue01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-blue02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-buttercup:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .mx\:focus\:text-lime-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .mx\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .mx\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .mx\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .mx\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .mx\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .mx\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .mx\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .mx\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .mx\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .mx\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .mx\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .mx\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .mx\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .mx\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .mx\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .mx\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .mx\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .mx\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .mx\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .mx\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .mx\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .mx\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .mx\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .mx\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .mx\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .mx\:underline {
    text-decoration: underline !important;
  }

  .mx\:line-through {
    text-decoration: line-through !important;
  }

  .mx\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .mx\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .mx\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .mx\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .mx\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .mx\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .mx\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .mx\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .mx\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .mx\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .mx\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .mx\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .mx\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .mx\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .mx\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .mx\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .mx\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .mx\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .mx\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .mx\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-lightteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-lightteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-darkteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-darkteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-darkred::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-darkred::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-darkblue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-darkblue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-skybule::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-skybule::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-lightgray::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:placeholder-lightgray::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-devider::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-devider::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-cream::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-cream::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-blue01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-blue01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-blue02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-blue02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-buttercup::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-buttercup::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-lime-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-lime-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .mx\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .mx\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .mx\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .mx\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-lightteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-lightteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-darkteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-darkteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-darkred:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-darkred:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-darkblue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-darkblue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-skybule:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-skybule:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-lightgray:focus::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:placeholder-lightgray:focus::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-devider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-devider:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-cream:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-cream:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-blue01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-blue01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-blue02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-blue02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-buttercup:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-buttercup:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-lime-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:focus\:placeholder-lime-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .mx\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mx\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mx\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .mx\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .mx\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mx\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .mx\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .mx\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .mx\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .mx\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .mx\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .mx\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .mx\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .mx\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .mx\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .mx\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .mx\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .mx\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .mx\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .mx\:opacity-0 {
    opacity: 0 !important;
  }

  .mx\:opacity-5 {
    opacity: 0.05 !important;
  }

  .mx\:opacity-10 {
    opacity: 0.1 !important;
  }

  .mx\:opacity-20 {
    opacity: 0.2 !important;
  }

  .mx\:opacity-25 {
    opacity: 0.25 !important;
  }

  .mx\:opacity-30 {
    opacity: 0.3 !important;
  }

  .mx\:opacity-40 {
    opacity: 0.4 !important;
  }

  .mx\:opacity-50 {
    opacity: 0.5 !important;
  }

  .mx\:opacity-57 {
    opacity: 0.57 !important;
  }

  .mx\:opacity-60 {
    opacity: 0.6 !important;
  }

  .mx\:opacity-70 {
    opacity: 0.7 !important;
  }

  .mx\:opacity-75 {
    opacity: 0.75 !important;
  }

  .mx\:opacity-80 {
    opacity: 0.8 !important;
  }

  .mx\:opacity-90 {
    opacity: 0.9 !important;
  }

  .mx\:opacity-95 {
    opacity: 0.95 !important;
  }

  .mx\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .mx\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .mx\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .mx\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .mx\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .mx\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .mx\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .mx\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .mx\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .mx\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .mx\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .mx\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .mx\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .mx\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .mx\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .mx\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .mx\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .mx\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .mx\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .mx\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .mx\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .mx\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .mx\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .mx\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .mx\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .mx\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .mx\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .mx\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .mx\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .mx\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .mx\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .mx\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .mx\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .mx\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .mx\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .mx\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .mx\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .mx\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .mx\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .mx\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .mx\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .mx\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .mx\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .mx\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .mx\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .mx\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .mx\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .mx\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .mx\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .mx\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .mx\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .mx\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .mx\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .mx\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .mx\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .mx\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .mx\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .mx\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .mx\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .mx\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .mx\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .mx\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .mx\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .mx\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .mx\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .mx\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .mx\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .mx\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .mx\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .mx\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .mx\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .mx\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .mx\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .mx\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .mx\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .mx\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .mx\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .mx\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .mx\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .mx\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .mx\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .mx\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .mx\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .mx\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .mx\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .mx\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .mx\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .mx\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .mx\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .mx\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .mx\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .mx\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .mx\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .mx\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .mx\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .mx\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .mx\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .mx\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mx\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .mx\:group-hover\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .mx\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mx\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mx\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mx\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mx\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mx\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mx\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mx\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mx\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .mx\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .mx\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .mx\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .mx\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .mx\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .mx\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .mx\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .mx\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .mx\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .mx\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-lightteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-darkteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-darkred {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-darkblue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-skybule {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-lightgray {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:ring-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-devider {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-cream {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-blue01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-blue02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-buttercup {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-lime-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .mx\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .mx\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-lightteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-darkteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-darkred:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-darkblue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-skybule:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-lightgray:focus-within {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus-within\:ring-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-devider:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-cream:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-blue01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-blue02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-buttercup:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus-within\:ring-lime-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .mx\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .mx\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-lightteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-darkteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-darkred:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-darkblue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-skybule:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-lightgray:focus {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:ring-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-devider:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-cream:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-blue01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-blue02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-buttercup:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .mx\:focus\:ring-lime-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .mx\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .mx\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .mx\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .mx\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .mx\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .mx\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .mx\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .mx\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .mx\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .mx\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .mx\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .mx\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .mx\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .mx\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .mx\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .mx\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .mx\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .mx\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .mx\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .mx\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .mx\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .mx\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .mx\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .mx\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .mx\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .mx\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .mx\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .mx\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .mx\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .mx\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .mx\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .mx\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .mx\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .mx\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .mx\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .mx\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .mx\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .mx\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .mx\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .mx\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .mx\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .mx\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .mx\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .mx\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .mx\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .mx\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .mx\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .mx\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .mx\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .mx\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .mx\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .mx\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .mx\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .mx\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .mx\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .mx\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .mx\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .mx\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .mx\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .mx\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .mx\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .mx\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .mx\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .mx\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .mx\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .mx\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .mx\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .mx\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .mx\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .mx\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .mx\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .mx\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .mx\:ring-offset-black {
    --tw-ring-offset-color: #000000 !important;
  }

  .mx\:ring-offset-lightteal {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .mx\:ring-offset-darkteal {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .mx\:ring-offset-red {
    --tw-ring-offset-color: #D6393C !important;
  }

  .mx\:ring-offset-darkred {
    --tw-ring-offset-color: #B63033 !important;
  }

  .mx\:ring-offset-darkblue {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .mx\:ring-offset-skybule {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .mx\:ring-offset-yellow {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .mx\:ring-offset-lightgray {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:ring-offset-gray {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .mx\:ring-offset-devider {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .mx\:ring-offset-cream {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .mx\:ring-offset-blue01 {
    --tw-ring-offset-color: #39495B !important;
  }

  .mx\:ring-offset-blue02 {
    --tw-ring-offset-color: #37526B !important;
  }

  .mx\:ring-offset-buttercup {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .mx\:ring-offset-lime-gray {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .mx\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .mx\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .mx\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .mx\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .mx\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .mx\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .mx\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .mx\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .mx\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .mx\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .mx\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .mx\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .mx\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .mx\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000 !important;
  }

  .mx\:focus-within\:ring-offset-lightteal:focus-within {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .mx\:focus-within\:ring-offset-darkteal:focus-within {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .mx\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #D6393C !important;
  }

  .mx\:focus-within\:ring-offset-darkred:focus-within {
    --tw-ring-offset-color: #B63033 !important;
  }

  .mx\:focus-within\:ring-offset-darkblue:focus-within {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .mx\:focus-within\:ring-offset-skybule:focus-within {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .mx\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .mx\:focus-within\:ring-offset-lightgray:focus-within {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus-within\:ring-offset-gray:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .mx\:focus-within\:ring-offset-devider:focus-within {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .mx\:focus-within\:ring-offset-cream:focus-within {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .mx\:focus-within\:ring-offset-blue01:focus-within {
    --tw-ring-offset-color: #39495B !important;
  }

  .mx\:focus-within\:ring-offset-blue02:focus-within {
    --tw-ring-offset-color: #37526B !important;
  }

  .mx\:focus-within\:ring-offset-buttercup:focus-within {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .mx\:focus-within\:ring-offset-lime-gray:focus-within {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .mx\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .mx\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .mx\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .mx\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .mx\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .mx\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .mx\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .mx\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .mx\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .mx\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .mx\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .mx\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .mx\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .mx\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000 !important;
  }

  .mx\:focus\:ring-offset-lightteal:focus {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .mx\:focus\:ring-offset-darkteal:focus {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .mx\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #D6393C !important;
  }

  .mx\:focus\:ring-offset-darkred:focus {
    --tw-ring-offset-color: #B63033 !important;
  }

  .mx\:focus\:ring-offset-darkblue:focus {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .mx\:focus\:ring-offset-skybule:focus {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .mx\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .mx\:focus\:ring-offset-lightgray:focus {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .mx\:focus\:ring-offset-gray:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .mx\:focus\:ring-offset-devider:focus {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .mx\:focus\:ring-offset-cream:focus {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .mx\:focus\:ring-offset-blue01:focus {
    --tw-ring-offset-color: #39495B !important;
  }

  .mx\:focus\:ring-offset-blue02:focus {
    --tw-ring-offset-color: #37526B !important;
  }

  .mx\:focus\:ring-offset-buttercup:focus {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .mx\:focus\:ring-offset-lime-gray:focus {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .mx\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .mx\:filter-none {
    filter: none !important;
  }

  .mx\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .mx\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .mx\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .mx\:blur {
    --tw-blur: blur(8px) !important;
  }

  .mx\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .mx\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .mx\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .mx\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .mx\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .mx\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .mx\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .mx\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .mx\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .mx\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .mx\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .mx\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .mx\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .mx\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .mx\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .mx\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .mx\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .mx\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .mx\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .mx\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .mx\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .mx\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .mx\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .mx\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .mx\: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)) !important;
  }

  .mx\: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)) !important;
  }

  .mx\: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)) !important;
  }

  .mx\: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)) !important;
  }

  .mx\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .mx\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .mx\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .mx\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .mx\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .mx\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .mx\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .mx\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .mx\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .mx\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .mx\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mx\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mx\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mx\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mx\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mx\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .mx\:invert {
    --tw-invert: invert(100%) !important;
  }

  .mx\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .mx\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .mx\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .mx\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .mx\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .mx\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .mx\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .mx\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .mx\:backdrop-filter-none {
    backdrop-filter: none !important;
  }

  .mx\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mx\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .mx\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .mx\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .mx\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .mx\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .mx\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .mx\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .mx\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .mx\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .mx\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .mx\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .mx\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .mx\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .mx\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .mx\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .mx\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .mx\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .mx\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .mx\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .mx\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .mx\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .mx\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .mx\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .mx\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .mx\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .mx\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .mx\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .mx\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .mx\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .mx\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .mx\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .mx\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .mx\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .mx\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .mx\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .mx\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .mx\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .mx\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .mx\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .mx\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .mx\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .mx\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .mx\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .mx\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .mx\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .mx\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .mx\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .mx\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .mx\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .mx\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .mx\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .mx\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .mx\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .mx\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .mx\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .mx\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .mx\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .mx\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .mx\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .mx\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .mx\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .mx\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .mx\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .mx\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .mx\:transition-none {
    transition-property: none !important;
  }

  .mx\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .mx\:delay-75 {
    transition-delay: 75ms !important;
  }

  .mx\:delay-100 {
    transition-delay: 100ms !important;
  }

  .mx\:delay-150 {
    transition-delay: 150ms !important;
  }

  .mx\:delay-200 {
    transition-delay: 200ms !important;
  }

  .mx\:delay-300 {
    transition-delay: 300ms !important;
  }

  .mx\:delay-500 {
    transition-delay: 500ms !important;
  }

  .mx\:delay-700 {
    transition-delay: 700ms !important;
  }

  .mx\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .mx\:duration-75 {
    transition-duration: 75ms !important;
  }

  .mx\:duration-100 {
    transition-duration: 100ms !important;
  }

  .mx\:duration-150 {
    transition-duration: 150ms !important;
  }

  .mx\:duration-200 {
    transition-duration: 200ms !important;
  }

  .mx\:duration-300 {
    transition-duration: 300ms !important;
  }

  .mx\:duration-500 {
    transition-duration: 500ms !important;
  }

  .mx\:duration-700 {
    transition-duration: 700ms !important;
  }

  .mx\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .mx\:ease-linear {
    transition-timing-function: linear !important;
  }

  .mx\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .mx\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .mx\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 767px) {
  .md\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .md\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .md\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .md\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .md\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .md\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .md\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .md\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .md\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .md\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .md\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .md\:inset-33 {
    top: 33px !important;
    right: 33px !important;
    bottom: 33px !important;
    left: 33px !important;
  }

  .md\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .md\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .md\:inset-38 {
    top: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    left: 38px !important;
  }

  .md\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .md\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .md\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .md\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .md\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .md\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .md\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .md\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .md\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .md\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .md\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .md\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .md\:inset-95 {
    top: 95px !important;
    right: 95px !important;
    bottom: 95px !important;
    left: 95px !important;
  }

  .md\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .md\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .md\:inset-110 {
    top: 110px !important;
    right: 110px !important;
    bottom: 110px !important;
    left: 110px !important;
  }

  .md\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .md\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .md\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .md\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .md\:inset-135 {
    top: 135px !important;
    right: 135px !important;
    bottom: 135px !important;
    left: 135px !important;
  }

  .md\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .md\:inset-142 {
    top: 142px !important;
    right: 142px !important;
    bottom: 142px !important;
    left: 142px !important;
  }

  .md\:inset-145 {
    top: 145px !important;
    right: 145px !important;
    bottom: 145px !important;
    left: 145px !important;
  }

  .md\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .md\:inset-160 {
    top: 160px !important;
    right: 160px !important;
    bottom: 160px !important;
    left: 160px !important;
  }

  .md\:inset-165 {
    top: 165px !important;
    right: 165px !important;
    bottom: 165px !important;
    left: 165px !important;
  }

  .md\:inset-170 {
    top: 170px !important;
    right: 170px !important;
    bottom: 170px !important;
    left: 170px !important;
  }

  .md\:inset-180 {
    top: 180px !important;
    right: 180px !important;
    bottom: 180px !important;
    left: 180px !important;
  }

  .md\:inset-185 {
    top: 185px !important;
    right: 185px !important;
    bottom: 185px !important;
    left: 185px !important;
  }

  .md\:inset-190 {
    top: 190px !important;
    right: 190px !important;
    bottom: 190px !important;
    left: 190px !important;
  }

  .md\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .md\:inset-225 {
    top: 225px !important;
    right: 225px !important;
    bottom: 225px !important;
    left: 225px !important;
  }

  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .md\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .md\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .md\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .md\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .md\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .md\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .md\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .md\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .md\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .md\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .md\:-inset-33 {
    top: -33px !important;
    right: -33px !important;
    bottom: -33px !important;
    left: -33px !important;
  }

  .md\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .md\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .md\:-inset-38 {
    top: -38px !important;
    right: -38px !important;
    bottom: -38px !important;
    left: -38px !important;
  }

  .md\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .md\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .md\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .md\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .md\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .md\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .md\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .md\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .md\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .md\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .md\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .md\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .md\:-inset-95 {
    top: -95px !important;
    right: -95px !important;
    bottom: -95px !important;
    left: -95px !important;
  }

  .md\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .md\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .md\:-inset-110 {
    top: -110px !important;
    right: -110px !important;
    bottom: -110px !important;
    left: -110px !important;
  }

  .md\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .md\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .md\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .md\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .md\:-inset-135 {
    top: -135px !important;
    right: -135px !important;
    bottom: -135px !important;
    left: -135px !important;
  }

  .md\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .md\:-inset-142 {
    top: -142px !important;
    right: -142px !important;
    bottom: -142px !important;
    left: -142px !important;
  }

  .md\:-inset-145 {
    top: -145px !important;
    right: -145px !important;
    bottom: -145px !important;
    left: -145px !important;
  }

  .md\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .md\:-inset-160 {
    top: -160px !important;
    right: -160px !important;
    bottom: -160px !important;
    left: -160px !important;
  }

  .md\:-inset-165 {
    top: -165px !important;
    right: -165px !important;
    bottom: -165px !important;
    left: -165px !important;
  }

  .md\:-inset-170 {
    top: -170px !important;
    right: -170px !important;
    bottom: -170px !important;
    left: -170px !important;
  }

  .md\:-inset-180 {
    top: -180px !important;
    right: -180px !important;
    bottom: -180px !important;
    left: -180px !important;
  }

  .md\:-inset-185 {
    top: -185px !important;
    right: -185px !important;
    bottom: -185px !important;
    left: -185px !important;
  }

  .md\:-inset-190 {
    top: -190px !important;
    right: -190px !important;
    bottom: -190px !important;
    left: -190px !important;
  }

  .md\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .md\:-inset-225 {
    top: -225px !important;
    right: -225px !important;
    bottom: -225px !important;
    left: -225px !important;
  }

  .md\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .md\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .md\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .md\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .md\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .md\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .md\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .md\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .md\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .md\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .md\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .md\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .md\:inset-x-33 {
    left: 33px !important;
    right: 33px !important;
  }

  .md\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .md\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .md\:inset-x-38 {
    left: 38px !important;
    right: 38px !important;
  }

  .md\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .md\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .md\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .md\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .md\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .md\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .md\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .md\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .md\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .md\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .md\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .md\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .md\:inset-x-95 {
    left: 95px !important;
    right: 95px !important;
  }

  .md\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .md\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .md\:inset-x-110 {
    left: 110px !important;
    right: 110px !important;
  }

  .md\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .md\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .md\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .md\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .md\:inset-x-135 {
    left: 135px !important;
    right: 135px !important;
  }

  .md\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .md\:inset-x-142 {
    left: 142px !important;
    right: 142px !important;
  }

  .md\:inset-x-145 {
    left: 145px !important;
    right: 145px !important;
  }

  .md\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .md\:inset-x-160 {
    left: 160px !important;
    right: 160px !important;
  }

  .md\:inset-x-165 {
    left: 165px !important;
    right: 165px !important;
  }

  .md\:inset-x-170 {
    left: 170px !important;
    right: 170px !important;
  }

  .md\:inset-x-180 {
    left: 180px !important;
    right: 180px !important;
  }

  .md\:inset-x-185 {
    left: 185px !important;
    right: 185px !important;
  }

  .md\:inset-x-190 {
    left: 190px !important;
    right: 190px !important;
  }

  .md\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .md\:inset-x-225 {
    left: 225px !important;
    right: 225px !important;
  }

  .md\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .md\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .md\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .md\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .md\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .md\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .md\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .md\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .md\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .md\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .md\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .md\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .md\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .md\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .md\:-inset-x-33 {
    left: -33px !important;
    right: -33px !important;
  }

  .md\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .md\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .md\:-inset-x-38 {
    left: -38px !important;
    right: -38px !important;
  }

  .md\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .md\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .md\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .md\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .md\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .md\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .md\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .md\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .md\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .md\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .md\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .md\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .md\:-inset-x-95 {
    left: -95px !important;
    right: -95px !important;
  }

  .md\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .md\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .md\:-inset-x-110 {
    left: -110px !important;
    right: -110px !important;
  }

  .md\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .md\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .md\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .md\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .md\:-inset-x-135 {
    left: -135px !important;
    right: -135px !important;
  }

  .md\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .md\:-inset-x-142 {
    left: -142px !important;
    right: -142px !important;
  }

  .md\:-inset-x-145 {
    left: -145px !important;
    right: -145px !important;
  }

  .md\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .md\:-inset-x-160 {
    left: -160px !important;
    right: -160px !important;
  }

  .md\:-inset-x-165 {
    left: -165px !important;
    right: -165px !important;
  }

  .md\:-inset-x-170 {
    left: -170px !important;
    right: -170px !important;
  }

  .md\:-inset-x-180 {
    left: -180px !important;
    right: -180px !important;
  }

  .md\:-inset-x-185 {
    left: -185px !important;
    right: -185px !important;
  }

  .md\:-inset-x-190 {
    left: -190px !important;
    right: -190px !important;
  }

  .md\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .md\:-inset-x-225 {
    left: -225px !important;
    right: -225px !important;
  }

  .md\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .md\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .md\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .md\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .md\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .md\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .md\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .md\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .md\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .md\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .md\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .md\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .md\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .md\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .md\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .md\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .md\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .md\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .md\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .md\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .md\:inset-y-33 {
    top: 33px !important;
    bottom: 33px !important;
  }

  .md\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .md\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .md\:inset-y-38 {
    top: 38px !important;
    bottom: 38px !important;
  }

  .md\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .md\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .md\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .md\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .md\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .md\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .md\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .md\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .md\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .md\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .md\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .md\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .md\:inset-y-95 {
    top: 95px !important;
    bottom: 95px !important;
  }

  .md\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .md\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .md\:inset-y-110 {
    top: 110px !important;
    bottom: 110px !important;
  }

  .md\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .md\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .md\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .md\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .md\:inset-y-135 {
    top: 135px !important;
    bottom: 135px !important;
  }

  .md\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .md\:inset-y-142 {
    top: 142px !important;
    bottom: 142px !important;
  }

  .md\:inset-y-145 {
    top: 145px !important;
    bottom: 145px !important;
  }

  .md\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .md\:inset-y-160 {
    top: 160px !important;
    bottom: 160px !important;
  }

  .md\:inset-y-165 {
    top: 165px !important;
    bottom: 165px !important;
  }

  .md\:inset-y-170 {
    top: 170px !important;
    bottom: 170px !important;
  }

  .md\:inset-y-180 {
    top: 180px !important;
    bottom: 180px !important;
  }

  .md\:inset-y-185 {
    top: 185px !important;
    bottom: 185px !important;
  }

  .md\:inset-y-190 {
    top: 190px !important;
    bottom: 190px !important;
  }

  .md\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .md\:inset-y-225 {
    top: 225px !important;
    bottom: 225px !important;
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .md\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .md\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .md\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .md\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .md\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .md\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .md\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .md\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .md\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .md\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .md\:-inset-y-33 {
    top: -33px !important;
    bottom: -33px !important;
  }

  .md\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .md\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .md\:-inset-y-38 {
    top: -38px !important;
    bottom: -38px !important;
  }

  .md\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .md\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .md\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .md\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .md\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .md\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .md\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .md\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .md\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .md\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .md\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .md\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .md\:-inset-y-95 {
    top: -95px !important;
    bottom: -95px !important;
  }

  .md\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .md\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .md\:-inset-y-110 {
    top: -110px !important;
    bottom: -110px !important;
  }

  .md\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .md\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .md\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .md\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .md\:-inset-y-135 {
    top: -135px !important;
    bottom: -135px !important;
  }

  .md\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .md\:-inset-y-142 {
    top: -142px !important;
    bottom: -142px !important;
  }

  .md\:-inset-y-145 {
    top: -145px !important;
    bottom: -145px !important;
  }

  .md\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .md\:-inset-y-160 {
    top: -160px !important;
    bottom: -160px !important;
  }

  .md\:-inset-y-165 {
    top: -165px !important;
    bottom: -165px !important;
  }

  .md\:-inset-y-170 {
    top: -170px !important;
    bottom: -170px !important;
  }

  .md\:-inset-y-180 {
    top: -180px !important;
    bottom: -180px !important;
  }

  .md\:-inset-y-185 {
    top: -185px !important;
    bottom: -185px !important;
  }

  .md\:-inset-y-190 {
    top: -190px !important;
    bottom: -190px !important;
  }

  .md\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .md\:-inset-y-225 {
    top: -225px !important;
    bottom: -225px !important;
  }

  .md\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:top-0 {
    top: 0px !important;
  }

  .md\:top-5 {
    top: 5px !important;
  }

  .md\:top-8 {
    top: 8px !important;
  }

  .md\:top-10 {
    top: 10px !important;
  }

  .md\:top-15 {
    top: 15px !important;
  }

  .md\:top-20 {
    top: 20px !important;
  }

  .md\:top-25 {
    top: 25px !important;
  }

  .md\:top-26 {
    top: 26px !important;
  }

  .md\:top-27 {
    top: 27px !important;
  }

  .md\:top-28 {
    top: 28px !important;
  }

  .md\:top-30 {
    top: 30px !important;
  }

  .md\:top-32 {
    top: 32px !important;
  }

  .md\:top-33 {
    top: 33px !important;
  }

  .md\:top-34 {
    top: 34px !important;
  }

  .md\:top-35 {
    top: 35px !important;
  }

  .md\:top-38 {
    top: 38px !important;
  }

  .md\:top-40 {
    top: 40px !important;
  }

  .md\:top-44 {
    top: 44px !important;
  }

  .md\:top-45 {
    top: 45px !important;
  }

  .md\:top-50 {
    top: 50px !important;
  }

  .md\:top-55 {
    top: 55px !important;
  }

  .md\:top-60 {
    top: 60px !important;
  }

  .md\:top-65 {
    top: 65px !important;
  }

  .md\:top-70 {
    top: 70px !important;
  }

  .md\:top-75 {
    top: 75px !important;
  }

  .md\:top-80 {
    top: 80px !important;
  }

  .md\:top-85 {
    top: 85px !important;
  }

  .md\:top-90 {
    top: 90px !important;
  }

  .md\:top-95 {
    top: 95px !important;
  }

  .md\:top-100 {
    top: 100px !important;
  }

  .md\:top-105 {
    top: 105px !important;
  }

  .md\:top-110 {
    top: 110px !important;
  }

  .md\:top-115 {
    top: 115px !important;
  }

  .md\:top-120 {
    top: 120px !important;
  }

  .md\:top-125 {
    top: 125px !important;
  }

  .md\:top-130 {
    top: 130px !important;
  }

  .md\:top-135 {
    top: 135px !important;
  }

  .md\:top-140 {
    top: 140px !important;
  }

  .md\:top-142 {
    top: 142px !important;
  }

  .md\:top-145 {
    top: 145px !important;
  }

  .md\:top-150 {
    top: 150px !important;
  }

  .md\:top-160 {
    top: 160px !important;
  }

  .md\:top-165 {
    top: 165px !important;
  }

  .md\:top-170 {
    top: 170px !important;
  }

  .md\:top-180 {
    top: 180px !important;
  }

  .md\:top-185 {
    top: 185px !important;
  }

  .md\:top-190 {
    top: 190px !important;
  }

  .md\:top-200 {
    top: 200px !important;
  }

  .md\:top-225 {
    top: 225px !important;
  }

  .md\:top-auto {
    top: auto !important;
  }

  .md\:top-px {
    top: 1px !important;
  }

  .md\:-top-0 {
    top: 0px !important;
  }

  .md\:-top-5 {
    top: -5px !important;
  }

  .md\:-top-8 {
    top: -8px !important;
  }

  .md\:-top-10 {
    top: -10px !important;
  }

  .md\:-top-15 {
    top: -15px !important;
  }

  .md\:-top-20 {
    top: -20px !important;
  }

  .md\:-top-25 {
    top: -25px !important;
  }

  .md\:-top-26 {
    top: -26px !important;
  }

  .md\:-top-27 {
    top: -27px !important;
  }

  .md\:-top-28 {
    top: -28px !important;
  }

  .md\:-top-30 {
    top: -30px !important;
  }

  .md\:-top-32 {
    top: -32px !important;
  }

  .md\:-top-33 {
    top: -33px !important;
  }

  .md\:-top-34 {
    top: -34px !important;
  }

  .md\:-top-35 {
    top: -35px !important;
  }

  .md\:-top-38 {
    top: -38px !important;
  }

  .md\:-top-40 {
    top: -40px !important;
  }

  .md\:-top-44 {
    top: -44px !important;
  }

  .md\:-top-45 {
    top: -45px !important;
  }

  .md\:-top-50 {
    top: -50px !important;
  }

  .md\:-top-55 {
    top: -55px !important;
  }

  .md\:-top-60 {
    top: -60px !important;
  }

  .md\:-top-65 {
    top: -65px !important;
  }

  .md\:-top-70 {
    top: -70px !important;
  }

  .md\:-top-75 {
    top: -75px !important;
  }

  .md\:-top-80 {
    top: -80px !important;
  }

  .md\:-top-85 {
    top: -85px !important;
  }

  .md\:-top-90 {
    top: -90px !important;
  }

  .md\:-top-95 {
    top: -95px !important;
  }

  .md\:-top-100 {
    top: -100px !important;
  }

  .md\:-top-105 {
    top: -105px !important;
  }

  .md\:-top-110 {
    top: -110px !important;
  }

  .md\:-top-115 {
    top: -115px !important;
  }

  .md\:-top-120 {
    top: -120px !important;
  }

  .md\:-top-125 {
    top: -125px !important;
  }

  .md\:-top-130 {
    top: -130px !important;
  }

  .md\:-top-135 {
    top: -135px !important;
  }

  .md\:-top-140 {
    top: -140px !important;
  }

  .md\:-top-142 {
    top: -142px !important;
  }

  .md\:-top-145 {
    top: -145px !important;
  }

  .md\:-top-150 {
    top: -150px !important;
  }

  .md\:-top-160 {
    top: -160px !important;
  }

  .md\:-top-165 {
    top: -165px !important;
  }

  .md\:-top-170 {
    top: -170px !important;
  }

  .md\:-top-180 {
    top: -180px !important;
  }

  .md\:-top-185 {
    top: -185px !important;
  }

  .md\:-top-190 {
    top: -190px !important;
  }

  .md\:-top-200 {
    top: -200px !important;
  }

  .md\:-top-225 {
    top: -225px !important;
  }

  .md\:-top-px {
    top: -1px !important;
  }

  .md\:top-1\/2 {
    top: 50% !important;
  }

  .md\:top-1\/3 {
    top: 33.333333% !important;
  }

  .md\:top-2\/3 {
    top: 66.666667% !important;
  }

  .md\:top-1\/4 {
    top: 25% !important;
  }

  .md\:top-2\/4 {
    top: 50% !important;
  }

  .md\:top-3\/4 {
    top: 75% !important;
  }

  .md\:top-full {
    top: 100% !important;
  }

  .md\:-top-1\/2 {
    top: -50% !important;
  }

  .md\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .md\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .md\:-top-1\/4 {
    top: -25% !important;
  }

  .md\:-top-2\/4 {
    top: -50% !important;
  }

  .md\:-top-3\/4 {
    top: -75% !important;
  }

  .md\:-top-full {
    top: -100% !important;
  }

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:right-5 {
    right: 5px !important;
  }

  .md\:right-8 {
    right: 8px !important;
  }

  .md\:right-10 {
    right: 10px !important;
  }

  .md\:right-15 {
    right: 15px !important;
  }

  .md\:right-20 {
    right: 20px !important;
  }

  .md\:right-25 {
    right: 25px !important;
  }

  .md\:right-26 {
    right: 26px !important;
  }

  .md\:right-27 {
    right: 27px !important;
  }

  .md\:right-28 {
    right: 28px !important;
  }

  .md\:right-30 {
    right: 30px !important;
  }

  .md\:right-32 {
    right: 32px !important;
  }

  .md\:right-33 {
    right: 33px !important;
  }

  .md\:right-34 {
    right: 34px !important;
  }

  .md\:right-35 {
    right: 35px !important;
  }

  .md\:right-38 {
    right: 38px !important;
  }

  .md\:right-40 {
    right: 40px !important;
  }

  .md\:right-44 {
    right: 44px !important;
  }

  .md\:right-45 {
    right: 45px !important;
  }

  .md\:right-50 {
    right: 50px !important;
  }

  .md\:right-55 {
    right: 55px !important;
  }

  .md\:right-60 {
    right: 60px !important;
  }

  .md\:right-65 {
    right: 65px !important;
  }

  .md\:right-70 {
    right: 70px !important;
  }

  .md\:right-75 {
    right: 75px !important;
  }

  .md\:right-80 {
    right: 80px !important;
  }

  .md\:right-85 {
    right: 85px !important;
  }

  .md\:right-90 {
    right: 90px !important;
  }

  .md\:right-95 {
    right: 95px !important;
  }

  .md\:right-100 {
    right: 100px !important;
  }

  .md\:right-105 {
    right: 105px !important;
  }

  .md\:right-110 {
    right: 110px !important;
  }

  .md\:right-115 {
    right: 115px !important;
  }

  .md\:right-120 {
    right: 120px !important;
  }

  .md\:right-125 {
    right: 125px !important;
  }

  .md\:right-130 {
    right: 130px !important;
  }

  .md\:right-135 {
    right: 135px !important;
  }

  .md\:right-140 {
    right: 140px !important;
  }

  .md\:right-142 {
    right: 142px !important;
  }

  .md\:right-145 {
    right: 145px !important;
  }

  .md\:right-150 {
    right: 150px !important;
  }

  .md\:right-160 {
    right: 160px !important;
  }

  .md\:right-165 {
    right: 165px !important;
  }

  .md\:right-170 {
    right: 170px !important;
  }

  .md\:right-180 {
    right: 180px !important;
  }

  .md\:right-185 {
    right: 185px !important;
  }

  .md\:right-190 {
    right: 190px !important;
  }

  .md\:right-200 {
    right: 200px !important;
  }

  .md\:right-225 {
    right: 225px !important;
  }

  .md\:right-auto {
    right: auto !important;
  }

  .md\:right-px {
    right: 1px !important;
  }

  .md\:-right-0 {
    right: 0px !important;
  }

  .md\:-right-5 {
    right: -5px !important;
  }

  .md\:-right-8 {
    right: -8px !important;
  }

  .md\:-right-10 {
    right: -10px !important;
  }

  .md\:-right-15 {
    right: -15px !important;
  }

  .md\:-right-20 {
    right: -20px !important;
  }

  .md\:-right-25 {
    right: -25px !important;
  }

  .md\:-right-26 {
    right: -26px !important;
  }

  .md\:-right-27 {
    right: -27px !important;
  }

  .md\:-right-28 {
    right: -28px !important;
  }

  .md\:-right-30 {
    right: -30px !important;
  }

  .md\:-right-32 {
    right: -32px !important;
  }

  .md\:-right-33 {
    right: -33px !important;
  }

  .md\:-right-34 {
    right: -34px !important;
  }

  .md\:-right-35 {
    right: -35px !important;
  }

  .md\:-right-38 {
    right: -38px !important;
  }

  .md\:-right-40 {
    right: -40px !important;
  }

  .md\:-right-44 {
    right: -44px !important;
  }

  .md\:-right-45 {
    right: -45px !important;
  }

  .md\:-right-50 {
    right: -50px !important;
  }

  .md\:-right-55 {
    right: -55px !important;
  }

  .md\:-right-60 {
    right: -60px !important;
  }

  .md\:-right-65 {
    right: -65px !important;
  }

  .md\:-right-70 {
    right: -70px !important;
  }

  .md\:-right-75 {
    right: -75px !important;
  }

  .md\:-right-80 {
    right: -80px !important;
  }

  .md\:-right-85 {
    right: -85px !important;
  }

  .md\:-right-90 {
    right: -90px !important;
  }

  .md\:-right-95 {
    right: -95px !important;
  }

  .md\:-right-100 {
    right: -100px !important;
  }

  .md\:-right-105 {
    right: -105px !important;
  }

  .md\:-right-110 {
    right: -110px !important;
  }

  .md\:-right-115 {
    right: -115px !important;
  }

  .md\:-right-120 {
    right: -120px !important;
  }

  .md\:-right-125 {
    right: -125px !important;
  }

  .md\:-right-130 {
    right: -130px !important;
  }

  .md\:-right-135 {
    right: -135px !important;
  }

  .md\:-right-140 {
    right: -140px !important;
  }

  .md\:-right-142 {
    right: -142px !important;
  }

  .md\:-right-145 {
    right: -145px !important;
  }

  .md\:-right-150 {
    right: -150px !important;
  }

  .md\:-right-160 {
    right: -160px !important;
  }

  .md\:-right-165 {
    right: -165px !important;
  }

  .md\:-right-170 {
    right: -170px !important;
  }

  .md\:-right-180 {
    right: -180px !important;
  }

  .md\:-right-185 {
    right: -185px !important;
  }

  .md\:-right-190 {
    right: -190px !important;
  }

  .md\:-right-200 {
    right: -200px !important;
  }

  .md\:-right-225 {
    right: -225px !important;
  }

  .md\:-right-px {
    right: -1px !important;
  }

  .md\:right-1\/2 {
    right: 50% !important;
  }

  .md\:right-1\/3 {
    right: 33.333333% !important;
  }

  .md\:right-2\/3 {
    right: 66.666667% !important;
  }

  .md\:right-1\/4 {
    right: 25% !important;
  }

  .md\:right-2\/4 {
    right: 50% !important;
  }

  .md\:right-3\/4 {
    right: 75% !important;
  }

  .md\:right-full {
    right: 100% !important;
  }

  .md\:-right-1\/2 {
    right: -50% !important;
  }

  .md\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .md\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .md\:-right-1\/4 {
    right: -25% !important;
  }

  .md\:-right-2\/4 {
    right: -50% !important;
  }

  .md\:-right-3\/4 {
    right: -75% !important;
  }

  .md\:-right-full {
    right: -100% !important;
  }

  .md\:bottom-0 {
    bottom: 0px !important;
  }

  .md\:bottom-5 {
    bottom: 5px !important;
  }

  .md\:bottom-8 {
    bottom: 8px !important;
  }

  .md\:bottom-10 {
    bottom: 10px !important;
  }

  .md\:bottom-15 {
    bottom: 15px !important;
  }

  .md\:bottom-20 {
    bottom: 20px !important;
  }

  .md\:bottom-25 {
    bottom: 25px !important;
  }

  .md\:bottom-26 {
    bottom: 26px !important;
  }

  .md\:bottom-27 {
    bottom: 27px !important;
  }

  .md\:bottom-28 {
    bottom: 28px !important;
  }

  .md\:bottom-30 {
    bottom: 30px !important;
  }

  .md\:bottom-32 {
    bottom: 32px !important;
  }

  .md\:bottom-33 {
    bottom: 33px !important;
  }

  .md\:bottom-34 {
    bottom: 34px !important;
  }

  .md\:bottom-35 {
    bottom: 35px !important;
  }

  .md\:bottom-38 {
    bottom: 38px !important;
  }

  .md\:bottom-40 {
    bottom: 40px !important;
  }

  .md\:bottom-44 {
    bottom: 44px !important;
  }

  .md\:bottom-45 {
    bottom: 45px !important;
  }

  .md\:bottom-50 {
    bottom: 50px !important;
  }

  .md\:bottom-55 {
    bottom: 55px !important;
  }

  .md\:bottom-60 {
    bottom: 60px !important;
  }

  .md\:bottom-65 {
    bottom: 65px !important;
  }

  .md\:bottom-70 {
    bottom: 70px !important;
  }

  .md\:bottom-75 {
    bottom: 75px !important;
  }

  .md\:bottom-80 {
    bottom: 80px !important;
  }

  .md\:bottom-85 {
    bottom: 85px !important;
  }

  .md\:bottom-90 {
    bottom: 90px !important;
  }

  .md\:bottom-95 {
    bottom: 95px !important;
  }

  .md\:bottom-100 {
    bottom: 100px !important;
  }

  .md\:bottom-105 {
    bottom: 105px !important;
  }

  .md\:bottom-110 {
    bottom: 110px !important;
  }

  .md\:bottom-115 {
    bottom: 115px !important;
  }

  .md\:bottom-120 {
    bottom: 120px !important;
  }

  .md\:bottom-125 {
    bottom: 125px !important;
  }

  .md\:bottom-130 {
    bottom: 130px !important;
  }

  .md\:bottom-135 {
    bottom: 135px !important;
  }

  .md\:bottom-140 {
    bottom: 140px !important;
  }

  .md\:bottom-142 {
    bottom: 142px !important;
  }

  .md\:bottom-145 {
    bottom: 145px !important;
  }

  .md\:bottom-150 {
    bottom: 150px !important;
  }

  .md\:bottom-160 {
    bottom: 160px !important;
  }

  .md\:bottom-165 {
    bottom: 165px !important;
  }

  .md\:bottom-170 {
    bottom: 170px !important;
  }

  .md\:bottom-180 {
    bottom: 180px !important;
  }

  .md\:bottom-185 {
    bottom: 185px !important;
  }

  .md\:bottom-190 {
    bottom: 190px !important;
  }

  .md\:bottom-200 {
    bottom: 200px !important;
  }

  .md\:bottom-225 {
    bottom: 225px !important;
  }

  .md\:bottom-auto {
    bottom: auto !important;
  }

  .md\:bottom-px {
    bottom: 1px !important;
  }

  .md\:-bottom-0 {
    bottom: 0px !important;
  }

  .md\:-bottom-5 {
    bottom: -5px !important;
  }

  .md\:-bottom-8 {
    bottom: -8px !important;
  }

  .md\:-bottom-10 {
    bottom: -10px !important;
  }

  .md\:-bottom-15 {
    bottom: -15px !important;
  }

  .md\:-bottom-20 {
    bottom: -20px !important;
  }

  .md\:-bottom-25 {
    bottom: -25px !important;
  }

  .md\:-bottom-26 {
    bottom: -26px !important;
  }

  .md\:-bottom-27 {
    bottom: -27px !important;
  }

  .md\:-bottom-28 {
    bottom: -28px !important;
  }

  .md\:-bottom-30 {
    bottom: -30px !important;
  }

  .md\:-bottom-32 {
    bottom: -32px !important;
  }

  .md\:-bottom-33 {
    bottom: -33px !important;
  }

  .md\:-bottom-34 {
    bottom: -34px !important;
  }

  .md\:-bottom-35 {
    bottom: -35px !important;
  }

  .md\:-bottom-38 {
    bottom: -38px !important;
  }

  .md\:-bottom-40 {
    bottom: -40px !important;
  }

  .md\:-bottom-44 {
    bottom: -44px !important;
  }

  .md\:-bottom-45 {
    bottom: -45px !important;
  }

  .md\:-bottom-50 {
    bottom: -50px !important;
  }

  .md\:-bottom-55 {
    bottom: -55px !important;
  }

  .md\:-bottom-60 {
    bottom: -60px !important;
  }

  .md\:-bottom-65 {
    bottom: -65px !important;
  }

  .md\:-bottom-70 {
    bottom: -70px !important;
  }

  .md\:-bottom-75 {
    bottom: -75px !important;
  }

  .md\:-bottom-80 {
    bottom: -80px !important;
  }

  .md\:-bottom-85 {
    bottom: -85px !important;
  }

  .md\:-bottom-90 {
    bottom: -90px !important;
  }

  .md\:-bottom-95 {
    bottom: -95px !important;
  }

  .md\:-bottom-100 {
    bottom: -100px !important;
  }

  .md\:-bottom-105 {
    bottom: -105px !important;
  }

  .md\:-bottom-110 {
    bottom: -110px !important;
  }

  .md\:-bottom-115 {
    bottom: -115px !important;
  }

  .md\:-bottom-120 {
    bottom: -120px !important;
  }

  .md\:-bottom-125 {
    bottom: -125px !important;
  }

  .md\:-bottom-130 {
    bottom: -130px !important;
  }

  .md\:-bottom-135 {
    bottom: -135px !important;
  }

  .md\:-bottom-140 {
    bottom: -140px !important;
  }

  .md\:-bottom-142 {
    bottom: -142px !important;
  }

  .md\:-bottom-145 {
    bottom: -145px !important;
  }

  .md\:-bottom-150 {
    bottom: -150px !important;
  }

  .md\:-bottom-160 {
    bottom: -160px !important;
  }

  .md\:-bottom-165 {
    bottom: -165px !important;
  }

  .md\:-bottom-170 {
    bottom: -170px !important;
  }

  .md\:-bottom-180 {
    bottom: -180px !important;
  }

  .md\:-bottom-185 {
    bottom: -185px !important;
  }

  .md\:-bottom-190 {
    bottom: -190px !important;
  }

  .md\:-bottom-200 {
    bottom: -200px !important;
  }

  .md\:-bottom-225 {
    bottom: -225px !important;
  }

  .md\:-bottom-px {
    bottom: -1px !important;
  }

  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .md\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .md\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .md\:bottom-full {
    bottom: 100% !important;
  }

  .md\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .md\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .md\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .md\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .md\:-bottom-full {
    bottom: -100% !important;
  }

  .md\:left-0 {
    left: 0px !important;
  }

  .md\:left-5 {
    left: 5px !important;
  }

  .md\:left-8 {
    left: 8px !important;
  }

  .md\:left-10 {
    left: 10px !important;
  }

  .md\:left-15 {
    left: 15px !important;
  }

  .md\:left-20 {
    left: 20px !important;
  }

  .md\:left-25 {
    left: 25px !important;
  }

  .md\:left-26 {
    left: 26px !important;
  }

  .md\:left-27 {
    left: 27px !important;
  }

  .md\:left-28 {
    left: 28px !important;
  }

  .md\:left-30 {
    left: 30px !important;
  }

  .md\:left-32 {
    left: 32px !important;
  }

  .md\:left-33 {
    left: 33px !important;
  }

  .md\:left-34 {
    left: 34px !important;
  }

  .md\:left-35 {
    left: 35px !important;
  }

  .md\:left-38 {
    left: 38px !important;
  }

  .md\:left-40 {
    left: 40px !important;
  }

  .md\:left-44 {
    left: 44px !important;
  }

  .md\:left-45 {
    left: 45px !important;
  }

  .md\:left-50 {
    left: 50px !important;
  }

  .md\:left-55 {
    left: 55px !important;
  }

  .md\:left-60 {
    left: 60px !important;
  }

  .md\:left-65 {
    left: 65px !important;
  }

  .md\:left-70 {
    left: 70px !important;
  }

  .md\:left-75 {
    left: 75px !important;
  }

  .md\:left-80 {
    left: 80px !important;
  }

  .md\:left-85 {
    left: 85px !important;
  }

  .md\:left-90 {
    left: 90px !important;
  }

  .md\:left-95 {
    left: 95px !important;
  }

  .md\:left-100 {
    left: 100px !important;
  }

  .md\:left-105 {
    left: 105px !important;
  }

  .md\:left-110 {
    left: 110px !important;
  }

  .md\:left-115 {
    left: 115px !important;
  }

  .md\:left-120 {
    left: 120px !important;
  }

  .md\:left-125 {
    left: 125px !important;
  }

  .md\:left-130 {
    left: 130px !important;
  }

  .md\:left-135 {
    left: 135px !important;
  }

  .md\:left-140 {
    left: 140px !important;
  }

  .md\:left-142 {
    left: 142px !important;
  }

  .md\:left-145 {
    left: 145px !important;
  }

  .md\:left-150 {
    left: 150px !important;
  }

  .md\:left-160 {
    left: 160px !important;
  }

  .md\:left-165 {
    left: 165px !important;
  }

  .md\:left-170 {
    left: 170px !important;
  }

  .md\:left-180 {
    left: 180px !important;
  }

  .md\:left-185 {
    left: 185px !important;
  }

  .md\:left-190 {
    left: 190px !important;
  }

  .md\:left-200 {
    left: 200px !important;
  }

  .md\:left-225 {
    left: 225px !important;
  }

  .md\:left-auto {
    left: auto !important;
  }

  .md\:left-px {
    left: 1px !important;
  }

  .md\:-left-0 {
    left: 0px !important;
  }

  .md\:-left-5 {
    left: -5px !important;
  }

  .md\:-left-8 {
    left: -8px !important;
  }

  .md\:-left-10 {
    left: -10px !important;
  }

  .md\:-left-15 {
    left: -15px !important;
  }

  .md\:-left-20 {
    left: -20px !important;
  }

  .md\:-left-25 {
    left: -25px !important;
  }

  .md\:-left-26 {
    left: -26px !important;
  }

  .md\:-left-27 {
    left: -27px !important;
  }

  .md\:-left-28 {
    left: -28px !important;
  }

  .md\:-left-30 {
    left: -30px !important;
  }

  .md\:-left-32 {
    left: -32px !important;
  }

  .md\:-left-33 {
    left: -33px !important;
  }

  .md\:-left-34 {
    left: -34px !important;
  }

  .md\:-left-35 {
    left: -35px !important;
  }

  .md\:-left-38 {
    left: -38px !important;
  }

  .md\:-left-40 {
    left: -40px !important;
  }

  .md\:-left-44 {
    left: -44px !important;
  }

  .md\:-left-45 {
    left: -45px !important;
  }

  .md\:-left-50 {
    left: -50px !important;
  }

  .md\:-left-55 {
    left: -55px !important;
  }

  .md\:-left-60 {
    left: -60px !important;
  }

  .md\:-left-65 {
    left: -65px !important;
  }

  .md\:-left-70 {
    left: -70px !important;
  }

  .md\:-left-75 {
    left: -75px !important;
  }

  .md\:-left-80 {
    left: -80px !important;
  }

  .md\:-left-85 {
    left: -85px !important;
  }

  .md\:-left-90 {
    left: -90px !important;
  }

  .md\:-left-95 {
    left: -95px !important;
  }

  .md\:-left-100 {
    left: -100px !important;
  }

  .md\:-left-105 {
    left: -105px !important;
  }

  .md\:-left-110 {
    left: -110px !important;
  }

  .md\:-left-115 {
    left: -115px !important;
  }

  .md\:-left-120 {
    left: -120px !important;
  }

  .md\:-left-125 {
    left: -125px !important;
  }

  .md\:-left-130 {
    left: -130px !important;
  }

  .md\:-left-135 {
    left: -135px !important;
  }

  .md\:-left-140 {
    left: -140px !important;
  }

  .md\:-left-142 {
    left: -142px !important;
  }

  .md\:-left-145 {
    left: -145px !important;
  }

  .md\:-left-150 {
    left: -150px !important;
  }

  .md\:-left-160 {
    left: -160px !important;
  }

  .md\:-left-165 {
    left: -165px !important;
  }

  .md\:-left-170 {
    left: -170px !important;
  }

  .md\:-left-180 {
    left: -180px !important;
  }

  .md\:-left-185 {
    left: -185px !important;
  }

  .md\:-left-190 {
    left: -190px !important;
  }

  .md\:-left-200 {
    left: -200px !important;
  }

  .md\:-left-225 {
    left: -225px !important;
  }

  .md\:-left-px {
    left: -1px !important;
  }

  .md\:left-1\/2 {
    left: 50% !important;
  }

  .md\:left-1\/3 {
    left: 33.333333% !important;
  }

  .md\:left-2\/3 {
    left: 66.666667% !important;
  }

  .md\:left-1\/4 {
    left: 25% !important;
  }

  .md\:left-2\/4 {
    left: 50% !important;
  }

  .md\:left-3\/4 {
    left: 75% !important;
  }

  .md\:left-full {
    left: 100% !important;
  }

  .md\:-left-1\/2 {
    left: -50% !important;
  }

  .md\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .md\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .md\:-left-1\/4 {
    left: -25% !important;
  }

  .md\:-left-2\/4 {
    left: -50% !important;
  }

  .md\:-left-3\/4 {
    left: -75% !important;
  }

  .md\:-left-full {
    left: -100% !important;
  }

  .md\:isolate {
    isolation: isolate !important;
  }

  .md\:isolation-auto {
    isolation: auto !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .md\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .md\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .md\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .md\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .md\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .md\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-5 {
    order: 5 !important;
  }

  .md\:order-6 {
    order: 6 !important;
  }

  .md\:order-7 {
    order: 7 !important;
  }

  .md\:order-8 {
    order: 8 !important;
  }

  .md\:order-9 {
    order: 9 !important;
  }

  .md\:order-10 {
    order: 10 !important;
  }

  .md\:order-11 {
    order: 11 !important;
  }

  .md\:order-12 {
    order: 12 !important;
  }

  .md\:order-first {
    order: -9999 !important;
  }

  .md\:order-last {
    order: 9999 !important;
  }

  .md\:order-none {
    order: 0 !important;
  }

  .md\:col-auto {
    grid-column: auto !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clear-left {
    clear: left !important;
  }

  .md\:clear-right {
    clear: right !important;
  }

  .md\:clear-both {
    clear: both !important;
  }

  .md\:clear-none {
    clear: none !important;
  }

  .md\:m-0 {
    margin: 0px !important;
  }

  .md\:m-5 {
    margin: 5px !important;
  }

  .md\:m-8 {
    margin: 8px !important;
  }

  .md\:m-10 {
    margin: 10px !important;
  }

  .md\:m-15 {
    margin: 15px !important;
  }

  .md\:m-20 {
    margin: 20px !important;
  }

  .md\:m-25 {
    margin: 25px !important;
  }

  .md\:m-26 {
    margin: 26px !important;
  }

  .md\:m-27 {
    margin: 27px !important;
  }

  .md\:m-28 {
    margin: 28px !important;
  }

  .md\:m-30 {
    margin: 30px !important;
  }

  .md\:m-32 {
    margin: 32px !important;
  }

  .md\:m-33 {
    margin: 33px !important;
  }

  .md\:m-34 {
    margin: 34px !important;
  }

  .md\:m-35 {
    margin: 35px !important;
  }

  .md\:m-38 {
    margin: 38px !important;
  }

  .md\:m-40 {
    margin: 40px !important;
  }

  .md\:m-44 {
    margin: 44px !important;
  }

  .md\:m-45 {
    margin: 45px !important;
  }

  .md\:m-50 {
    margin: 50px !important;
  }

  .md\:m-55 {
    margin: 55px !important;
  }

  .md\:m-60 {
    margin: 60px !important;
  }

  .md\:m-65 {
    margin: 65px !important;
  }

  .md\:m-70 {
    margin: 70px !important;
  }

  .md\:m-75 {
    margin: 75px !important;
  }

  .md\:m-80 {
    margin: 80px !important;
  }

  .md\:m-85 {
    margin: 85px !important;
  }

  .md\:m-90 {
    margin: 90px !important;
  }

  .md\:m-95 {
    margin: 95px !important;
  }

  .md\:m-100 {
    margin: 100px !important;
  }

  .md\:m-105 {
    margin: 105px !important;
  }

  .md\:m-110 {
    margin: 110px !important;
  }

  .md\:m-115 {
    margin: 115px !important;
  }

  .md\:m-120 {
    margin: 120px !important;
  }

  .md\:m-125 {
    margin: 125px !important;
  }

  .md\:m-130 {
    margin: 130px !important;
  }

  .md\:m-135 {
    margin: 135px !important;
  }

  .md\:m-140 {
    margin: 140px !important;
  }

  .md\:m-142 {
    margin: 142px !important;
  }

  .md\:m-145 {
    margin: 145px !important;
  }

  .md\:m-150 {
    margin: 150px !important;
  }

  .md\:m-160 {
    margin: 160px !important;
  }

  .md\:m-165 {
    margin: 165px !important;
  }

  .md\:m-170 {
    margin: 170px !important;
  }

  .md\:m-180 {
    margin: 180px !important;
  }

  .md\:m-185 {
    margin: 185px !important;
  }

  .md\:m-190 {
    margin: 190px !important;
  }

  .md\:m-200 {
    margin: 200px !important;
  }

  .md\:m-225 {
    margin: 225px !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:-m-0 {
    margin: 0px !important;
  }

  .md\:-m-5 {
    margin: -5px !important;
  }

  .md\:-m-8 {
    margin: -8px !important;
  }

  .md\:-m-10 {
    margin: -10px !important;
  }

  .md\:-m-15 {
    margin: -15px !important;
  }

  .md\:-m-20 {
    margin: -20px !important;
  }

  .md\:-m-25 {
    margin: -25px !important;
  }

  .md\:-m-26 {
    margin: -26px !important;
  }

  .md\:-m-27 {
    margin: -27px !important;
  }

  .md\:-m-28 {
    margin: -28px !important;
  }

  .md\:-m-30 {
    margin: -30px !important;
  }

  .md\:-m-32 {
    margin: -32px !important;
  }

  .md\:-m-33 {
    margin: -33px !important;
  }

  .md\:-m-34 {
    margin: -34px !important;
  }

  .md\:-m-35 {
    margin: -35px !important;
  }

  .md\:-m-38 {
    margin: -38px !important;
  }

  .md\:-m-40 {
    margin: -40px !important;
  }

  .md\:-m-44 {
    margin: -44px !important;
  }

  .md\:-m-45 {
    margin: -45px !important;
  }

  .md\:-m-50 {
    margin: -50px !important;
  }

  .md\:-m-55 {
    margin: -55px !important;
  }

  .md\:-m-60 {
    margin: -60px !important;
  }

  .md\:-m-65 {
    margin: -65px !important;
  }

  .md\:-m-70 {
    margin: -70px !important;
  }

  .md\:-m-75 {
    margin: -75px !important;
  }

  .md\:-m-80 {
    margin: -80px !important;
  }

  .md\:-m-85 {
    margin: -85px !important;
  }

  .md\:-m-90 {
    margin: -90px !important;
  }

  .md\:-m-95 {
    margin: -95px !important;
  }

  .md\:-m-100 {
    margin: -100px !important;
  }

  .md\:-m-105 {
    margin: -105px !important;
  }

  .md\:-m-110 {
    margin: -110px !important;
  }

  .md\:-m-115 {
    margin: -115px !important;
  }

  .md\:-m-120 {
    margin: -120px !important;
  }

  .md\:-m-125 {
    margin: -125px !important;
  }

  .md\:-m-130 {
    margin: -130px !important;
  }

  .md\:-m-135 {
    margin: -135px !important;
  }

  .md\:-m-140 {
    margin: -140px !important;
  }

  .md\:-m-142 {
    margin: -142px !important;
  }

  .md\:-m-145 {
    margin: -145px !important;
  }

  .md\:-m-150 {
    margin: -150px !important;
  }

  .md\:-m-160 {
    margin: -160px !important;
  }

  .md\:-m-165 {
    margin: -165px !important;
  }

  .md\:-m-170 {
    margin: -170px !important;
  }

  .md\:-m-180 {
    margin: -180px !important;
  }

  .md\:-m-185 {
    margin: -185px !important;
  }

  .md\:-m-190 {
    margin: -190px !important;
  }

  .md\:-m-200 {
    margin: -200px !important;
  }

  .md\:-m-225 {
    margin: -225px !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .md\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .md\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .md\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .md\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .md\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .md\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .md\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .md\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }

  .md\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .md\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .md\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }

  .md\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .md\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .md\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .md\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .md\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .md\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .md\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .md\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .md\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .md\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .md\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .md\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .md\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .md\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .md\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .md\:mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .md\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .md\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .md\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .md\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .md\:mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .md\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .md\:mx-142 {
    margin-left: 142px !important;
    margin-right: 142px !important;
  }

  .md\:mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .md\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .md\:mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .md\:mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .md\:mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .md\:mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .md\:mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .md\:mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .md\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .md\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .md\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .md\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .md\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .md\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .md\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .md\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .md\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .md\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .md\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .md\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .md\:-mx-33 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }

  .md\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .md\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .md\:-mx-38 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }

  .md\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .md\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .md\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .md\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .md\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .md\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .md\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .md\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .md\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .md\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .md\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .md\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .md\:-mx-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }

  .md\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .md\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .md\:-mx-110 {
    margin-left: -110px !important;
    margin-right: -110px !important;
  }

  .md\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .md\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .md\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .md\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .md\:-mx-135 {
    margin-left: -135px !important;
    margin-right: -135px !important;
  }

  .md\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .md\:-mx-142 {
    margin-left: -142px !important;
    margin-right: -142px !important;
  }

  .md\:-mx-145 {
    margin-left: -145px !important;
    margin-right: -145px !important;
  }

  .md\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .md\:-mx-160 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .md\:-mx-165 {
    margin-left: -165px !important;
    margin-right: -165px !important;
  }

  .md\:-mx-170 {
    margin-left: -170px !important;
    margin-right: -170px !important;
  }

  .md\:-mx-180 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .md\:-mx-185 {
    margin-left: -185px !important;
    margin-right: -185px !important;
  }

  .md\:-mx-190 {
    margin-left: -190px !important;
    margin-right: -190px !important;
  }

  .md\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .md\:-mx-225 {
    margin-left: -225px !important;
    margin-right: -225px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .md\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .md\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .md\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .md\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .md\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .md\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .md\:my-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .md\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .md\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .md\:my-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }

  .md\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .md\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .md\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .md\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .md\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .md\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .md\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .md\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .md\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .md\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .md\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .md\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .md\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .md\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .md\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .md\:my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .md\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .md\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .md\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .md\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .md\:my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .md\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .md\:my-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }

  .md\:my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .md\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .md\:my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .md\:my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .md\:my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .md\:my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .md\:my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .md\:my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .md\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .md\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .md\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .md\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .md\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .md\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .md\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .md\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .md\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .md\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .md\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .md\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .md\:-my-33 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }

  .md\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .md\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .md\:-my-38 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }

  .md\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .md\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .md\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .md\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .md\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .md\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .md\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .md\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .md\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .md\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .md\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .md\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .md\:-my-95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }

  .md\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .md\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .md\:-my-110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .md\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .md\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .md\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .md\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .md\:-my-135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important;
  }

  .md\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .md\:-my-142 {
    margin-top: -142px !important;
    margin-bottom: -142px !important;
  }

  .md\:-my-145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important;
  }

  .md\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .md\:-my-160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .md\:-my-165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important;
  }

  .md\:-my-170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
  }

  .md\:-my-180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .md\:-my-185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important;
  }

  .md\:-my-190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
  }

  .md\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .md\:-my-225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-5 {
    margin-top: 5px !important;
  }

  .md\:mt-8 {
    margin-top: 8px !important;
  }

  .md\:mt-10 {
    margin-top: 10px !important;
  }

  .md\:mt-15 {
    margin-top: 15px !important;
  }

  .md\:mt-20 {
    margin-top: 20px !important;
  }

  .md\:mt-25 {
    margin-top: 25px !important;
  }

  .md\:mt-26 {
    margin-top: 26px !important;
  }

  .md\:mt-27 {
    margin-top: 27px !important;
  }

  .md\:mt-28 {
    margin-top: 28px !important;
  }

  .md\:mt-30 {
    margin-top: 30px !important;
  }

  .md\:mt-32 {
    margin-top: 32px !important;
  }

  .md\:mt-33 {
    margin-top: 33px !important;
  }

  .md\:mt-34 {
    margin-top: 34px !important;
  }

  .md\:mt-35 {
    margin-top: 35px !important;
  }

  .md\:mt-38 {
    margin-top: 38px !important;
  }

  .md\:mt-40 {
    margin-top: 40px !important;
  }

  .md\:mt-44 {
    margin-top: 44px !important;
  }

  .md\:mt-45 {
    margin-top: 45px !important;
  }

  .md\:mt-50 {
    margin-top: 50px !important;
  }

  .md\:mt-55 {
    margin-top: 55px !important;
  }

  .md\:mt-60 {
    margin-top: 60px !important;
  }

  .md\:mt-65 {
    margin-top: 65px !important;
  }

  .md\:mt-70 {
    margin-top: 70px !important;
  }

  .md\:mt-75 {
    margin-top: 75px !important;
  }

  .md\:mt-80 {
    margin-top: 80px !important;
  }

  .md\:mt-85 {
    margin-top: 85px !important;
  }

  .md\:mt-90 {
    margin-top: 90px !important;
  }

  .md\:mt-95 {
    margin-top: 95px !important;
  }

  .md\:mt-100 {
    margin-top: 100px !important;
  }

  .md\:mt-105 {
    margin-top: 105px !important;
  }

  .md\:mt-110 {
    margin-top: 110px !important;
  }

  .md\:mt-115 {
    margin-top: 115px !important;
  }

  .md\:mt-120 {
    margin-top: 120px !important;
  }

  .md\:mt-125 {
    margin-top: 125px !important;
  }

  .md\:mt-130 {
    margin-top: 130px !important;
  }

  .md\:mt-135 {
    margin-top: 135px !important;
  }

  .md\:mt-140 {
    margin-top: 140px !important;
  }

  .md\:mt-142 {
    margin-top: 142px !important;
  }

  .md\:mt-145 {
    margin-top: 145px !important;
  }

  .md\:mt-150 {
    margin-top: 150px !important;
  }

  .md\:mt-160 {
    margin-top: 160px !important;
  }

  .md\:mt-165 {
    margin-top: 165px !important;
  }

  .md\:mt-170 {
    margin-top: 170px !important;
  }

  .md\:mt-180 {
    margin-top: 180px !important;
  }

  .md\:mt-185 {
    margin-top: 185px !important;
  }

  .md\:mt-190 {
    margin-top: 190px !important;
  }

  .md\:mt-200 {
    margin-top: 200px !important;
  }

  .md\:mt-225 {
    margin-top: 225px !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:-mt-0 {
    margin-top: 0px !important;
  }

  .md\:-mt-5 {
    margin-top: -5px !important;
  }

  .md\:-mt-8 {
    margin-top: -8px !important;
  }

  .md\:-mt-10 {
    margin-top: -10px !important;
  }

  .md\:-mt-15 {
    margin-top: -15px !important;
  }

  .md\:-mt-20 {
    margin-top: -20px !important;
  }

  .md\:-mt-25 {
    margin-top: -25px !important;
  }

  .md\:-mt-26 {
    margin-top: -26px !important;
  }

  .md\:-mt-27 {
    margin-top: -27px !important;
  }

  .md\:-mt-28 {
    margin-top: -28px !important;
  }

  .md\:-mt-30 {
    margin-top: -30px !important;
  }

  .md\:-mt-32 {
    margin-top: -32px !important;
  }

  .md\:-mt-33 {
    margin-top: -33px !important;
  }

  .md\:-mt-34 {
    margin-top: -34px !important;
  }

  .md\:-mt-35 {
    margin-top: -35px !important;
  }

  .md\:-mt-38 {
    margin-top: -38px !important;
  }

  .md\:-mt-40 {
    margin-top: -40px !important;
  }

  .md\:-mt-44 {
    margin-top: -44px !important;
  }

  .md\:-mt-45 {
    margin-top: -45px !important;
  }

  .md\:-mt-50 {
    margin-top: -50px !important;
  }

  .md\:-mt-55 {
    margin-top: -55px !important;
  }

  .md\:-mt-60 {
    margin-top: -60px !important;
  }

  .md\:-mt-65 {
    margin-top: -65px !important;
  }

  .md\:-mt-70 {
    margin-top: -70px !important;
  }

  .md\:-mt-75 {
    margin-top: -75px !important;
  }

  .md\:-mt-80 {
    margin-top: -80px !important;
  }

  .md\:-mt-85 {
    margin-top: -85px !important;
  }

  .md\:-mt-90 {
    margin-top: -90px !important;
  }

  .md\:-mt-95 {
    margin-top: -95px !important;
  }

  .md\:-mt-100 {
    margin-top: -100px !important;
  }

  .md\:-mt-105 {
    margin-top: -105px !important;
  }

  .md\:-mt-110 {
    margin-top: -110px !important;
  }

  .md\:-mt-115 {
    margin-top: -115px !important;
  }

  .md\:-mt-120 {
    margin-top: -120px !important;
  }

  .md\:-mt-125 {
    margin-top: -125px !important;
  }

  .md\:-mt-130 {
    margin-top: -130px !important;
  }

  .md\:-mt-135 {
    margin-top: -135px !important;
  }

  .md\:-mt-140 {
    margin-top: -140px !important;
  }

  .md\:-mt-142 {
    margin-top: -142px !important;
  }

  .md\:-mt-145 {
    margin-top: -145px !important;
  }

  .md\:-mt-150 {
    margin-top: -150px !important;
  }

  .md\:-mt-160 {
    margin-top: -160px !important;
  }

  .md\:-mt-165 {
    margin-top: -165px !important;
  }

  .md\:-mt-170 {
    margin-top: -170px !important;
  }

  .md\:-mt-180 {
    margin-top: -180px !important;
  }

  .md\:-mt-185 {
    margin-top: -185px !important;
  }

  .md\:-mt-190 {
    margin-top: -190px !important;
  }

  .md\:-mt-200 {
    margin-top: -200px !important;
  }

  .md\:-mt-225 {
    margin-top: -225px !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mr-5 {
    margin-right: 5px !important;
  }

  .md\:mr-8 {
    margin-right: 8px !important;
  }

  .md\:mr-10 {
    margin-right: 10px !important;
  }

  .md\:mr-15 {
    margin-right: 15px !important;
  }

  .md\:mr-20 {
    margin-right: 20px !important;
  }

  .md\:mr-25 {
    margin-right: 25px !important;
  }

  .md\:mr-26 {
    margin-right: 26px !important;
  }

  .md\:mr-27 {
    margin-right: 27px !important;
  }

  .md\:mr-28 {
    margin-right: 28px !important;
  }

  .md\:mr-30 {
    margin-right: 30px !important;
  }

  .md\:mr-32 {
    margin-right: 32px !important;
  }

  .md\:mr-33 {
    margin-right: 33px !important;
  }

  .md\:mr-34 {
    margin-right: 34px !important;
  }

  .md\:mr-35 {
    margin-right: 35px !important;
  }

  .md\:mr-38 {
    margin-right: 38px !important;
  }

  .md\:mr-40 {
    margin-right: 40px !important;
  }

  .md\:mr-44 {
    margin-right: 44px !important;
  }

  .md\:mr-45 {
    margin-right: 45px !important;
  }

  .md\:mr-50 {
    margin-right: 50px !important;
  }

  .md\:mr-55 {
    margin-right: 55px !important;
  }

  .md\:mr-60 {
    margin-right: 60px !important;
  }

  .md\:mr-65 {
    margin-right: 65px !important;
  }

  .md\:mr-70 {
    margin-right: 70px !important;
  }

  .md\:mr-75 {
    margin-right: 75px !important;
  }

  .md\:mr-80 {
    margin-right: 80px !important;
  }

  .md\:mr-85 {
    margin-right: 85px !important;
  }

  .md\:mr-90 {
    margin-right: 90px !important;
  }

  .md\:mr-95 {
    margin-right: 95px !important;
  }

  .md\:mr-100 {
    margin-right: 100px !important;
  }

  .md\:mr-105 {
    margin-right: 105px !important;
  }

  .md\:mr-110 {
    margin-right: 110px !important;
  }

  .md\:mr-115 {
    margin-right: 115px !important;
  }

  .md\:mr-120 {
    margin-right: 120px !important;
  }

  .md\:mr-125 {
    margin-right: 125px !important;
  }

  .md\:mr-130 {
    margin-right: 130px !important;
  }

  .md\:mr-135 {
    margin-right: 135px !important;
  }

  .md\:mr-140 {
    margin-right: 140px !important;
  }

  .md\:mr-142 {
    margin-right: 142px !important;
  }

  .md\:mr-145 {
    margin-right: 145px !important;
  }

  .md\:mr-150 {
    margin-right: 150px !important;
  }

  .md\:mr-160 {
    margin-right: 160px !important;
  }

  .md\:mr-165 {
    margin-right: 165px !important;
  }

  .md\:mr-170 {
    margin-right: 170px !important;
  }

  .md\:mr-180 {
    margin-right: 180px !important;
  }

  .md\:mr-185 {
    margin-right: 185px !important;
  }

  .md\:mr-190 {
    margin-right: 190px !important;
  }

  .md\:mr-200 {
    margin-right: 200px !important;
  }

  .md\:mr-225 {
    margin-right: 225px !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:-mr-0 {
    margin-right: 0px !important;
  }

  .md\:-mr-5 {
    margin-right: -5px !important;
  }

  .md\:-mr-8 {
    margin-right: -8px !important;
  }

  .md\:-mr-10 {
    margin-right: -10px !important;
  }

  .md\:-mr-15 {
    margin-right: -15px !important;
  }

  .md\:-mr-20 {
    margin-right: -20px !important;
  }

  .md\:-mr-25 {
    margin-right: -25px !important;
  }

  .md\:-mr-26 {
    margin-right: -26px !important;
  }

  .md\:-mr-27 {
    margin-right: -27px !important;
  }

  .md\:-mr-28 {
    margin-right: -28px !important;
  }

  .md\:-mr-30 {
    margin-right: -30px !important;
  }

  .md\:-mr-32 {
    margin-right: -32px !important;
  }

  .md\:-mr-33 {
    margin-right: -33px !important;
  }

  .md\:-mr-34 {
    margin-right: -34px !important;
  }

  .md\:-mr-35 {
    margin-right: -35px !important;
  }

  .md\:-mr-38 {
    margin-right: -38px !important;
  }

  .md\:-mr-40 {
    margin-right: -40px !important;
  }

  .md\:-mr-44 {
    margin-right: -44px !important;
  }

  .md\:-mr-45 {
    margin-right: -45px !important;
  }

  .md\:-mr-50 {
    margin-right: -50px !important;
  }

  .md\:-mr-55 {
    margin-right: -55px !important;
  }

  .md\:-mr-60 {
    margin-right: -60px !important;
  }

  .md\:-mr-65 {
    margin-right: -65px !important;
  }

  .md\:-mr-70 {
    margin-right: -70px !important;
  }

  .md\:-mr-75 {
    margin-right: -75px !important;
  }

  .md\:-mr-80 {
    margin-right: -80px !important;
  }

  .md\:-mr-85 {
    margin-right: -85px !important;
  }

  .md\:-mr-90 {
    margin-right: -90px !important;
  }

  .md\:-mr-95 {
    margin-right: -95px !important;
  }

  .md\:-mr-100 {
    margin-right: -100px !important;
  }

  .md\:-mr-105 {
    margin-right: -105px !important;
  }

  .md\:-mr-110 {
    margin-right: -110px !important;
  }

  .md\:-mr-115 {
    margin-right: -115px !important;
  }

  .md\:-mr-120 {
    margin-right: -120px !important;
  }

  .md\:-mr-125 {
    margin-right: -125px !important;
  }

  .md\:-mr-130 {
    margin-right: -130px !important;
  }

  .md\:-mr-135 {
    margin-right: -135px !important;
  }

  .md\:-mr-140 {
    margin-right: -140px !important;
  }

  .md\:-mr-142 {
    margin-right: -142px !important;
  }

  .md\:-mr-145 {
    margin-right: -145px !important;
  }

  .md\:-mr-150 {
    margin-right: -150px !important;
  }

  .md\:-mr-160 {
    margin-right: -160px !important;
  }

  .md\:-mr-165 {
    margin-right: -165px !important;
  }

  .md\:-mr-170 {
    margin-right: -170px !important;
  }

  .md\:-mr-180 {
    margin-right: -180px !important;
  }

  .md\:-mr-185 {
    margin-right: -185px !important;
  }

  .md\:-mr-190 {
    margin-right: -190px !important;
  }

  .md\:-mr-200 {
    margin-right: -200px !important;
  }

  .md\:-mr-225 {
    margin-right: -225px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-5 {
    margin-bottom: 5px !important;
  }

  .md\:mb-8 {
    margin-bottom: 8px !important;
  }

  .md\:mb-10 {
    margin-bottom: 10px !important;
  }

  .md\:mb-15 {
    margin-bottom: 15px !important;
  }

  .md\:mb-20 {
    margin-bottom: 20px !important;
  }

  .md\:mb-25 {
    margin-bottom: 25px !important;
  }

  .md\:mb-26 {
    margin-bottom: 26px !important;
  }

  .md\:mb-27 {
    margin-bottom: 27px !important;
  }

  .md\:mb-28 {
    margin-bottom: 28px !important;
  }

  .md\:mb-30 {
    margin-bottom: 30px !important;
  }

  .md\:mb-32 {
    margin-bottom: 32px !important;
  }

  .md\:mb-33 {
    margin-bottom: 33px !important;
  }

  .md\:mb-34 {
    margin-bottom: 34px !important;
  }

  .md\:mb-35 {
    margin-bottom: 35px !important;
  }

  .md\:mb-38 {
    margin-bottom: 38px !important;
  }

  .md\:mb-40 {
    margin-bottom: 40px !important;
  }

  .md\:mb-44 {
    margin-bottom: 44px !important;
  }

  .md\:mb-45 {
    margin-bottom: 45px !important;
  }

  .md\:mb-50 {
    margin-bottom: 50px !important;
  }

  .md\:mb-55 {
    margin-bottom: 55px !important;
  }

  .md\:mb-60 {
    margin-bottom: 60px !important;
  }

  .md\:mb-65 {
    margin-bottom: 65px !important;
  }

  .md\:mb-70 {
    margin-bottom: 70px !important;
  }

  .md\:mb-75 {
    margin-bottom: 75px !important;
  }

  .md\:mb-80 {
    margin-bottom: 80px !important;
  }

  .md\:mb-85 {
    margin-bottom: 85px !important;
  }

  .md\:mb-90 {
    margin-bottom: 90px !important;
  }

  .md\:mb-95 {
    margin-bottom: 95px !important;
  }

  .md\:mb-100 {
    margin-bottom: 100px !important;
  }

  .md\:mb-105 {
    margin-bottom: 105px !important;
  }

  .md\:mb-110 {
    margin-bottom: 110px !important;
  }

  .md\:mb-115 {
    margin-bottom: 115px !important;
  }

  .md\:mb-120 {
    margin-bottom: 120px !important;
  }

  .md\:mb-125 {
    margin-bottom: 125px !important;
  }

  .md\:mb-130 {
    margin-bottom: 130px !important;
  }

  .md\:mb-135 {
    margin-bottom: 135px !important;
  }

  .md\:mb-140 {
    margin-bottom: 140px !important;
  }

  .md\:mb-142 {
    margin-bottom: 142px !important;
  }

  .md\:mb-145 {
    margin-bottom: 145px !important;
  }

  .md\:mb-150 {
    margin-bottom: 150px !important;
  }

  .md\:mb-160 {
    margin-bottom: 160px !important;
  }

  .md\:mb-165 {
    margin-bottom: 165px !important;
  }

  .md\:mb-170 {
    margin-bottom: 170px !important;
  }

  .md\:mb-180 {
    margin-bottom: 180px !important;
  }

  .md\:mb-185 {
    margin-bottom: 185px !important;
  }

  .md\:mb-190 {
    margin-bottom: 190px !important;
  }

  .md\:mb-200 {
    margin-bottom: 200px !important;
  }

  .md\:mb-225 {
    margin-bottom: 225px !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .md\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .md\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .md\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .md\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .md\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .md\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .md\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .md\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .md\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .md\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .md\:-mb-33 {
    margin-bottom: -33px !important;
  }

  .md\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .md\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .md\:-mb-38 {
    margin-bottom: -38px !important;
  }

  .md\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .md\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .md\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .md\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .md\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .md\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .md\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .md\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .md\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .md\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .md\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .md\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .md\:-mb-95 {
    margin-bottom: -95px !important;
  }

  .md\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .md\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .md\:-mb-110 {
    margin-bottom: -110px !important;
  }

  .md\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .md\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .md\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .md\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .md\:-mb-135 {
    margin-bottom: -135px !important;
  }

  .md\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .md\:-mb-142 {
    margin-bottom: -142px !important;
  }

  .md\:-mb-145 {
    margin-bottom: -145px !important;
  }

  .md\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .md\:-mb-160 {
    margin-bottom: -160px !important;
  }

  .md\:-mb-165 {
    margin-bottom: -165px !important;
  }

  .md\:-mb-170 {
    margin-bottom: -170px !important;
  }

  .md\:-mb-180 {
    margin-bottom: -180px !important;
  }

  .md\:-mb-185 {
    margin-bottom: -185px !important;
  }

  .md\:-mb-190 {
    margin-bottom: -190px !important;
  }

  .md\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .md\:-mb-225 {
    margin-bottom: -225px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:ml-0 {
    margin-left: 0px !important;
  }

  .md\:ml-5 {
    margin-left: 5px !important;
  }

  .md\:ml-8 {
    margin-left: 8px !important;
  }

  .md\:ml-10 {
    margin-left: 10px !important;
  }

  .md\:ml-15 {
    margin-left: 15px !important;
  }

  .md\:ml-20 {
    margin-left: 20px !important;
  }

  .md\:ml-25 {
    margin-left: 25px !important;
  }

  .md\:ml-26 {
    margin-left: 26px !important;
  }

  .md\:ml-27 {
    margin-left: 27px !important;
  }

  .md\:ml-28 {
    margin-left: 28px !important;
  }

  .md\:ml-30 {
    margin-left: 30px !important;
  }

  .md\:ml-32 {
    margin-left: 32px !important;
  }

  .md\:ml-33 {
    margin-left: 33px !important;
  }

  .md\:ml-34 {
    margin-left: 34px !important;
  }

  .md\:ml-35 {
    margin-left: 35px !important;
  }

  .md\:ml-38 {
    margin-left: 38px !important;
  }

  .md\:ml-40 {
    margin-left: 40px !important;
  }

  .md\:ml-44 {
    margin-left: 44px !important;
  }

  .md\:ml-45 {
    margin-left: 45px !important;
  }

  .md\:ml-50 {
    margin-left: 50px !important;
  }

  .md\:ml-55 {
    margin-left: 55px !important;
  }

  .md\:ml-60 {
    margin-left: 60px !important;
  }

  .md\:ml-65 {
    margin-left: 65px !important;
  }

  .md\:ml-70 {
    margin-left: 70px !important;
  }

  .md\:ml-75 {
    margin-left: 75px !important;
  }

  .md\:ml-80 {
    margin-left: 80px !important;
  }

  .md\:ml-85 {
    margin-left: 85px !important;
  }

  .md\:ml-90 {
    margin-left: 90px !important;
  }

  .md\:ml-95 {
    margin-left: 95px !important;
  }

  .md\:ml-100 {
    margin-left: 100px !important;
  }

  .md\:ml-105 {
    margin-left: 105px !important;
  }

  .md\:ml-110 {
    margin-left: 110px !important;
  }

  .md\:ml-115 {
    margin-left: 115px !important;
  }

  .md\:ml-120 {
    margin-left: 120px !important;
  }

  .md\:ml-125 {
    margin-left: 125px !important;
  }

  .md\:ml-130 {
    margin-left: 130px !important;
  }

  .md\:ml-135 {
    margin-left: 135px !important;
  }

  .md\:ml-140 {
    margin-left: 140px !important;
  }

  .md\:ml-142 {
    margin-left: 142px !important;
  }

  .md\:ml-145 {
    margin-left: 145px !important;
  }

  .md\:ml-150 {
    margin-left: 150px !important;
  }

  .md\:ml-160 {
    margin-left: 160px !important;
  }

  .md\:ml-165 {
    margin-left: 165px !important;
  }

  .md\:ml-170 {
    margin-left: 170px !important;
  }

  .md\:ml-180 {
    margin-left: 180px !important;
  }

  .md\:ml-185 {
    margin-left: 185px !important;
  }

  .md\:ml-190 {
    margin-left: 190px !important;
  }

  .md\:ml-200 {
    margin-left: 200px !important;
  }

  .md\:ml-225 {
    margin-left: 225px !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:-ml-0 {
    margin-left: 0px !important;
  }

  .md\:-ml-5 {
    margin-left: -5px !important;
  }

  .md\:-ml-8 {
    margin-left: -8px !important;
  }

  .md\:-ml-10 {
    margin-left: -10px !important;
  }

  .md\:-ml-15 {
    margin-left: -15px !important;
  }

  .md\:-ml-20 {
    margin-left: -20px !important;
  }

  .md\:-ml-25 {
    margin-left: -25px !important;
  }

  .md\:-ml-26 {
    margin-left: -26px !important;
  }

  .md\:-ml-27 {
    margin-left: -27px !important;
  }

  .md\:-ml-28 {
    margin-left: -28px !important;
  }

  .md\:-ml-30 {
    margin-left: -30px !important;
  }

  .md\:-ml-32 {
    margin-left: -32px !important;
  }

  .md\:-ml-33 {
    margin-left: -33px !important;
  }

  .md\:-ml-34 {
    margin-left: -34px !important;
  }

  .md\:-ml-35 {
    margin-left: -35px !important;
  }

  .md\:-ml-38 {
    margin-left: -38px !important;
  }

  .md\:-ml-40 {
    margin-left: -40px !important;
  }

  .md\:-ml-44 {
    margin-left: -44px !important;
  }

  .md\:-ml-45 {
    margin-left: -45px !important;
  }

  .md\:-ml-50 {
    margin-left: -50px !important;
  }

  .md\:-ml-55 {
    margin-left: -55px !important;
  }

  .md\:-ml-60 {
    margin-left: -60px !important;
  }

  .md\:-ml-65 {
    margin-left: -65px !important;
  }

  .md\:-ml-70 {
    margin-left: -70px !important;
  }

  .md\:-ml-75 {
    margin-left: -75px !important;
  }

  .md\:-ml-80 {
    margin-left: -80px !important;
  }

  .md\:-ml-85 {
    margin-left: -85px !important;
  }

  .md\:-ml-90 {
    margin-left: -90px !important;
  }

  .md\:-ml-95 {
    margin-left: -95px !important;
  }

  .md\:-ml-100 {
    margin-left: -100px !important;
  }

  .md\:-ml-105 {
    margin-left: -105px !important;
  }

  .md\:-ml-110 {
    margin-left: -110px !important;
  }

  .md\:-ml-115 {
    margin-left: -115px !important;
  }

  .md\:-ml-120 {
    margin-left: -120px !important;
  }

  .md\:-ml-125 {
    margin-left: -125px !important;
  }

  .md\:-ml-130 {
    margin-left: -130px !important;
  }

  .md\:-ml-135 {
    margin-left: -135px !important;
  }

  .md\:-ml-140 {
    margin-left: -140px !important;
  }

  .md\:-ml-142 {
    margin-left: -142px !important;
  }

  .md\:-ml-145 {
    margin-left: -145px !important;
  }

  .md\:-ml-150 {
    margin-left: -150px !important;
  }

  .md\:-ml-160 {
    margin-left: -160px !important;
  }

  .md\:-ml-165 {
    margin-left: -165px !important;
  }

  .md\:-ml-170 {
    margin-left: -170px !important;
  }

  .md\:-ml-180 {
    margin-left: -180px !important;
  }

  .md\:-ml-185 {
    margin-left: -185px !important;
  }

  .md\:-ml-190 {
    margin-left: -190px !important;
  }

  .md\:-ml-200 {
    margin-left: -200px !important;
  }

  .md\:-ml-225 {
    margin-left: -225px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:box-border {
    box-sizing: border-box !important;
  }

  .md\:box-content {
    box-sizing: content-box !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:inline-flex {
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:inline-table {
    display: inline-table !important;
  }

  .md\:table-caption {
    display: table-caption !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:table-column {
    display: table-column !important;
  }

  .md\:table-column-group {
    display: table-column-group !important;
  }

  .md\:table-footer-group {
    display: table-footer-group !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:inline-grid {
    display: inline-grid !important;
  }

  .md\:contents {
    display: contents !important;
  }

  .md\:list-item {
    display: list-item !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-0 {
    height: 0px !important;
  }

  .md\:h-5 {
    height: 5px !important;
  }

  .md\:h-8 {
    height: 8px !important;
  }

  .md\:h-10 {
    height: 10px !important;
  }

  .md\:h-15 {
    height: 15px !important;
  }

  .md\:h-20 {
    height: 20px !important;
  }

  .md\:h-25 {
    height: 25px !important;
  }

  .md\:h-26 {
    height: 26px !important;
  }

  .md\:h-27 {
    height: 27px !important;
  }

  .md\:h-28 {
    height: 28px !important;
  }

  .md\:h-30 {
    height: 30px !important;
  }

  .md\:h-32 {
    height: 32px !important;
  }

  .md\:h-33 {
    height: 33px !important;
  }

  .md\:h-34 {
    height: 34px !important;
  }

  .md\:h-35 {
    height: 35px !important;
  }

  .md\:h-38 {
    height: 38px !important;
  }

  .md\:h-40 {
    height: 40px !important;
  }

  .md\:h-44 {
    height: 44px !important;
  }

  .md\:h-45 {
    height: 45px !important;
  }

  .md\:h-50 {
    height: 50px !important;
  }

  .md\:h-55 {
    height: 55px !important;
  }

  .md\:h-60 {
    height: 60px !important;
  }

  .md\:h-65 {
    height: 65px !important;
  }

  .md\:h-70 {
    height: 70px !important;
  }

  .md\:h-75 {
    height: 75px !important;
  }

  .md\:h-80 {
    height: 80px !important;
  }

  .md\:h-85 {
    height: 85px !important;
  }

  .md\:h-90 {
    height: 90px !important;
  }

  .md\:h-95 {
    height: 95px !important;
  }

  .md\:h-100 {
    height: 100px !important;
  }

  .md\:h-105 {
    height: 105px !important;
  }

  .md\:h-110 {
    height: 110px !important;
  }

  .md\:h-115 {
    height: 115px !important;
  }

  .md\:h-120 {
    height: 120px !important;
  }

  .md\:h-125 {
    height: 125px !important;
  }

  .md\:h-130 {
    height: 130px !important;
  }

  .md\:h-135 {
    height: 135px !important;
  }

  .md\:h-140 {
    height: 140px !important;
  }

  .md\:h-142 {
    height: 142px !important;
  }

  .md\:h-145 {
    height: 145px !important;
  }

  .md\:h-150 {
    height: 150px !important;
  }

  .md\:h-160 {
    height: 160px !important;
  }

  .md\:h-165 {
    height: 165px !important;
  }

  .md\:h-170 {
    height: 170px !important;
  }

  .md\:h-180 {
    height: 180px !important;
  }

  .md\:h-185 {
    height: 185px !important;
  }

  .md\:h-190 {
    height: 190px !important;
  }

  .md\:h-200 {
    height: 200px !important;
  }

  .md\:h-225 {
    height: 225px !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-1\/2 {
    height: 50% !important;
  }

  .md\:h-1\/3 {
    height: 33.333333% !important;
  }

  .md\:h-2\/3 {
    height: 66.666667% !important;
  }

  .md\:h-1\/4 {
    height: 25% !important;
  }

  .md\:h-2\/4 {
    height: 50% !important;
  }

  .md\:h-3\/4 {
    height: 75% !important;
  }

  .md\:h-1\/5 {
    height: 20% !important;
  }

  .md\:h-2\/5 {
    height: 40% !important;
  }

  .md\:h-3\/5 {
    height: 60% !important;
  }

  .md\:h-4\/5 {
    height: 80% !important;
  }

  .md\:h-1\/6 {
    height: 16.666667% !important;
  }

  .md\:h-2\/6 {
    height: 33.333333% !important;
  }

  .md\:h-3\/6 {
    height: 50% !important;
  }

  .md\:h-4\/6 {
    height: 66.666667% !important;
  }

  .md\:h-5\/6 {
    height: 83.333333% !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:max-h-0 {
    max-height: 0px !important;
  }

  .md\:max-h-5 {
    max-height: 5px !important;
  }

  .md\:max-h-8 {
    max-height: 8px !important;
  }

  .md\:max-h-10 {
    max-height: 10px !important;
  }

  .md\:max-h-15 {
    max-height: 15px !important;
  }

  .md\:max-h-20 {
    max-height: 20px !important;
  }

  .md\:max-h-25 {
    max-height: 25px !important;
  }

  .md\:max-h-26 {
    max-height: 26px !important;
  }

  .md\:max-h-27 {
    max-height: 27px !important;
  }

  .md\:max-h-28 {
    max-height: 28px !important;
  }

  .md\:max-h-30 {
    max-height: 30px !important;
  }

  .md\:max-h-32 {
    max-height: 32px !important;
  }

  .md\:max-h-33 {
    max-height: 33px !important;
  }

  .md\:max-h-34 {
    max-height: 34px !important;
  }

  .md\:max-h-35 {
    max-height: 35px !important;
  }

  .md\:max-h-38 {
    max-height: 38px !important;
  }

  .md\:max-h-40 {
    max-height: 40px !important;
  }

  .md\:max-h-44 {
    max-height: 44px !important;
  }

  .md\:max-h-45 {
    max-height: 45px !important;
  }

  .md\:max-h-50 {
    max-height: 50px !important;
  }

  .md\:max-h-55 {
    max-height: 55px !important;
  }

  .md\:max-h-60 {
    max-height: 60px !important;
  }

  .md\:max-h-65 {
    max-height: 65px !important;
  }

  .md\:max-h-70 {
    max-height: 70px !important;
  }

  .md\:max-h-75 {
    max-height: 75px !important;
  }

  .md\:max-h-80 {
    max-height: 80px !important;
  }

  .md\:max-h-85 {
    max-height: 85px !important;
  }

  .md\:max-h-90 {
    max-height: 90px !important;
  }

  .md\:max-h-95 {
    max-height: 95px !important;
  }

  .md\:max-h-100 {
    max-height: 100px !important;
  }

  .md\:max-h-105 {
    max-height: 105px !important;
  }

  .md\:max-h-110 {
    max-height: 110px !important;
  }

  .md\:max-h-115 {
    max-height: 115px !important;
  }

  .md\:max-h-120 {
    max-height: 120px !important;
  }

  .md\:max-h-125 {
    max-height: 125px !important;
  }

  .md\:max-h-130 {
    max-height: 130px !important;
  }

  .md\:max-h-135 {
    max-height: 135px !important;
  }

  .md\:max-h-140 {
    max-height: 140px !important;
  }

  .md\:max-h-142 {
    max-height: 142px !important;
  }

  .md\:max-h-145 {
    max-height: 145px !important;
  }

  .md\:max-h-150 {
    max-height: 150px !important;
  }

  .md\:max-h-160 {
    max-height: 160px !important;
  }

  .md\:max-h-165 {
    max-height: 165px !important;
  }

  .md\:max-h-170 {
    max-height: 170px !important;
  }

  .md\:max-h-180 {
    max-height: 180px !important;
  }

  .md\:max-h-185 {
    max-height: 185px !important;
  }

  .md\:max-h-190 {
    max-height: 190px !important;
  }

  .md\:max-h-200 {
    max-height: 200px !important;
  }

  .md\:max-h-225 {
    max-height: 225px !important;
  }

  .md\:max-h-px {
    max-height: 1px !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:min-h-0 {
    min-height: 0px !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:w-0 {
    width: 0px !important;
  }

  .md\:w-5 {
    width: 5px !important;
  }

  .md\:w-8 {
    width: 8px !important;
  }

  .md\:w-10 {
    width: 10px !important;
  }

  .md\:w-15 {
    width: 15px !important;
  }

  .md\:w-20 {
    width: 20px !important;
  }

  .md\:w-25 {
    width: 25px !important;
  }

  .md\:w-26 {
    width: 26px !important;
  }

  .md\:w-27 {
    width: 27px !important;
  }

  .md\:w-28 {
    width: 28px !important;
  }

  .md\:w-30 {
    width: 30px !important;
  }

  .md\:w-32 {
    width: 32px !important;
  }

  .md\:w-33 {
    width: 33px !important;
  }

  .md\:w-34 {
    width: 34px !important;
  }

  .md\:w-35 {
    width: 35px !important;
  }

  .md\:w-38 {
    width: 38px !important;
  }

  .md\:w-40 {
    width: 40px !important;
  }

  .md\:w-44 {
    width: 44px !important;
  }

  .md\:w-45 {
    width: 45px !important;
  }

  .md\:w-50 {
    width: 50px !important;
  }

  .md\:w-55 {
    width: 55px !important;
  }

  .md\:w-60 {
    width: 60px !important;
  }

  .md\:w-65 {
    width: 65px !important;
  }

  .md\:w-70 {
    width: 70px !important;
  }

  .md\:w-75 {
    width: 75px !important;
  }

  .md\:w-80 {
    width: 80px !important;
  }

  .md\:w-85 {
    width: 85px !important;
  }

  .md\:w-90 {
    width: 90px !important;
  }

  .md\:w-95 {
    width: 95px !important;
  }

  .md\:w-100 {
    width: 100px !important;
  }

  .md\:w-105 {
    width: 105px !important;
  }

  .md\:w-110 {
    width: 110px !important;
  }

  .md\:w-115 {
    width: 115px !important;
  }

  .md\:w-120 {
    width: 120px !important;
  }

  .md\:w-125 {
    width: 125px !important;
  }

  .md\:w-130 {
    width: 130px !important;
  }

  .md\:w-135 {
    width: 135px !important;
  }

  .md\:w-140 {
    width: 140px !important;
  }

  .md\:w-142 {
    width: 142px !important;
  }

  .md\:w-145 {
    width: 145px !important;
  }

  .md\:w-150 {
    width: 150px !important;
  }

  .md\:w-160 {
    width: 160px !important;
  }

  .md\:w-165 {
    width: 165px !important;
  }

  .md\:w-170 {
    width: 170px !important;
  }

  .md\:w-180 {
    width: 180px !important;
  }

  .md\:w-185 {
    width: 185px !important;
  }

  .md\:w-190 {
    width: 190px !important;
  }

  .md\:w-200 {
    width: 200px !important;
  }

  .md\:w-225 {
    width: 225px !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:min-w-0 {
    min-width: 0px !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md\:max-w-0 {
    max-width: 0rem !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

  .md\:max-w-md {
    max-width: 28rem !important;
  }

  .md\:max-w-lg {
    max-width: 32rem !important;
  }

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:max-w-7xl {
    max-width: 80rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:max-w-prose {
    max-width: 65ch !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:flex-none {
    flex: none !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:border-collapse {
    border-collapse: collapse !important;
  }

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:origin-center {
    transform-origin: center !important;
  }

  .md\:origin-top {
    transform-origin: top !important;
  }

  .md\:origin-top-right {
    transform-origin: top right !important;
  }

  .md\:origin-right {
    transform-origin: right !important;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom {
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md\:origin-left {
    transform-origin: left !important;
  }

  .md\:origin-top-left {
    transform-origin: top left !important;
  }

  .md\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .md\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .md\:transform-none {
    transform: none !important;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .md\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .md\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .md\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .md\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .md\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .md\:translate-x-33 {
    --tw-translate-x: 33px !important;
  }

  .md\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .md\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .md\:translate-x-38 {
    --tw-translate-x: 38px !important;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .md\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .md\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .md\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .md\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .md\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .md\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .md\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .md\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .md\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .md\:translate-x-95 {
    --tw-translate-x: 95px !important;
  }

  .md\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .md\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .md\:translate-x-110 {
    --tw-translate-x: 110px !important;
  }

  .md\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .md\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .md\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .md\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .md\:translate-x-135 {
    --tw-translate-x: 135px !important;
  }

  .md\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .md\:translate-x-142 {
    --tw-translate-x: 142px !important;
  }

  .md\:translate-x-145 {
    --tw-translate-x: 145px !important;
  }

  .md\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .md\:translate-x-160 {
    --tw-translate-x: 160px !important;
  }

  .md\:translate-x-165 {
    --tw-translate-x: 165px !important;
  }

  .md\:translate-x-170 {
    --tw-translate-x: 170px !important;
  }

  .md\:translate-x-180 {
    --tw-translate-x: 180px !important;
  }

  .md\:translate-x-185 {
    --tw-translate-x: 185px !important;
  }

  .md\:translate-x-190 {
    --tw-translate-x: 190px !important;
  }

  .md\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .md\:translate-x-225 {
    --tw-translate-x: 225px !important;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .md\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .md\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .md\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .md\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .md\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .md\:-translate-x-33 {
    --tw-translate-x: -33px !important;
  }

  .md\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .md\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .md\:-translate-x-38 {
    --tw-translate-x: -38px !important;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .md\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .md\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .md\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .md\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .md\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .md\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .md\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .md\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .md\:-translate-x-95 {
    --tw-translate-x: -95px !important;
  }

  .md\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .md\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .md\:-translate-x-110 {
    --tw-translate-x: -110px !important;
  }

  .md\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .md\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .md\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .md\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .md\:-translate-x-135 {
    --tw-translate-x: -135px !important;
  }

  .md\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .md\:-translate-x-142 {
    --tw-translate-x: -142px !important;
  }

  .md\:-translate-x-145 {
    --tw-translate-x: -145px !important;
  }

  .md\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .md\:-translate-x-160 {
    --tw-translate-x: -160px !important;
  }

  .md\:-translate-x-165 {
    --tw-translate-x: -165px !important;
  }

  .md\:-translate-x-170 {
    --tw-translate-x: -170px !important;
  }

  .md\:-translate-x-180 {
    --tw-translate-x: -180px !important;
  }

  .md\:-translate-x-185 {
    --tw-translate-x: -185px !important;
  }

  .md\:-translate-x-190 {
    --tw-translate-x: -190px !important;
  }

  .md\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .md\:-translate-x-225 {
    --tw-translate-x: -225px !important;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .md\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .md\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .md\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .md\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .md\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .md\:translate-y-33 {
    --tw-translate-y: 33px !important;
  }

  .md\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .md\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .md\:translate-y-38 {
    --tw-translate-y: 38px !important;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .md\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .md\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .md\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .md\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .md\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .md\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .md\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .md\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .md\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .md\:translate-y-95 {
    --tw-translate-y: 95px !important;
  }

  .md\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .md\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .md\:translate-y-110 {
    --tw-translate-y: 110px !important;
  }

  .md\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .md\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .md\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .md\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .md\:translate-y-135 {
    --tw-translate-y: 135px !important;
  }

  .md\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .md\:translate-y-142 {
    --tw-translate-y: 142px !important;
  }

  .md\:translate-y-145 {
    --tw-translate-y: 145px !important;
  }

  .md\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .md\:translate-y-160 {
    --tw-translate-y: 160px !important;
  }

  .md\:translate-y-165 {
    --tw-translate-y: 165px !important;
  }

  .md\:translate-y-170 {
    --tw-translate-y: 170px !important;
  }

  .md\:translate-y-180 {
    --tw-translate-y: 180px !important;
  }

  .md\:translate-y-185 {
    --tw-translate-y: 185px !important;
  }

  .md\:translate-y-190 {
    --tw-translate-y: 190px !important;
  }

  .md\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .md\:translate-y-225 {
    --tw-translate-y: 225px !important;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .md\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .md\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .md\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .md\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .md\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .md\:-translate-y-33 {
    --tw-translate-y: -33px !important;
  }

  .md\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .md\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .md\:-translate-y-38 {
    --tw-translate-y: -38px !important;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .md\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .md\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .md\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .md\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .md\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .md\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .md\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .md\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .md\:-translate-y-95 {
    --tw-translate-y: -95px !important;
  }

  .md\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .md\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .md\:-translate-y-110 {
    --tw-translate-y: -110px !important;
  }

  .md\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .md\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .md\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .md\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .md\:-translate-y-135 {
    --tw-translate-y: -135px !important;
  }

  .md\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .md\:-translate-y-142 {
    --tw-translate-y: -142px !important;
  }

  .md\:-translate-y-145 {
    --tw-translate-y: -145px !important;
  }

  .md\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .md\:-translate-y-160 {
    --tw-translate-y: -160px !important;
  }

  .md\:-translate-y-165 {
    --tw-translate-y: -165px !important;
  }

  .md\:-translate-y-170 {
    --tw-translate-y: -170px !important;
  }

  .md\:-translate-y-180 {
    --tw-translate-y: -180px !important;
  }

  .md\:-translate-y-185 {
    --tw-translate-y: -185px !important;
  }

  .md\:-translate-y-190 {
    --tw-translate-y: -190px !important;
  }

  .md\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .md\:-translate-y-225 {
    --tw-translate-y: -225px !important;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .md\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .md\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .md\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .md\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .md\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .md\:hover\:translate-x-33:hover {
    --tw-translate-x: 33px !important;
  }

  .md\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .md\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .md\:hover\:translate-x-38:hover {
    --tw-translate-x: 38px !important;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .md\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .md\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .md\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .md\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .md\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .md\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .md\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .md\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .md\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px !important;
  }

  .md\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .md\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .md\:hover\:translate-x-110:hover {
    --tw-translate-x: 110px !important;
  }

  .md\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .md\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .md\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .md\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .md\:hover\:translate-x-135:hover {
    --tw-translate-x: 135px !important;
  }

  .md\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .md\:hover\:translate-x-142:hover {
    --tw-translate-x: 142px !important;
  }

  .md\:hover\:translate-x-145:hover {
    --tw-translate-x: 145px !important;
  }

  .md\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .md\:hover\:translate-x-160:hover {
    --tw-translate-x: 160px !important;
  }

  .md\:hover\:translate-x-165:hover {
    --tw-translate-x: 165px !important;
  }

  .md\:hover\:translate-x-170:hover {
    --tw-translate-x: 170px !important;
  }

  .md\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px !important;
  }

  .md\:hover\:translate-x-185:hover {
    --tw-translate-x: 185px !important;
  }

  .md\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px !important;
  }

  .md\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .md\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px !important;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .md\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .md\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .md\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .md\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .md\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .md\:hover\:-translate-x-33:hover {
    --tw-translate-x: -33px !important;
  }

  .md\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .md\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .md\:hover\:-translate-x-38:hover {
    --tw-translate-x: -38px !important;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .md\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .md\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .md\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .md\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .md\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .md\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .md\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .md\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .md\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px !important;
  }

  .md\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .md\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .md\:hover\:-translate-x-110:hover {
    --tw-translate-x: -110px !important;
  }

  .md\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .md\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .md\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .md\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .md\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px !important;
  }

  .md\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .md\:hover\:-translate-x-142:hover {
    --tw-translate-x: -142px !important;
  }

  .md\:hover\:-translate-x-145:hover {
    --tw-translate-x: -145px !important;
  }

  .md\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .md\:hover\:-translate-x-160:hover {
    --tw-translate-x: -160px !important;
  }

  .md\:hover\:-translate-x-165:hover {
    --tw-translate-x: -165px !important;
  }

  .md\:hover\:-translate-x-170:hover {
    --tw-translate-x: -170px !important;
  }

  .md\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px !important;
  }

  .md\:hover\:-translate-x-185:hover {
    --tw-translate-x: -185px !important;
  }

  .md\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px !important;
  }

  .md\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .md\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px !important;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .md\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .md\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .md\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .md\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .md\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .md\:hover\:translate-y-33:hover {
    --tw-translate-y: 33px !important;
  }

  .md\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .md\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .md\:hover\:translate-y-38:hover {
    --tw-translate-y: 38px !important;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .md\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .md\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .md\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .md\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .md\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .md\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .md\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .md\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .md\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px !important;
  }

  .md\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .md\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .md\:hover\:translate-y-110:hover {
    --tw-translate-y: 110px !important;
  }

  .md\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .md\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .md\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .md\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .md\:hover\:translate-y-135:hover {
    --tw-translate-y: 135px !important;
  }

  .md\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .md\:hover\:translate-y-142:hover {
    --tw-translate-y: 142px !important;
  }

  .md\:hover\:translate-y-145:hover {
    --tw-translate-y: 145px !important;
  }

  .md\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .md\:hover\:translate-y-160:hover {
    --tw-translate-y: 160px !important;
  }

  .md\:hover\:translate-y-165:hover {
    --tw-translate-y: 165px !important;
  }

  .md\:hover\:translate-y-170:hover {
    --tw-translate-y: 170px !important;
  }

  .md\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px !important;
  }

  .md\:hover\:translate-y-185:hover {
    --tw-translate-y: 185px !important;
  }

  .md\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px !important;
  }

  .md\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .md\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px !important;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .md\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .md\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .md\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .md\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .md\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .md\:hover\:-translate-y-33:hover {
    --tw-translate-y: -33px !important;
  }

  .md\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .md\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .md\:hover\:-translate-y-38:hover {
    --tw-translate-y: -38px !important;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .md\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .md\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .md\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .md\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .md\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .md\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .md\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .md\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .md\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px !important;
  }

  .md\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .md\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .md\:hover\:-translate-y-110:hover {
    --tw-translate-y: -110px !important;
  }

  .md\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .md\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .md\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .md\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .md\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px !important;
  }

  .md\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .md\:hover\:-translate-y-142:hover {
    --tw-translate-y: -142px !important;
  }

  .md\:hover\:-translate-y-145:hover {
    --tw-translate-y: -145px !important;
  }

  .md\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .md\:hover\:-translate-y-160:hover {
    --tw-translate-y: -160px !important;
  }

  .md\:hover\:-translate-y-165:hover {
    --tw-translate-y: -165px !important;
  }

  .md\:hover\:-translate-y-170:hover {
    --tw-translate-y: -170px !important;
  }

  .md\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px !important;
  }

  .md\:hover\:-translate-y-185:hover {
    --tw-translate-y: -185px !important;
  }

  .md\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px !important;
  }

  .md\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .md\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px !important;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .md\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .md\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .md\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .md\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .md\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .md\:focus\:translate-x-33:focus {
    --tw-translate-x: 33px !important;
  }

  .md\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .md\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .md\:focus\:translate-x-38:focus {
    --tw-translate-x: 38px !important;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .md\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .md\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .md\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .md\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .md\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .md\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .md\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .md\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .md\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px !important;
  }

  .md\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .md\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .md\:focus\:translate-x-110:focus {
    --tw-translate-x: 110px !important;
  }

  .md\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .md\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .md\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .md\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .md\:focus\:translate-x-135:focus {
    --tw-translate-x: 135px !important;
  }

  .md\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .md\:focus\:translate-x-142:focus {
    --tw-translate-x: 142px !important;
  }

  .md\:focus\:translate-x-145:focus {
    --tw-translate-x: 145px !important;
  }

  .md\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .md\:focus\:translate-x-160:focus {
    --tw-translate-x: 160px !important;
  }

  .md\:focus\:translate-x-165:focus {
    --tw-translate-x: 165px !important;
  }

  .md\:focus\:translate-x-170:focus {
    --tw-translate-x: 170px !important;
  }

  .md\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px !important;
  }

  .md\:focus\:translate-x-185:focus {
    --tw-translate-x: 185px !important;
  }

  .md\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px !important;
  }

  .md\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .md\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px !important;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .md\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .md\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .md\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .md\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .md\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .md\:focus\:-translate-x-33:focus {
    --tw-translate-x: -33px !important;
  }

  .md\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .md\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .md\:focus\:-translate-x-38:focus {
    --tw-translate-x: -38px !important;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .md\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .md\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .md\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .md\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .md\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .md\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .md\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .md\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .md\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px !important;
  }

  .md\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .md\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .md\:focus\:-translate-x-110:focus {
    --tw-translate-x: -110px !important;
  }

  .md\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .md\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .md\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .md\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .md\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px !important;
  }

  .md\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .md\:focus\:-translate-x-142:focus {
    --tw-translate-x: -142px !important;
  }

  .md\:focus\:-translate-x-145:focus {
    --tw-translate-x: -145px !important;
  }

  .md\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .md\:focus\:-translate-x-160:focus {
    --tw-translate-x: -160px !important;
  }

  .md\:focus\:-translate-x-165:focus {
    --tw-translate-x: -165px !important;
  }

  .md\:focus\:-translate-x-170:focus {
    --tw-translate-x: -170px !important;
  }

  .md\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px !important;
  }

  .md\:focus\:-translate-x-185:focus {
    --tw-translate-x: -185px !important;
  }

  .md\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px !important;
  }

  .md\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .md\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px !important;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .md\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .md\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .md\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .md\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .md\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .md\:focus\:translate-y-33:focus {
    --tw-translate-y: 33px !important;
  }

  .md\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .md\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .md\:focus\:translate-y-38:focus {
    --tw-translate-y: 38px !important;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .md\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .md\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .md\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .md\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .md\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .md\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .md\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .md\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .md\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px !important;
  }

  .md\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .md\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .md\:focus\:translate-y-110:focus {
    --tw-translate-y: 110px !important;
  }

  .md\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .md\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .md\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .md\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .md\:focus\:translate-y-135:focus {
    --tw-translate-y: 135px !important;
  }

  .md\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .md\:focus\:translate-y-142:focus {
    --tw-translate-y: 142px !important;
  }

  .md\:focus\:translate-y-145:focus {
    --tw-translate-y: 145px !important;
  }

  .md\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .md\:focus\:translate-y-160:focus {
    --tw-translate-y: 160px !important;
  }

  .md\:focus\:translate-y-165:focus {
    --tw-translate-y: 165px !important;
  }

  .md\:focus\:translate-y-170:focus {
    --tw-translate-y: 170px !important;
  }

  .md\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px !important;
  }

  .md\:focus\:translate-y-185:focus {
    --tw-translate-y: 185px !important;
  }

  .md\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px !important;
  }

  .md\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .md\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px !important;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .md\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .md\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .md\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .md\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .md\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .md\:focus\:-translate-y-33:focus {
    --tw-translate-y: -33px !important;
  }

  .md\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .md\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .md\:focus\:-translate-y-38:focus {
    --tw-translate-y: -38px !important;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .md\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .md\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .md\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .md\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .md\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .md\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .md\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .md\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .md\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px !important;
  }

  .md\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .md\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .md\:focus\:-translate-y-110:focus {
    --tw-translate-y: -110px !important;
  }

  .md\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .md\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .md\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .md\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .md\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px !important;
  }

  .md\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .md\:focus\:-translate-y-142:focus {
    --tw-translate-y: -142px !important;
  }

  .md\:focus\:-translate-y-145:focus {
    --tw-translate-y: -145px !important;
  }

  .md\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .md\:focus\:-translate-y-160:focus {
    --tw-translate-y: -160px !important;
  }

  .md\:focus\:-translate-y-165:focus {
    --tw-translate-y: -165px !important;
  }

  .md\:focus\:-translate-y-170:focus {
    --tw-translate-y: -170px !important;
  }

  .md\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px !important;
  }

  .md\:focus\:-translate-y-185:focus {
    --tw-translate-y: -185px !important;
  }

  .md\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px !important;
  }

  .md\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .md\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px !important;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .md\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .md\:animate-none {
    animation: none !important;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-help {
    cursor: help !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:place-content-center {
    place-content: center !important;
  }

  .md\:place-content-start {
    place-content: start !important;
  }

  .md\:place-content-end {
    place-content: end !important;
  }

  .md\:place-content-between {
    place-content: space-between !important;
  }

  .md\:place-content-around {
    place-content: space-around !important;
  }

  .md\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch {
    place-content: stretch !important;
  }

  .md\:place-items-start {
    place-items: start !important;
  }

  .md\:place-items-end {
    place-items: end !important;
  }

  .md\:place-items-center {
    place-items: center !important;
  }

  .md\:place-items-stretch {
    place-items: stretch !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:content-evenly {
    align-content: space-evenly !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:items-baseline {
    align-items: baseline !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:justify-items-start {
    justify-items: start !important;
  }

  .md\:justify-items-end {
    justify-items: end !important;
  }

  .md\:justify-items-center {
    justify-items: center !important;
  }

  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-12 {
    gap: 3rem !important;
  }

  .md\:gap-13 {
    gap: 3.375rem !important;
  }

  .md\:gap-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-16 {
    gap: 4rem !important;
  }

  .md\:gap-20 {
    gap: 5rem !important;
  }

  .md\:gap-24 {
    gap: 6rem !important;
  }

  .md\:gap-28 {
    gap: 7rem !important;
  }

  .md\:gap-32 {
    gap: 8rem !important;
  }

  .md\:gap-36 {
    gap: 9rem !important;
  }

  .md\:gap-40 {
    gap: 10rem !important;
  }

  .md\:gap-44 {
    gap: 11rem !important;
  }

  .md\:gap-48 {
    gap: 12rem !important;
  }

  .md\:gap-52 {
    gap: 13rem !important;
  }

  .md\:gap-56 {
    gap: 14rem !important;
  }

  .md\:gap-60 {
    gap: 15rem !important;
  }

  .md\:gap-64 {
    gap: 16rem !important;
  }

  .md\:gap-72 {
    gap: 18rem !important;
  }

  .md\:gap-80 {
    gap: 20rem !important;
  }

  .md\:gap-96 {
    gap: 24rem !important;
  }

  .md\:gap-x-0 {
    gap: 0px !important;
  }

  .md\:gap-y-0 {
    gap: 0px !important;
  }

  .md\:gap-px {
    gap: 1px !important;
  }

  .md\:gap-x-px\\ {
    gap: 1px !important;
  }

  .md\:gap-y-px\\ {
    gap: 1px !important;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-x-4 {
    gap: 1rem !important;
  }

  .md\:gap-y-4 {
    gap: 1rem !important;
  }

  .md\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-x-8 {
    gap: 2rem !important;
  }

  .md\:gap-y-8 {
    gap: 2rem !important;
  }

  .md\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-x-12 {
    gap: 3rem !important;
  }

  .md\:gap-y-12 {
    gap: 3rem !important;
  }

  .md\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .md\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .md\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-x-16 {
    gap: 4rem !important;
  }

  .md\:gap-y-16 {
    gap: 4rem !important;
  }

  .md\:gap-x-20 {
    gap: 5rem !important;
  }

  .md\:gap-y-20 {
    gap: 5rem !important;
  }

  .md\:gap-x-24 {
    gap: 6rem !important;
  }

  .md\:gap-y-24 {
    gap: 6rem !important;
  }

  .md\:gap-x-28 {
    gap: 7rem !important;
  }

  .md\:gap-y-28 {
    gap: 7rem !important;
  }

  .md\:gap-x-32 {
    gap: 8rem !important;
  }

  .md\:gap-y-32 {
    gap: 8rem !important;
  }

  .md\:gap-x-36 {
    gap: 9rem !important;
  }

  .md\:gap-y-36 {
    gap: 9rem !important;
  }

  .md\:gap-x-40 {
    gap: 10rem !important;
  }

  .md\:gap-y-40 {
    gap: 10rem !important;
  }

  .md\:gap-x-44 {
    gap: 11rem !important;
  }

  .md\:gap-y-44 {
    gap: 11rem !important;
  }

  .md\:gap-x-48 {
    gap: 12rem !important;
  }

  .md\:gap-y-48 {
    gap: 12rem !important;
  }

  .md\:gap-x-52 {
    gap: 13rem !important;
  }

  .md\:gap-y-52 {
    gap: 13rem !important;
  }

  .md\:gap-x-56 {
    gap: 14rem !important;
  }

  .md\:gap-y-56 {
    gap: 14rem !important;
  }

  .md\:gap-x-60 {
    gap: 15rem !important;
  }

  .md\:gap-y-60 {
    gap: 15rem !important;
  }

  .md\:gap-x-64 {
    gap: 16rem !important;
  }

  .md\:gap-y-64 {
    gap: 16rem !important;
  }

  .md\:gap-x-72 {
    gap: 18rem !important;
  }

  .md\:gap-y-72 {
    gap: 18rem !important;
  }

  .md\:gap-x-80 {
    gap: 20rem !important;
  }

  .md\:gap-y-80 {
    gap: 20rem !important;
  }

  .md\:gap-x-96 {
    gap: 24rem !important;
  }

  .md\:gap-y-96 {
    gap: 24rem !important;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .md\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .md\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .md\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-px {
    row-gap: 1px !important;
  }

  .md\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .md\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .md\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .md\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .md\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .md\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .md\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lightteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-darkteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-darkred > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-darkblue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-skybule > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lightgray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-devider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cream > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-buttercup > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .md\:place-self-auto {
    place-self: auto !important;
  }

  .md\:place-self-start {
    place-self: start !important;
  }

  .md\:place-self-end {
    place-self: end !important;
  }

  .md\:place-self-center {
    place-self: center !important;
  }

  .md\:place-self-stretch {
    place-self: stretch !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !important;
  }

  .md\:self-baseline {
    align-self: baseline !important;
  }

  .md\:justify-self-auto {
    justify-self: auto !important;
  }

  .md\:justify-self-start {
    justify-self: start !important;
  }

  .md\:justify-self-end {
    justify-self: end !important;
  }

  .md\:justify-self-center {
    justify-self: center !important;
  }

  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .md\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .md\:overflow-clip {
    text-overflow: clip !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    overflow-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:rounded-4 {
    border-radius: 4px !important;
  }

  .md\:rounded-6 {
    border-radius: 6px !important;
  }

  .md\:rounded-50 {
    border-radius: 50% !important;
  }

  .md\:rounded-none {
    border-radius: 0px !important;
  }

  .md\:rounded-br6 {
    border-radius: 6px !important;
  }

  .md\:rounded-br30 {
    border-radius: 30px !important;
  }

  .md\:rounded-br32 {
    border-radius: 32px !important;
  }

  .md\:rounded-br50 {
    border-radius: 50px !important;
  }

  .md\:rounded-br90 {
    border-radius: 90px !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .md\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .md\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .md\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .md\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .md\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .md\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .md\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .md\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .md\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .md\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .md\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .md\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .md\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .md\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .md\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .md\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .md\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .md\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .md\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .md\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .md\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .md\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .md\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .md\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .md\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .md\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .md\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .md\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .md\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .md\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .md\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .md\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-0 {
    border-width: 0px !important;
  }

  .md\:border-1 {
    border-width: 1px !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0px !important;
  }

  .md\:border-t-1 {
    border-top-width: 1px !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r-0 {
    border-right-width: 0px !important;
  }

  .md\:border-r-1 {
    border-right-width: 1px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l-0 {
    border-left-width: 0px !important;
  }

  .md\:border-l-1 {
    border-left-width: 1px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-current {
    border-color: currentColor !important;
  }

  .md\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .md\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .md\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .md\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .md\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .md\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .md\:group-hover\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lightteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-darkteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-darkred:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-darkblue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-skybule:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lightgray:focus-within {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus-within\:border-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-devider:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cream:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-buttercup:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lightteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-darkteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-darkred:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-darkblue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-skybule:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lightgray:hover {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:hover\:border-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-devider:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cream:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-buttercup:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lightteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-darkteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-darkred:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-darkblue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-skybule:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lightgray:focus {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:border-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-devider:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cream:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-buttercup:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-current {
    background-color: currentColor !important;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .md\:group-hover\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lightteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-darkteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-darkred:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-darkblue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-skybule:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lightgray:focus-within {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus-within\:bg-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-devider:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cream:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-buttercup:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lightteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-darkteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-darkred:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-darkblue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-skybule:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lightgray:hover {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:hover\:bg-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-devider:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cream:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-buttercup:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lightteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-darkteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-darkred:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-darkblue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-skybule:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lightgray:focus {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:bg-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-devider:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cream:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-buttercup:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .md\:bg-none {
    background-image: none !important;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:from-black {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-lightteal {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .md\:from-darkteal {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .md\:from-red {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .md\:from-darkred {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .md\:from-darkblue {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .md\:from-skybule {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .md\:from-yellow {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .md\:from-lightgray {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:from-gray {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:from-devider {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .md\:from-cream {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .md\:from-blue01 {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .md\:from-blue02 {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .md\:from-buttercup {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .md\:from-lime-gray {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-lightteal:hover {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .md\:hover\:from-darkteal:hover {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .md\:hover\:from-red:hover {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .md\:hover\:from-darkred:hover {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .md\:hover\:from-darkblue:hover {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .md\:hover\:from-skybule:hover {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .md\:hover\:from-yellow:hover {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .md\:hover\:from-lightgray:hover {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:hover\:from-gray:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:from-devider:hover {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .md\:hover\:from-cream:hover {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .md\:hover\:from-blue01:hover {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .md\:hover\:from-blue02:hover {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .md\:hover\:from-buttercup:hover {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .md\:hover\:from-lime-gray:hover {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-lightteal:focus {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .md\:focus\:from-darkteal:focus {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .md\:focus\:from-red:focus {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .md\:focus\:from-darkred:focus {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .md\:focus\:from-darkblue:focus {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .md\:focus\:from-skybule:focus {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .md\:focus\:from-yellow:focus {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .md\:focus\:from-lightgray:focus {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:focus\:from-gray:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:from-devider:focus {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .md\:focus\:from-cream:focus {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .md\:focus\:from-blue01:focus {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .md\:focus\:from-blue02:focus {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .md\:focus\:from-buttercup:focus {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .md\:focus\:from-lime-gray:focus {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-lightteal {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .md\:via-darkteal {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .md\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .md\:via-darkred {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .md\:via-darkblue {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .md\:via-skybule {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .md\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .md\:via-lightgray {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:via-devider {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .md\:via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .md\:via-blue01 {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .md\:via-blue02 {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .md\:via-buttercup {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .md\:via-lime-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-lightteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .md\:hover\:via-darkteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .md\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .md\:hover\:via-darkred:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .md\:hover\:via-darkblue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .md\:hover\:via-skybule:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .md\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .md\:hover\:via-lightgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:hover\:via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:via-devider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .md\:hover\:via-cream:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .md\:hover\:via-blue01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .md\:hover\:via-blue02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .md\:hover\:via-buttercup:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .md\:hover\:via-lime-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-lightteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .md\:focus\:via-darkteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .md\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .md\:focus\:via-darkred:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .md\:focus\:via-darkblue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .md\:focus\:via-skybule:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .md\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .md\:focus\:via-lightgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .md\:focus\:via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:via-devider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .md\:focus\:via-cream:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .md\:focus\:via-blue01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .md\:focus\:via-blue02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .md\:focus\:via-buttercup:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .md\:focus\:via-lime-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .md\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .md\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:to-black {
    --tw-gradient-to: #000000 !important;
  }

  .md\:to-lightteal {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .md\:to-darkteal {
    --tw-gradient-to: #36C3DC !important;
  }

  .md\:to-red {
    --tw-gradient-to: #D6393C !important;
  }

  .md\:to-darkred {
    --tw-gradient-to: #B63033 !important;
  }

  .md\:to-darkblue {
    --tw-gradient-to: #3A4758 !important;
  }

  .md\:to-skybule {
    --tw-gradient-to: #30B5CC !important;
  }

  .md\:to-yellow {
    --tw-gradient-to: #F0B334 !important;
  }

  .md\:to-lightgray {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:to-gray {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md\:to-devider {
    --tw-gradient-to: #C8C0BD !important;
  }

  .md\:to-cream {
    --tw-gradient-to: #F1F0ED !important;
  }

  .md\:to-blue01 {
    --tw-gradient-to: #39495B !important;
  }

  .md\:to-blue02 {
    --tw-gradient-to: #37526B !important;
  }

  .md\:to-buttercup {
    --tw-gradient-to: #D9A12E !important;
  }

  .md\:to-lime-gray {
    --tw-gradient-to: #F1F1ED !important;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000000 !important;
  }

  .md\:hover\:to-lightteal:hover {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .md\:hover\:to-darkteal:hover {
    --tw-gradient-to: #36C3DC !important;
  }

  .md\:hover\:to-red:hover {
    --tw-gradient-to: #D6393C !important;
  }

  .md\:hover\:to-darkred:hover {
    --tw-gradient-to: #B63033 !important;
  }

  .md\:hover\:to-darkblue:hover {
    --tw-gradient-to: #3A4758 !important;
  }

  .md\:hover\:to-skybule:hover {
    --tw-gradient-to: #30B5CC !important;
  }

  .md\:hover\:to-yellow:hover {
    --tw-gradient-to: #F0B334 !important;
  }

  .md\:hover\:to-lightgray:hover {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:hover\:to-gray:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md\:hover\:to-devider:hover {
    --tw-gradient-to: #C8C0BD !important;
  }

  .md\:hover\:to-cream:hover {
    --tw-gradient-to: #F1F0ED !important;
  }

  .md\:hover\:to-blue01:hover {
    --tw-gradient-to: #39495B !important;
  }

  .md\:hover\:to-blue02:hover {
    --tw-gradient-to: #37526B !important;
  }

  .md\:hover\:to-buttercup:hover {
    --tw-gradient-to: #D9A12E !important;
  }

  .md\:hover\:to-lime-gray:hover {
    --tw-gradient-to: #F1F1ED !important;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000000 !important;
  }

  .md\:focus\:to-lightteal:focus {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .md\:focus\:to-darkteal:focus {
    --tw-gradient-to: #36C3DC !important;
  }

  .md\:focus\:to-red:focus {
    --tw-gradient-to: #D6393C !important;
  }

  .md\:focus\:to-darkred:focus {
    --tw-gradient-to: #B63033 !important;
  }

  .md\:focus\:to-darkblue:focus {
    --tw-gradient-to: #3A4758 !important;
  }

  .md\:focus\:to-skybule:focus {
    --tw-gradient-to: #30B5CC !important;
  }

  .md\:focus\:to-yellow:focus {
    --tw-gradient-to: #F0B334 !important;
  }

  .md\:focus\:to-lightgray:focus {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:to-gray:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .md\:focus\:to-devider:focus {
    --tw-gradient-to: #C8C0BD !important;
  }

  .md\:focus\:to-cream:focus {
    --tw-gradient-to: #F1F0ED !important;
  }

  .md\:focus\:to-blue01:focus {
    --tw-gradient-to: #39495B !important;
  }

  .md\:focus\:to-blue02:focus {
    --tw-gradient-to: #37526B !important;
  }

  .md\:focus\:to-buttercup:focus {
    --tw-gradient-to: #D9A12E !important;
  }

  .md\:focus\:to-lime-gray:focus {
    --tw-gradient-to: #F1F1ED !important;
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:bg-origin-border {
    background-origin: border-box !important;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .md\:bg-origin-content {
    background-origin: content-box !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:p-0 {
    padding: 0px !important;
  }

  .md\:p-5 {
    padding: 5px !important;
  }

  .md\:p-8 {
    padding: 8px !important;
  }

  .md\:p-10 {
    padding: 10px !important;
  }

  .md\:p-15 {
    padding: 15px !important;
  }

  .md\:p-20 {
    padding: 20px !important;
  }

  .md\:p-25 {
    padding: 25px !important;
  }

  .md\:p-26 {
    padding: 26px !important;
  }

  .md\:p-27 {
    padding: 27px !important;
  }

  .md\:p-28 {
    padding: 28px !important;
  }

  .md\:p-30 {
    padding: 30px !important;
  }

  .md\:p-32 {
    padding: 32px !important;
  }

  .md\:p-33 {
    padding: 33px !important;
  }

  .md\:p-34 {
    padding: 34px !important;
  }

  .md\:p-35 {
    padding: 35px !important;
  }

  .md\:p-38 {
    padding: 38px !important;
  }

  .md\:p-40 {
    padding: 40px !important;
  }

  .md\:p-44 {
    padding: 44px !important;
  }

  .md\:p-45 {
    padding: 45px !important;
  }

  .md\:p-50 {
    padding: 50px !important;
  }

  .md\:p-55 {
    padding: 55px !important;
  }

  .md\:p-60 {
    padding: 60px !important;
  }

  .md\:p-65 {
    padding: 65px !important;
  }

  .md\:p-70 {
    padding: 70px !important;
  }

  .md\:p-75 {
    padding: 75px !important;
  }

  .md\:p-80 {
    padding: 80px !important;
  }

  .md\:p-85 {
    padding: 85px !important;
  }

  .md\:p-90 {
    padding: 90px !important;
  }

  .md\:p-95 {
    padding: 95px !important;
  }

  .md\:p-100 {
    padding: 100px !important;
  }

  .md\:p-105 {
    padding: 105px !important;
  }

  .md\:p-110 {
    padding: 110px !important;
  }

  .md\:p-115 {
    padding: 115px !important;
  }

  .md\:p-120 {
    padding: 120px !important;
  }

  .md\:p-125 {
    padding: 125px !important;
  }

  .md\:p-130 {
    padding: 130px !important;
  }

  .md\:p-135 {
    padding: 135px !important;
  }

  .md\:p-140 {
    padding: 140px !important;
  }

  .md\:p-142 {
    padding: 142px !important;
  }

  .md\:p-145 {
    padding: 145px !important;
  }

  .md\:p-150 {
    padding: 150px !important;
  }

  .md\:p-160 {
    padding: 160px !important;
  }

  .md\:p-165 {
    padding: 165px !important;
  }

  .md\:p-170 {
    padding: 170px !important;
  }

  .md\:p-180 {
    padding: 180px !important;
  }

  .md\:p-185 {
    padding: 185px !important;
  }

  .md\:p-190 {
    padding: 190px !important;
  }

  .md\:p-200 {
    padding: 200px !important;
  }

  .md\:p-225 {
    padding: 225px !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .md\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .md\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .md\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .md\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .md\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .md\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .md\:px-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .md\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .md\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .md\:px-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .md\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .md\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .md\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .md\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .md\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .md\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .md\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .md\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .md\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .md\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .md\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .md\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .md\:px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .md\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .md\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .md\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .md\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .md\:px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .md\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .md\:px-142 {
    padding-left: 142px !important;
    padding-right: 142px !important;
  }

  .md\:px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .md\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .md\:px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .md\:px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .md\:px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .md\:px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .md\:px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .md\:px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .md\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .md\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .md\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .md\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .md\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .md\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .md\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .md\:py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .md\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .md\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .md\:py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .md\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .md\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .md\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .md\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .md\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .md\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .md\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .md\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .md\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .md\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .md\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .md\:py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .md\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .md\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .md\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .md\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .md\:py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .md\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .md\:py-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }

  .md\:py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .md\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .md\:py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .md\:py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .md\:py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .md\:py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .md\:py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .md\:py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .md\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .md\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-5 {
    padding-top: 5px !important;
  }

  .md\:pt-8 {
    padding-top: 8px !important;
  }

  .md\:pt-10 {
    padding-top: 10px !important;
  }

  .md\:pt-15 {
    padding-top: 15px !important;
  }

  .md\:pt-20 {
    padding-top: 20px !important;
  }

  .md\:pt-25 {
    padding-top: 25px !important;
  }

  .md\:pt-26 {
    padding-top: 26px !important;
  }

  .md\:pt-27 {
    padding-top: 27px !important;
  }

  .md\:pt-28 {
    padding-top: 28px !important;
  }

  .md\:pt-30 {
    padding-top: 30px !important;
  }

  .md\:pt-32 {
    padding-top: 32px !important;
  }

  .md\:pt-33 {
    padding-top: 33px !important;
  }

  .md\:pt-34 {
    padding-top: 34px !important;
  }

  .md\:pt-35 {
    padding-top: 35px !important;
  }

  .md\:pt-38 {
    padding-top: 38px !important;
  }

  .md\:pt-40 {
    padding-top: 40px !important;
  }

  .md\:pt-44 {
    padding-top: 44px !important;
  }

  .md\:pt-45 {
    padding-top: 45px !important;
  }

  .md\:pt-50 {
    padding-top: 50px !important;
  }

  .md\:pt-55 {
    padding-top: 55px !important;
  }

  .md\:pt-60 {
    padding-top: 60px !important;
  }

  .md\:pt-65 {
    padding-top: 65px !important;
  }

  .md\:pt-70 {
    padding-top: 70px !important;
  }

  .md\:pt-75 {
    padding-top: 75px !important;
  }

  .md\:pt-80 {
    padding-top: 80px !important;
  }

  .md\:pt-85 {
    padding-top: 85px !important;
  }

  .md\:pt-90 {
    padding-top: 90px !important;
  }

  .md\:pt-95 {
    padding-top: 95px !important;
  }

  .md\:pt-100 {
    padding-top: 100px !important;
  }

  .md\:pt-105 {
    padding-top: 105px !important;
  }

  .md\:pt-110 {
    padding-top: 110px !important;
  }

  .md\:pt-115 {
    padding-top: 115px !important;
  }

  .md\:pt-120 {
    padding-top: 120px !important;
  }

  .md\:pt-125 {
    padding-top: 125px !important;
  }

  .md\:pt-130 {
    padding-top: 130px !important;
  }

  .md\:pt-135 {
    padding-top: 135px !important;
  }

  .md\:pt-140 {
    padding-top: 140px !important;
  }

  .md\:pt-142 {
    padding-top: 142px !important;
  }

  .md\:pt-145 {
    padding-top: 145px !important;
  }

  .md\:pt-150 {
    padding-top: 150px !important;
  }

  .md\:pt-160 {
    padding-top: 160px !important;
  }

  .md\:pt-165 {
    padding-top: 165px !important;
  }

  .md\:pt-170 {
    padding-top: 170px !important;
  }

  .md\:pt-180 {
    padding-top: 180px !important;
  }

  .md\:pt-185 {
    padding-top: 185px !important;
  }

  .md\:pt-190 {
    padding-top: 190px !important;
  }

  .md\:pt-200 {
    padding-top: 200px !important;
  }

  .md\:pt-225 {
    padding-top: 225px !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-0 {
    padding-right: 0px !important;
  }

  .md\:pr-5 {
    padding-right: 5px !important;
  }

  .md\:pr-8 {
    padding-right: 8px !important;
  }

  .md\:pr-10 {
    padding-right: 10px !important;
  }

  .md\:pr-15 {
    padding-right: 15px !important;
  }

  .md\:pr-20 {
    padding-right: 20px !important;
  }

  .md\:pr-25 {
    padding-right: 25px !important;
  }

  .md\:pr-26 {
    padding-right: 26px !important;
  }

  .md\:pr-27 {
    padding-right: 27px !important;
  }

  .md\:pr-28 {
    padding-right: 28px !important;
  }

  .md\:pr-30 {
    padding-right: 30px !important;
  }

  .md\:pr-32 {
    padding-right: 32px !important;
  }

  .md\:pr-33 {
    padding-right: 33px !important;
  }

  .md\:pr-34 {
    padding-right: 34px !important;
  }

  .md\:pr-35 {
    padding-right: 35px !important;
  }

  .md\:pr-38 {
    padding-right: 38px !important;
  }

  .md\:pr-40 {
    padding-right: 40px !important;
  }

  .md\:pr-44 {
    padding-right: 44px !important;
  }

  .md\:pr-45 {
    padding-right: 45px !important;
  }

  .md\:pr-50 {
    padding-right: 50px !important;
  }

  .md\:pr-55 {
    padding-right: 55px !important;
  }

  .md\:pr-60 {
    padding-right: 60px !important;
  }

  .md\:pr-65 {
    padding-right: 65px !important;
  }

  .md\:pr-70 {
    padding-right: 70px !important;
  }

  .md\:pr-75 {
    padding-right: 75px !important;
  }

  .md\:pr-80 {
    padding-right: 80px !important;
  }

  .md\:pr-85 {
    padding-right: 85px !important;
  }

  .md\:pr-90 {
    padding-right: 90px !important;
  }

  .md\:pr-95 {
    padding-right: 95px !important;
  }

  .md\:pr-100 {
    padding-right: 100px !important;
  }

  .md\:pr-105 {
    padding-right: 105px !important;
  }

  .md\:pr-110 {
    padding-right: 110px !important;
  }

  .md\:pr-115 {
    padding-right: 115px !important;
  }

  .md\:pr-120 {
    padding-right: 120px !important;
  }

  .md\:pr-125 {
    padding-right: 125px !important;
  }

  .md\:pr-130 {
    padding-right: 130px !important;
  }

  .md\:pr-135 {
    padding-right: 135px !important;
  }

  .md\:pr-140 {
    padding-right: 140px !important;
  }

  .md\:pr-142 {
    padding-right: 142px !important;
  }

  .md\:pr-145 {
    padding-right: 145px !important;
  }

  .md\:pr-150 {
    padding-right: 150px !important;
  }

  .md\:pr-160 {
    padding-right: 160px !important;
  }

  .md\:pr-165 {
    padding-right: 165px !important;
  }

  .md\:pr-170 {
    padding-right: 170px !important;
  }

  .md\:pr-180 {
    padding-right: 180px !important;
  }

  .md\:pr-185 {
    padding-right: 185px !important;
  }

  .md\:pr-190 {
    padding-right: 190px !important;
  }

  .md\:pr-200 {
    padding-right: 200px !important;
  }

  .md\:pr-225 {
    padding-right: 225px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-5 {
    padding-bottom: 5px !important;
  }

  .md\:pb-8 {
    padding-bottom: 8px !important;
  }

  .md\:pb-10 {
    padding-bottom: 10px !important;
  }

  .md\:pb-15 {
    padding-bottom: 15px !important;
  }

  .md\:pb-20 {
    padding-bottom: 20px !important;
  }

  .md\:pb-25 {
    padding-bottom: 25px !important;
  }

  .md\:pb-26 {
    padding-bottom: 26px !important;
  }

  .md\:pb-27 {
    padding-bottom: 27px !important;
  }

  .md\:pb-28 {
    padding-bottom: 28px !important;
  }

  .md\:pb-30 {
    padding-bottom: 30px !important;
  }

  .md\:pb-32 {
    padding-bottom: 32px !important;
  }

  .md\:pb-33 {
    padding-bottom: 33px !important;
  }

  .md\:pb-34 {
    padding-bottom: 34px !important;
  }

  .md\:pb-35 {
    padding-bottom: 35px !important;
  }

  .md\:pb-38 {
    padding-bottom: 38px !important;
  }

  .md\:pb-40 {
    padding-bottom: 40px !important;
  }

  .md\:pb-44 {
    padding-bottom: 44px !important;
  }

  .md\:pb-45 {
    padding-bottom: 45px !important;
  }

  .md\:pb-50 {
    padding-bottom: 50px !important;
  }

  .md\:pb-55 {
    padding-bottom: 55px !important;
  }

  .md\:pb-60 {
    padding-bottom: 60px !important;
  }

  .md\:pb-65 {
    padding-bottom: 65px !important;
  }

  .md\:pb-70 {
    padding-bottom: 70px !important;
  }

  .md\:pb-75 {
    padding-bottom: 75px !important;
  }

  .md\:pb-80 {
    padding-bottom: 80px !important;
  }

  .md\:pb-85 {
    padding-bottom: 85px !important;
  }

  .md\:pb-90 {
    padding-bottom: 90px !important;
  }

  .md\:pb-95 {
    padding-bottom: 95px !important;
  }

  .md\:pb-100 {
    padding-bottom: 100px !important;
  }

  .md\:pb-105 {
    padding-bottom: 105px !important;
  }

  .md\:pb-110 {
    padding-bottom: 110px !important;
  }

  .md\:pb-115 {
    padding-bottom: 115px !important;
  }

  .md\:pb-120 {
    padding-bottom: 120px !important;
  }

  .md\:pb-125 {
    padding-bottom: 125px !important;
  }

  .md\:pb-130 {
    padding-bottom: 130px !important;
  }

  .md\:pb-135 {
    padding-bottom: 135px !important;
  }

  .md\:pb-140 {
    padding-bottom: 140px !important;
  }

  .md\:pb-142 {
    padding-bottom: 142px !important;
  }

  .md\:pb-145 {
    padding-bottom: 145px !important;
  }

  .md\:pb-150 {
    padding-bottom: 150px !important;
  }

  .md\:pb-160 {
    padding-bottom: 160px !important;
  }

  .md\:pb-165 {
    padding-bottom: 165px !important;
  }

  .md\:pb-170 {
    padding-bottom: 170px !important;
  }

  .md\:pb-180 {
    padding-bottom: 180px !important;
  }

  .md\:pb-185 {
    padding-bottom: 185px !important;
  }

  .md\:pb-190 {
    padding-bottom: 190px !important;
  }

  .md\:pb-200 {
    padding-bottom: 200px !important;
  }

  .md\:pb-225 {
    padding-bottom: 225px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }

  .md\:pl-5 {
    padding-left: 5px !important;
  }

  .md\:pl-8 {
    padding-left: 8px !important;
  }

  .md\:pl-10 {
    padding-left: 10px !important;
  }

  .md\:pl-15 {
    padding-left: 15px !important;
  }

  .md\:pl-20 {
    padding-left: 20px !important;
  }

  .md\:pl-25 {
    padding-left: 25px !important;
  }

  .md\:pl-26 {
    padding-left: 26px !important;
  }

  .md\:pl-27 {
    padding-left: 27px !important;
  }

  .md\:pl-28 {
    padding-left: 28px !important;
  }

  .md\:pl-30 {
    padding-left: 30px !important;
  }

  .md\:pl-32 {
    padding-left: 32px !important;
  }

  .md\:pl-33 {
    padding-left: 33px !important;
  }

  .md\:pl-34 {
    padding-left: 34px !important;
  }

  .md\:pl-35 {
    padding-left: 35px !important;
  }

  .md\:pl-38 {
    padding-left: 38px !important;
  }

  .md\:pl-40 {
    padding-left: 40px !important;
  }

  .md\:pl-44 {
    padding-left: 44px !important;
  }

  .md\:pl-45 {
    padding-left: 45px !important;
  }

  .md\:pl-50 {
    padding-left: 50px !important;
  }

  .md\:pl-55 {
    padding-left: 55px !important;
  }

  .md\:pl-60 {
    padding-left: 60px !important;
  }

  .md\:pl-65 {
    padding-left: 65px !important;
  }

  .md\:pl-70 {
    padding-left: 70px !important;
  }

  .md\:pl-75 {
    padding-left: 75px !important;
  }

  .md\:pl-80 {
    padding-left: 80px !important;
  }

  .md\:pl-85 {
    padding-left: 85px !important;
  }

  .md\:pl-90 {
    padding-left: 90px !important;
  }

  .md\:pl-95 {
    padding-left: 95px !important;
  }

  .md\:pl-100 {
    padding-left: 100px !important;
  }

  .md\:pl-105 {
    padding-left: 105px !important;
  }

  .md\:pl-110 {
    padding-left: 110px !important;
  }

  .md\:pl-115 {
    padding-left: 115px !important;
  }

  .md\:pl-120 {
    padding-left: 120px !important;
  }

  .md\:pl-125 {
    padding-left: 125px !important;
  }

  .md\:pl-130 {
    padding-left: 130px !important;
  }

  .md\:pl-135 {
    padding-left: 135px !important;
  }

  .md\:pl-140 {
    padding-left: 140px !important;
  }

  .md\:pl-142 {
    padding-left: 142px !important;
  }

  .md\:pl-145 {
    padding-left: 145px !important;
  }

  .md\:pl-150 {
    padding-left: 150px !important;
  }

  .md\:pl-160 {
    padding-left: 160px !important;
  }

  .md\:pl-165 {
    padding-left: 165px !important;
  }

  .md\:pl-170 {
    padding-left: 170px !important;
  }

  .md\:pl-180 {
    padding-left: 180px !important;
  }

  .md\:pl-185 {
    padding-left: 185px !important;
  }

  .md\:pl-190 {
    padding-left: 190px !important;
  }

  .md\:pl-200 {
    padding-left: 200px !important;
  }

  .md\:pl-225 {
    padding-left: 225px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:font-font-zilla {
    font-family: Zilla Slab !important;
  }

  .md\:font-font-montserrat {
    font-family: Montserrat !important;
  }

  .md\:font-font-helveticaneuemedium {
    font-family: helveticaneuemedium !important;
  }

  .md\:text-base {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .md\:text-fs-400 {
    font-size: 400px !important;
    line-height: 320px !important;
  }

  .md\:text-fs-215 {
    font-size: 215px !important;
    line-height: 172px !important;
  }

  .md\:text-fs-160 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .md\:text-fs-140 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .md\:text-fs-110 {
    font-size: 110px !important;
    line-height: 88px !important;
  }

  .md\:text-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .md\:text-fs-60 {
    font-size: 60px !important;
    line-height: 72px !important;
  }

  .md\:text-fs-55 {
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .md\:text-fs-50 {
    font-size: 50px !important;
    line-height: 45px !important;
  }

  .md\:text-fs-45 {
    font-size: 45px !important;
    line-height: 36px !important;
  }

  .md\:text-fs-40 {
    font-size: 40px !important;
    line-height: 32px !important;
  }

  .md\:text-fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .md\:text-fs-32 {
    font-size: 32px !important;
    line-height: 26px !important;
  }

  .md\:text-fs-30 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  .md\:text-fs-28 {
    font-size: 28px !important;
    line-height: 22px !important;
  }

  .md\:text-fs-24 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .md\:text-fs-26 {
    font-size: 26px !important;
    line-height: 41px !important;
  }

  .md\:text-fs-22 {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .md\:text-fs-20 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .md\:text-fs-18 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .md\:text-fs-17 {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .md\:text-fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .md\:text-fs-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .md\:text-fs-13 {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .md\:font-thin {
    font-weight: 100 !important;
  }

  .md\:font-extralight {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-lh-68 {
    line-height: 68px !important;
  }

  .md\:leading-lh-60 {
    line-height: 60px !important;
  }

  .md\:leading-lh-55 {
    line-height: 55px !important;
  }

  .md\:leading-lh-52 {
    line-height: 52px !important;
  }

  .md\:leading-lh-50 {
    line-height: 50px !important;
  }

  .md\:leading-lh-44 {
    line-height: 44px !important;
  }

  .md\:leading-lh-42 {
    line-height: 42px !important;
  }

  .md\:leading-lh-38 {
    line-height: 38px !important;
  }

  .md\:leading-lh-28 {
    line-height: 28px !important;
  }

  .md\:leading-lh-30 {
    line-height: 30px !important;
  }

  .md\:leading-lh-25 {
    line-height: 25px !important;
  }

  .md\:leading-lh-24 {
    line-height: 24px !important;
  }

  .md\:leading-lh-22 {
    line-height: 22px !important;
  }

  .md\:leading-lh-21 {
    line-height: 21px !important;
  }

  .md\:leading-lh-20 {
    line-height: 20px !important;
  }

  .md\:leading-lh-18 {
    line-height: 18px !important;
  }

  .md\:leading-lh-16 {
    line-height: 16px !important;
  }

  .md\:leading-lh-37 {
    line-height: 37px !important;
  }

  .md\:leading-lh-35 {
    line-height: 35px !important;
  }

  .md\:leading-lh-33 {
    line-height: 33px !important;
  }

  .md\:leading-lh-88 {
    line-height: 88px !important;
  }

  .md\:leading-lh-72 {
    line-height: 72px !important;
  }

  .md\:leading-lh-62 {
    line-height: 62px !important;
  }

  .md\:leading-lh-45 {
    line-height: 45px !important;
  }

  .md\:leading-lh-26 {
    line-height: 26px !important;
  }

  .md\:leading-lh-27 {
    line-height: 27px !important;
  }

  .md\:leading-lh-23 {
    line-height: 23px !important;
  }

  .md\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .md\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .md\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .md\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .md\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .md\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .md\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .md\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .md\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-current {
    color: currentColor !important;
  }

  .md\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .md\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .md\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .md\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .md\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .md\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .md\:group-hover\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .md\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lightteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-darkteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-darkred:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-darkblue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-skybule:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lightgray:focus-within {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus-within\:text-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-devider:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cream:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-buttercup:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lightteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-darkteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-darkred:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-darkblue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-skybule:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lightgray:hover {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:hover\:text-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-devider:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cream:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-buttercup:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lightteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-darkteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-darkred:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-darkblue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-skybule:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lightgray:focus {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:text-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-devider:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cream:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-buttercup:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkred::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkred::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkblue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkblue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-skybule::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-skybule::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightgray::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:placeholder-lightgray::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-devider::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-devider::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cream::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cream::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-buttercup::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-buttercup::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkred:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkred:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkblue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkblue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-skybule:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-skybule:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightgray:focus::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:placeholder-lightgray:focus::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-devider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-devider:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cream:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cream:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-buttercup:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-buttercup:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-5 {
    opacity: 0.05 !important;
  }

  .md\:opacity-10 {
    opacity: 0.1 !important;
  }

  .md\:opacity-20 {
    opacity: 0.2 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-30 {
    opacity: 0.3 !important;
  }

  .md\:opacity-40 {
    opacity: 0.4 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-57 {
    opacity: 0.57 !important;
  }

  .md\:opacity-60 {
    opacity: 0.6 !important;
  }

  .md\:opacity-70 {
    opacity: 0.7 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-80 {
    opacity: 0.8 !important;
  }

  .md\:opacity-90 {
    opacity: 0.9 !important;
  }

  .md\:opacity-95 {
    opacity: 0.95 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .md\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .md\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .md\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .md\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .md\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lightteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-darkteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-darkred {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-darkblue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-skybule {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lightgray {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:ring-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-devider {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cream {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-buttercup {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lightteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-darkteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-darkred:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-darkblue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-skybule:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lightgray:focus-within {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus-within\:ring-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-devider:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cream:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-buttercup:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lightteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-darkteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-darkred:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-darkblue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-skybule:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lightgray:focus {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:ring-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-devider:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cream:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-buttercup:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:ring-offset-lightteal {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .md\:ring-offset-darkteal {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .md\:ring-offset-red {
    --tw-ring-offset-color: #D6393C !important;
  }

  .md\:ring-offset-darkred {
    --tw-ring-offset-color: #B63033 !important;
  }

  .md\:ring-offset-darkblue {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .md\:ring-offset-skybule {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .md\:ring-offset-yellow {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .md\:ring-offset-lightgray {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:ring-offset-gray {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md\:ring-offset-devider {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .md\:ring-offset-cream {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .md\:ring-offset-blue01 {
    --tw-ring-offset-color: #39495B !important;
  }

  .md\:ring-offset-blue02 {
    --tw-ring-offset-color: #37526B !important;
  }

  .md\:ring-offset-buttercup {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .md\:ring-offset-lime-gray {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:focus-within\:ring-offset-lightteal:focus-within {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .md\:focus-within\:ring-offset-darkteal:focus-within {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .md\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #D6393C !important;
  }

  .md\:focus-within\:ring-offset-darkred:focus-within {
    --tw-ring-offset-color: #B63033 !important;
  }

  .md\:focus-within\:ring-offset-darkblue:focus-within {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .md\:focus-within\:ring-offset-skybule:focus-within {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .md\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .md\:focus-within\:ring-offset-lightgray:focus-within {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus-within\:ring-offset-gray:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md\:focus-within\:ring-offset-devider:focus-within {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .md\:focus-within\:ring-offset-cream:focus-within {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .md\:focus-within\:ring-offset-blue01:focus-within {
    --tw-ring-offset-color: #39495B !important;
  }

  .md\:focus-within\:ring-offset-blue02:focus-within {
    --tw-ring-offset-color: #37526B !important;
  }

  .md\:focus-within\:ring-offset-buttercup:focus-within {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .md\:focus-within\:ring-offset-lime-gray:focus-within {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000 !important;
  }

  .md\:focus\:ring-offset-lightteal:focus {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .md\:focus\:ring-offset-darkteal:focus {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .md\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #D6393C !important;
  }

  .md\:focus\:ring-offset-darkred:focus {
    --tw-ring-offset-color: #B63033 !important;
  }

  .md\:focus\:ring-offset-darkblue:focus {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .md\:focus\:ring-offset-skybule:focus {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .md\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .md\:focus\:ring-offset-lightgray:focus {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .md\:focus\:ring-offset-gray:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .md\:focus\:ring-offset-devider:focus {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .md\:focus\:ring-offset-cream:focus {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .md\:focus\:ring-offset-blue01:focus {
    --tw-ring-offset-color: #39495B !important;
  }

  .md\:focus\:ring-offset-blue02:focus {
    --tw-ring-offset-color: #37526B !important;
  }

  .md\:focus\:ring-offset-buttercup:focus {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .md\:focus\:ring-offset-lime-gray:focus {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .md\:filter-none {
    filter: none !important;
  }

  .md\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .md\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .md\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .md\:blur {
    --tw-blur: blur(8px) !important;
  }

  .md\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .md\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .md\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .md\:invert {
    --tw-invert: invert(100%) !important;
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .md\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .md\:backdrop-filter-none {
    backdrop-filter: none !important;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md\:transition-none {
    transition-property: none !important;
  }

  .md\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .md\:delay-75 {
    transition-delay: 75ms !important;
  }

  .md\:delay-100 {
    transition-delay: 100ms !important;
  }

  .md\:delay-150 {
    transition-delay: 150ms !important;
  }

  .md\:delay-200 {
    transition-delay: 200ms !important;
  }

  .md\:delay-300 {
    transition-delay: 300ms !important;
  }

  .md\:delay-500 {
    transition-delay: 500ms !important;
  }

  .md\:delay-700 {
    transition-delay: 700ms !important;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .md\:duration-75 {
    transition-duration: 75ms !important;
  }

  .md\:duration-100 {
    transition-duration: 100ms !important;
  }

  .md\:duration-150 {
    transition-duration: 150ms !important;
  }

  .md\:duration-200 {
    transition-duration: 200ms !important;
  }

  .md\:duration-300 {
    transition-duration: 300ms !important;
  }

  .md\:duration-500 {
    transition-duration: 500ms !important;
  }

  .md\:duration-700 {
    transition-duration: 700ms !important;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md\:ease-linear {
    transition-timing-function: linear !important;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 576px) {
  .sm\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: sticky !important;
  }

  .sm\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .sm\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .sm\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .sm\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .sm\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .sm\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .sm\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .sm\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .sm\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .sm\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .sm\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .sm\:inset-33 {
    top: 33px !important;
    right: 33px !important;
    bottom: 33px !important;
    left: 33px !important;
  }

  .sm\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .sm\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .sm\:inset-38 {
    top: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    left: 38px !important;
  }

  .sm\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .sm\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .sm\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .sm\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .sm\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .sm\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .sm\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .sm\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .sm\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .sm\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .sm\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .sm\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .sm\:inset-95 {
    top: 95px !important;
    right: 95px !important;
    bottom: 95px !important;
    left: 95px !important;
  }

  .sm\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .sm\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .sm\:inset-110 {
    top: 110px !important;
    right: 110px !important;
    bottom: 110px !important;
    left: 110px !important;
  }

  .sm\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .sm\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .sm\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .sm\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .sm\:inset-135 {
    top: 135px !important;
    right: 135px !important;
    bottom: 135px !important;
    left: 135px !important;
  }

  .sm\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .sm\:inset-142 {
    top: 142px !important;
    right: 142px !important;
    bottom: 142px !important;
    left: 142px !important;
  }

  .sm\:inset-145 {
    top: 145px !important;
    right: 145px !important;
    bottom: 145px !important;
    left: 145px !important;
  }

  .sm\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .sm\:inset-160 {
    top: 160px !important;
    right: 160px !important;
    bottom: 160px !important;
    left: 160px !important;
  }

  .sm\:inset-165 {
    top: 165px !important;
    right: 165px !important;
    bottom: 165px !important;
    left: 165px !important;
  }

  .sm\:inset-170 {
    top: 170px !important;
    right: 170px !important;
    bottom: 170px !important;
    left: 170px !important;
  }

  .sm\:inset-180 {
    top: 180px !important;
    right: 180px !important;
    bottom: 180px !important;
    left: 180px !important;
  }

  .sm\:inset-185 {
    top: 185px !important;
    right: 185px !important;
    bottom: 185px !important;
    left: 185px !important;
  }

  .sm\:inset-190 {
    top: 190px !important;
    right: 190px !important;
    bottom: 190px !important;
    left: 190px !important;
  }

  .sm\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .sm\:inset-225 {
    top: 225px !important;
    right: 225px !important;
    bottom: 225px !important;
    left: 225px !important;
  }

  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .sm\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .sm\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .sm\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .sm\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .sm\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .sm\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .sm\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .sm\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .sm\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .sm\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .sm\:-inset-33 {
    top: -33px !important;
    right: -33px !important;
    bottom: -33px !important;
    left: -33px !important;
  }

  .sm\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .sm\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .sm\:-inset-38 {
    top: -38px !important;
    right: -38px !important;
    bottom: -38px !important;
    left: -38px !important;
  }

  .sm\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .sm\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .sm\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .sm\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .sm\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .sm\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .sm\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .sm\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .sm\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .sm\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .sm\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .sm\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .sm\:-inset-95 {
    top: -95px !important;
    right: -95px !important;
    bottom: -95px !important;
    left: -95px !important;
  }

  .sm\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .sm\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .sm\:-inset-110 {
    top: -110px !important;
    right: -110px !important;
    bottom: -110px !important;
    left: -110px !important;
  }

  .sm\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .sm\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .sm\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .sm\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .sm\:-inset-135 {
    top: -135px !important;
    right: -135px !important;
    bottom: -135px !important;
    left: -135px !important;
  }

  .sm\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .sm\:-inset-142 {
    top: -142px !important;
    right: -142px !important;
    bottom: -142px !important;
    left: -142px !important;
  }

  .sm\:-inset-145 {
    top: -145px !important;
    right: -145px !important;
    bottom: -145px !important;
    left: -145px !important;
  }

  .sm\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .sm\:-inset-160 {
    top: -160px !important;
    right: -160px !important;
    bottom: -160px !important;
    left: -160px !important;
  }

  .sm\:-inset-165 {
    top: -165px !important;
    right: -165px !important;
    bottom: -165px !important;
    left: -165px !important;
  }

  .sm\:-inset-170 {
    top: -170px !important;
    right: -170px !important;
    bottom: -170px !important;
    left: -170px !important;
  }

  .sm\:-inset-180 {
    top: -180px !important;
    right: -180px !important;
    bottom: -180px !important;
    left: -180px !important;
  }

  .sm\:-inset-185 {
    top: -185px !important;
    right: -185px !important;
    bottom: -185px !important;
    left: -185px !important;
  }

  .sm\:-inset-190 {
    top: -190px !important;
    right: -190px !important;
    bottom: -190px !important;
    left: -190px !important;
  }

  .sm\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .sm\:-inset-225 {
    top: -225px !important;
    right: -225px !important;
    bottom: -225px !important;
    left: -225px !important;
  }

  .sm\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .sm\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .sm\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .sm\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .sm\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .sm\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .sm\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .sm\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .sm\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .sm\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .sm\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .sm\:inset-x-33 {
    left: 33px !important;
    right: 33px !important;
  }

  .sm\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .sm\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .sm\:inset-x-38 {
    left: 38px !important;
    right: 38px !important;
  }

  .sm\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .sm\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .sm\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .sm\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .sm\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .sm\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .sm\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .sm\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .sm\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .sm\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .sm\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .sm\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .sm\:inset-x-95 {
    left: 95px !important;
    right: 95px !important;
  }

  .sm\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .sm\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .sm\:inset-x-110 {
    left: 110px !important;
    right: 110px !important;
  }

  .sm\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .sm\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .sm\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .sm\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .sm\:inset-x-135 {
    left: 135px !important;
    right: 135px !important;
  }

  .sm\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .sm\:inset-x-142 {
    left: 142px !important;
    right: 142px !important;
  }

  .sm\:inset-x-145 {
    left: 145px !important;
    right: 145px !important;
  }

  .sm\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .sm\:inset-x-160 {
    left: 160px !important;
    right: 160px !important;
  }

  .sm\:inset-x-165 {
    left: 165px !important;
    right: 165px !important;
  }

  .sm\:inset-x-170 {
    left: 170px !important;
    right: 170px !important;
  }

  .sm\:inset-x-180 {
    left: 180px !important;
    right: 180px !important;
  }

  .sm\:inset-x-185 {
    left: 185px !important;
    right: 185px !important;
  }

  .sm\:inset-x-190 {
    left: 190px !important;
    right: 190px !important;
  }

  .sm\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .sm\:inset-x-225 {
    left: 225px !important;
    right: 225px !important;
  }

  .sm\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .sm\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .sm\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .sm\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .sm\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .sm\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .sm\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .sm\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .sm\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .sm\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .sm\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .sm\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .sm\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .sm\:-inset-x-33 {
    left: -33px !important;
    right: -33px !important;
  }

  .sm\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .sm\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .sm\:-inset-x-38 {
    left: -38px !important;
    right: -38px !important;
  }

  .sm\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .sm\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .sm\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .sm\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .sm\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .sm\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .sm\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .sm\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .sm\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .sm\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .sm\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .sm\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .sm\:-inset-x-95 {
    left: -95px !important;
    right: -95px !important;
  }

  .sm\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .sm\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .sm\:-inset-x-110 {
    left: -110px !important;
    right: -110px !important;
  }

  .sm\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .sm\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .sm\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .sm\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .sm\:-inset-x-135 {
    left: -135px !important;
    right: -135px !important;
  }

  .sm\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .sm\:-inset-x-142 {
    left: -142px !important;
    right: -142px !important;
  }

  .sm\:-inset-x-145 {
    left: -145px !important;
    right: -145px !important;
  }

  .sm\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .sm\:-inset-x-160 {
    left: -160px !important;
    right: -160px !important;
  }

  .sm\:-inset-x-165 {
    left: -165px !important;
    right: -165px !important;
  }

  .sm\:-inset-x-170 {
    left: -170px !important;
    right: -170px !important;
  }

  .sm\:-inset-x-180 {
    left: -180px !important;
    right: -180px !important;
  }

  .sm\:-inset-x-185 {
    left: -185px !important;
    right: -185px !important;
  }

  .sm\:-inset-x-190 {
    left: -190px !important;
    right: -190px !important;
  }

  .sm\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .sm\:-inset-x-225 {
    left: -225px !important;
    right: -225px !important;
  }

  .sm\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .sm\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .sm\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .sm\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .sm\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .sm\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .sm\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .sm\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .sm\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .sm\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .sm\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .sm\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .sm\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .sm\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .sm\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .sm\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .sm\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .sm\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .sm\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .sm\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .sm\:inset-y-33 {
    top: 33px !important;
    bottom: 33px !important;
  }

  .sm\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .sm\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .sm\:inset-y-38 {
    top: 38px !important;
    bottom: 38px !important;
  }

  .sm\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .sm\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .sm\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .sm\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .sm\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .sm\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .sm\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .sm\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .sm\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .sm\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .sm\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .sm\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .sm\:inset-y-95 {
    top: 95px !important;
    bottom: 95px !important;
  }

  .sm\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .sm\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .sm\:inset-y-110 {
    top: 110px !important;
    bottom: 110px !important;
  }

  .sm\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .sm\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .sm\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .sm\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .sm\:inset-y-135 {
    top: 135px !important;
    bottom: 135px !important;
  }

  .sm\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .sm\:inset-y-142 {
    top: 142px !important;
    bottom: 142px !important;
  }

  .sm\:inset-y-145 {
    top: 145px !important;
    bottom: 145px !important;
  }

  .sm\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .sm\:inset-y-160 {
    top: 160px !important;
    bottom: 160px !important;
  }

  .sm\:inset-y-165 {
    top: 165px !important;
    bottom: 165px !important;
  }

  .sm\:inset-y-170 {
    top: 170px !important;
    bottom: 170px !important;
  }

  .sm\:inset-y-180 {
    top: 180px !important;
    bottom: 180px !important;
  }

  .sm\:inset-y-185 {
    top: 185px !important;
    bottom: 185px !important;
  }

  .sm\:inset-y-190 {
    top: 190px !important;
    bottom: 190px !important;
  }

  .sm\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .sm\:inset-y-225 {
    top: 225px !important;
    bottom: 225px !important;
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .sm\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .sm\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .sm\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .sm\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .sm\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .sm\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .sm\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .sm\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .sm\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .sm\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .sm\:-inset-y-33 {
    top: -33px !important;
    bottom: -33px !important;
  }

  .sm\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .sm\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .sm\:-inset-y-38 {
    top: -38px !important;
    bottom: -38px !important;
  }

  .sm\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .sm\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .sm\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .sm\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .sm\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .sm\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .sm\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .sm\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .sm\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .sm\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .sm\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .sm\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .sm\:-inset-y-95 {
    top: -95px !important;
    bottom: -95px !important;
  }

  .sm\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .sm\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .sm\:-inset-y-110 {
    top: -110px !important;
    bottom: -110px !important;
  }

  .sm\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .sm\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .sm\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .sm\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .sm\:-inset-y-135 {
    top: -135px !important;
    bottom: -135px !important;
  }

  .sm\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .sm\:-inset-y-142 {
    top: -142px !important;
    bottom: -142px !important;
  }

  .sm\:-inset-y-145 {
    top: -145px !important;
    bottom: -145px !important;
  }

  .sm\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .sm\:-inset-y-160 {
    top: -160px !important;
    bottom: -160px !important;
  }

  .sm\:-inset-y-165 {
    top: -165px !important;
    bottom: -165px !important;
  }

  .sm\:-inset-y-170 {
    top: -170px !important;
    bottom: -170px !important;
  }

  .sm\:-inset-y-180 {
    top: -180px !important;
    bottom: -180px !important;
  }

  .sm\:-inset-y-185 {
    top: -185px !important;
    bottom: -185px !important;
  }

  .sm\:-inset-y-190 {
    top: -190px !important;
    bottom: -190px !important;
  }

  .sm\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .sm\:-inset-y-225 {
    top: -225px !important;
    bottom: -225px !important;
  }

  .sm\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:top-0 {
    top: 0px !important;
  }

  .sm\:top-5 {
    top: 5px !important;
  }

  .sm\:top-8 {
    top: 8px !important;
  }

  .sm\:top-10 {
    top: 10px !important;
  }

  .sm\:top-15 {
    top: 15px !important;
  }

  .sm\:top-20 {
    top: 20px !important;
  }

  .sm\:top-25 {
    top: 25px !important;
  }

  .sm\:top-26 {
    top: 26px !important;
  }

  .sm\:top-27 {
    top: 27px !important;
  }

  .sm\:top-28 {
    top: 28px !important;
  }

  .sm\:top-30 {
    top: 30px !important;
  }

  .sm\:top-32 {
    top: 32px !important;
  }

  .sm\:top-33 {
    top: 33px !important;
  }

  .sm\:top-34 {
    top: 34px !important;
  }

  .sm\:top-35 {
    top: 35px !important;
  }

  .sm\:top-38 {
    top: 38px !important;
  }

  .sm\:top-40 {
    top: 40px !important;
  }

  .sm\:top-44 {
    top: 44px !important;
  }

  .sm\:top-45 {
    top: 45px !important;
  }

  .sm\:top-50 {
    top: 50px !important;
  }

  .sm\:top-55 {
    top: 55px !important;
  }

  .sm\:top-60 {
    top: 60px !important;
  }

  .sm\:top-65 {
    top: 65px !important;
  }

  .sm\:top-70 {
    top: 70px !important;
  }

  .sm\:top-75 {
    top: 75px !important;
  }

  .sm\:top-80 {
    top: 80px !important;
  }

  .sm\:top-85 {
    top: 85px !important;
  }

  .sm\:top-90 {
    top: 90px !important;
  }

  .sm\:top-95 {
    top: 95px !important;
  }

  .sm\:top-100 {
    top: 100px !important;
  }

  .sm\:top-105 {
    top: 105px !important;
  }

  .sm\:top-110 {
    top: 110px !important;
  }

  .sm\:top-115 {
    top: 115px !important;
  }

  .sm\:top-120 {
    top: 120px !important;
  }

  .sm\:top-125 {
    top: 125px !important;
  }

  .sm\:top-130 {
    top: 130px !important;
  }

  .sm\:top-135 {
    top: 135px !important;
  }

  .sm\:top-140 {
    top: 140px !important;
  }

  .sm\:top-142 {
    top: 142px !important;
  }

  .sm\:top-145 {
    top: 145px !important;
  }

  .sm\:top-150 {
    top: 150px !important;
  }

  .sm\:top-160 {
    top: 160px !important;
  }

  .sm\:top-165 {
    top: 165px !important;
  }

  .sm\:top-170 {
    top: 170px !important;
  }

  .sm\:top-180 {
    top: 180px !important;
  }

  .sm\:top-185 {
    top: 185px !important;
  }

  .sm\:top-190 {
    top: 190px !important;
  }

  .sm\:top-200 {
    top: 200px !important;
  }

  .sm\:top-225 {
    top: 225px !important;
  }

  .sm\:top-auto {
    top: auto !important;
  }

  .sm\:top-px {
    top: 1px !important;
  }

  .sm\:-top-0 {
    top: 0px !important;
  }

  .sm\:-top-5 {
    top: -5px !important;
  }

  .sm\:-top-8 {
    top: -8px !important;
  }

  .sm\:-top-10 {
    top: -10px !important;
  }

  .sm\:-top-15 {
    top: -15px !important;
  }

  .sm\:-top-20 {
    top: -20px !important;
  }

  .sm\:-top-25 {
    top: -25px !important;
  }

  .sm\:-top-26 {
    top: -26px !important;
  }

  .sm\:-top-27 {
    top: -27px !important;
  }

  .sm\:-top-28 {
    top: -28px !important;
  }

  .sm\:-top-30 {
    top: -30px !important;
  }

  .sm\:-top-32 {
    top: -32px !important;
  }

  .sm\:-top-33 {
    top: -33px !important;
  }

  .sm\:-top-34 {
    top: -34px !important;
  }

  .sm\:-top-35 {
    top: -35px !important;
  }

  .sm\:-top-38 {
    top: -38px !important;
  }

  .sm\:-top-40 {
    top: -40px !important;
  }

  .sm\:-top-44 {
    top: -44px !important;
  }

  .sm\:-top-45 {
    top: -45px !important;
  }

  .sm\:-top-50 {
    top: -50px !important;
  }

  .sm\:-top-55 {
    top: -55px !important;
  }

  .sm\:-top-60 {
    top: -60px !important;
  }

  .sm\:-top-65 {
    top: -65px !important;
  }

  .sm\:-top-70 {
    top: -70px !important;
  }

  .sm\:-top-75 {
    top: -75px !important;
  }

  .sm\:-top-80 {
    top: -80px !important;
  }

  .sm\:-top-85 {
    top: -85px !important;
  }

  .sm\:-top-90 {
    top: -90px !important;
  }

  .sm\:-top-95 {
    top: -95px !important;
  }

  .sm\:-top-100 {
    top: -100px !important;
  }

  .sm\:-top-105 {
    top: -105px !important;
  }

  .sm\:-top-110 {
    top: -110px !important;
  }

  .sm\:-top-115 {
    top: -115px !important;
  }

  .sm\:-top-120 {
    top: -120px !important;
  }

  .sm\:-top-125 {
    top: -125px !important;
  }

  .sm\:-top-130 {
    top: -130px !important;
  }

  .sm\:-top-135 {
    top: -135px !important;
  }

  .sm\:-top-140 {
    top: -140px !important;
  }

  .sm\:-top-142 {
    top: -142px !important;
  }

  .sm\:-top-145 {
    top: -145px !important;
  }

  .sm\:-top-150 {
    top: -150px !important;
  }

  .sm\:-top-160 {
    top: -160px !important;
  }

  .sm\:-top-165 {
    top: -165px !important;
  }

  .sm\:-top-170 {
    top: -170px !important;
  }

  .sm\:-top-180 {
    top: -180px !important;
  }

  .sm\:-top-185 {
    top: -185px !important;
  }

  .sm\:-top-190 {
    top: -190px !important;
  }

  .sm\:-top-200 {
    top: -200px !important;
  }

  .sm\:-top-225 {
    top: -225px !important;
  }

  .sm\:-top-px {
    top: -1px !important;
  }

  .sm\:top-1\/2 {
    top: 50% !important;
  }

  .sm\:top-1\/3 {
    top: 33.333333% !important;
  }

  .sm\:top-2\/3 {
    top: 66.666667% !important;
  }

  .sm\:top-1\/4 {
    top: 25% !important;
  }

  .sm\:top-2\/4 {
    top: 50% !important;
  }

  .sm\:top-3\/4 {
    top: 75% !important;
  }

  .sm\:top-full {
    top: 100% !important;
  }

  .sm\:-top-1\/2 {
    top: -50% !important;
  }

  .sm\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .sm\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .sm\:-top-1\/4 {
    top: -25% !important;
  }

  .sm\:-top-2\/4 {
    top: -50% !important;
  }

  .sm\:-top-3\/4 {
    top: -75% !important;
  }

  .sm\:-top-full {
    top: -100% !important;
  }

  .sm\:right-0 {
    right: 0px !important;
  }

  .sm\:right-5 {
    right: 5px !important;
  }

  .sm\:right-8 {
    right: 8px !important;
  }

  .sm\:right-10 {
    right: 10px !important;
  }

  .sm\:right-15 {
    right: 15px !important;
  }

  .sm\:right-20 {
    right: 20px !important;
  }

  .sm\:right-25 {
    right: 25px !important;
  }

  .sm\:right-26 {
    right: 26px !important;
  }

  .sm\:right-27 {
    right: 27px !important;
  }

  .sm\:right-28 {
    right: 28px !important;
  }

  .sm\:right-30 {
    right: 30px !important;
  }

  .sm\:right-32 {
    right: 32px !important;
  }

  .sm\:right-33 {
    right: 33px !important;
  }

  .sm\:right-34 {
    right: 34px !important;
  }

  .sm\:right-35 {
    right: 35px !important;
  }

  .sm\:right-38 {
    right: 38px !important;
  }

  .sm\:right-40 {
    right: 40px !important;
  }

  .sm\:right-44 {
    right: 44px !important;
  }

  .sm\:right-45 {
    right: 45px !important;
  }

  .sm\:right-50 {
    right: 50px !important;
  }

  .sm\:right-55 {
    right: 55px !important;
  }

  .sm\:right-60 {
    right: 60px !important;
  }

  .sm\:right-65 {
    right: 65px !important;
  }

  .sm\:right-70 {
    right: 70px !important;
  }

  .sm\:right-75 {
    right: 75px !important;
  }

  .sm\:right-80 {
    right: 80px !important;
  }

  .sm\:right-85 {
    right: 85px !important;
  }

  .sm\:right-90 {
    right: 90px !important;
  }

  .sm\:right-95 {
    right: 95px !important;
  }

  .sm\:right-100 {
    right: 100px !important;
  }

  .sm\:right-105 {
    right: 105px !important;
  }

  .sm\:right-110 {
    right: 110px !important;
  }

  .sm\:right-115 {
    right: 115px !important;
  }

  .sm\:right-120 {
    right: 120px !important;
  }

  .sm\:right-125 {
    right: 125px !important;
  }

  .sm\:right-130 {
    right: 130px !important;
  }

  .sm\:right-135 {
    right: 135px !important;
  }

  .sm\:right-140 {
    right: 140px !important;
  }

  .sm\:right-142 {
    right: 142px !important;
  }

  .sm\:right-145 {
    right: 145px !important;
  }

  .sm\:right-150 {
    right: 150px !important;
  }

  .sm\:right-160 {
    right: 160px !important;
  }

  .sm\:right-165 {
    right: 165px !important;
  }

  .sm\:right-170 {
    right: 170px !important;
  }

  .sm\:right-180 {
    right: 180px !important;
  }

  .sm\:right-185 {
    right: 185px !important;
  }

  .sm\:right-190 {
    right: 190px !important;
  }

  .sm\:right-200 {
    right: 200px !important;
  }

  .sm\:right-225 {
    right: 225px !important;
  }

  .sm\:right-auto {
    right: auto !important;
  }

  .sm\:right-px {
    right: 1px !important;
  }

  .sm\:-right-0 {
    right: 0px !important;
  }

  .sm\:-right-5 {
    right: -5px !important;
  }

  .sm\:-right-8 {
    right: -8px !important;
  }

  .sm\:-right-10 {
    right: -10px !important;
  }

  .sm\:-right-15 {
    right: -15px !important;
  }

  .sm\:-right-20 {
    right: -20px !important;
  }

  .sm\:-right-25 {
    right: -25px !important;
  }

  .sm\:-right-26 {
    right: -26px !important;
  }

  .sm\:-right-27 {
    right: -27px !important;
  }

  .sm\:-right-28 {
    right: -28px !important;
  }

  .sm\:-right-30 {
    right: -30px !important;
  }

  .sm\:-right-32 {
    right: -32px !important;
  }

  .sm\:-right-33 {
    right: -33px !important;
  }

  .sm\:-right-34 {
    right: -34px !important;
  }

  .sm\:-right-35 {
    right: -35px !important;
  }

  .sm\:-right-38 {
    right: -38px !important;
  }

  .sm\:-right-40 {
    right: -40px !important;
  }

  .sm\:-right-44 {
    right: -44px !important;
  }

  .sm\:-right-45 {
    right: -45px !important;
  }

  .sm\:-right-50 {
    right: -50px !important;
  }

  .sm\:-right-55 {
    right: -55px !important;
  }

  .sm\:-right-60 {
    right: -60px !important;
  }

  .sm\:-right-65 {
    right: -65px !important;
  }

  .sm\:-right-70 {
    right: -70px !important;
  }

  .sm\:-right-75 {
    right: -75px !important;
  }

  .sm\:-right-80 {
    right: -80px !important;
  }

  .sm\:-right-85 {
    right: -85px !important;
  }

  .sm\:-right-90 {
    right: -90px !important;
  }

  .sm\:-right-95 {
    right: -95px !important;
  }

  .sm\:-right-100 {
    right: -100px !important;
  }

  .sm\:-right-105 {
    right: -105px !important;
  }

  .sm\:-right-110 {
    right: -110px !important;
  }

  .sm\:-right-115 {
    right: -115px !important;
  }

  .sm\:-right-120 {
    right: -120px !important;
  }

  .sm\:-right-125 {
    right: -125px !important;
  }

  .sm\:-right-130 {
    right: -130px !important;
  }

  .sm\:-right-135 {
    right: -135px !important;
  }

  .sm\:-right-140 {
    right: -140px !important;
  }

  .sm\:-right-142 {
    right: -142px !important;
  }

  .sm\:-right-145 {
    right: -145px !important;
  }

  .sm\:-right-150 {
    right: -150px !important;
  }

  .sm\:-right-160 {
    right: -160px !important;
  }

  .sm\:-right-165 {
    right: -165px !important;
  }

  .sm\:-right-170 {
    right: -170px !important;
  }

  .sm\:-right-180 {
    right: -180px !important;
  }

  .sm\:-right-185 {
    right: -185px !important;
  }

  .sm\:-right-190 {
    right: -190px !important;
  }

  .sm\:-right-200 {
    right: -200px !important;
  }

  .sm\:-right-225 {
    right: -225px !important;
  }

  .sm\:-right-px {
    right: -1px !important;
  }

  .sm\:right-1\/2 {
    right: 50% !important;
  }

  .sm\:right-1\/3 {
    right: 33.333333% !important;
  }

  .sm\:right-2\/3 {
    right: 66.666667% !important;
  }

  .sm\:right-1\/4 {
    right: 25% !important;
  }

  .sm\:right-2\/4 {
    right: 50% !important;
  }

  .sm\:right-3\/4 {
    right: 75% !important;
  }

  .sm\:right-full {
    right: 100% !important;
  }

  .sm\:-right-1\/2 {
    right: -50% !important;
  }

  .sm\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .sm\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .sm\:-right-1\/4 {
    right: -25% !important;
  }

  .sm\:-right-2\/4 {
    right: -50% !important;
  }

  .sm\:-right-3\/4 {
    right: -75% !important;
  }

  .sm\:-right-full {
    right: -100% !important;
  }

  .sm\:bottom-0 {
    bottom: 0px !important;
  }

  .sm\:bottom-5 {
    bottom: 5px !important;
  }

  .sm\:bottom-8 {
    bottom: 8px !important;
  }

  .sm\:bottom-10 {
    bottom: 10px !important;
  }

  .sm\:bottom-15 {
    bottom: 15px !important;
  }

  .sm\:bottom-20 {
    bottom: 20px !important;
  }

  .sm\:bottom-25 {
    bottom: 25px !important;
  }

  .sm\:bottom-26 {
    bottom: 26px !important;
  }

  .sm\:bottom-27 {
    bottom: 27px !important;
  }

  .sm\:bottom-28 {
    bottom: 28px !important;
  }

  .sm\:bottom-30 {
    bottom: 30px !important;
  }

  .sm\:bottom-32 {
    bottom: 32px !important;
  }

  .sm\:bottom-33 {
    bottom: 33px !important;
  }

  .sm\:bottom-34 {
    bottom: 34px !important;
  }

  .sm\:bottom-35 {
    bottom: 35px !important;
  }

  .sm\:bottom-38 {
    bottom: 38px !important;
  }

  .sm\:bottom-40 {
    bottom: 40px !important;
  }

  .sm\:bottom-44 {
    bottom: 44px !important;
  }

  .sm\:bottom-45 {
    bottom: 45px !important;
  }

  .sm\:bottom-50 {
    bottom: 50px !important;
  }

  .sm\:bottom-55 {
    bottom: 55px !important;
  }

  .sm\:bottom-60 {
    bottom: 60px !important;
  }

  .sm\:bottom-65 {
    bottom: 65px !important;
  }

  .sm\:bottom-70 {
    bottom: 70px !important;
  }

  .sm\:bottom-75 {
    bottom: 75px !important;
  }

  .sm\:bottom-80 {
    bottom: 80px !important;
  }

  .sm\:bottom-85 {
    bottom: 85px !important;
  }

  .sm\:bottom-90 {
    bottom: 90px !important;
  }

  .sm\:bottom-95 {
    bottom: 95px !important;
  }

  .sm\:bottom-100 {
    bottom: 100px !important;
  }

  .sm\:bottom-105 {
    bottom: 105px !important;
  }

  .sm\:bottom-110 {
    bottom: 110px !important;
  }

  .sm\:bottom-115 {
    bottom: 115px !important;
  }

  .sm\:bottom-120 {
    bottom: 120px !important;
  }

  .sm\:bottom-125 {
    bottom: 125px !important;
  }

  .sm\:bottom-130 {
    bottom: 130px !important;
  }

  .sm\:bottom-135 {
    bottom: 135px !important;
  }

  .sm\:bottom-140 {
    bottom: 140px !important;
  }

  .sm\:bottom-142 {
    bottom: 142px !important;
  }

  .sm\:bottom-145 {
    bottom: 145px !important;
  }

  .sm\:bottom-150 {
    bottom: 150px !important;
  }

  .sm\:bottom-160 {
    bottom: 160px !important;
  }

  .sm\:bottom-165 {
    bottom: 165px !important;
  }

  .sm\:bottom-170 {
    bottom: 170px !important;
  }

  .sm\:bottom-180 {
    bottom: 180px !important;
  }

  .sm\:bottom-185 {
    bottom: 185px !important;
  }

  .sm\:bottom-190 {
    bottom: 190px !important;
  }

  .sm\:bottom-200 {
    bottom: 200px !important;
  }

  .sm\:bottom-225 {
    bottom: 225px !important;
  }

  .sm\:bottom-auto {
    bottom: auto !important;
  }

  .sm\:bottom-px {
    bottom: 1px !important;
  }

  .sm\:-bottom-0 {
    bottom: 0px !important;
  }

  .sm\:-bottom-5 {
    bottom: -5px !important;
  }

  .sm\:-bottom-8 {
    bottom: -8px !important;
  }

  .sm\:-bottom-10 {
    bottom: -10px !important;
  }

  .sm\:-bottom-15 {
    bottom: -15px !important;
  }

  .sm\:-bottom-20 {
    bottom: -20px !important;
  }

  .sm\:-bottom-25 {
    bottom: -25px !important;
  }

  .sm\:-bottom-26 {
    bottom: -26px !important;
  }

  .sm\:-bottom-27 {
    bottom: -27px !important;
  }

  .sm\:-bottom-28 {
    bottom: -28px !important;
  }

  .sm\:-bottom-30 {
    bottom: -30px !important;
  }

  .sm\:-bottom-32 {
    bottom: -32px !important;
  }

  .sm\:-bottom-33 {
    bottom: -33px !important;
  }

  .sm\:-bottom-34 {
    bottom: -34px !important;
  }

  .sm\:-bottom-35 {
    bottom: -35px !important;
  }

  .sm\:-bottom-38 {
    bottom: -38px !important;
  }

  .sm\:-bottom-40 {
    bottom: -40px !important;
  }

  .sm\:-bottom-44 {
    bottom: -44px !important;
  }

  .sm\:-bottom-45 {
    bottom: -45px !important;
  }

  .sm\:-bottom-50 {
    bottom: -50px !important;
  }

  .sm\:-bottom-55 {
    bottom: -55px !important;
  }

  .sm\:-bottom-60 {
    bottom: -60px !important;
  }

  .sm\:-bottom-65 {
    bottom: -65px !important;
  }

  .sm\:-bottom-70 {
    bottom: -70px !important;
  }

  .sm\:-bottom-75 {
    bottom: -75px !important;
  }

  .sm\:-bottom-80 {
    bottom: -80px !important;
  }

  .sm\:-bottom-85 {
    bottom: -85px !important;
  }

  .sm\:-bottom-90 {
    bottom: -90px !important;
  }

  .sm\:-bottom-95 {
    bottom: -95px !important;
  }

  .sm\:-bottom-100 {
    bottom: -100px !important;
  }

  .sm\:-bottom-105 {
    bottom: -105px !important;
  }

  .sm\:-bottom-110 {
    bottom: -110px !important;
  }

  .sm\:-bottom-115 {
    bottom: -115px !important;
  }

  .sm\:-bottom-120 {
    bottom: -120px !important;
  }

  .sm\:-bottom-125 {
    bottom: -125px !important;
  }

  .sm\:-bottom-130 {
    bottom: -130px !important;
  }

  .sm\:-bottom-135 {
    bottom: -135px !important;
  }

  .sm\:-bottom-140 {
    bottom: -140px !important;
  }

  .sm\:-bottom-142 {
    bottom: -142px !important;
  }

  .sm\:-bottom-145 {
    bottom: -145px !important;
  }

  .sm\:-bottom-150 {
    bottom: -150px !important;
  }

  .sm\:-bottom-160 {
    bottom: -160px !important;
  }

  .sm\:-bottom-165 {
    bottom: -165px !important;
  }

  .sm\:-bottom-170 {
    bottom: -170px !important;
  }

  .sm\:-bottom-180 {
    bottom: -180px !important;
  }

  .sm\:-bottom-185 {
    bottom: -185px !important;
  }

  .sm\:-bottom-190 {
    bottom: -190px !important;
  }

  .sm\:-bottom-200 {
    bottom: -200px !important;
  }

  .sm\:-bottom-225 {
    bottom: -225px !important;
  }

  .sm\:-bottom-px {
    bottom: -1px !important;
  }

  .sm\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .sm\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .sm\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .sm\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .sm\:bottom-full {
    bottom: 100% !important;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .sm\:-bottom-full {
    bottom: -100% !important;
  }

  .sm\:left-0 {
    left: 0px !important;
  }

  .sm\:left-5 {
    left: 5px !important;
  }

  .sm\:left-8 {
    left: 8px !important;
  }

  .sm\:left-10 {
    left: 10px !important;
  }

  .sm\:left-15 {
    left: 15px !important;
  }

  .sm\:left-20 {
    left: 20px !important;
  }

  .sm\:left-25 {
    left: 25px !important;
  }

  .sm\:left-26 {
    left: 26px !important;
  }

  .sm\:left-27 {
    left: 27px !important;
  }

  .sm\:left-28 {
    left: 28px !important;
  }

  .sm\:left-30 {
    left: 30px !important;
  }

  .sm\:left-32 {
    left: 32px !important;
  }

  .sm\:left-33 {
    left: 33px !important;
  }

  .sm\:left-34 {
    left: 34px !important;
  }

  .sm\:left-35 {
    left: 35px !important;
  }

  .sm\:left-38 {
    left: 38px !important;
  }

  .sm\:left-40 {
    left: 40px !important;
  }

  .sm\:left-44 {
    left: 44px !important;
  }

  .sm\:left-45 {
    left: 45px !important;
  }

  .sm\:left-50 {
    left: 50px !important;
  }

  .sm\:left-55 {
    left: 55px !important;
  }

  .sm\:left-60 {
    left: 60px !important;
  }

  .sm\:left-65 {
    left: 65px !important;
  }

  .sm\:left-70 {
    left: 70px !important;
  }

  .sm\:left-75 {
    left: 75px !important;
  }

  .sm\:left-80 {
    left: 80px !important;
  }

  .sm\:left-85 {
    left: 85px !important;
  }

  .sm\:left-90 {
    left: 90px !important;
  }

  .sm\:left-95 {
    left: 95px !important;
  }

  .sm\:left-100 {
    left: 100px !important;
  }

  .sm\:left-105 {
    left: 105px !important;
  }

  .sm\:left-110 {
    left: 110px !important;
  }

  .sm\:left-115 {
    left: 115px !important;
  }

  .sm\:left-120 {
    left: 120px !important;
  }

  .sm\:left-125 {
    left: 125px !important;
  }

  .sm\:left-130 {
    left: 130px !important;
  }

  .sm\:left-135 {
    left: 135px !important;
  }

  .sm\:left-140 {
    left: 140px !important;
  }

  .sm\:left-142 {
    left: 142px !important;
  }

  .sm\:left-145 {
    left: 145px !important;
  }

  .sm\:left-150 {
    left: 150px !important;
  }

  .sm\:left-160 {
    left: 160px !important;
  }

  .sm\:left-165 {
    left: 165px !important;
  }

  .sm\:left-170 {
    left: 170px !important;
  }

  .sm\:left-180 {
    left: 180px !important;
  }

  .sm\:left-185 {
    left: 185px !important;
  }

  .sm\:left-190 {
    left: 190px !important;
  }

  .sm\:left-200 {
    left: 200px !important;
  }

  .sm\:left-225 {
    left: 225px !important;
  }

  .sm\:left-auto {
    left: auto !important;
  }

  .sm\:left-px {
    left: 1px !important;
  }

  .sm\:-left-0 {
    left: 0px !important;
  }

  .sm\:-left-5 {
    left: -5px !important;
  }

  .sm\:-left-8 {
    left: -8px !important;
  }

  .sm\:-left-10 {
    left: -10px !important;
  }

  .sm\:-left-15 {
    left: -15px !important;
  }

  .sm\:-left-20 {
    left: -20px !important;
  }

  .sm\:-left-25 {
    left: -25px !important;
  }

  .sm\:-left-26 {
    left: -26px !important;
  }

  .sm\:-left-27 {
    left: -27px !important;
  }

  .sm\:-left-28 {
    left: -28px !important;
  }

  .sm\:-left-30 {
    left: -30px !important;
  }

  .sm\:-left-32 {
    left: -32px !important;
  }

  .sm\:-left-33 {
    left: -33px !important;
  }

  .sm\:-left-34 {
    left: -34px !important;
  }

  .sm\:-left-35 {
    left: -35px !important;
  }

  .sm\:-left-38 {
    left: -38px !important;
  }

  .sm\:-left-40 {
    left: -40px !important;
  }

  .sm\:-left-44 {
    left: -44px !important;
  }

  .sm\:-left-45 {
    left: -45px !important;
  }

  .sm\:-left-50 {
    left: -50px !important;
  }

  .sm\:-left-55 {
    left: -55px !important;
  }

  .sm\:-left-60 {
    left: -60px !important;
  }

  .sm\:-left-65 {
    left: -65px !important;
  }

  .sm\:-left-70 {
    left: -70px !important;
  }

  .sm\:-left-75 {
    left: -75px !important;
  }

  .sm\:-left-80 {
    left: -80px !important;
  }

  .sm\:-left-85 {
    left: -85px !important;
  }

  .sm\:-left-90 {
    left: -90px !important;
  }

  .sm\:-left-95 {
    left: -95px !important;
  }

  .sm\:-left-100 {
    left: -100px !important;
  }

  .sm\:-left-105 {
    left: -105px !important;
  }

  .sm\:-left-110 {
    left: -110px !important;
  }

  .sm\:-left-115 {
    left: -115px !important;
  }

  .sm\:-left-120 {
    left: -120px !important;
  }

  .sm\:-left-125 {
    left: -125px !important;
  }

  .sm\:-left-130 {
    left: -130px !important;
  }

  .sm\:-left-135 {
    left: -135px !important;
  }

  .sm\:-left-140 {
    left: -140px !important;
  }

  .sm\:-left-142 {
    left: -142px !important;
  }

  .sm\:-left-145 {
    left: -145px !important;
  }

  .sm\:-left-150 {
    left: -150px !important;
  }

  .sm\:-left-160 {
    left: -160px !important;
  }

  .sm\:-left-165 {
    left: -165px !important;
  }

  .sm\:-left-170 {
    left: -170px !important;
  }

  .sm\:-left-180 {
    left: -180px !important;
  }

  .sm\:-left-185 {
    left: -185px !important;
  }

  .sm\:-left-190 {
    left: -190px !important;
  }

  .sm\:-left-200 {
    left: -200px !important;
  }

  .sm\:-left-225 {
    left: -225px !important;
  }

  .sm\:-left-px {
    left: -1px !important;
  }

  .sm\:left-1\/2 {
    left: 50% !important;
  }

  .sm\:left-1\/3 {
    left: 33.333333% !important;
  }

  .sm\:left-2\/3 {
    left: 66.666667% !important;
  }

  .sm\:left-1\/4 {
    left: 25% !important;
  }

  .sm\:left-2\/4 {
    left: 50% !important;
  }

  .sm\:left-3\/4 {
    left: 75% !important;
  }

  .sm\:left-full {
    left: 100% !important;
  }

  .sm\:-left-1\/2 {
    left: -50% !important;
  }

  .sm\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .sm\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .sm\:-left-1\/4 {
    left: -25% !important;
  }

  .sm\:-left-2\/4 {
    left: -50% !important;
  }

  .sm\:-left-3\/4 {
    left: -75% !important;
  }

  .sm\:-left-full {
    left: -100% !important;
  }

  .sm\:isolate {
    isolation: isolate !important;
  }

  .sm\:isolation-auto {
    isolation: auto !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:order-3 {
    order: 3 !important;
  }

  .sm\:order-4 {
    order: 4 !important;
  }

  .sm\:order-5 {
    order: 5 !important;
  }

  .sm\:order-6 {
    order: 6 !important;
  }

  .sm\:order-7 {
    order: 7 !important;
  }

  .sm\:order-8 {
    order: 8 !important;
  }

  .sm\:order-9 {
    order: 9 !important;
  }

  .sm\:order-10 {
    order: 10 !important;
  }

  .sm\:order-11 {
    order: 11 !important;
  }

  .sm\:order-12 {
    order: 12 !important;
  }

  .sm\:order-first {
    order: -9999 !important;
  }

  .sm\:order-last {
    order: 9999 !important;
  }

  .sm\:order-none {
    order: 0 !important;
  }

  .sm\:col-auto {
    grid-column: auto !important;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:row-auto {
    grid-row: auto !important;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clear-left {
    clear: left !important;
  }

  .sm\:clear-right {
    clear: right !important;
  }

  .sm\:clear-both {
    clear: both !important;
  }

  .sm\:clear-none {
    clear: none !important;
  }

  .sm\:m-0 {
    margin: 0px !important;
  }

  .sm\:m-5 {
    margin: 5px !important;
  }

  .sm\:m-8 {
    margin: 8px !important;
  }

  .sm\:m-10 {
    margin: 10px !important;
  }

  .sm\:m-15 {
    margin: 15px !important;
  }

  .sm\:m-20 {
    margin: 20px !important;
  }

  .sm\:m-25 {
    margin: 25px !important;
  }

  .sm\:m-26 {
    margin: 26px !important;
  }

  .sm\:m-27 {
    margin: 27px !important;
  }

  .sm\:m-28 {
    margin: 28px !important;
  }

  .sm\:m-30 {
    margin: 30px !important;
  }

  .sm\:m-32 {
    margin: 32px !important;
  }

  .sm\:m-33 {
    margin: 33px !important;
  }

  .sm\:m-34 {
    margin: 34px !important;
  }

  .sm\:m-35 {
    margin: 35px !important;
  }

  .sm\:m-38 {
    margin: 38px !important;
  }

  .sm\:m-40 {
    margin: 40px !important;
  }

  .sm\:m-44 {
    margin: 44px !important;
  }

  .sm\:m-45 {
    margin: 45px !important;
  }

  .sm\:m-50 {
    margin: 50px !important;
  }

  .sm\:m-55 {
    margin: 55px !important;
  }

  .sm\:m-60 {
    margin: 60px !important;
  }

  .sm\:m-65 {
    margin: 65px !important;
  }

  .sm\:m-70 {
    margin: 70px !important;
  }

  .sm\:m-75 {
    margin: 75px !important;
  }

  .sm\:m-80 {
    margin: 80px !important;
  }

  .sm\:m-85 {
    margin: 85px !important;
  }

  .sm\:m-90 {
    margin: 90px !important;
  }

  .sm\:m-95 {
    margin: 95px !important;
  }

  .sm\:m-100 {
    margin: 100px !important;
  }

  .sm\:m-105 {
    margin: 105px !important;
  }

  .sm\:m-110 {
    margin: 110px !important;
  }

  .sm\:m-115 {
    margin: 115px !important;
  }

  .sm\:m-120 {
    margin: 120px !important;
  }

  .sm\:m-125 {
    margin: 125px !important;
  }

  .sm\:m-130 {
    margin: 130px !important;
  }

  .sm\:m-135 {
    margin: 135px !important;
  }

  .sm\:m-140 {
    margin: 140px !important;
  }

  .sm\:m-142 {
    margin: 142px !important;
  }

  .sm\:m-145 {
    margin: 145px !important;
  }

  .sm\:m-150 {
    margin: 150px !important;
  }

  .sm\:m-160 {
    margin: 160px !important;
  }

  .sm\:m-165 {
    margin: 165px !important;
  }

  .sm\:m-170 {
    margin: 170px !important;
  }

  .sm\:m-180 {
    margin: 180px !important;
  }

  .sm\:m-185 {
    margin: 185px !important;
  }

  .sm\:m-190 {
    margin: 190px !important;
  }

  .sm\:m-200 {
    margin: 200px !important;
  }

  .sm\:m-225 {
    margin: 225px !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:-m-0 {
    margin: 0px !important;
  }

  .sm\:-m-5 {
    margin: -5px !important;
  }

  .sm\:-m-8 {
    margin: -8px !important;
  }

  .sm\:-m-10 {
    margin: -10px !important;
  }

  .sm\:-m-15 {
    margin: -15px !important;
  }

  .sm\:-m-20 {
    margin: -20px !important;
  }

  .sm\:-m-25 {
    margin: -25px !important;
  }

  .sm\:-m-26 {
    margin: -26px !important;
  }

  .sm\:-m-27 {
    margin: -27px !important;
  }

  .sm\:-m-28 {
    margin: -28px !important;
  }

  .sm\:-m-30 {
    margin: -30px !important;
  }

  .sm\:-m-32 {
    margin: -32px !important;
  }

  .sm\:-m-33 {
    margin: -33px !important;
  }

  .sm\:-m-34 {
    margin: -34px !important;
  }

  .sm\:-m-35 {
    margin: -35px !important;
  }

  .sm\:-m-38 {
    margin: -38px !important;
  }

  .sm\:-m-40 {
    margin: -40px !important;
  }

  .sm\:-m-44 {
    margin: -44px !important;
  }

  .sm\:-m-45 {
    margin: -45px !important;
  }

  .sm\:-m-50 {
    margin: -50px !important;
  }

  .sm\:-m-55 {
    margin: -55px !important;
  }

  .sm\:-m-60 {
    margin: -60px !important;
  }

  .sm\:-m-65 {
    margin: -65px !important;
  }

  .sm\:-m-70 {
    margin: -70px !important;
  }

  .sm\:-m-75 {
    margin: -75px !important;
  }

  .sm\:-m-80 {
    margin: -80px !important;
  }

  .sm\:-m-85 {
    margin: -85px !important;
  }

  .sm\:-m-90 {
    margin: -90px !important;
  }

  .sm\:-m-95 {
    margin: -95px !important;
  }

  .sm\:-m-100 {
    margin: -100px !important;
  }

  .sm\:-m-105 {
    margin: -105px !important;
  }

  .sm\:-m-110 {
    margin: -110px !important;
  }

  .sm\:-m-115 {
    margin: -115px !important;
  }

  .sm\:-m-120 {
    margin: -120px !important;
  }

  .sm\:-m-125 {
    margin: -125px !important;
  }

  .sm\:-m-130 {
    margin: -130px !important;
  }

  .sm\:-m-135 {
    margin: -135px !important;
  }

  .sm\:-m-140 {
    margin: -140px !important;
  }

  .sm\:-m-142 {
    margin: -142px !important;
  }

  .sm\:-m-145 {
    margin: -145px !important;
  }

  .sm\:-m-150 {
    margin: -150px !important;
  }

  .sm\:-m-160 {
    margin: -160px !important;
  }

  .sm\:-m-165 {
    margin: -165px !important;
  }

  .sm\:-m-170 {
    margin: -170px !important;
  }

  .sm\:-m-180 {
    margin: -180px !important;
  }

  .sm\:-m-185 {
    margin: -185px !important;
  }

  .sm\:-m-190 {
    margin: -190px !important;
  }

  .sm\:-m-200 {
    margin: -200px !important;
  }

  .sm\:-m-225 {
    margin: -225px !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sm\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .sm\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sm\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sm\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .sm\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .sm\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .sm\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .sm\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sm\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .sm\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }

  .sm\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .sm\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .sm\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }

  .sm\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sm\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .sm\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .sm\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .sm\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .sm\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .sm\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .sm\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .sm\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .sm\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sm\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .sm\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .sm\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .sm\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .sm\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .sm\:mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .sm\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .sm\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .sm\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .sm\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .sm\:mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .sm\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .sm\:mx-142 {
    margin-left: 142px !important;
    margin-right: 142px !important;
  }

  .sm\:mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .sm\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .sm\:mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .sm\:mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .sm\:mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .sm\:mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .sm\:mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .sm\:mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .sm\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .sm\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .sm\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .sm\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .sm\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .sm\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .sm\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .sm\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .sm\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .sm\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .sm\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .sm\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .sm\:-mx-33 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }

  .sm\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .sm\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .sm\:-mx-38 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }

  .sm\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .sm\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .sm\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .sm\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .sm\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .sm\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .sm\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .sm\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .sm\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .sm\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .sm\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .sm\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .sm\:-mx-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }

  .sm\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .sm\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .sm\:-mx-110 {
    margin-left: -110px !important;
    margin-right: -110px !important;
  }

  .sm\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .sm\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .sm\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .sm\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .sm\:-mx-135 {
    margin-left: -135px !important;
    margin-right: -135px !important;
  }

  .sm\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .sm\:-mx-142 {
    margin-left: -142px !important;
    margin-right: -142px !important;
  }

  .sm\:-mx-145 {
    margin-left: -145px !important;
    margin-right: -145px !important;
  }

  .sm\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .sm\:-mx-160 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .sm\:-mx-165 {
    margin-left: -165px !important;
    margin-right: -165px !important;
  }

  .sm\:-mx-170 {
    margin-left: -170px !important;
    margin-right: -170px !important;
  }

  .sm\:-mx-180 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .sm\:-mx-185 {
    margin-left: -185px !important;
    margin-right: -185px !important;
  }

  .sm\:-mx-190 {
    margin-left: -190px !important;
    margin-right: -190px !important;
  }

  .sm\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .sm\:-mx-225 {
    margin-left: -225px !important;
    margin-right: -225px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sm\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .sm\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .sm\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .sm\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .sm\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .sm\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .sm\:my-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .sm\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .sm\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .sm\:my-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }

  .sm\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .sm\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .sm\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .sm\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .sm\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .sm\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sm\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .sm\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .sm\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .sm\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sm\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .sm\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .sm\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .sm\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .sm\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .sm\:my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .sm\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .sm\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .sm\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .sm\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .sm\:my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .sm\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .sm\:my-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }

  .sm\:my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .sm\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .sm\:my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .sm\:my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .sm\:my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .sm\:my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .sm\:my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .sm\:my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .sm\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .sm\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .sm\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .sm\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .sm\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .sm\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .sm\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .sm\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .sm\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .sm\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .sm\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .sm\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .sm\:-my-33 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }

  .sm\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .sm\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .sm\:-my-38 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }

  .sm\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .sm\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .sm\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .sm\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .sm\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .sm\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .sm\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .sm\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .sm\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .sm\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .sm\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .sm\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .sm\:-my-95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }

  .sm\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .sm\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .sm\:-my-110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .sm\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .sm\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .sm\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .sm\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .sm\:-my-135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important;
  }

  .sm\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .sm\:-my-142 {
    margin-top: -142px !important;
    margin-bottom: -142px !important;
  }

  .sm\:-my-145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important;
  }

  .sm\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .sm\:-my-160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .sm\:-my-165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important;
  }

  .sm\:-my-170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
  }

  .sm\:-my-180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .sm\:-my-185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important;
  }

  .sm\:-my-190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
  }

  .sm\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .sm\:-my-225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .sm\:mt-5 {
    margin-top: 5px !important;
  }

  .sm\:mt-8 {
    margin-top: 8px !important;
  }

  .sm\:mt-10 {
    margin-top: 10px !important;
  }

  .sm\:mt-15 {
    margin-top: 15px !important;
  }

  .sm\:mt-20 {
    margin-top: 20px !important;
  }

  .sm\:mt-25 {
    margin-top: 25px !important;
  }

  .sm\:mt-26 {
    margin-top: 26px !important;
  }

  .sm\:mt-27 {
    margin-top: 27px !important;
  }

  .sm\:mt-28 {
    margin-top: 28px !important;
  }

  .sm\:mt-30 {
    margin-top: 30px !important;
  }

  .sm\:mt-32 {
    margin-top: 32px !important;
  }

  .sm\:mt-33 {
    margin-top: 33px !important;
  }

  .sm\:mt-34 {
    margin-top: 34px !important;
  }

  .sm\:mt-35 {
    margin-top: 35px !important;
  }

  .sm\:mt-38 {
    margin-top: 38px !important;
  }

  .sm\:mt-40 {
    margin-top: 40px !important;
  }

  .sm\:mt-44 {
    margin-top: 44px !important;
  }

  .sm\:mt-45 {
    margin-top: 45px !important;
  }

  .sm\:mt-50 {
    margin-top: 50px !important;
  }

  .sm\:mt-55 {
    margin-top: 55px !important;
  }

  .sm\:mt-60 {
    margin-top: 60px !important;
  }

  .sm\:mt-65 {
    margin-top: 65px !important;
  }

  .sm\:mt-70 {
    margin-top: 70px !important;
  }

  .sm\:mt-75 {
    margin-top: 75px !important;
  }

  .sm\:mt-80 {
    margin-top: 80px !important;
  }

  .sm\:mt-85 {
    margin-top: 85px !important;
  }

  .sm\:mt-90 {
    margin-top: 90px !important;
  }

  .sm\:mt-95 {
    margin-top: 95px !important;
  }

  .sm\:mt-100 {
    margin-top: 100px !important;
  }

  .sm\:mt-105 {
    margin-top: 105px !important;
  }

  .sm\:mt-110 {
    margin-top: 110px !important;
  }

  .sm\:mt-115 {
    margin-top: 115px !important;
  }

  .sm\:mt-120 {
    margin-top: 120px !important;
  }

  .sm\:mt-125 {
    margin-top: 125px !important;
  }

  .sm\:mt-130 {
    margin-top: 130px !important;
  }

  .sm\:mt-135 {
    margin-top: 135px !important;
  }

  .sm\:mt-140 {
    margin-top: 140px !important;
  }

  .sm\:mt-142 {
    margin-top: 142px !important;
  }

  .sm\:mt-145 {
    margin-top: 145px !important;
  }

  .sm\:mt-150 {
    margin-top: 150px !important;
  }

  .sm\:mt-160 {
    margin-top: 160px !important;
  }

  .sm\:mt-165 {
    margin-top: 165px !important;
  }

  .sm\:mt-170 {
    margin-top: 170px !important;
  }

  .sm\:mt-180 {
    margin-top: 180px !important;
  }

  .sm\:mt-185 {
    margin-top: 185px !important;
  }

  .sm\:mt-190 {
    margin-top: 190px !important;
  }

  .sm\:mt-200 {
    margin-top: 200px !important;
  }

  .sm\:mt-225 {
    margin-top: 225px !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:-mt-0 {
    margin-top: 0px !important;
  }

  .sm\:-mt-5 {
    margin-top: -5px !important;
  }

  .sm\:-mt-8 {
    margin-top: -8px !important;
  }

  .sm\:-mt-10 {
    margin-top: -10px !important;
  }

  .sm\:-mt-15 {
    margin-top: -15px !important;
  }

  .sm\:-mt-20 {
    margin-top: -20px !important;
  }

  .sm\:-mt-25 {
    margin-top: -25px !important;
  }

  .sm\:-mt-26 {
    margin-top: -26px !important;
  }

  .sm\:-mt-27 {
    margin-top: -27px !important;
  }

  .sm\:-mt-28 {
    margin-top: -28px !important;
  }

  .sm\:-mt-30 {
    margin-top: -30px !important;
  }

  .sm\:-mt-32 {
    margin-top: -32px !important;
  }

  .sm\:-mt-33 {
    margin-top: -33px !important;
  }

  .sm\:-mt-34 {
    margin-top: -34px !important;
  }

  .sm\:-mt-35 {
    margin-top: -35px !important;
  }

  .sm\:-mt-38 {
    margin-top: -38px !important;
  }

  .sm\:-mt-40 {
    margin-top: -40px !important;
  }

  .sm\:-mt-44 {
    margin-top: -44px !important;
  }

  .sm\:-mt-45 {
    margin-top: -45px !important;
  }

  .sm\:-mt-50 {
    margin-top: -50px !important;
  }

  .sm\:-mt-55 {
    margin-top: -55px !important;
  }

  .sm\:-mt-60 {
    margin-top: -60px !important;
  }

  .sm\:-mt-65 {
    margin-top: -65px !important;
  }

  .sm\:-mt-70 {
    margin-top: -70px !important;
  }

  .sm\:-mt-75 {
    margin-top: -75px !important;
  }

  .sm\:-mt-80 {
    margin-top: -80px !important;
  }

  .sm\:-mt-85 {
    margin-top: -85px !important;
  }

  .sm\:-mt-90 {
    margin-top: -90px !important;
  }

  .sm\:-mt-95 {
    margin-top: -95px !important;
  }

  .sm\:-mt-100 {
    margin-top: -100px !important;
  }

  .sm\:-mt-105 {
    margin-top: -105px !important;
  }

  .sm\:-mt-110 {
    margin-top: -110px !important;
  }

  .sm\:-mt-115 {
    margin-top: -115px !important;
  }

  .sm\:-mt-120 {
    margin-top: -120px !important;
  }

  .sm\:-mt-125 {
    margin-top: -125px !important;
  }

  .sm\:-mt-130 {
    margin-top: -130px !important;
  }

  .sm\:-mt-135 {
    margin-top: -135px !important;
  }

  .sm\:-mt-140 {
    margin-top: -140px !important;
  }

  .sm\:-mt-142 {
    margin-top: -142px !important;
  }

  .sm\:-mt-145 {
    margin-top: -145px !important;
  }

  .sm\:-mt-150 {
    margin-top: -150px !important;
  }

  .sm\:-mt-160 {
    margin-top: -160px !important;
  }

  .sm\:-mt-165 {
    margin-top: -165px !important;
  }

  .sm\:-mt-170 {
    margin-top: -170px !important;
  }

  .sm\:-mt-180 {
    margin-top: -180px !important;
  }

  .sm\:-mt-185 {
    margin-top: -185px !important;
  }

  .sm\:-mt-190 {
    margin-top: -190px !important;
  }

  .sm\:-mt-200 {
    margin-top: -200px !important;
  }

  .sm\:-mt-225 {
    margin-top: -225px !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:mr-0 {
    margin-right: 0px !important;
  }

  .sm\:mr-5 {
    margin-right: 5px !important;
  }

  .sm\:mr-8 {
    margin-right: 8px !important;
  }

  .sm\:mr-10 {
    margin-right: 10px !important;
  }

  .sm\:mr-15 {
    margin-right: 15px !important;
  }

  .sm\:mr-20 {
    margin-right: 20px !important;
  }

  .sm\:mr-25 {
    margin-right: 25px !important;
  }

  .sm\:mr-26 {
    margin-right: 26px !important;
  }

  .sm\:mr-27 {
    margin-right: 27px !important;
  }

  .sm\:mr-28 {
    margin-right: 28px !important;
  }

  .sm\:mr-30 {
    margin-right: 30px !important;
  }

  .sm\:mr-32 {
    margin-right: 32px !important;
  }

  .sm\:mr-33 {
    margin-right: 33px !important;
  }

  .sm\:mr-34 {
    margin-right: 34px !important;
  }

  .sm\:mr-35 {
    margin-right: 35px !important;
  }

  .sm\:mr-38 {
    margin-right: 38px !important;
  }

  .sm\:mr-40 {
    margin-right: 40px !important;
  }

  .sm\:mr-44 {
    margin-right: 44px !important;
  }

  .sm\:mr-45 {
    margin-right: 45px !important;
  }

  .sm\:mr-50 {
    margin-right: 50px !important;
  }

  .sm\:mr-55 {
    margin-right: 55px !important;
  }

  .sm\:mr-60 {
    margin-right: 60px !important;
  }

  .sm\:mr-65 {
    margin-right: 65px !important;
  }

  .sm\:mr-70 {
    margin-right: 70px !important;
  }

  .sm\:mr-75 {
    margin-right: 75px !important;
  }

  .sm\:mr-80 {
    margin-right: 80px !important;
  }

  .sm\:mr-85 {
    margin-right: 85px !important;
  }

  .sm\:mr-90 {
    margin-right: 90px !important;
  }

  .sm\:mr-95 {
    margin-right: 95px !important;
  }

  .sm\:mr-100 {
    margin-right: 100px !important;
  }

  .sm\:mr-105 {
    margin-right: 105px !important;
  }

  .sm\:mr-110 {
    margin-right: 110px !important;
  }

  .sm\:mr-115 {
    margin-right: 115px !important;
  }

  .sm\:mr-120 {
    margin-right: 120px !important;
  }

  .sm\:mr-125 {
    margin-right: 125px !important;
  }

  .sm\:mr-130 {
    margin-right: 130px !important;
  }

  .sm\:mr-135 {
    margin-right: 135px !important;
  }

  .sm\:mr-140 {
    margin-right: 140px !important;
  }

  .sm\:mr-142 {
    margin-right: 142px !important;
  }

  .sm\:mr-145 {
    margin-right: 145px !important;
  }

  .sm\:mr-150 {
    margin-right: 150px !important;
  }

  .sm\:mr-160 {
    margin-right: 160px !important;
  }

  .sm\:mr-165 {
    margin-right: 165px !important;
  }

  .sm\:mr-170 {
    margin-right: 170px !important;
  }

  .sm\:mr-180 {
    margin-right: 180px !important;
  }

  .sm\:mr-185 {
    margin-right: 185px !important;
  }

  .sm\:mr-190 {
    margin-right: 190px !important;
  }

  .sm\:mr-200 {
    margin-right: 200px !important;
  }

  .sm\:mr-225 {
    margin-right: 225px !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:-mr-0 {
    margin-right: 0px !important;
  }

  .sm\:-mr-5 {
    margin-right: -5px !important;
  }

  .sm\:-mr-8 {
    margin-right: -8px !important;
  }

  .sm\:-mr-10 {
    margin-right: -10px !important;
  }

  .sm\:-mr-15 {
    margin-right: -15px !important;
  }

  .sm\:-mr-20 {
    margin-right: -20px !important;
  }

  .sm\:-mr-25 {
    margin-right: -25px !important;
  }

  .sm\:-mr-26 {
    margin-right: -26px !important;
  }

  .sm\:-mr-27 {
    margin-right: -27px !important;
  }

  .sm\:-mr-28 {
    margin-right: -28px !important;
  }

  .sm\:-mr-30 {
    margin-right: -30px !important;
  }

  .sm\:-mr-32 {
    margin-right: -32px !important;
  }

  .sm\:-mr-33 {
    margin-right: -33px !important;
  }

  .sm\:-mr-34 {
    margin-right: -34px !important;
  }

  .sm\:-mr-35 {
    margin-right: -35px !important;
  }

  .sm\:-mr-38 {
    margin-right: -38px !important;
  }

  .sm\:-mr-40 {
    margin-right: -40px !important;
  }

  .sm\:-mr-44 {
    margin-right: -44px !important;
  }

  .sm\:-mr-45 {
    margin-right: -45px !important;
  }

  .sm\:-mr-50 {
    margin-right: -50px !important;
  }

  .sm\:-mr-55 {
    margin-right: -55px !important;
  }

  .sm\:-mr-60 {
    margin-right: -60px !important;
  }

  .sm\:-mr-65 {
    margin-right: -65px !important;
  }

  .sm\:-mr-70 {
    margin-right: -70px !important;
  }

  .sm\:-mr-75 {
    margin-right: -75px !important;
  }

  .sm\:-mr-80 {
    margin-right: -80px !important;
  }

  .sm\:-mr-85 {
    margin-right: -85px !important;
  }

  .sm\:-mr-90 {
    margin-right: -90px !important;
  }

  .sm\:-mr-95 {
    margin-right: -95px !important;
  }

  .sm\:-mr-100 {
    margin-right: -100px !important;
  }

  .sm\:-mr-105 {
    margin-right: -105px !important;
  }

  .sm\:-mr-110 {
    margin-right: -110px !important;
  }

  .sm\:-mr-115 {
    margin-right: -115px !important;
  }

  .sm\:-mr-120 {
    margin-right: -120px !important;
  }

  .sm\:-mr-125 {
    margin-right: -125px !important;
  }

  .sm\:-mr-130 {
    margin-right: -130px !important;
  }

  .sm\:-mr-135 {
    margin-right: -135px !important;
  }

  .sm\:-mr-140 {
    margin-right: -140px !important;
  }

  .sm\:-mr-142 {
    margin-right: -142px !important;
  }

  .sm\:-mr-145 {
    margin-right: -145px !important;
  }

  .sm\:-mr-150 {
    margin-right: -150px !important;
  }

  .sm\:-mr-160 {
    margin-right: -160px !important;
  }

  .sm\:-mr-165 {
    margin-right: -165px !important;
  }

  .sm\:-mr-170 {
    margin-right: -170px !important;
  }

  .sm\:-mr-180 {
    margin-right: -180px !important;
  }

  .sm\:-mr-185 {
    margin-right: -185px !important;
  }

  .sm\:-mr-190 {
    margin-right: -190px !important;
  }

  .sm\:-mr-200 {
    margin-right: -200px !important;
  }

  .sm\:-mr-225 {
    margin-right: -225px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:mb-5 {
    margin-bottom: 5px !important;
  }

  .sm\:mb-8 {
    margin-bottom: 8px !important;
  }

  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }

  .sm\:mb-15 {
    margin-bottom: 15px !important;
  }

  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }

  .sm\:mb-25 {
    margin-bottom: 25px !important;
  }

  .sm\:mb-26 {
    margin-bottom: 26px !important;
  }

  .sm\:mb-27 {
    margin-bottom: 27px !important;
  }

  .sm\:mb-28 {
    margin-bottom: 28px !important;
  }

  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }

  .sm\:mb-32 {
    margin-bottom: 32px !important;
  }

  .sm\:mb-33 {
    margin-bottom: 33px !important;
  }

  .sm\:mb-34 {
    margin-bottom: 34px !important;
  }

  .sm\:mb-35 {
    margin-bottom: 35px !important;
  }

  .sm\:mb-38 {
    margin-bottom: 38px !important;
  }

  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }

  .sm\:mb-44 {
    margin-bottom: 44px !important;
  }

  .sm\:mb-45 {
    margin-bottom: 45px !important;
  }

  .sm\:mb-50 {
    margin-bottom: 50px !important;
  }

  .sm\:mb-55 {
    margin-bottom: 55px !important;
  }

  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }

  .sm\:mb-65 {
    margin-bottom: 65px !important;
  }

  .sm\:mb-70 {
    margin-bottom: 70px !important;
  }

  .sm\:mb-75 {
    margin-bottom: 75px !important;
  }

  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }

  .sm\:mb-85 {
    margin-bottom: 85px !important;
  }

  .sm\:mb-90 {
    margin-bottom: 90px !important;
  }

  .sm\:mb-95 {
    margin-bottom: 95px !important;
  }

  .sm\:mb-100 {
    margin-bottom: 100px !important;
  }

  .sm\:mb-105 {
    margin-bottom: 105px !important;
  }

  .sm\:mb-110 {
    margin-bottom: 110px !important;
  }

  .sm\:mb-115 {
    margin-bottom: 115px !important;
  }

  .sm\:mb-120 {
    margin-bottom: 120px !important;
  }

  .sm\:mb-125 {
    margin-bottom: 125px !important;
  }

  .sm\:mb-130 {
    margin-bottom: 130px !important;
  }

  .sm\:mb-135 {
    margin-bottom: 135px !important;
  }

  .sm\:mb-140 {
    margin-bottom: 140px !important;
  }

  .sm\:mb-142 {
    margin-bottom: 142px !important;
  }

  .sm\:mb-145 {
    margin-bottom: 145px !important;
  }

  .sm\:mb-150 {
    margin-bottom: 150px !important;
  }

  .sm\:mb-160 {
    margin-bottom: 160px !important;
  }

  .sm\:mb-165 {
    margin-bottom: 165px !important;
  }

  .sm\:mb-170 {
    margin-bottom: 170px !important;
  }

  .sm\:mb-180 {
    margin-bottom: 180px !important;
  }

  .sm\:mb-185 {
    margin-bottom: 185px !important;
  }

  .sm\:mb-190 {
    margin-bottom: 190px !important;
  }

  .sm\:mb-200 {
    margin-bottom: 200px !important;
  }

  .sm\:mb-225 {
    margin-bottom: 225px !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .sm\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .sm\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .sm\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .sm\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .sm\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .sm\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .sm\:-mb-33 {
    margin-bottom: -33px !important;
  }

  .sm\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .sm\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .sm\:-mb-38 {
    margin-bottom: -38px !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .sm\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .sm\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .sm\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .sm\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .sm\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .sm\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .sm\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .sm\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .sm\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .sm\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .sm\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .sm\:-mb-95 {
    margin-bottom: -95px !important;
  }

  .sm\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .sm\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .sm\:-mb-110 {
    margin-bottom: -110px !important;
  }

  .sm\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .sm\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .sm\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .sm\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .sm\:-mb-135 {
    margin-bottom: -135px !important;
  }

  .sm\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .sm\:-mb-142 {
    margin-bottom: -142px !important;
  }

  .sm\:-mb-145 {
    margin-bottom: -145px !important;
  }

  .sm\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .sm\:-mb-160 {
    margin-bottom: -160px !important;
  }

  .sm\:-mb-165 {
    margin-bottom: -165px !important;
  }

  .sm\:-mb-170 {
    margin-bottom: -170px !important;
  }

  .sm\:-mb-180 {
    margin-bottom: -180px !important;
  }

  .sm\:-mb-185 {
    margin-bottom: -185px !important;
  }

  .sm\:-mb-190 {
    margin-bottom: -190px !important;
  }

  .sm\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .sm\:-mb-225 {
    margin-bottom: -225px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:ml-5 {
    margin-left: 5px !important;
  }

  .sm\:ml-8 {
    margin-left: 8px !important;
  }

  .sm\:ml-10 {
    margin-left: 10px !important;
  }

  .sm\:ml-15 {
    margin-left: 15px !important;
  }

  .sm\:ml-20 {
    margin-left: 20px !important;
  }

  .sm\:ml-25 {
    margin-left: 25px !important;
  }

  .sm\:ml-26 {
    margin-left: 26px !important;
  }

  .sm\:ml-27 {
    margin-left: 27px !important;
  }

  .sm\:ml-28 {
    margin-left: 28px !important;
  }

  .sm\:ml-30 {
    margin-left: 30px !important;
  }

  .sm\:ml-32 {
    margin-left: 32px !important;
  }

  .sm\:ml-33 {
    margin-left: 33px !important;
  }

  .sm\:ml-34 {
    margin-left: 34px !important;
  }

  .sm\:ml-35 {
    margin-left: 35px !important;
  }

  .sm\:ml-38 {
    margin-left: 38px !important;
  }

  .sm\:ml-40 {
    margin-left: 40px !important;
  }

  .sm\:ml-44 {
    margin-left: 44px !important;
  }

  .sm\:ml-45 {
    margin-left: 45px !important;
  }

  .sm\:ml-50 {
    margin-left: 50px !important;
  }

  .sm\:ml-55 {
    margin-left: 55px !important;
  }

  .sm\:ml-60 {
    margin-left: 60px !important;
  }

  .sm\:ml-65 {
    margin-left: 65px !important;
  }

  .sm\:ml-70 {
    margin-left: 70px !important;
  }

  .sm\:ml-75 {
    margin-left: 75px !important;
  }

  .sm\:ml-80 {
    margin-left: 80px !important;
  }

  .sm\:ml-85 {
    margin-left: 85px !important;
  }

  .sm\:ml-90 {
    margin-left: 90px !important;
  }

  .sm\:ml-95 {
    margin-left: 95px !important;
  }

  .sm\:ml-100 {
    margin-left: 100px !important;
  }

  .sm\:ml-105 {
    margin-left: 105px !important;
  }

  .sm\:ml-110 {
    margin-left: 110px !important;
  }

  .sm\:ml-115 {
    margin-left: 115px !important;
  }

  .sm\:ml-120 {
    margin-left: 120px !important;
  }

  .sm\:ml-125 {
    margin-left: 125px !important;
  }

  .sm\:ml-130 {
    margin-left: 130px !important;
  }

  .sm\:ml-135 {
    margin-left: 135px !important;
  }

  .sm\:ml-140 {
    margin-left: 140px !important;
  }

  .sm\:ml-142 {
    margin-left: 142px !important;
  }

  .sm\:ml-145 {
    margin-left: 145px !important;
  }

  .sm\:ml-150 {
    margin-left: 150px !important;
  }

  .sm\:ml-160 {
    margin-left: 160px !important;
  }

  .sm\:ml-165 {
    margin-left: 165px !important;
  }

  .sm\:ml-170 {
    margin-left: 170px !important;
  }

  .sm\:ml-180 {
    margin-left: 180px !important;
  }

  .sm\:ml-185 {
    margin-left: 185px !important;
  }

  .sm\:ml-190 {
    margin-left: 190px !important;
  }

  .sm\:ml-200 {
    margin-left: 200px !important;
  }

  .sm\:ml-225 {
    margin-left: 225px !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:-ml-0 {
    margin-left: 0px !important;
  }

  .sm\:-ml-5 {
    margin-left: -5px !important;
  }

  .sm\:-ml-8 {
    margin-left: -8px !important;
  }

  .sm\:-ml-10 {
    margin-left: -10px !important;
  }

  .sm\:-ml-15 {
    margin-left: -15px !important;
  }

  .sm\:-ml-20 {
    margin-left: -20px !important;
  }

  .sm\:-ml-25 {
    margin-left: -25px !important;
  }

  .sm\:-ml-26 {
    margin-left: -26px !important;
  }

  .sm\:-ml-27 {
    margin-left: -27px !important;
  }

  .sm\:-ml-28 {
    margin-left: -28px !important;
  }

  .sm\:-ml-30 {
    margin-left: -30px !important;
  }

  .sm\:-ml-32 {
    margin-left: -32px !important;
  }

  .sm\:-ml-33 {
    margin-left: -33px !important;
  }

  .sm\:-ml-34 {
    margin-left: -34px !important;
  }

  .sm\:-ml-35 {
    margin-left: -35px !important;
  }

  .sm\:-ml-38 {
    margin-left: -38px !important;
  }

  .sm\:-ml-40 {
    margin-left: -40px !important;
  }

  .sm\:-ml-44 {
    margin-left: -44px !important;
  }

  .sm\:-ml-45 {
    margin-left: -45px !important;
  }

  .sm\:-ml-50 {
    margin-left: -50px !important;
  }

  .sm\:-ml-55 {
    margin-left: -55px !important;
  }

  .sm\:-ml-60 {
    margin-left: -60px !important;
  }

  .sm\:-ml-65 {
    margin-left: -65px !important;
  }

  .sm\:-ml-70 {
    margin-left: -70px !important;
  }

  .sm\:-ml-75 {
    margin-left: -75px !important;
  }

  .sm\:-ml-80 {
    margin-left: -80px !important;
  }

  .sm\:-ml-85 {
    margin-left: -85px !important;
  }

  .sm\:-ml-90 {
    margin-left: -90px !important;
  }

  .sm\:-ml-95 {
    margin-left: -95px !important;
  }

  .sm\:-ml-100 {
    margin-left: -100px !important;
  }

  .sm\:-ml-105 {
    margin-left: -105px !important;
  }

  .sm\:-ml-110 {
    margin-left: -110px !important;
  }

  .sm\:-ml-115 {
    margin-left: -115px !important;
  }

  .sm\:-ml-120 {
    margin-left: -120px !important;
  }

  .sm\:-ml-125 {
    margin-left: -125px !important;
  }

  .sm\:-ml-130 {
    margin-left: -130px !important;
  }

  .sm\:-ml-135 {
    margin-left: -135px !important;
  }

  .sm\:-ml-140 {
    margin-left: -140px !important;
  }

  .sm\:-ml-142 {
    margin-left: -142px !important;
  }

  .sm\:-ml-145 {
    margin-left: -145px !important;
  }

  .sm\:-ml-150 {
    margin-left: -150px !important;
  }

  .sm\:-ml-160 {
    margin-left: -160px !important;
  }

  .sm\:-ml-165 {
    margin-left: -165px !important;
  }

  .sm\:-ml-170 {
    margin-left: -170px !important;
  }

  .sm\:-ml-180 {
    margin-left: -180px !important;
  }

  .sm\:-ml-185 {
    margin-left: -185px !important;
  }

  .sm\:-ml-190 {
    margin-left: -190px !important;
  }

  .sm\:-ml-200 {
    margin-left: -200px !important;
  }

  .sm\:-ml-225 {
    margin-left: -225px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:box-border {
    box-sizing: border-box !important;
  }

  .sm\:box-content {
    box-sizing: content-box !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:inline-flex {
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:inline-table {
    display: inline-table !important;
  }

  .sm\:table-caption {
    display: table-caption !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:table-column {
    display: table-column !important;
  }

  .sm\:table-column-group {
    display: table-column-group !important;
  }

  .sm\:table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:table-header-group {
    display: table-header-group !important;
  }

  .sm\:table-row-group {
    display: table-row-group !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:flow-root {
    display: flow-root !important;
  }

  .sm\:grid {
    display: grid !important;
  }

  .sm\:inline-grid {
    display: inline-grid !important;
  }

  .sm\:contents {
    display: contents !important;
  }

  .sm\:list-item {
    display: list-item !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:h-0 {
    height: 0px !important;
  }

  .sm\:h-5 {
    height: 5px !important;
  }

  .sm\:h-8 {
    height: 8px !important;
  }

  .sm\:h-10 {
    height: 10px !important;
  }

  .sm\:h-15 {
    height: 15px !important;
  }

  .sm\:h-20 {
    height: 20px !important;
  }

  .sm\:h-25 {
    height: 25px !important;
  }

  .sm\:h-26 {
    height: 26px !important;
  }

  .sm\:h-27 {
    height: 27px !important;
  }

  .sm\:h-28 {
    height: 28px !important;
  }

  .sm\:h-30 {
    height: 30px !important;
  }

  .sm\:h-32 {
    height: 32px !important;
  }

  .sm\:h-33 {
    height: 33px !important;
  }

  .sm\:h-34 {
    height: 34px !important;
  }

  .sm\:h-35 {
    height: 35px !important;
  }

  .sm\:h-38 {
    height: 38px !important;
  }

  .sm\:h-40 {
    height: 40px !important;
  }

  .sm\:h-44 {
    height: 44px !important;
  }

  .sm\:h-45 {
    height: 45px !important;
  }

  .sm\:h-50 {
    height: 50px !important;
  }

  .sm\:h-55 {
    height: 55px !important;
  }

  .sm\:h-60 {
    height: 60px !important;
  }

  .sm\:h-65 {
    height: 65px !important;
  }

  .sm\:h-70 {
    height: 70px !important;
  }

  .sm\:h-75 {
    height: 75px !important;
  }

  .sm\:h-80 {
    height: 80px !important;
  }

  .sm\:h-85 {
    height: 85px !important;
  }

  .sm\:h-90 {
    height: 90px !important;
  }

  .sm\:h-95 {
    height: 95px !important;
  }

  .sm\:h-100 {
    height: 100px !important;
  }

  .sm\:h-105 {
    height: 105px !important;
  }

  .sm\:h-110 {
    height: 110px !important;
  }

  .sm\:h-115 {
    height: 115px !important;
  }

  .sm\:h-120 {
    height: 120px !important;
  }

  .sm\:h-125 {
    height: 125px !important;
  }

  .sm\:h-130 {
    height: 130px !important;
  }

  .sm\:h-135 {
    height: 135px !important;
  }

  .sm\:h-140 {
    height: 140px !important;
  }

  .sm\:h-142 {
    height: 142px !important;
  }

  .sm\:h-145 {
    height: 145px !important;
  }

  .sm\:h-150 {
    height: 150px !important;
  }

  .sm\:h-160 {
    height: 160px !important;
  }

  .sm\:h-165 {
    height: 165px !important;
  }

  .sm\:h-170 {
    height: 170px !important;
  }

  .sm\:h-180 {
    height: 180px !important;
  }

  .sm\:h-185 {
    height: 185px !important;
  }

  .sm\:h-190 {
    height: 190px !important;
  }

  .sm\:h-200 {
    height: 200px !important;
  }

  .sm\:h-225 {
    height: 225px !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-1\/2 {
    height: 50% !important;
  }

  .sm\:h-1\/3 {
    height: 33.333333% !important;
  }

  .sm\:h-2\/3 {
    height: 66.666667% !important;
  }

  .sm\:h-1\/4 {
    height: 25% !important;
  }

  .sm\:h-2\/4 {
    height: 50% !important;
  }

  .sm\:h-3\/4 {
    height: 75% !important;
  }

  .sm\:h-1\/5 {
    height: 20% !important;
  }

  .sm\:h-2\/5 {
    height: 40% !important;
  }

  .sm\:h-3\/5 {
    height: 60% !important;
  }

  .sm\:h-4\/5 {
    height: 80% !important;
  }

  .sm\:h-1\/6 {
    height: 16.666667% !important;
  }

  .sm\:h-2\/6 {
    height: 33.333333% !important;
  }

  .sm\:h-3\/6 {
    height: 50% !important;
  }

  .sm\:h-4\/6 {
    height: 66.666667% !important;
  }

  .sm\:h-5\/6 {
    height: 83.333333% !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:max-h-0 {
    max-height: 0px !important;
  }

  .sm\:max-h-5 {
    max-height: 5px !important;
  }

  .sm\:max-h-8 {
    max-height: 8px !important;
  }

  .sm\:max-h-10 {
    max-height: 10px !important;
  }

  .sm\:max-h-15 {
    max-height: 15px !important;
  }

  .sm\:max-h-20 {
    max-height: 20px !important;
  }

  .sm\:max-h-25 {
    max-height: 25px !important;
  }

  .sm\:max-h-26 {
    max-height: 26px !important;
  }

  .sm\:max-h-27 {
    max-height: 27px !important;
  }

  .sm\:max-h-28 {
    max-height: 28px !important;
  }

  .sm\:max-h-30 {
    max-height: 30px !important;
  }

  .sm\:max-h-32 {
    max-height: 32px !important;
  }

  .sm\:max-h-33 {
    max-height: 33px !important;
  }

  .sm\:max-h-34 {
    max-height: 34px !important;
  }

  .sm\:max-h-35 {
    max-height: 35px !important;
  }

  .sm\:max-h-38 {
    max-height: 38px !important;
  }

  .sm\:max-h-40 {
    max-height: 40px !important;
  }

  .sm\:max-h-44 {
    max-height: 44px !important;
  }

  .sm\:max-h-45 {
    max-height: 45px !important;
  }

  .sm\:max-h-50 {
    max-height: 50px !important;
  }

  .sm\:max-h-55 {
    max-height: 55px !important;
  }

  .sm\:max-h-60 {
    max-height: 60px !important;
  }

  .sm\:max-h-65 {
    max-height: 65px !important;
  }

  .sm\:max-h-70 {
    max-height: 70px !important;
  }

  .sm\:max-h-75 {
    max-height: 75px !important;
  }

  .sm\:max-h-80 {
    max-height: 80px !important;
  }

  .sm\:max-h-85 {
    max-height: 85px !important;
  }

  .sm\:max-h-90 {
    max-height: 90px !important;
  }

  .sm\:max-h-95 {
    max-height: 95px !important;
  }

  .sm\:max-h-100 {
    max-height: 100px !important;
  }

  .sm\:max-h-105 {
    max-height: 105px !important;
  }

  .sm\:max-h-110 {
    max-height: 110px !important;
  }

  .sm\:max-h-115 {
    max-height: 115px !important;
  }

  .sm\:max-h-120 {
    max-height: 120px !important;
  }

  .sm\:max-h-125 {
    max-height: 125px !important;
  }

  .sm\:max-h-130 {
    max-height: 130px !important;
  }

  .sm\:max-h-135 {
    max-height: 135px !important;
  }

  .sm\:max-h-140 {
    max-height: 140px !important;
  }

  .sm\:max-h-142 {
    max-height: 142px !important;
  }

  .sm\:max-h-145 {
    max-height: 145px !important;
  }

  .sm\:max-h-150 {
    max-height: 150px !important;
  }

  .sm\:max-h-160 {
    max-height: 160px !important;
  }

  .sm\:max-h-165 {
    max-height: 165px !important;
  }

  .sm\:max-h-170 {
    max-height: 170px !important;
  }

  .sm\:max-h-180 {
    max-height: 180px !important;
  }

  .sm\:max-h-185 {
    max-height: 185px !important;
  }

  .sm\:max-h-190 {
    max-height: 190px !important;
  }

  .sm\:max-h-200 {
    max-height: 200px !important;
  }

  .sm\:max-h-225 {
    max-height: 225px !important;
  }

  .sm\:max-h-px {
    max-height: 1px !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:min-h-0 {
    min-height: 0px !important;
  }

  .sm\:min-h-full {
    min-height: 100% !important;
  }

  .sm\:min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:w-0 {
    width: 0px !important;
  }

  .sm\:w-5 {
    width: 5px !important;
  }

  .sm\:w-8 {
    width: 8px !important;
  }

  .sm\:w-10 {
    width: 10px !important;
  }

  .sm\:w-15 {
    width: 15px !important;
  }

  .sm\:w-20 {
    width: 20px !important;
  }

  .sm\:w-25 {
    width: 25px !important;
  }

  .sm\:w-26 {
    width: 26px !important;
  }

  .sm\:w-27 {
    width: 27px !important;
  }

  .sm\:w-28 {
    width: 28px !important;
  }

  .sm\:w-30 {
    width: 30px !important;
  }

  .sm\:w-32 {
    width: 32px !important;
  }

  .sm\:w-33 {
    width: 33px !important;
  }

  .sm\:w-34 {
    width: 34px !important;
  }

  .sm\:w-35 {
    width: 35px !important;
  }

  .sm\:w-38 {
    width: 38px !important;
  }

  .sm\:w-40 {
    width: 40px !important;
  }

  .sm\:w-44 {
    width: 44px !important;
  }

  .sm\:w-45 {
    width: 45px !important;
  }

  .sm\:w-50 {
    width: 50px !important;
  }

  .sm\:w-55 {
    width: 55px !important;
  }

  .sm\:w-60 {
    width: 60px !important;
  }

  .sm\:w-65 {
    width: 65px !important;
  }

  .sm\:w-70 {
    width: 70px !important;
  }

  .sm\:w-75 {
    width: 75px !important;
  }

  .sm\:w-80 {
    width: 80px !important;
  }

  .sm\:w-85 {
    width: 85px !important;
  }

  .sm\:w-90 {
    width: 90px !important;
  }

  .sm\:w-95 {
    width: 95px !important;
  }

  .sm\:w-100 {
    width: 100px !important;
  }

  .sm\:w-105 {
    width: 105px !important;
  }

  .sm\:w-110 {
    width: 110px !important;
  }

  .sm\:w-115 {
    width: 115px !important;
  }

  .sm\:w-120 {
    width: 120px !important;
  }

  .sm\:w-125 {
    width: 125px !important;
  }

  .sm\:w-130 {
    width: 130px !important;
  }

  .sm\:w-135 {
    width: 135px !important;
  }

  .sm\:w-140 {
    width: 140px !important;
  }

  .sm\:w-142 {
    width: 142px !important;
  }

  .sm\:w-145 {
    width: 145px !important;
  }

  .sm\:w-150 {
    width: 150px !important;
  }

  .sm\:w-160 {
    width: 160px !important;
  }

  .sm\:w-165 {
    width: 165px !important;
  }

  .sm\:w-170 {
    width: 170px !important;
  }

  .sm\:w-180 {
    width: 180px !important;
  }

  .sm\:w-185 {
    width: 185px !important;
  }

  .sm\:w-190 {
    width: 190px !important;
  }

  .sm\:w-200 {
    width: 200px !important;
  }

  .sm\:w-225 {
    width: 225px !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:min-w-0 {
    min-width: 0px !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm\:max-w-0 {
    max-width: 0rem !important;
  }

  .sm\:max-w-none {
    max-width: none !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:max-w-md {
    max-width: 28rem !important;
  }

  .sm\:max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:max-w-7xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:max-w-prose {
    max-width: 65ch !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    flex: none !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:border-separate {
    border-collapse: separate !important;
  }

  .sm\:origin-center {
    transform-origin: center !important;
  }

  .sm\:origin-top {
    transform-origin: top !important;
  }

  .sm\:origin-top-right {
    transform-origin: top right !important;
  }

  .sm\:origin-right {
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm\:origin-left {
    transform-origin: left !important;
  }

  .sm\:origin-top-left {
    transform-origin: top left !important;
  }

  .sm\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .sm\:transform-none {
    transform: none !important;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .sm\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .sm\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .sm\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .sm\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .sm\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .sm\:translate-x-33 {
    --tw-translate-x: 33px !important;
  }

  .sm\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .sm\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .sm\:translate-x-38 {
    --tw-translate-x: 38px !important;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .sm\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .sm\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .sm\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .sm\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .sm\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .sm\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .sm\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .sm\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .sm\:translate-x-95 {
    --tw-translate-x: 95px !important;
  }

  .sm\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .sm\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .sm\:translate-x-110 {
    --tw-translate-x: 110px !important;
  }

  .sm\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .sm\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .sm\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .sm\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .sm\:translate-x-135 {
    --tw-translate-x: 135px !important;
  }

  .sm\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .sm\:translate-x-142 {
    --tw-translate-x: 142px !important;
  }

  .sm\:translate-x-145 {
    --tw-translate-x: 145px !important;
  }

  .sm\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .sm\:translate-x-160 {
    --tw-translate-x: 160px !important;
  }

  .sm\:translate-x-165 {
    --tw-translate-x: 165px !important;
  }

  .sm\:translate-x-170 {
    --tw-translate-x: 170px !important;
  }

  .sm\:translate-x-180 {
    --tw-translate-x: 180px !important;
  }

  .sm\:translate-x-185 {
    --tw-translate-x: 185px !important;
  }

  .sm\:translate-x-190 {
    --tw-translate-x: 190px !important;
  }

  .sm\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .sm\:translate-x-225 {
    --tw-translate-x: 225px !important;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .sm\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .sm\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .sm\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .sm\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .sm\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .sm\:-translate-x-33 {
    --tw-translate-x: -33px !important;
  }

  .sm\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .sm\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .sm\:-translate-x-38 {
    --tw-translate-x: -38px !important;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .sm\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .sm\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .sm\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .sm\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .sm\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .sm\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .sm\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .sm\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .sm\:-translate-x-95 {
    --tw-translate-x: -95px !important;
  }

  .sm\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .sm\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .sm\:-translate-x-110 {
    --tw-translate-x: -110px !important;
  }

  .sm\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .sm\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .sm\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .sm\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .sm\:-translate-x-135 {
    --tw-translate-x: -135px !important;
  }

  .sm\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .sm\:-translate-x-142 {
    --tw-translate-x: -142px !important;
  }

  .sm\:-translate-x-145 {
    --tw-translate-x: -145px !important;
  }

  .sm\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .sm\:-translate-x-160 {
    --tw-translate-x: -160px !important;
  }

  .sm\:-translate-x-165 {
    --tw-translate-x: -165px !important;
  }

  .sm\:-translate-x-170 {
    --tw-translate-x: -170px !important;
  }

  .sm\:-translate-x-180 {
    --tw-translate-x: -180px !important;
  }

  .sm\:-translate-x-185 {
    --tw-translate-x: -185px !important;
  }

  .sm\:-translate-x-190 {
    --tw-translate-x: -190px !important;
  }

  .sm\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .sm\:-translate-x-225 {
    --tw-translate-x: -225px !important;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .sm\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .sm\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .sm\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .sm\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .sm\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .sm\:translate-y-33 {
    --tw-translate-y: 33px !important;
  }

  .sm\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .sm\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .sm\:translate-y-38 {
    --tw-translate-y: 38px !important;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .sm\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .sm\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .sm\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .sm\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .sm\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .sm\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .sm\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .sm\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .sm\:translate-y-95 {
    --tw-translate-y: 95px !important;
  }

  .sm\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .sm\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .sm\:translate-y-110 {
    --tw-translate-y: 110px !important;
  }

  .sm\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .sm\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .sm\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .sm\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .sm\:translate-y-135 {
    --tw-translate-y: 135px !important;
  }

  .sm\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .sm\:translate-y-142 {
    --tw-translate-y: 142px !important;
  }

  .sm\:translate-y-145 {
    --tw-translate-y: 145px !important;
  }

  .sm\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .sm\:translate-y-160 {
    --tw-translate-y: 160px !important;
  }

  .sm\:translate-y-165 {
    --tw-translate-y: 165px !important;
  }

  .sm\:translate-y-170 {
    --tw-translate-y: 170px !important;
  }

  .sm\:translate-y-180 {
    --tw-translate-y: 180px !important;
  }

  .sm\:translate-y-185 {
    --tw-translate-y: 185px !important;
  }

  .sm\:translate-y-190 {
    --tw-translate-y: 190px !important;
  }

  .sm\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .sm\:translate-y-225 {
    --tw-translate-y: 225px !important;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .sm\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .sm\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .sm\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .sm\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .sm\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .sm\:-translate-y-33 {
    --tw-translate-y: -33px !important;
  }

  .sm\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .sm\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .sm\:-translate-y-38 {
    --tw-translate-y: -38px !important;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .sm\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .sm\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .sm\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .sm\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .sm\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .sm\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .sm\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .sm\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .sm\:-translate-y-95 {
    --tw-translate-y: -95px !important;
  }

  .sm\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .sm\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .sm\:-translate-y-110 {
    --tw-translate-y: -110px !important;
  }

  .sm\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .sm\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .sm\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .sm\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .sm\:-translate-y-135 {
    --tw-translate-y: -135px !important;
  }

  .sm\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .sm\:-translate-y-142 {
    --tw-translate-y: -142px !important;
  }

  .sm\:-translate-y-145 {
    --tw-translate-y: -145px !important;
  }

  .sm\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .sm\:-translate-y-160 {
    --tw-translate-y: -160px !important;
  }

  .sm\:-translate-y-165 {
    --tw-translate-y: -165px !important;
  }

  .sm\:-translate-y-170 {
    --tw-translate-y: -170px !important;
  }

  .sm\:-translate-y-180 {
    --tw-translate-y: -180px !important;
  }

  .sm\:-translate-y-185 {
    --tw-translate-y: -185px !important;
  }

  .sm\:-translate-y-190 {
    --tw-translate-y: -190px !important;
  }

  .sm\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .sm\:-translate-y-225 {
    --tw-translate-y: -225px !important;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .sm\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .sm\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .sm\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .sm\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .sm\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .sm\:hover\:translate-x-33:hover {
    --tw-translate-x: 33px !important;
  }

  .sm\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .sm\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .sm\:hover\:translate-x-38:hover {
    --tw-translate-x: 38px !important;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .sm\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .sm\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .sm\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .sm\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .sm\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .sm\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .sm\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .sm\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .sm\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px !important;
  }

  .sm\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .sm\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .sm\:hover\:translate-x-110:hover {
    --tw-translate-x: 110px !important;
  }

  .sm\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .sm\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .sm\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .sm\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .sm\:hover\:translate-x-135:hover {
    --tw-translate-x: 135px !important;
  }

  .sm\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .sm\:hover\:translate-x-142:hover {
    --tw-translate-x: 142px !important;
  }

  .sm\:hover\:translate-x-145:hover {
    --tw-translate-x: 145px !important;
  }

  .sm\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .sm\:hover\:translate-x-160:hover {
    --tw-translate-x: 160px !important;
  }

  .sm\:hover\:translate-x-165:hover {
    --tw-translate-x: 165px !important;
  }

  .sm\:hover\:translate-x-170:hover {
    --tw-translate-x: 170px !important;
  }

  .sm\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px !important;
  }

  .sm\:hover\:translate-x-185:hover {
    --tw-translate-x: 185px !important;
  }

  .sm\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px !important;
  }

  .sm\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .sm\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px !important;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .sm\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .sm\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .sm\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .sm\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .sm\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .sm\:hover\:-translate-x-33:hover {
    --tw-translate-x: -33px !important;
  }

  .sm\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .sm\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .sm\:hover\:-translate-x-38:hover {
    --tw-translate-x: -38px !important;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .sm\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .sm\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .sm\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .sm\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .sm\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .sm\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .sm\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .sm\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .sm\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px !important;
  }

  .sm\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .sm\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .sm\:hover\:-translate-x-110:hover {
    --tw-translate-x: -110px !important;
  }

  .sm\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .sm\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .sm\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .sm\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .sm\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px !important;
  }

  .sm\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .sm\:hover\:-translate-x-142:hover {
    --tw-translate-x: -142px !important;
  }

  .sm\:hover\:-translate-x-145:hover {
    --tw-translate-x: -145px !important;
  }

  .sm\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .sm\:hover\:-translate-x-160:hover {
    --tw-translate-x: -160px !important;
  }

  .sm\:hover\:-translate-x-165:hover {
    --tw-translate-x: -165px !important;
  }

  .sm\:hover\:-translate-x-170:hover {
    --tw-translate-x: -170px !important;
  }

  .sm\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px !important;
  }

  .sm\:hover\:-translate-x-185:hover {
    --tw-translate-x: -185px !important;
  }

  .sm\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px !important;
  }

  .sm\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .sm\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px !important;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .sm\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .sm\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .sm\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .sm\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .sm\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .sm\:hover\:translate-y-33:hover {
    --tw-translate-y: 33px !important;
  }

  .sm\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .sm\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .sm\:hover\:translate-y-38:hover {
    --tw-translate-y: 38px !important;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .sm\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .sm\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .sm\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .sm\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .sm\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .sm\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .sm\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .sm\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .sm\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px !important;
  }

  .sm\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .sm\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .sm\:hover\:translate-y-110:hover {
    --tw-translate-y: 110px !important;
  }

  .sm\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .sm\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .sm\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .sm\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .sm\:hover\:translate-y-135:hover {
    --tw-translate-y: 135px !important;
  }

  .sm\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .sm\:hover\:translate-y-142:hover {
    --tw-translate-y: 142px !important;
  }

  .sm\:hover\:translate-y-145:hover {
    --tw-translate-y: 145px !important;
  }

  .sm\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .sm\:hover\:translate-y-160:hover {
    --tw-translate-y: 160px !important;
  }

  .sm\:hover\:translate-y-165:hover {
    --tw-translate-y: 165px !important;
  }

  .sm\:hover\:translate-y-170:hover {
    --tw-translate-y: 170px !important;
  }

  .sm\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px !important;
  }

  .sm\:hover\:translate-y-185:hover {
    --tw-translate-y: 185px !important;
  }

  .sm\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px !important;
  }

  .sm\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .sm\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px !important;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .sm\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .sm\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .sm\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .sm\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .sm\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .sm\:hover\:-translate-y-33:hover {
    --tw-translate-y: -33px !important;
  }

  .sm\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .sm\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .sm\:hover\:-translate-y-38:hover {
    --tw-translate-y: -38px !important;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .sm\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .sm\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .sm\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .sm\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .sm\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .sm\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .sm\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .sm\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .sm\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px !important;
  }

  .sm\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .sm\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .sm\:hover\:-translate-y-110:hover {
    --tw-translate-y: -110px !important;
  }

  .sm\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .sm\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .sm\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .sm\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .sm\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px !important;
  }

  .sm\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .sm\:hover\:-translate-y-142:hover {
    --tw-translate-y: -142px !important;
  }

  .sm\:hover\:-translate-y-145:hover {
    --tw-translate-y: -145px !important;
  }

  .sm\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .sm\:hover\:-translate-y-160:hover {
    --tw-translate-y: -160px !important;
  }

  .sm\:hover\:-translate-y-165:hover {
    --tw-translate-y: -165px !important;
  }

  .sm\:hover\:-translate-y-170:hover {
    --tw-translate-y: -170px !important;
  }

  .sm\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px !important;
  }

  .sm\:hover\:-translate-y-185:hover {
    --tw-translate-y: -185px !important;
  }

  .sm\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px !important;
  }

  .sm\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .sm\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px !important;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .sm\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .sm\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .sm\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .sm\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .sm\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .sm\:focus\:translate-x-33:focus {
    --tw-translate-x: 33px !important;
  }

  .sm\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .sm\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .sm\:focus\:translate-x-38:focus {
    --tw-translate-x: 38px !important;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .sm\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .sm\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .sm\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .sm\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .sm\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .sm\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .sm\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .sm\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .sm\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px !important;
  }

  .sm\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .sm\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .sm\:focus\:translate-x-110:focus {
    --tw-translate-x: 110px !important;
  }

  .sm\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .sm\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .sm\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .sm\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .sm\:focus\:translate-x-135:focus {
    --tw-translate-x: 135px !important;
  }

  .sm\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .sm\:focus\:translate-x-142:focus {
    --tw-translate-x: 142px !important;
  }

  .sm\:focus\:translate-x-145:focus {
    --tw-translate-x: 145px !important;
  }

  .sm\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .sm\:focus\:translate-x-160:focus {
    --tw-translate-x: 160px !important;
  }

  .sm\:focus\:translate-x-165:focus {
    --tw-translate-x: 165px !important;
  }

  .sm\:focus\:translate-x-170:focus {
    --tw-translate-x: 170px !important;
  }

  .sm\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px !important;
  }

  .sm\:focus\:translate-x-185:focus {
    --tw-translate-x: 185px !important;
  }

  .sm\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px !important;
  }

  .sm\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .sm\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px !important;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .sm\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .sm\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .sm\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .sm\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .sm\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .sm\:focus\:-translate-x-33:focus {
    --tw-translate-x: -33px !important;
  }

  .sm\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .sm\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .sm\:focus\:-translate-x-38:focus {
    --tw-translate-x: -38px !important;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .sm\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .sm\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .sm\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .sm\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .sm\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .sm\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .sm\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .sm\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .sm\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px !important;
  }

  .sm\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .sm\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .sm\:focus\:-translate-x-110:focus {
    --tw-translate-x: -110px !important;
  }

  .sm\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .sm\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .sm\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .sm\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .sm\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px !important;
  }

  .sm\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .sm\:focus\:-translate-x-142:focus {
    --tw-translate-x: -142px !important;
  }

  .sm\:focus\:-translate-x-145:focus {
    --tw-translate-x: -145px !important;
  }

  .sm\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .sm\:focus\:-translate-x-160:focus {
    --tw-translate-x: -160px !important;
  }

  .sm\:focus\:-translate-x-165:focus {
    --tw-translate-x: -165px !important;
  }

  .sm\:focus\:-translate-x-170:focus {
    --tw-translate-x: -170px !important;
  }

  .sm\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px !important;
  }

  .sm\:focus\:-translate-x-185:focus {
    --tw-translate-x: -185px !important;
  }

  .sm\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px !important;
  }

  .sm\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .sm\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px !important;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .sm\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .sm\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .sm\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .sm\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .sm\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .sm\:focus\:translate-y-33:focus {
    --tw-translate-y: 33px !important;
  }

  .sm\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .sm\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .sm\:focus\:translate-y-38:focus {
    --tw-translate-y: 38px !important;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .sm\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .sm\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .sm\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .sm\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .sm\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .sm\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .sm\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .sm\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .sm\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px !important;
  }

  .sm\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .sm\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .sm\:focus\:translate-y-110:focus {
    --tw-translate-y: 110px !important;
  }

  .sm\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .sm\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .sm\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .sm\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .sm\:focus\:translate-y-135:focus {
    --tw-translate-y: 135px !important;
  }

  .sm\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .sm\:focus\:translate-y-142:focus {
    --tw-translate-y: 142px !important;
  }

  .sm\:focus\:translate-y-145:focus {
    --tw-translate-y: 145px !important;
  }

  .sm\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .sm\:focus\:translate-y-160:focus {
    --tw-translate-y: 160px !important;
  }

  .sm\:focus\:translate-y-165:focus {
    --tw-translate-y: 165px !important;
  }

  .sm\:focus\:translate-y-170:focus {
    --tw-translate-y: 170px !important;
  }

  .sm\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px !important;
  }

  .sm\:focus\:translate-y-185:focus {
    --tw-translate-y: 185px !important;
  }

  .sm\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px !important;
  }

  .sm\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .sm\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px !important;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .sm\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .sm\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .sm\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .sm\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .sm\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .sm\:focus\:-translate-y-33:focus {
    --tw-translate-y: -33px !important;
  }

  .sm\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .sm\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .sm\:focus\:-translate-y-38:focus {
    --tw-translate-y: -38px !important;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .sm\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .sm\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .sm\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .sm\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .sm\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .sm\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .sm\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .sm\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .sm\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px !important;
  }

  .sm\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .sm\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .sm\:focus\:-translate-y-110:focus {
    --tw-translate-y: -110px !important;
  }

  .sm\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .sm\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .sm\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .sm\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .sm\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px !important;
  }

  .sm\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .sm\:focus\:-translate-y-142:focus {
    --tw-translate-y: -142px !important;
  }

  .sm\:focus\:-translate-y-145:focus {
    --tw-translate-y: -145px !important;
  }

  .sm\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .sm\:focus\:-translate-y-160:focus {
    --tw-translate-y: -160px !important;
  }

  .sm\:focus\:-translate-y-165:focus {
    --tw-translate-y: -165px !important;
  }

  .sm\:focus\:-translate-y-170:focus {
    --tw-translate-y: -170px !important;
  }

  .sm\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px !important;
  }

  .sm\:focus\:-translate-y-185:focus {
    --tw-translate-y: -185px !important;
  }

  .sm\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px !important;
  }

  .sm\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .sm\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px !important;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:animate-none {
    animation: none !important;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-text {
    cursor: text !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-help {
    cursor: help !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none !important;
  }

  .sm\:list-disc {
    list-style-type: disc !important;
  }

  .sm\:list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:place-content-center {
    place-content: center !important;
  }

  .sm\:place-content-start {
    place-content: start !important;
  }

  .sm\:place-content-end {
    place-content: end !important;
  }

  .sm\:place-content-between {
    place-content: space-between !important;
  }

  .sm\:place-content-around {
    place-content: space-around !important;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:place-items-start {
    place-items: start !important;
  }

  .sm\:place-items-end {
    place-items: end !important;
  }

  .sm\:place-items-center {
    place-items: center !important;
  }

  .sm\:place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:content-center {
    align-content: center !important;
  }

  .sm\:content-start {
    align-content: flex-start !important;
  }

  .sm\:content-end {
    align-content: flex-end !important;
  }

  .sm\:content-between {
    align-content: space-between !important;
  }

  .sm\:content-around {
    align-content: space-around !important;
  }

  .sm\:content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-end {
    align-items: flex-end !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:items-baseline {
    align-items: baseline !important;
  }

  .sm\:items-stretch {
    align-items: stretch !important;
  }

  .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:justify-items-start {
    justify-items: start !important;
  }

  .sm\:justify-items-end {
    justify-items: end !important;
  }

  .sm\:justify-items-center {
    justify-items: center !important;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:gap-0 {
    gap: 0px !important;
  }

  .sm\:gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-4 {
    gap: 1rem !important;
  }

  .sm\:gap-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-8 {
    gap: 2rem !important;
  }

  .sm\:gap-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-12 {
    gap: 3rem !important;
  }

  .sm\:gap-13 {
    gap: 3.375rem !important;
  }

  .sm\:gap-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-16 {
    gap: 4rem !important;
  }

  .sm\:gap-20 {
    gap: 5rem !important;
  }

  .sm\:gap-24 {
    gap: 6rem !important;
  }

  .sm\:gap-28 {
    gap: 7rem !important;
  }

  .sm\:gap-32 {
    gap: 8rem !important;
  }

  .sm\:gap-36 {
    gap: 9rem !important;
  }

  .sm\:gap-40 {
    gap: 10rem !important;
  }

  .sm\:gap-44 {
    gap: 11rem !important;
  }

  .sm\:gap-48 {
    gap: 12rem !important;
  }

  .sm\:gap-52 {
    gap: 13rem !important;
  }

  .sm\:gap-56 {
    gap: 14rem !important;
  }

  .sm\:gap-60 {
    gap: 15rem !important;
  }

  .sm\:gap-64 {
    gap: 16rem !important;
  }

  .sm\:gap-72 {
    gap: 18rem !important;
  }

  .sm\:gap-80 {
    gap: 20rem !important;
  }

  .sm\:gap-96 {
    gap: 24rem !important;
  }

  .sm\:gap-x-0 {
    gap: 0px !important;
  }

  .sm\:gap-y-0 {
    gap: 0px !important;
  }

  .sm\:gap-px {
    gap: 1px !important;
  }

  .sm\:gap-x-px\\ {
    gap: 1px !important;
  }

  .sm\:gap-y-px\\ {
    gap: 1px !important;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-x-4 {
    gap: 1rem !important;
  }

  .sm\:gap-y-4 {
    gap: 1rem !important;
  }

  .sm\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-x-8 {
    gap: 2rem !important;
  }

  .sm\:gap-y-8 {
    gap: 2rem !important;
  }

  .sm\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-x-12 {
    gap: 3rem !important;
  }

  .sm\:gap-y-12 {
    gap: 3rem !important;
  }

  .sm\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .sm\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .sm\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-x-16 {
    gap: 4rem !important;
  }

  .sm\:gap-y-16 {
    gap: 4rem !important;
  }

  .sm\:gap-x-20 {
    gap: 5rem !important;
  }

  .sm\:gap-y-20 {
    gap: 5rem !important;
  }

  .sm\:gap-x-24 {
    gap: 6rem !important;
  }

  .sm\:gap-y-24 {
    gap: 6rem !important;
  }

  .sm\:gap-x-28 {
    gap: 7rem !important;
  }

  .sm\:gap-y-28 {
    gap: 7rem !important;
  }

  .sm\:gap-x-32 {
    gap: 8rem !important;
  }

  .sm\:gap-y-32 {
    gap: 8rem !important;
  }

  .sm\:gap-x-36 {
    gap: 9rem !important;
  }

  .sm\:gap-y-36 {
    gap: 9rem !important;
  }

  .sm\:gap-x-40 {
    gap: 10rem !important;
  }

  .sm\:gap-y-40 {
    gap: 10rem !important;
  }

  .sm\:gap-x-44 {
    gap: 11rem !important;
  }

  .sm\:gap-y-44 {
    gap: 11rem !important;
  }

  .sm\:gap-x-48 {
    gap: 12rem !important;
  }

  .sm\:gap-y-48 {
    gap: 12rem !important;
  }

  .sm\:gap-x-52 {
    gap: 13rem !important;
  }

  .sm\:gap-y-52 {
    gap: 13rem !important;
  }

  .sm\:gap-x-56 {
    gap: 14rem !important;
  }

  .sm\:gap-y-56 {
    gap: 14rem !important;
  }

  .sm\:gap-x-60 {
    gap: 15rem !important;
  }

  .sm\:gap-y-60 {
    gap: 15rem !important;
  }

  .sm\:gap-x-64 {
    gap: 16rem !important;
  }

  .sm\:gap-y-64 {
    gap: 16rem !important;
  }

  .sm\:gap-x-72 {
    gap: 18rem !important;
  }

  .sm\:gap-y-72 {
    gap: 18rem !important;
  }

  .sm\:gap-x-80 {
    gap: 20rem !important;
  }

  .sm\:gap-y-80 {
    gap: 20rem !important;
  }

  .sm\:gap-x-96 {
    gap: 24rem !important;
  }

  .sm\:gap-y-96 {
    gap: 24rem !important;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .sm\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-px {
    row-gap: 1px !important;
  }

  .sm\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .sm\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .sm\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .sm\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .sm\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .sm\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .sm\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .sm\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .sm\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .sm\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .sm\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lightteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-darkteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-darkred > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-darkblue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-skybule > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lightgray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-devider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cream > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-buttercup > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .sm\:place-self-auto {
    place-self: auto !important;
  }

  .sm\:place-self-start {
    place-self: start !important;
  }

  .sm\:place-self-end {
    place-self: end !important;
  }

  .sm\:place-self-center {
    place-self: center !important;
  }

  .sm\:place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:self-auto {
    align-self: auto !important;
  }

  .sm\:self-start {
    align-self: flex-start !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:self-center {
    align-self: center !important;
  }

  .sm\:self-stretch {
    align-self: stretch !important;
  }

  .sm\:self-baseline {
    align-self: baseline !important;
  }

  .sm\:justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:justify-self-start {
    justify-self: start !important;
  }

  .sm\:justify-self-end {
    justify-self: end !important;
  }

  .sm\:justify-self-center {
    justify-self: center !important;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .sm\:overflow-clip {
    text-overflow: clip !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    overflow-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:rounded-4 {
    border-radius: 4px !important;
  }

  .sm\:rounded-6 {
    border-radius: 6px !important;
  }

  .sm\:rounded-50 {
    border-radius: 50% !important;
  }

  .sm\:rounded-none {
    border-radius: 0px !important;
  }

  .sm\:rounded-br6 {
    border-radius: 6px !important;
  }

  .sm\:rounded-br30 {
    border-radius: 30px !important;
  }

  .sm\:rounded-br32 {
    border-radius: 32px !important;
  }

  .sm\:rounded-br50 {
    border-radius: 50px !important;
  }

  .sm\:rounded-br90 {
    border-radius: 90px !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .sm\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .sm\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .sm\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .sm\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .sm\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .sm\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .sm\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .sm\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .sm\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .sm\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .sm\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .sm\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .sm\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .sm\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .sm\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .sm\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .sm\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .sm\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .sm\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .sm\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .sm\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .sm\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .sm\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .sm\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .sm\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .sm\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .sm\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .sm\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .sm\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .sm\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .sm\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .sm\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:border-0 {
    border-width: 0px !important;
  }

  .sm\:border-1 {
    border-width: 1px !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:border-t-1 {
    border-top-width: 1px !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:border-r-1 {
    border-right-width: 1px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0px !important;
  }

  .sm\:border-l-1 {
    border-left-width: 1px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-double {
    border-style: double !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-current {
    border-color: currentColor !important;
  }

  .sm\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .sm\:group-hover\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lightteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-darkteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-darkred:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-darkblue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-skybule:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lightgray:focus-within {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus-within\:border-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-devider:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cream:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-buttercup:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lightteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-darkteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-darkred:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-darkblue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-skybule:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lightgray:hover {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:hover\:border-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-devider:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cream:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-buttercup:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lightteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-darkteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-darkred:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-darkblue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-skybule:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lightgray:focus {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:border-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-devider:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cream:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-buttercup:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-current {
    background-color: currentColor !important;
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lightteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-darkteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-darkred:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-darkblue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-skybule:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lightgray:focus-within {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus-within\:bg-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-devider:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cream:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-buttercup:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lightteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-darkteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-darkred:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-darkblue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-skybule:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lightgray:hover {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:hover\:bg-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-devider:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cream:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-buttercup:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lightteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-darkteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-darkred:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-darkblue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-skybule:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lightgray:focus {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:bg-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-devider:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cream:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-buttercup:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:bg-none {
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:from-black {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-lightteal {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .sm\:from-darkteal {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .sm\:from-red {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .sm\:from-darkred {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .sm\:from-darkblue {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .sm\:from-skybule {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .sm\:from-yellow {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .sm\:from-lightgray {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:from-gray {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:from-devider {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .sm\:from-cream {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .sm\:from-blue01 {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .sm\:from-blue02 {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .sm\:from-buttercup {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .sm\:from-lime-gray {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-lightteal:hover {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .sm\:hover\:from-darkteal:hover {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .sm\:hover\:from-red:hover {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .sm\:hover\:from-darkred:hover {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .sm\:hover\:from-darkblue:hover {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .sm\:hover\:from-skybule:hover {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .sm\:hover\:from-yellow:hover {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .sm\:hover\:from-lightgray:hover {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:hover\:from-gray:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-devider:hover {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .sm\:hover\:from-cream:hover {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .sm\:hover\:from-blue01:hover {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .sm\:hover\:from-blue02:hover {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .sm\:hover\:from-buttercup:hover {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .sm\:hover\:from-lime-gray:hover {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-lightteal:focus {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .sm\:focus\:from-darkteal:focus {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .sm\:focus\:from-red:focus {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .sm\:focus\:from-darkred:focus {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .sm\:focus\:from-darkblue:focus {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .sm\:focus\:from-skybule:focus {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .sm\:focus\:from-yellow:focus {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .sm\:focus\:from-lightgray:focus {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:focus\:from-gray:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-devider:focus {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .sm\:focus\:from-cream:focus {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .sm\:focus\:from-blue01:focus {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .sm\:focus\:from-blue02:focus {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .sm\:focus\:from-buttercup:focus {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .sm\:focus\:from-lime-gray:focus {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-lightteal {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .sm\:via-darkteal {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .sm\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .sm\:via-darkred {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .sm\:via-darkblue {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .sm\:via-skybule {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .sm\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .sm\:via-lightgray {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:via-devider {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .sm\:via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .sm\:via-blue01 {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .sm\:via-blue02 {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .sm\:via-buttercup {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .sm\:via-lime-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-lightteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .sm\:hover\:via-darkteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .sm\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .sm\:hover\:via-darkred:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .sm\:hover\:via-darkblue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .sm\:hover\:via-skybule:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .sm\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .sm\:hover\:via-lightgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:hover\:via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-devider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .sm\:hover\:via-cream:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .sm\:hover\:via-blue01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .sm\:hover\:via-blue02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .sm\:hover\:via-buttercup:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .sm\:hover\:via-lime-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-lightteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .sm\:focus\:via-darkteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .sm\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .sm\:focus\:via-darkred:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .sm\:focus\:via-darkblue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .sm\:focus\:via-skybule:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .sm\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .sm\:focus\:via-lightgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .sm\:focus\:via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-devider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .sm\:focus\:via-cream:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .sm\:focus\:via-blue01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .sm\:focus\:via-blue02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .sm\:focus\:via-buttercup:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .sm\:focus\:via-lime-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .sm\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:to-black {
    --tw-gradient-to: #000000 !important;
  }

  .sm\:to-lightteal {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .sm\:to-darkteal {
    --tw-gradient-to: #36C3DC !important;
  }

  .sm\:to-red {
    --tw-gradient-to: #D6393C !important;
  }

  .sm\:to-darkred {
    --tw-gradient-to: #B63033 !important;
  }

  .sm\:to-darkblue {
    --tw-gradient-to: #3A4758 !important;
  }

  .sm\:to-skybule {
    --tw-gradient-to: #30B5CC !important;
  }

  .sm\:to-yellow {
    --tw-gradient-to: #F0B334 !important;
  }

  .sm\:to-lightgray {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:to-gray {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm\:to-devider {
    --tw-gradient-to: #C8C0BD !important;
  }

  .sm\:to-cream {
    --tw-gradient-to: #F1F0ED !important;
  }

  .sm\:to-blue01 {
    --tw-gradient-to: #39495B !important;
  }

  .sm\:to-blue02 {
    --tw-gradient-to: #37526B !important;
  }

  .sm\:to-buttercup {
    --tw-gradient-to: #D9A12E !important;
  }

  .sm\:to-lime-gray {
    --tw-gradient-to: #F1F1ED !important;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000000 !important;
  }

  .sm\:hover\:to-lightteal:hover {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .sm\:hover\:to-darkteal:hover {
    --tw-gradient-to: #36C3DC !important;
  }

  .sm\:hover\:to-red:hover {
    --tw-gradient-to: #D6393C !important;
  }

  .sm\:hover\:to-darkred:hover {
    --tw-gradient-to: #B63033 !important;
  }

  .sm\:hover\:to-darkblue:hover {
    --tw-gradient-to: #3A4758 !important;
  }

  .sm\:hover\:to-skybule:hover {
    --tw-gradient-to: #30B5CC !important;
  }

  .sm\:hover\:to-yellow:hover {
    --tw-gradient-to: #F0B334 !important;
  }

  .sm\:hover\:to-lightgray:hover {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:hover\:to-gray:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm\:hover\:to-devider:hover {
    --tw-gradient-to: #C8C0BD !important;
  }

  .sm\:hover\:to-cream:hover {
    --tw-gradient-to: #F1F0ED !important;
  }

  .sm\:hover\:to-blue01:hover {
    --tw-gradient-to: #39495B !important;
  }

  .sm\:hover\:to-blue02:hover {
    --tw-gradient-to: #37526B !important;
  }

  .sm\:hover\:to-buttercup:hover {
    --tw-gradient-to: #D9A12E !important;
  }

  .sm\:hover\:to-lime-gray:hover {
    --tw-gradient-to: #F1F1ED !important;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000000 !important;
  }

  .sm\:focus\:to-lightteal:focus {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .sm\:focus\:to-darkteal:focus {
    --tw-gradient-to: #36C3DC !important;
  }

  .sm\:focus\:to-red:focus {
    --tw-gradient-to: #D6393C !important;
  }

  .sm\:focus\:to-darkred:focus {
    --tw-gradient-to: #B63033 !important;
  }

  .sm\:focus\:to-darkblue:focus {
    --tw-gradient-to: #3A4758 !important;
  }

  .sm\:focus\:to-skybule:focus {
    --tw-gradient-to: #30B5CC !important;
  }

  .sm\:focus\:to-yellow:focus {
    --tw-gradient-to: #F0B334 !important;
  }

  .sm\:focus\:to-lightgray:focus {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:to-gray:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .sm\:focus\:to-devider:focus {
    --tw-gradient-to: #C8C0BD !important;
  }

  .sm\:focus\:to-cream:focus {
    --tw-gradient-to: #F1F0ED !important;
  }

  .sm\:focus\:to-blue01:focus {
    --tw-gradient-to: #39495B !important;
  }

  .sm\:focus\:to-blue02:focus {
    --tw-gradient-to: #37526B !important;
  }

  .sm\:focus\:to-buttercup:focus {
    --tw-gradient-to: #D9A12E !important;
  }

  .sm\:focus\:to-lime-gray:focus {
    --tw-gradient-to: #F1F1ED !important;
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm\:bg-auto {
    background-size: auto !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-contain {
    background-size: contain !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-clip-border {
    background-clip: border-box !important;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .sm\:bg-clip-content {
    background-clip: content-box !important;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:bg-bottom {
    background-position: bottom !important;
  }

  .sm\:bg-center {
    background-position: center !important;
  }

  .sm\:bg-left {
    background-position: left !important;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:bg-left-top {
    background-position: left top !important;
  }

  .sm\:bg-right {
    background-position: right !important;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:bg-right-top {
    background-position: right top !important;
  }

  .sm\:bg-top {
    background-position: top !important;
  }

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:bg-origin-border {
    background-origin: border-box !important;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .sm\:bg-origin-content {
    background-origin: content-box !important;
  }

  .sm\:fill-current {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:p-0 {
    padding: 0px !important;
  }

  .sm\:p-5 {
    padding: 5px !important;
  }

  .sm\:p-8 {
    padding: 8px !important;
  }

  .sm\:p-10 {
    padding: 10px !important;
  }

  .sm\:p-15 {
    padding: 15px !important;
  }

  .sm\:p-20 {
    padding: 20px !important;
  }

  .sm\:p-25 {
    padding: 25px !important;
  }

  .sm\:p-26 {
    padding: 26px !important;
  }

  .sm\:p-27 {
    padding: 27px !important;
  }

  .sm\:p-28 {
    padding: 28px !important;
  }

  .sm\:p-30 {
    padding: 30px !important;
  }

  .sm\:p-32 {
    padding: 32px !important;
  }

  .sm\:p-33 {
    padding: 33px !important;
  }

  .sm\:p-34 {
    padding: 34px !important;
  }

  .sm\:p-35 {
    padding: 35px !important;
  }

  .sm\:p-38 {
    padding: 38px !important;
  }

  .sm\:p-40 {
    padding: 40px !important;
  }

  .sm\:p-44 {
    padding: 44px !important;
  }

  .sm\:p-45 {
    padding: 45px !important;
  }

  .sm\:p-50 {
    padding: 50px !important;
  }

  .sm\:p-55 {
    padding: 55px !important;
  }

  .sm\:p-60 {
    padding: 60px !important;
  }

  .sm\:p-65 {
    padding: 65px !important;
  }

  .sm\:p-70 {
    padding: 70px !important;
  }

  .sm\:p-75 {
    padding: 75px !important;
  }

  .sm\:p-80 {
    padding: 80px !important;
  }

  .sm\:p-85 {
    padding: 85px !important;
  }

  .sm\:p-90 {
    padding: 90px !important;
  }

  .sm\:p-95 {
    padding: 95px !important;
  }

  .sm\:p-100 {
    padding: 100px !important;
  }

  .sm\:p-105 {
    padding: 105px !important;
  }

  .sm\:p-110 {
    padding: 110px !important;
  }

  .sm\:p-115 {
    padding: 115px !important;
  }

  .sm\:p-120 {
    padding: 120px !important;
  }

  .sm\:p-125 {
    padding: 125px !important;
  }

  .sm\:p-130 {
    padding: 130px !important;
  }

  .sm\:p-135 {
    padding: 135px !important;
  }

  .sm\:p-140 {
    padding: 140px !important;
  }

  .sm\:p-142 {
    padding: 142px !important;
  }

  .sm\:p-145 {
    padding: 145px !important;
  }

  .sm\:p-150 {
    padding: 150px !important;
  }

  .sm\:p-160 {
    padding: 160px !important;
  }

  .sm\:p-165 {
    padding: 165px !important;
  }

  .sm\:p-170 {
    padding: 170px !important;
  }

  .sm\:p-180 {
    padding: 180px !important;
  }

  .sm\:p-185 {
    padding: 185px !important;
  }

  .sm\:p-190 {
    padding: 190px !important;
  }

  .sm\:p-200 {
    padding: 200px !important;
  }

  .sm\:p-225 {
    padding: 225px !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sm\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .sm\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sm\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sm\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sm\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .sm\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .sm\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .sm\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .sm\:px-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .sm\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .sm\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .sm\:px-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .sm\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .sm\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .sm\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .sm\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .sm\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .sm\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .sm\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .sm\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .sm\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .sm\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .sm\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .sm\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .sm\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .sm\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .sm\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .sm\:px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .sm\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .sm\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .sm\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .sm\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .sm\:px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .sm\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .sm\:px-142 {
    padding-left: 142px !important;
    padding-right: 142px !important;
  }

  .sm\:px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .sm\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .sm\:px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .sm\:px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .sm\:px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .sm\:px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .sm\:px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .sm\:px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .sm\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .sm\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sm\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .sm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .sm\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .sm\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .sm\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .sm\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .sm\:py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .sm\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .sm\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .sm\:py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .sm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .sm\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .sm\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .sm\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .sm\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sm\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .sm\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .sm\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .sm\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .sm\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .sm\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .sm\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .sm\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .sm\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .sm\:py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .sm\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .sm\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .sm\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .sm\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .sm\:py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .sm\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .sm\:py-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }

  .sm\:py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .sm\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .sm\:py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .sm\:py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .sm\:py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .sm\:py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .sm\:py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .sm\:py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .sm\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .sm\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:pt-0 {
    padding-top: 0px !important;
  }

  .sm\:pt-5 {
    padding-top: 5px !important;
  }

  .sm\:pt-8 {
    padding-top: 8px !important;
  }

  .sm\:pt-10 {
    padding-top: 10px !important;
  }

  .sm\:pt-15 {
    padding-top: 15px !important;
  }

  .sm\:pt-20 {
    padding-top: 20px !important;
  }

  .sm\:pt-25 {
    padding-top: 25px !important;
  }

  .sm\:pt-26 {
    padding-top: 26px !important;
  }

  .sm\:pt-27 {
    padding-top: 27px !important;
  }

  .sm\:pt-28 {
    padding-top: 28px !important;
  }

  .sm\:pt-30 {
    padding-top: 30px !important;
  }

  .sm\:pt-32 {
    padding-top: 32px !important;
  }

  .sm\:pt-33 {
    padding-top: 33px !important;
  }

  .sm\:pt-34 {
    padding-top: 34px !important;
  }

  .sm\:pt-35 {
    padding-top: 35px !important;
  }

  .sm\:pt-38 {
    padding-top: 38px !important;
  }

  .sm\:pt-40 {
    padding-top: 40px !important;
  }

  .sm\:pt-44 {
    padding-top: 44px !important;
  }

  .sm\:pt-45 {
    padding-top: 45px !important;
  }

  .sm\:pt-50 {
    padding-top: 50px !important;
  }

  .sm\:pt-55 {
    padding-top: 55px !important;
  }

  .sm\:pt-60 {
    padding-top: 60px !important;
  }

  .sm\:pt-65 {
    padding-top: 65px !important;
  }

  .sm\:pt-70 {
    padding-top: 70px !important;
  }

  .sm\:pt-75 {
    padding-top: 75px !important;
  }

  .sm\:pt-80 {
    padding-top: 80px !important;
  }

  .sm\:pt-85 {
    padding-top: 85px !important;
  }

  .sm\:pt-90 {
    padding-top: 90px !important;
  }

  .sm\:pt-95 {
    padding-top: 95px !important;
  }

  .sm\:pt-100 {
    padding-top: 100px !important;
  }

  .sm\:pt-105 {
    padding-top: 105px !important;
  }

  .sm\:pt-110 {
    padding-top: 110px !important;
  }

  .sm\:pt-115 {
    padding-top: 115px !important;
  }

  .sm\:pt-120 {
    padding-top: 120px !important;
  }

  .sm\:pt-125 {
    padding-top: 125px !important;
  }

  .sm\:pt-130 {
    padding-top: 130px !important;
  }

  .sm\:pt-135 {
    padding-top: 135px !important;
  }

  .sm\:pt-140 {
    padding-top: 140px !important;
  }

  .sm\:pt-142 {
    padding-top: 142px !important;
  }

  .sm\:pt-145 {
    padding-top: 145px !important;
  }

  .sm\:pt-150 {
    padding-top: 150px !important;
  }

  .sm\:pt-160 {
    padding-top: 160px !important;
  }

  .sm\:pt-165 {
    padding-top: 165px !important;
  }

  .sm\:pt-170 {
    padding-top: 170px !important;
  }

  .sm\:pt-180 {
    padding-top: 180px !important;
  }

  .sm\:pt-185 {
    padding-top: 185px !important;
  }

  .sm\:pt-190 {
    padding-top: 190px !important;
  }

  .sm\:pt-200 {
    padding-top: 200px !important;
  }

  .sm\:pt-225 {
    padding-top: 225px !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-0 {
    padding-right: 0px !important;
  }

  .sm\:pr-5 {
    padding-right: 5px !important;
  }

  .sm\:pr-8 {
    padding-right: 8px !important;
  }

  .sm\:pr-10 {
    padding-right: 10px !important;
  }

  .sm\:pr-15 {
    padding-right: 15px !important;
  }

  .sm\:pr-20 {
    padding-right: 20px !important;
  }

  .sm\:pr-25 {
    padding-right: 25px !important;
  }

  .sm\:pr-26 {
    padding-right: 26px !important;
  }

  .sm\:pr-27 {
    padding-right: 27px !important;
  }

  .sm\:pr-28 {
    padding-right: 28px !important;
  }

  .sm\:pr-30 {
    padding-right: 30px !important;
  }

  .sm\:pr-32 {
    padding-right: 32px !important;
  }

  .sm\:pr-33 {
    padding-right: 33px !important;
  }

  .sm\:pr-34 {
    padding-right: 34px !important;
  }

  .sm\:pr-35 {
    padding-right: 35px !important;
  }

  .sm\:pr-38 {
    padding-right: 38px !important;
  }

  .sm\:pr-40 {
    padding-right: 40px !important;
  }

  .sm\:pr-44 {
    padding-right: 44px !important;
  }

  .sm\:pr-45 {
    padding-right: 45px !important;
  }

  .sm\:pr-50 {
    padding-right: 50px !important;
  }

  .sm\:pr-55 {
    padding-right: 55px !important;
  }

  .sm\:pr-60 {
    padding-right: 60px !important;
  }

  .sm\:pr-65 {
    padding-right: 65px !important;
  }

  .sm\:pr-70 {
    padding-right: 70px !important;
  }

  .sm\:pr-75 {
    padding-right: 75px !important;
  }

  .sm\:pr-80 {
    padding-right: 80px !important;
  }

  .sm\:pr-85 {
    padding-right: 85px !important;
  }

  .sm\:pr-90 {
    padding-right: 90px !important;
  }

  .sm\:pr-95 {
    padding-right: 95px !important;
  }

  .sm\:pr-100 {
    padding-right: 100px !important;
  }

  .sm\:pr-105 {
    padding-right: 105px !important;
  }

  .sm\:pr-110 {
    padding-right: 110px !important;
  }

  .sm\:pr-115 {
    padding-right: 115px !important;
  }

  .sm\:pr-120 {
    padding-right: 120px !important;
  }

  .sm\:pr-125 {
    padding-right: 125px !important;
  }

  .sm\:pr-130 {
    padding-right: 130px !important;
  }

  .sm\:pr-135 {
    padding-right: 135px !important;
  }

  .sm\:pr-140 {
    padding-right: 140px !important;
  }

  .sm\:pr-142 {
    padding-right: 142px !important;
  }

  .sm\:pr-145 {
    padding-right: 145px !important;
  }

  .sm\:pr-150 {
    padding-right: 150px !important;
  }

  .sm\:pr-160 {
    padding-right: 160px !important;
  }

  .sm\:pr-165 {
    padding-right: 165px !important;
  }

  .sm\:pr-170 {
    padding-right: 170px !important;
  }

  .sm\:pr-180 {
    padding-right: 180px !important;
  }

  .sm\:pr-185 {
    padding-right: 185px !important;
  }

  .sm\:pr-190 {
    padding-right: 190px !important;
  }

  .sm\:pr-200 {
    padding-right: 200px !important;
  }

  .sm\:pr-225 {
    padding-right: 225px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:pb-5 {
    padding-bottom: 5px !important;
  }

  .sm\:pb-8 {
    padding-bottom: 8px !important;
  }

  .sm\:pb-10 {
    padding-bottom: 10px !important;
  }

  .sm\:pb-15 {
    padding-bottom: 15px !important;
  }

  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }

  .sm\:pb-25 {
    padding-bottom: 25px !important;
  }

  .sm\:pb-26 {
    padding-bottom: 26px !important;
  }

  .sm\:pb-27 {
    padding-bottom: 27px !important;
  }

  .sm\:pb-28 {
    padding-bottom: 28px !important;
  }

  .sm\:pb-30 {
    padding-bottom: 30px !important;
  }

  .sm\:pb-32 {
    padding-bottom: 32px !important;
  }

  .sm\:pb-33 {
    padding-bottom: 33px !important;
  }

  .sm\:pb-34 {
    padding-bottom: 34px !important;
  }

  .sm\:pb-35 {
    padding-bottom: 35px !important;
  }

  .sm\:pb-38 {
    padding-bottom: 38px !important;
  }

  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }

  .sm\:pb-44 {
    padding-bottom: 44px !important;
  }

  .sm\:pb-45 {
    padding-bottom: 45px !important;
  }

  .sm\:pb-50 {
    padding-bottom: 50px !important;
  }

  .sm\:pb-55 {
    padding-bottom: 55px !important;
  }

  .sm\:pb-60 {
    padding-bottom: 60px !important;
  }

  .sm\:pb-65 {
    padding-bottom: 65px !important;
  }

  .sm\:pb-70 {
    padding-bottom: 70px !important;
  }

  .sm\:pb-75 {
    padding-bottom: 75px !important;
  }

  .sm\:pb-80 {
    padding-bottom: 80px !important;
  }

  .sm\:pb-85 {
    padding-bottom: 85px !important;
  }

  .sm\:pb-90 {
    padding-bottom: 90px !important;
  }

  .sm\:pb-95 {
    padding-bottom: 95px !important;
  }

  .sm\:pb-100 {
    padding-bottom: 100px !important;
  }

  .sm\:pb-105 {
    padding-bottom: 105px !important;
  }

  .sm\:pb-110 {
    padding-bottom: 110px !important;
  }

  .sm\:pb-115 {
    padding-bottom: 115px !important;
  }

  .sm\:pb-120 {
    padding-bottom: 120px !important;
  }

  .sm\:pb-125 {
    padding-bottom: 125px !important;
  }

  .sm\:pb-130 {
    padding-bottom: 130px !important;
  }

  .sm\:pb-135 {
    padding-bottom: 135px !important;
  }

  .sm\:pb-140 {
    padding-bottom: 140px !important;
  }

  .sm\:pb-142 {
    padding-bottom: 142px !important;
  }

  .sm\:pb-145 {
    padding-bottom: 145px !important;
  }

  .sm\:pb-150 {
    padding-bottom: 150px !important;
  }

  .sm\:pb-160 {
    padding-bottom: 160px !important;
  }

  .sm\:pb-165 {
    padding-bottom: 165px !important;
  }

  .sm\:pb-170 {
    padding-bottom: 170px !important;
  }

  .sm\:pb-180 {
    padding-bottom: 180px !important;
  }

  .sm\:pb-185 {
    padding-bottom: 185px !important;
  }

  .sm\:pb-190 {
    padding-bottom: 190px !important;
  }

  .sm\:pb-200 {
    padding-bottom: 200px !important;
  }

  .sm\:pb-225 {
    padding-bottom: 225px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-0 {
    padding-left: 0px !important;
  }

  .sm\:pl-5 {
    padding-left: 5px !important;
  }

  .sm\:pl-8 {
    padding-left: 8px !important;
  }

  .sm\:pl-10 {
    padding-left: 10px !important;
  }

  .sm\:pl-15 {
    padding-left: 15px !important;
  }

  .sm\:pl-20 {
    padding-left: 20px !important;
  }

  .sm\:pl-25 {
    padding-left: 25px !important;
  }

  .sm\:pl-26 {
    padding-left: 26px !important;
  }

  .sm\:pl-27 {
    padding-left: 27px !important;
  }

  .sm\:pl-28 {
    padding-left: 28px !important;
  }

  .sm\:pl-30 {
    padding-left: 30px !important;
  }

  .sm\:pl-32 {
    padding-left: 32px !important;
  }

  .sm\:pl-33 {
    padding-left: 33px !important;
  }

  .sm\:pl-34 {
    padding-left: 34px !important;
  }

  .sm\:pl-35 {
    padding-left: 35px !important;
  }

  .sm\:pl-38 {
    padding-left: 38px !important;
  }

  .sm\:pl-40 {
    padding-left: 40px !important;
  }

  .sm\:pl-44 {
    padding-left: 44px !important;
  }

  .sm\:pl-45 {
    padding-left: 45px !important;
  }

  .sm\:pl-50 {
    padding-left: 50px !important;
  }

  .sm\:pl-55 {
    padding-left: 55px !important;
  }

  .sm\:pl-60 {
    padding-left: 60px !important;
  }

  .sm\:pl-65 {
    padding-left: 65px !important;
  }

  .sm\:pl-70 {
    padding-left: 70px !important;
  }

  .sm\:pl-75 {
    padding-left: 75px !important;
  }

  .sm\:pl-80 {
    padding-left: 80px !important;
  }

  .sm\:pl-85 {
    padding-left: 85px !important;
  }

  .sm\:pl-90 {
    padding-left: 90px !important;
  }

  .sm\:pl-95 {
    padding-left: 95px !important;
  }

  .sm\:pl-100 {
    padding-left: 100px !important;
  }

  .sm\:pl-105 {
    padding-left: 105px !important;
  }

  .sm\:pl-110 {
    padding-left: 110px !important;
  }

  .sm\:pl-115 {
    padding-left: 115px !important;
  }

  .sm\:pl-120 {
    padding-left: 120px !important;
  }

  .sm\:pl-125 {
    padding-left: 125px !important;
  }

  .sm\:pl-130 {
    padding-left: 130px !important;
  }

  .sm\:pl-135 {
    padding-left: 135px !important;
  }

  .sm\:pl-140 {
    padding-left: 140px !important;
  }

  .sm\:pl-142 {
    padding-left: 142px !important;
  }

  .sm\:pl-145 {
    padding-left: 145px !important;
  }

  .sm\:pl-150 {
    padding-left: 150px !important;
  }

  .sm\:pl-160 {
    padding-left: 160px !important;
  }

  .sm\:pl-165 {
    padding-left: 165px !important;
  }

  .sm\:pl-170 {
    padding-left: 170px !important;
  }

  .sm\:pl-180 {
    padding-left: 180px !important;
  }

  .sm\:pl-185 {
    padding-left: 185px !important;
  }

  .sm\:pl-190 {
    padding-left: 190px !important;
  }

  .sm\:pl-200 {
    padding-left: 200px !important;
  }

  .sm\:pl-225 {
    padding-left: 225px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:font-font-zilla {
    font-family: Zilla Slab !important;
  }

  .sm\:font-font-montserrat {
    font-family: Montserrat !important;
  }

  .sm\:font-font-helveticaneuemedium {
    font-family: helveticaneuemedium !important;
  }

  .sm\:text-base {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .sm\:text-fs-400 {
    font-size: 400px !important;
    line-height: 320px !important;
  }

  .sm\:text-fs-215 {
    font-size: 215px !important;
    line-height: 172px !important;
  }

  .sm\:text-fs-160 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .sm\:text-fs-140 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .sm\:text-fs-110 {
    font-size: 110px !important;
    line-height: 88px !important;
  }

  .sm\:text-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .sm\:text-fs-60 {
    font-size: 60px !important;
    line-height: 72px !important;
  }

  .sm\:text-fs-55 {
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .sm\:text-fs-50 {
    font-size: 50px !important;
    line-height: 45px !important;
  }

  .sm\:text-fs-45 {
    font-size: 45px !important;
    line-height: 36px !important;
  }

  .sm\:text-fs-40 {
    font-size: 40px !important;
    line-height: 32px !important;
  }

  .sm\:text-fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .sm\:text-fs-32 {
    font-size: 32px !important;
    line-height: 26px !important;
  }

  .sm\:text-fs-30 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  .sm\:text-fs-28 {
    font-size: 28px !important;
    line-height: 22px !important;
  }

  .sm\:text-fs-24 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .sm\:text-fs-26 {
    font-size: 26px !important;
    line-height: 41px !important;
  }

  .sm\:text-fs-22 {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .sm\:text-fs-20 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .sm\:text-fs-18 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .sm\:text-fs-17 {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .sm\:text-fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .sm\:text-fs-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .sm\:text-fs-13 {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .sm\:font-thin {
    font-weight: 100 !important;
  }

  .sm\:font-extralight {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-lh-68 {
    line-height: 68px !important;
  }

  .sm\:leading-lh-60 {
    line-height: 60px !important;
  }

  .sm\:leading-lh-55 {
    line-height: 55px !important;
  }

  .sm\:leading-lh-52 {
    line-height: 52px !important;
  }

  .sm\:leading-lh-50 {
    line-height: 50px !important;
  }

  .sm\:leading-lh-44 {
    line-height: 44px !important;
  }

  .sm\:leading-lh-42 {
    line-height: 42px !important;
  }

  .sm\:leading-lh-38 {
    line-height: 38px !important;
  }

  .sm\:leading-lh-28 {
    line-height: 28px !important;
  }

  .sm\:leading-lh-30 {
    line-height: 30px !important;
  }

  .sm\:leading-lh-25 {
    line-height: 25px !important;
  }

  .sm\:leading-lh-24 {
    line-height: 24px !important;
  }

  .sm\:leading-lh-22 {
    line-height: 22px !important;
  }

  .sm\:leading-lh-21 {
    line-height: 21px !important;
  }

  .sm\:leading-lh-20 {
    line-height: 20px !important;
  }

  .sm\:leading-lh-18 {
    line-height: 18px !important;
  }

  .sm\:leading-lh-16 {
    line-height: 16px !important;
  }

  .sm\:leading-lh-37 {
    line-height: 37px !important;
  }

  .sm\:leading-lh-35 {
    line-height: 35px !important;
  }

  .sm\:leading-lh-33 {
    line-height: 33px !important;
  }

  .sm\:leading-lh-88 {
    line-height: 88px !important;
  }

  .sm\:leading-lh-72 {
    line-height: 72px !important;
  }

  .sm\:leading-lh-62 {
    line-height: 62px !important;
  }

  .sm\:leading-lh-45 {
    line-height: 45px !important;
  }

  .sm\:leading-lh-26 {
    line-height: 26px !important;
  }

  .sm\:leading-lh-27 {
    line-height: 27px !important;
  }

  .sm\:leading-lh-23 {
    line-height: 23px !important;
  }

  .sm\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .sm\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .sm\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .sm\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .sm\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .sm\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .sm\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .sm\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-current {
    color: currentColor !important;
  }

  .sm\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .sm\:group-hover\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .sm\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lightteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-darkteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-darkred:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-darkblue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-skybule:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lightgray:focus-within {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus-within\:text-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-devider:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cream:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-buttercup:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lightteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-darkteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-darkred:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-darkblue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-skybule:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lightgray:hover {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:hover\:text-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-devider:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cream:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-buttercup:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lightteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-darkteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-darkred:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-darkblue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-skybule:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lightgray:focus {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:text-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-devider:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cream:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-buttercup:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkred::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkred::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkblue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkblue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-skybule::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-skybule::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightgray::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:placeholder-lightgray::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-devider::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-devider::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cream::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cream::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-buttercup::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-buttercup::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkred:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkred:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkblue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkblue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-skybule:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-skybule:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightgray:focus::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:placeholder-lightgray:focus::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-devider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-devider:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cream:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cream:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-buttercup:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-buttercup:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-5 {
    opacity: 0.05 !important;
  }

  .sm\:opacity-10 {
    opacity: 0.1 !important;
  }

  .sm\:opacity-20 {
    opacity: 0.2 !important;
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:opacity-30 {
    opacity: 0.3 !important;
  }

  .sm\:opacity-40 {
    opacity: 0.4 !important;
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:opacity-57 {
    opacity: 0.57 !important;
  }

  .sm\:opacity-60 {
    opacity: 0.6 !important;
  }

  .sm\:opacity-70 {
    opacity: 0.7 !important;
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:opacity-80 {
    opacity: 0.8 !important;
  }

  .sm\:opacity-90 {
    opacity: 0.9 !important;
  }

  .sm\:opacity-95 {
    opacity: 0.95 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .sm\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .sm\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lightteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-darkteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-darkred {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-darkblue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-skybule {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lightgray {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:ring-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-devider {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cream {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-buttercup {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lightteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-darkteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-darkred:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-darkblue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-skybule:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lightgray:focus-within {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus-within\:ring-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-devider:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cream:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-buttercup:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lightteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-darkteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-darkred:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-darkblue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-skybule:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lightgray:focus {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:ring-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-devider:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cream:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-buttercup:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:ring-offset-lightteal {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .sm\:ring-offset-darkteal {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .sm\:ring-offset-red {
    --tw-ring-offset-color: #D6393C !important;
  }

  .sm\:ring-offset-darkred {
    --tw-ring-offset-color: #B63033 !important;
  }

  .sm\:ring-offset-darkblue {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .sm\:ring-offset-skybule {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .sm\:ring-offset-yellow {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .sm\:ring-offset-lightgray {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:ring-offset-gray {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm\:ring-offset-devider {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .sm\:ring-offset-cream {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .sm\:ring-offset-blue01 {
    --tw-ring-offset-color: #39495B !important;
  }

  .sm\:ring-offset-blue02 {
    --tw-ring-offset-color: #37526B !important;
  }

  .sm\:ring-offset-buttercup {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .sm\:ring-offset-lime-gray {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:focus-within\:ring-offset-lightteal:focus-within {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .sm\:focus-within\:ring-offset-darkteal:focus-within {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .sm\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #D6393C !important;
  }

  .sm\:focus-within\:ring-offset-darkred:focus-within {
    --tw-ring-offset-color: #B63033 !important;
  }

  .sm\:focus-within\:ring-offset-darkblue:focus-within {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .sm\:focus-within\:ring-offset-skybule:focus-within {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .sm\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .sm\:focus-within\:ring-offset-lightgray:focus-within {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus-within\:ring-offset-gray:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm\:focus-within\:ring-offset-devider:focus-within {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .sm\:focus-within\:ring-offset-cream:focus-within {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .sm\:focus-within\:ring-offset-blue01:focus-within {
    --tw-ring-offset-color: #39495B !important;
  }

  .sm\:focus-within\:ring-offset-blue02:focus-within {
    --tw-ring-offset-color: #37526B !important;
  }

  .sm\:focus-within\:ring-offset-buttercup:focus-within {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .sm\:focus-within\:ring-offset-lime-gray:focus-within {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000 !important;
  }

  .sm\:focus\:ring-offset-lightteal:focus {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .sm\:focus\:ring-offset-darkteal:focus {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .sm\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #D6393C !important;
  }

  .sm\:focus\:ring-offset-darkred:focus {
    --tw-ring-offset-color: #B63033 !important;
  }

  .sm\:focus\:ring-offset-darkblue:focus {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .sm\:focus\:ring-offset-skybule:focus {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .sm\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .sm\:focus\:ring-offset-lightgray:focus {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .sm\:focus\:ring-offset-gray:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .sm\:focus\:ring-offset-devider:focus {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .sm\:focus\:ring-offset-cream:focus {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .sm\:focus\:ring-offset-blue01:focus {
    --tw-ring-offset-color: #39495B !important;
  }

  .sm\:focus\:ring-offset-blue02:focus {
    --tw-ring-offset-color: #37526B !important;
  }

  .sm\:focus\:ring-offset-buttercup:focus {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .sm\:focus\:ring-offset-lime-gray:focus {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .sm\:filter-none {
    filter: none !important;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .sm\:blur {
    --tw-blur: blur(8px) !important;
  }

  .sm\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .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)) !important;
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .sm\:invert {
    --tw-invert: invert(100%) !important;
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .sm\:backdrop-filter-none {
    backdrop-filter: none !important;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm\:transition-none {
    transition-property: none !important;
  }

  .sm\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .sm\:delay-75 {
    transition-delay: 75ms !important;
  }

  .sm\:delay-100 {
    transition-delay: 100ms !important;
  }

  .sm\:delay-150 {
    transition-delay: 150ms !important;
  }

  .sm\:delay-200 {
    transition-delay: 200ms !important;
  }

  .sm\:delay-300 {
    transition-delay: 300ms !important;
  }

  .sm\:delay-500 {
    transition-delay: 500ms !important;
  }

  .sm\:delay-700 {
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .sm\:duration-75 {
    transition-duration: 75ms !important;
  }

  .sm\:duration-100 {
    transition-duration: 100ms !important;
  }

  .sm\:duration-150 {
    transition-duration: 150ms !important;
  }

  .sm\:duration-200 {
    transition-duration: 200ms !important;
  }

  .sm\:duration-300 {
    transition-duration: 300ms !important;
  }

  .sm\:duration-500 {
    transition-duration: 500ms !important;
  }

  .sm\:duration-700 {
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm\:ease-linear {
    transition-timing-function: linear !important;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (max-width: 374px) {
  .xs\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xs\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xs\:pointer-events-none {
    pointer-events: none !important;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xs\:visible {
    visibility: visible !important;
  }

  .xs\:invisible {
    visibility: hidden !important;
  }

  .xs\:static {
    position: static !important;
  }

  .xs\:fixed {
    position: fixed !important;
  }

  .xs\:absolute {
    position: absolute !important;
  }

  .xs\:relative {
    position: relative !important;
  }

  .xs\:sticky {
    position: sticky !important;
  }

  .xs\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .xs\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .xs\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xs\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .xs\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .xs\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .xs\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .xs\:inset-27 {
    top: 27px !important;
    right: 27px !important;
    bottom: 27px !important;
    left: 27px !important;
  }

  .xs\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .xs\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .xs\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .xs\:inset-33 {
    top: 33px !important;
    right: 33px !important;
    bottom: 33px !important;
    left: 33px !important;
  }

  .xs\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .xs\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .xs\:inset-38 {
    top: 38px !important;
    right: 38px !important;
    bottom: 38px !important;
    left: 38px !important;
  }

  .xs\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .xs\:inset-44 {
    top: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    left: 44px !important;
  }

  .xs\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .xs\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .xs\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .xs\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .xs\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .xs\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .xs\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .xs\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .xs\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .xs\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .xs\:inset-95 {
    top: 95px !important;
    right: 95px !important;
    bottom: 95px !important;
    left: 95px !important;
  }

  .xs\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .xs\:inset-105 {
    top: 105px !important;
    right: 105px !important;
    bottom: 105px !important;
    left: 105px !important;
  }

  .xs\:inset-110 {
    top: 110px !important;
    right: 110px !important;
    bottom: 110px !important;
    left: 110px !important;
  }

  .xs\:inset-115 {
    top: 115px !important;
    right: 115px !important;
    bottom: 115px !important;
    left: 115px !important;
  }

  .xs\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .xs\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .xs\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .xs\:inset-135 {
    top: 135px !important;
    right: 135px !important;
    bottom: 135px !important;
    left: 135px !important;
  }

  .xs\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .xs\:inset-142 {
    top: 142px !important;
    right: 142px !important;
    bottom: 142px !important;
    left: 142px !important;
  }

  .xs\:inset-145 {
    top: 145px !important;
    right: 145px !important;
    bottom: 145px !important;
    left: 145px !important;
  }

  .xs\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .xs\:inset-160 {
    top: 160px !important;
    right: 160px !important;
    bottom: 160px !important;
    left: 160px !important;
  }

  .xs\:inset-165 {
    top: 165px !important;
    right: 165px !important;
    bottom: 165px !important;
    left: 165px !important;
  }

  .xs\:inset-170 {
    top: 170px !important;
    right: 170px !important;
    bottom: 170px !important;
    left: 170px !important;
  }

  .xs\:inset-180 {
    top: 180px !important;
    right: 180px !important;
    bottom: 180px !important;
    left: 180px !important;
  }

  .xs\:inset-185 {
    top: 185px !important;
    right: 185px !important;
    bottom: 185px !important;
    left: 185px !important;
  }

  .xs\:inset-190 {
    top: 190px !important;
    right: 190px !important;
    bottom: 190px !important;
    left: 190px !important;
  }

  .xs\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .xs\:inset-225 {
    top: 225px !important;
    right: 225px !important;
    bottom: 225px !important;
    left: 225px !important;
  }

  .xs\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xs\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .xs\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .xs\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .xs\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .xs\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .xs\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .xs\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .xs\:-inset-27 {
    top: -27px !important;
    right: -27px !important;
    bottom: -27px !important;
    left: -27px !important;
  }

  .xs\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .xs\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .xs\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .xs\:-inset-33 {
    top: -33px !important;
    right: -33px !important;
    bottom: -33px !important;
    left: -33px !important;
  }

  .xs\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .xs\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .xs\:-inset-38 {
    top: -38px !important;
    right: -38px !important;
    bottom: -38px !important;
    left: -38px !important;
  }

  .xs\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .xs\:-inset-44 {
    top: -44px !important;
    right: -44px !important;
    bottom: -44px !important;
    left: -44px !important;
  }

  .xs\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .xs\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .xs\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .xs\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .xs\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .xs\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .xs\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .xs\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .xs\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .xs\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .xs\:-inset-95 {
    top: -95px !important;
    right: -95px !important;
    bottom: -95px !important;
    left: -95px !important;
  }

  .xs\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .xs\:-inset-105 {
    top: -105px !important;
    right: -105px !important;
    bottom: -105px !important;
    left: -105px !important;
  }

  .xs\:-inset-110 {
    top: -110px !important;
    right: -110px !important;
    bottom: -110px !important;
    left: -110px !important;
  }

  .xs\:-inset-115 {
    top: -115px !important;
    right: -115px !important;
    bottom: -115px !important;
    left: -115px !important;
  }

  .xs\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .xs\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .xs\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .xs\:-inset-135 {
    top: -135px !important;
    right: -135px !important;
    bottom: -135px !important;
    left: -135px !important;
  }

  .xs\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .xs\:-inset-142 {
    top: -142px !important;
    right: -142px !important;
    bottom: -142px !important;
    left: -142px !important;
  }

  .xs\:-inset-145 {
    top: -145px !important;
    right: -145px !important;
    bottom: -145px !important;
    left: -145px !important;
  }

  .xs\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .xs\:-inset-160 {
    top: -160px !important;
    right: -160px !important;
    bottom: -160px !important;
    left: -160px !important;
  }

  .xs\:-inset-165 {
    top: -165px !important;
    right: -165px !important;
    bottom: -165px !important;
    left: -165px !important;
  }

  .xs\:-inset-170 {
    top: -170px !important;
    right: -170px !important;
    bottom: -170px !important;
    left: -170px !important;
  }

  .xs\:-inset-180 {
    top: -180px !important;
    right: -180px !important;
    bottom: -180px !important;
    left: -180px !important;
  }

  .xs\:-inset-185 {
    top: -185px !important;
    right: -185px !important;
    bottom: -185px !important;
    left: -185px !important;
  }

  .xs\:-inset-190 {
    top: -190px !important;
    right: -190px !important;
    bottom: -190px !important;
    left: -190px !important;
  }

  .xs\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .xs\:-inset-225 {
    top: -225px !important;
    right: -225px !important;
    bottom: -225px !important;
    left: -225px !important;
  }

  .xs\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xs\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xs\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xs\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xs\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xs\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xs\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xs\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xs\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .xs\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .xs\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .xs\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .xs\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .xs\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .xs\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .xs\:inset-x-27 {
    left: 27px !important;
    right: 27px !important;
  }

  .xs\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .xs\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .xs\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .xs\:inset-x-33 {
    left: 33px !important;
    right: 33px !important;
  }

  .xs\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .xs\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .xs\:inset-x-38 {
    left: 38px !important;
    right: 38px !important;
  }

  .xs\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .xs\:inset-x-44 {
    left: 44px !important;
    right: 44px !important;
  }

  .xs\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .xs\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .xs\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .xs\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .xs\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .xs\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .xs\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .xs\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .xs\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .xs\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .xs\:inset-x-95 {
    left: 95px !important;
    right: 95px !important;
  }

  .xs\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .xs\:inset-x-105 {
    left: 105px !important;
    right: 105px !important;
  }

  .xs\:inset-x-110 {
    left: 110px !important;
    right: 110px !important;
  }

  .xs\:inset-x-115 {
    left: 115px !important;
    right: 115px !important;
  }

  .xs\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .xs\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .xs\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .xs\:inset-x-135 {
    left: 135px !important;
    right: 135px !important;
  }

  .xs\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .xs\:inset-x-142 {
    left: 142px !important;
    right: 142px !important;
  }

  .xs\:inset-x-145 {
    left: 145px !important;
    right: 145px !important;
  }

  .xs\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .xs\:inset-x-160 {
    left: 160px !important;
    right: 160px !important;
  }

  .xs\:inset-x-165 {
    left: 165px !important;
    right: 165px !important;
  }

  .xs\:inset-x-170 {
    left: 170px !important;
    right: 170px !important;
  }

  .xs\:inset-x-180 {
    left: 180px !important;
    right: 180px !important;
  }

  .xs\:inset-x-185 {
    left: 185px !important;
    right: 185px !important;
  }

  .xs\:inset-x-190 {
    left: 190px !important;
    right: 190px !important;
  }

  .xs\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .xs\:inset-x-225 {
    left: 225px !important;
    right: 225px !important;
  }

  .xs\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xs\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .xs\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xs\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .xs\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .xs\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .xs\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .xs\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .xs\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .xs\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .xs\:-inset-x-27 {
    left: -27px !important;
    right: -27px !important;
  }

  .xs\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .xs\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .xs\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .xs\:-inset-x-33 {
    left: -33px !important;
    right: -33px !important;
  }

  .xs\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .xs\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .xs\:-inset-x-38 {
    left: -38px !important;
    right: -38px !important;
  }

  .xs\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .xs\:-inset-x-44 {
    left: -44px !important;
    right: -44px !important;
  }

  .xs\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .xs\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .xs\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .xs\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .xs\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .xs\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .xs\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .xs\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .xs\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .xs\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .xs\:-inset-x-95 {
    left: -95px !important;
    right: -95px !important;
  }

  .xs\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .xs\:-inset-x-105 {
    left: -105px !important;
    right: -105px !important;
  }

  .xs\:-inset-x-110 {
    left: -110px !important;
    right: -110px !important;
  }

  .xs\:-inset-x-115 {
    left: -115px !important;
    right: -115px !important;
  }

  .xs\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .xs\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .xs\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .xs\:-inset-x-135 {
    left: -135px !important;
    right: -135px !important;
  }

  .xs\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .xs\:-inset-x-142 {
    left: -142px !important;
    right: -142px !important;
  }

  .xs\:-inset-x-145 {
    left: -145px !important;
    right: -145px !important;
  }

  .xs\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .xs\:-inset-x-160 {
    left: -160px !important;
    right: -160px !important;
  }

  .xs\:-inset-x-165 {
    left: -165px !important;
    right: -165px !important;
  }

  .xs\:-inset-x-170 {
    left: -170px !important;
    right: -170px !important;
  }

  .xs\:-inset-x-180 {
    left: -180px !important;
    right: -180px !important;
  }

  .xs\:-inset-x-185 {
    left: -185px !important;
    right: -185px !important;
  }

  .xs\:-inset-x-190 {
    left: -190px !important;
    right: -190px !important;
  }

  .xs\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .xs\:-inset-x-225 {
    left: -225px !important;
    right: -225px !important;
  }

  .xs\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .xs\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xs\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xs\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .xs\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .xs\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .xs\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xs\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xs\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .xs\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .xs\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .xs\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .xs\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .xs\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .xs\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .xs\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .xs\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .xs\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .xs\:inset-y-27 {
    top: 27px !important;
    bottom: 27px !important;
  }

  .xs\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .xs\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .xs\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .xs\:inset-y-33 {
    top: 33px !important;
    bottom: 33px !important;
  }

  .xs\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .xs\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .xs\:inset-y-38 {
    top: 38px !important;
    bottom: 38px !important;
  }

  .xs\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .xs\:inset-y-44 {
    top: 44px !important;
    bottom: 44px !important;
  }

  .xs\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .xs\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .xs\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .xs\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .xs\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .xs\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .xs\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .xs\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .xs\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .xs\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .xs\:inset-y-95 {
    top: 95px !important;
    bottom: 95px !important;
  }

  .xs\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .xs\:inset-y-105 {
    top: 105px !important;
    bottom: 105px !important;
  }

  .xs\:inset-y-110 {
    top: 110px !important;
    bottom: 110px !important;
  }

  .xs\:inset-y-115 {
    top: 115px !important;
    bottom: 115px !important;
  }

  .xs\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .xs\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .xs\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .xs\:inset-y-135 {
    top: 135px !important;
    bottom: 135px !important;
  }

  .xs\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .xs\:inset-y-142 {
    top: 142px !important;
    bottom: 142px !important;
  }

  .xs\:inset-y-145 {
    top: 145px !important;
    bottom: 145px !important;
  }

  .xs\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .xs\:inset-y-160 {
    top: 160px !important;
    bottom: 160px !important;
  }

  .xs\:inset-y-165 {
    top: 165px !important;
    bottom: 165px !important;
  }

  .xs\:inset-y-170 {
    top: 170px !important;
    bottom: 170px !important;
  }

  .xs\:inset-y-180 {
    top: 180px !important;
    bottom: 180px !important;
  }

  .xs\:inset-y-185 {
    top: 185px !important;
    bottom: 185px !important;
  }

  .xs\:inset-y-190 {
    top: 190px !important;
    bottom: 190px !important;
  }

  .xs\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .xs\:inset-y-225 {
    top: 225px !important;
    bottom: 225px !important;
  }

  .xs\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xs\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .xs\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .xs\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .xs\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .xs\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .xs\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .xs\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .xs\:-inset-y-27 {
    top: -27px !important;
    bottom: -27px !important;
  }

  .xs\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .xs\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .xs\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .xs\:-inset-y-33 {
    top: -33px !important;
    bottom: -33px !important;
  }

  .xs\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .xs\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .xs\:-inset-y-38 {
    top: -38px !important;
    bottom: -38px !important;
  }

  .xs\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .xs\:-inset-y-44 {
    top: -44px !important;
    bottom: -44px !important;
  }

  .xs\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .xs\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .xs\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .xs\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .xs\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .xs\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .xs\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .xs\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .xs\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .xs\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .xs\:-inset-y-95 {
    top: -95px !important;
    bottom: -95px !important;
  }

  .xs\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .xs\:-inset-y-105 {
    top: -105px !important;
    bottom: -105px !important;
  }

  .xs\:-inset-y-110 {
    top: -110px !important;
    bottom: -110px !important;
  }

  .xs\:-inset-y-115 {
    top: -115px !important;
    bottom: -115px !important;
  }

  .xs\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .xs\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .xs\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .xs\:-inset-y-135 {
    top: -135px !important;
    bottom: -135px !important;
  }

  .xs\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .xs\:-inset-y-142 {
    top: -142px !important;
    bottom: -142px !important;
  }

  .xs\:-inset-y-145 {
    top: -145px !important;
    bottom: -145px !important;
  }

  .xs\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .xs\:-inset-y-160 {
    top: -160px !important;
    bottom: -160px !important;
  }

  .xs\:-inset-y-165 {
    top: -165px !important;
    bottom: -165px !important;
  }

  .xs\:-inset-y-170 {
    top: -170px !important;
    bottom: -170px !important;
  }

  .xs\:-inset-y-180 {
    top: -180px !important;
    bottom: -180px !important;
  }

  .xs\:-inset-y-185 {
    top: -185px !important;
    bottom: -185px !important;
  }

  .xs\:-inset-y-190 {
    top: -190px !important;
    bottom: -190px !important;
  }

  .xs\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .xs\:-inset-y-225 {
    top: -225px !important;
    bottom: -225px !important;
  }

  .xs\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xs\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xs\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xs\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xs\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xs\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xs\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xs\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xs\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xs\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xs\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xs\:top-0 {
    top: 0px !important;
  }

  .xs\:top-5 {
    top: 5px !important;
  }

  .xs\:top-8 {
    top: 8px !important;
  }

  .xs\:top-10 {
    top: 10px !important;
  }

  .xs\:top-15 {
    top: 15px !important;
  }

  .xs\:top-20 {
    top: 20px !important;
  }

  .xs\:top-25 {
    top: 25px !important;
  }

  .xs\:top-26 {
    top: 26px !important;
  }

  .xs\:top-27 {
    top: 27px !important;
  }

  .xs\:top-28 {
    top: 28px !important;
  }

  .xs\:top-30 {
    top: 30px !important;
  }

  .xs\:top-32 {
    top: 32px !important;
  }

  .xs\:top-33 {
    top: 33px !important;
  }

  .xs\:top-34 {
    top: 34px !important;
  }

  .xs\:top-35 {
    top: 35px !important;
  }

  .xs\:top-38 {
    top: 38px !important;
  }

  .xs\:top-40 {
    top: 40px !important;
  }

  .xs\:top-44 {
    top: 44px !important;
  }

  .xs\:top-45 {
    top: 45px !important;
  }

  .xs\:top-50 {
    top: 50px !important;
  }

  .xs\:top-55 {
    top: 55px !important;
  }

  .xs\:top-60 {
    top: 60px !important;
  }

  .xs\:top-65 {
    top: 65px !important;
  }

  .xs\:top-70 {
    top: 70px !important;
  }

  .xs\:top-75 {
    top: 75px !important;
  }

  .xs\:top-80 {
    top: 80px !important;
  }

  .xs\:top-85 {
    top: 85px !important;
  }

  .xs\:top-90 {
    top: 90px !important;
  }

  .xs\:top-95 {
    top: 95px !important;
  }

  .xs\:top-100 {
    top: 100px !important;
  }

  .xs\:top-105 {
    top: 105px !important;
  }

  .xs\:top-110 {
    top: 110px !important;
  }

  .xs\:top-115 {
    top: 115px !important;
  }

  .xs\:top-120 {
    top: 120px !important;
  }

  .xs\:top-125 {
    top: 125px !important;
  }

  .xs\:top-130 {
    top: 130px !important;
  }

  .xs\:top-135 {
    top: 135px !important;
  }

  .xs\:top-140 {
    top: 140px !important;
  }

  .xs\:top-142 {
    top: 142px !important;
  }

  .xs\:top-145 {
    top: 145px !important;
  }

  .xs\:top-150 {
    top: 150px !important;
  }

  .xs\:top-160 {
    top: 160px !important;
  }

  .xs\:top-165 {
    top: 165px !important;
  }

  .xs\:top-170 {
    top: 170px !important;
  }

  .xs\:top-180 {
    top: 180px !important;
  }

  .xs\:top-185 {
    top: 185px !important;
  }

  .xs\:top-190 {
    top: 190px !important;
  }

  .xs\:top-200 {
    top: 200px !important;
  }

  .xs\:top-225 {
    top: 225px !important;
  }

  .xs\:top-auto {
    top: auto !important;
  }

  .xs\:top-px {
    top: 1px !important;
  }

  .xs\:-top-0 {
    top: 0px !important;
  }

  .xs\:-top-5 {
    top: -5px !important;
  }

  .xs\:-top-8 {
    top: -8px !important;
  }

  .xs\:-top-10 {
    top: -10px !important;
  }

  .xs\:-top-15 {
    top: -15px !important;
  }

  .xs\:-top-20 {
    top: -20px !important;
  }

  .xs\:-top-25 {
    top: -25px !important;
  }

  .xs\:-top-26 {
    top: -26px !important;
  }

  .xs\:-top-27 {
    top: -27px !important;
  }

  .xs\:-top-28 {
    top: -28px !important;
  }

  .xs\:-top-30 {
    top: -30px !important;
  }

  .xs\:-top-32 {
    top: -32px !important;
  }

  .xs\:-top-33 {
    top: -33px !important;
  }

  .xs\:-top-34 {
    top: -34px !important;
  }

  .xs\:-top-35 {
    top: -35px !important;
  }

  .xs\:-top-38 {
    top: -38px !important;
  }

  .xs\:-top-40 {
    top: -40px !important;
  }

  .xs\:-top-44 {
    top: -44px !important;
  }

  .xs\:-top-45 {
    top: -45px !important;
  }

  .xs\:-top-50 {
    top: -50px !important;
  }

  .xs\:-top-55 {
    top: -55px !important;
  }

  .xs\:-top-60 {
    top: -60px !important;
  }

  .xs\:-top-65 {
    top: -65px !important;
  }

  .xs\:-top-70 {
    top: -70px !important;
  }

  .xs\:-top-75 {
    top: -75px !important;
  }

  .xs\:-top-80 {
    top: -80px !important;
  }

  .xs\:-top-85 {
    top: -85px !important;
  }

  .xs\:-top-90 {
    top: -90px !important;
  }

  .xs\:-top-95 {
    top: -95px !important;
  }

  .xs\:-top-100 {
    top: -100px !important;
  }

  .xs\:-top-105 {
    top: -105px !important;
  }

  .xs\:-top-110 {
    top: -110px !important;
  }

  .xs\:-top-115 {
    top: -115px !important;
  }

  .xs\:-top-120 {
    top: -120px !important;
  }

  .xs\:-top-125 {
    top: -125px !important;
  }

  .xs\:-top-130 {
    top: -130px !important;
  }

  .xs\:-top-135 {
    top: -135px !important;
  }

  .xs\:-top-140 {
    top: -140px !important;
  }

  .xs\:-top-142 {
    top: -142px !important;
  }

  .xs\:-top-145 {
    top: -145px !important;
  }

  .xs\:-top-150 {
    top: -150px !important;
  }

  .xs\:-top-160 {
    top: -160px !important;
  }

  .xs\:-top-165 {
    top: -165px !important;
  }

  .xs\:-top-170 {
    top: -170px !important;
  }

  .xs\:-top-180 {
    top: -180px !important;
  }

  .xs\:-top-185 {
    top: -185px !important;
  }

  .xs\:-top-190 {
    top: -190px !important;
  }

  .xs\:-top-200 {
    top: -200px !important;
  }

  .xs\:-top-225 {
    top: -225px !important;
  }

  .xs\:-top-px {
    top: -1px !important;
  }

  .xs\:top-1\/2 {
    top: 50% !important;
  }

  .xs\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xs\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xs\:top-1\/4 {
    top: 25% !important;
  }

  .xs\:top-2\/4 {
    top: 50% !important;
  }

  .xs\:top-3\/4 {
    top: 75% !important;
  }

  .xs\:top-full {
    top: 100% !important;
  }

  .xs\:-top-1\/2 {
    top: -50% !important;
  }

  .xs\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .xs\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .xs\:-top-1\/4 {
    top: -25% !important;
  }

  .xs\:-top-2\/4 {
    top: -50% !important;
  }

  .xs\:-top-3\/4 {
    top: -75% !important;
  }

  .xs\:-top-full {
    top: -100% !important;
  }

  .xs\:right-0 {
    right: 0px !important;
  }

  .xs\:right-5 {
    right: 5px !important;
  }

  .xs\:right-8 {
    right: 8px !important;
  }

  .xs\:right-10 {
    right: 10px !important;
  }

  .xs\:right-15 {
    right: 15px !important;
  }

  .xs\:right-20 {
    right: 20px !important;
  }

  .xs\:right-25 {
    right: 25px !important;
  }

  .xs\:right-26 {
    right: 26px !important;
  }

  .xs\:right-27 {
    right: 27px !important;
  }

  .xs\:right-28 {
    right: 28px !important;
  }

  .xs\:right-30 {
    right: 30px !important;
  }

  .xs\:right-32 {
    right: 32px !important;
  }

  .xs\:right-33 {
    right: 33px !important;
  }

  .xs\:right-34 {
    right: 34px !important;
  }

  .xs\:right-35 {
    right: 35px !important;
  }

  .xs\:right-38 {
    right: 38px !important;
  }

  .xs\:right-40 {
    right: 40px !important;
  }

  .xs\:right-44 {
    right: 44px !important;
  }

  .xs\:right-45 {
    right: 45px !important;
  }

  .xs\:right-50 {
    right: 50px !important;
  }

  .xs\:right-55 {
    right: 55px !important;
  }

  .xs\:right-60 {
    right: 60px !important;
  }

  .xs\:right-65 {
    right: 65px !important;
  }

  .xs\:right-70 {
    right: 70px !important;
  }

  .xs\:right-75 {
    right: 75px !important;
  }

  .xs\:right-80 {
    right: 80px !important;
  }

  .xs\:right-85 {
    right: 85px !important;
  }

  .xs\:right-90 {
    right: 90px !important;
  }

  .xs\:right-95 {
    right: 95px !important;
  }

  .xs\:right-100 {
    right: 100px !important;
  }

  .xs\:right-105 {
    right: 105px !important;
  }

  .xs\:right-110 {
    right: 110px !important;
  }

  .xs\:right-115 {
    right: 115px !important;
  }

  .xs\:right-120 {
    right: 120px !important;
  }

  .xs\:right-125 {
    right: 125px !important;
  }

  .xs\:right-130 {
    right: 130px !important;
  }

  .xs\:right-135 {
    right: 135px !important;
  }

  .xs\:right-140 {
    right: 140px !important;
  }

  .xs\:right-142 {
    right: 142px !important;
  }

  .xs\:right-145 {
    right: 145px !important;
  }

  .xs\:right-150 {
    right: 150px !important;
  }

  .xs\:right-160 {
    right: 160px !important;
  }

  .xs\:right-165 {
    right: 165px !important;
  }

  .xs\:right-170 {
    right: 170px !important;
  }

  .xs\:right-180 {
    right: 180px !important;
  }

  .xs\:right-185 {
    right: 185px !important;
  }

  .xs\:right-190 {
    right: 190px !important;
  }

  .xs\:right-200 {
    right: 200px !important;
  }

  .xs\:right-225 {
    right: 225px !important;
  }

  .xs\:right-auto {
    right: auto !important;
  }

  .xs\:right-px {
    right: 1px !important;
  }

  .xs\:-right-0 {
    right: 0px !important;
  }

  .xs\:-right-5 {
    right: -5px !important;
  }

  .xs\:-right-8 {
    right: -8px !important;
  }

  .xs\:-right-10 {
    right: -10px !important;
  }

  .xs\:-right-15 {
    right: -15px !important;
  }

  .xs\:-right-20 {
    right: -20px !important;
  }

  .xs\:-right-25 {
    right: -25px !important;
  }

  .xs\:-right-26 {
    right: -26px !important;
  }

  .xs\:-right-27 {
    right: -27px !important;
  }

  .xs\:-right-28 {
    right: -28px !important;
  }

  .xs\:-right-30 {
    right: -30px !important;
  }

  .xs\:-right-32 {
    right: -32px !important;
  }

  .xs\:-right-33 {
    right: -33px !important;
  }

  .xs\:-right-34 {
    right: -34px !important;
  }

  .xs\:-right-35 {
    right: -35px !important;
  }

  .xs\:-right-38 {
    right: -38px !important;
  }

  .xs\:-right-40 {
    right: -40px !important;
  }

  .xs\:-right-44 {
    right: -44px !important;
  }

  .xs\:-right-45 {
    right: -45px !important;
  }

  .xs\:-right-50 {
    right: -50px !important;
  }

  .xs\:-right-55 {
    right: -55px !important;
  }

  .xs\:-right-60 {
    right: -60px !important;
  }

  .xs\:-right-65 {
    right: -65px !important;
  }

  .xs\:-right-70 {
    right: -70px !important;
  }

  .xs\:-right-75 {
    right: -75px !important;
  }

  .xs\:-right-80 {
    right: -80px !important;
  }

  .xs\:-right-85 {
    right: -85px !important;
  }

  .xs\:-right-90 {
    right: -90px !important;
  }

  .xs\:-right-95 {
    right: -95px !important;
  }

  .xs\:-right-100 {
    right: -100px !important;
  }

  .xs\:-right-105 {
    right: -105px !important;
  }

  .xs\:-right-110 {
    right: -110px !important;
  }

  .xs\:-right-115 {
    right: -115px !important;
  }

  .xs\:-right-120 {
    right: -120px !important;
  }

  .xs\:-right-125 {
    right: -125px !important;
  }

  .xs\:-right-130 {
    right: -130px !important;
  }

  .xs\:-right-135 {
    right: -135px !important;
  }

  .xs\:-right-140 {
    right: -140px !important;
  }

  .xs\:-right-142 {
    right: -142px !important;
  }

  .xs\:-right-145 {
    right: -145px !important;
  }

  .xs\:-right-150 {
    right: -150px !important;
  }

  .xs\:-right-160 {
    right: -160px !important;
  }

  .xs\:-right-165 {
    right: -165px !important;
  }

  .xs\:-right-170 {
    right: -170px !important;
  }

  .xs\:-right-180 {
    right: -180px !important;
  }

  .xs\:-right-185 {
    right: -185px !important;
  }

  .xs\:-right-190 {
    right: -190px !important;
  }

  .xs\:-right-200 {
    right: -200px !important;
  }

  .xs\:-right-225 {
    right: -225px !important;
  }

  .xs\:-right-px {
    right: -1px !important;
  }

  .xs\:right-1\/2 {
    right: 50% !important;
  }

  .xs\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xs\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xs\:right-1\/4 {
    right: 25% !important;
  }

  .xs\:right-2\/4 {
    right: 50% !important;
  }

  .xs\:right-3\/4 {
    right: 75% !important;
  }

  .xs\:right-full {
    right: 100% !important;
  }

  .xs\:-right-1\/2 {
    right: -50% !important;
  }

  .xs\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xs\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .xs\:-right-1\/4 {
    right: -25% !important;
  }

  .xs\:-right-2\/4 {
    right: -50% !important;
  }

  .xs\:-right-3\/4 {
    right: -75% !important;
  }

  .xs\:-right-full {
    right: -100% !important;
  }

  .xs\:bottom-0 {
    bottom: 0px !important;
  }

  .xs\:bottom-5 {
    bottom: 5px !important;
  }

  .xs\:bottom-8 {
    bottom: 8px !important;
  }

  .xs\:bottom-10 {
    bottom: 10px !important;
  }

  .xs\:bottom-15 {
    bottom: 15px !important;
  }

  .xs\:bottom-20 {
    bottom: 20px !important;
  }

  .xs\:bottom-25 {
    bottom: 25px !important;
  }

  .xs\:bottom-26 {
    bottom: 26px !important;
  }

  .xs\:bottom-27 {
    bottom: 27px !important;
  }

  .xs\:bottom-28 {
    bottom: 28px !important;
  }

  .xs\:bottom-30 {
    bottom: 30px !important;
  }

  .xs\:bottom-32 {
    bottom: 32px !important;
  }

  .xs\:bottom-33 {
    bottom: 33px !important;
  }

  .xs\:bottom-34 {
    bottom: 34px !important;
  }

  .xs\:bottom-35 {
    bottom: 35px !important;
  }

  .xs\:bottom-38 {
    bottom: 38px !important;
  }

  .xs\:bottom-40 {
    bottom: 40px !important;
  }

  .xs\:bottom-44 {
    bottom: 44px !important;
  }

  .xs\:bottom-45 {
    bottom: 45px !important;
  }

  .xs\:bottom-50 {
    bottom: 50px !important;
  }

  .xs\:bottom-55 {
    bottom: 55px !important;
  }

  .xs\:bottom-60 {
    bottom: 60px !important;
  }

  .xs\:bottom-65 {
    bottom: 65px !important;
  }

  .xs\:bottom-70 {
    bottom: 70px !important;
  }

  .xs\:bottom-75 {
    bottom: 75px !important;
  }

  .xs\:bottom-80 {
    bottom: 80px !important;
  }

  .xs\:bottom-85 {
    bottom: 85px !important;
  }

  .xs\:bottom-90 {
    bottom: 90px !important;
  }

  .xs\:bottom-95 {
    bottom: 95px !important;
  }

  .xs\:bottom-100 {
    bottom: 100px !important;
  }

  .xs\:bottom-105 {
    bottom: 105px !important;
  }

  .xs\:bottom-110 {
    bottom: 110px !important;
  }

  .xs\:bottom-115 {
    bottom: 115px !important;
  }

  .xs\:bottom-120 {
    bottom: 120px !important;
  }

  .xs\:bottom-125 {
    bottom: 125px !important;
  }

  .xs\:bottom-130 {
    bottom: 130px !important;
  }

  .xs\:bottom-135 {
    bottom: 135px !important;
  }

  .xs\:bottom-140 {
    bottom: 140px !important;
  }

  .xs\:bottom-142 {
    bottom: 142px !important;
  }

  .xs\:bottom-145 {
    bottom: 145px !important;
  }

  .xs\:bottom-150 {
    bottom: 150px !important;
  }

  .xs\:bottom-160 {
    bottom: 160px !important;
  }

  .xs\:bottom-165 {
    bottom: 165px !important;
  }

  .xs\:bottom-170 {
    bottom: 170px !important;
  }

  .xs\:bottom-180 {
    bottom: 180px !important;
  }

  .xs\:bottom-185 {
    bottom: 185px !important;
  }

  .xs\:bottom-190 {
    bottom: 190px !important;
  }

  .xs\:bottom-200 {
    bottom: 200px !important;
  }

  .xs\:bottom-225 {
    bottom: 225px !important;
  }

  .xs\:bottom-auto {
    bottom: auto !important;
  }

  .xs\:bottom-px {
    bottom: 1px !important;
  }

  .xs\:-bottom-0 {
    bottom: 0px !important;
  }

  .xs\:-bottom-5 {
    bottom: -5px !important;
  }

  .xs\:-bottom-8 {
    bottom: -8px !important;
  }

  .xs\:-bottom-10 {
    bottom: -10px !important;
  }

  .xs\:-bottom-15 {
    bottom: -15px !important;
  }

  .xs\:-bottom-20 {
    bottom: -20px !important;
  }

  .xs\:-bottom-25 {
    bottom: -25px !important;
  }

  .xs\:-bottom-26 {
    bottom: -26px !important;
  }

  .xs\:-bottom-27 {
    bottom: -27px !important;
  }

  .xs\:-bottom-28 {
    bottom: -28px !important;
  }

  .xs\:-bottom-30 {
    bottom: -30px !important;
  }

  .xs\:-bottom-32 {
    bottom: -32px !important;
  }

  .xs\:-bottom-33 {
    bottom: -33px !important;
  }

  .xs\:-bottom-34 {
    bottom: -34px !important;
  }

  .xs\:-bottom-35 {
    bottom: -35px !important;
  }

  .xs\:-bottom-38 {
    bottom: -38px !important;
  }

  .xs\:-bottom-40 {
    bottom: -40px !important;
  }

  .xs\:-bottom-44 {
    bottom: -44px !important;
  }

  .xs\:-bottom-45 {
    bottom: -45px !important;
  }

  .xs\:-bottom-50 {
    bottom: -50px !important;
  }

  .xs\:-bottom-55 {
    bottom: -55px !important;
  }

  .xs\:-bottom-60 {
    bottom: -60px !important;
  }

  .xs\:-bottom-65 {
    bottom: -65px !important;
  }

  .xs\:-bottom-70 {
    bottom: -70px !important;
  }

  .xs\:-bottom-75 {
    bottom: -75px !important;
  }

  .xs\:-bottom-80 {
    bottom: -80px !important;
  }

  .xs\:-bottom-85 {
    bottom: -85px !important;
  }

  .xs\:-bottom-90 {
    bottom: -90px !important;
  }

  .xs\:-bottom-95 {
    bottom: -95px !important;
  }

  .xs\:-bottom-100 {
    bottom: -100px !important;
  }

  .xs\:-bottom-105 {
    bottom: -105px !important;
  }

  .xs\:-bottom-110 {
    bottom: -110px !important;
  }

  .xs\:-bottom-115 {
    bottom: -115px !important;
  }

  .xs\:-bottom-120 {
    bottom: -120px !important;
  }

  .xs\:-bottom-125 {
    bottom: -125px !important;
  }

  .xs\:-bottom-130 {
    bottom: -130px !important;
  }

  .xs\:-bottom-135 {
    bottom: -135px !important;
  }

  .xs\:-bottom-140 {
    bottom: -140px !important;
  }

  .xs\:-bottom-142 {
    bottom: -142px !important;
  }

  .xs\:-bottom-145 {
    bottom: -145px !important;
  }

  .xs\:-bottom-150 {
    bottom: -150px !important;
  }

  .xs\:-bottom-160 {
    bottom: -160px !important;
  }

  .xs\:-bottom-165 {
    bottom: -165px !important;
  }

  .xs\:-bottom-170 {
    bottom: -170px !important;
  }

  .xs\:-bottom-180 {
    bottom: -180px !important;
  }

  .xs\:-bottom-185 {
    bottom: -185px !important;
  }

  .xs\:-bottom-190 {
    bottom: -190px !important;
  }

  .xs\:-bottom-200 {
    bottom: -200px !important;
  }

  .xs\:-bottom-225 {
    bottom: -225px !important;
  }

  .xs\:-bottom-px {
    bottom: -1px !important;
  }

  .xs\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xs\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xs\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xs\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xs\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xs\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xs\:bottom-full {
    bottom: 100% !important;
  }

  .xs\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .xs\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xs\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xs\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .xs\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .xs\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .xs\:-bottom-full {
    bottom: -100% !important;
  }

  .xs\:left-0 {
    left: 0px !important;
  }

  .xs\:left-5 {
    left: 5px !important;
  }

  .xs\:left-8 {
    left: 8px !important;
  }

  .xs\:left-10 {
    left: 10px !important;
  }

  .xs\:left-15 {
    left: 15px !important;
  }

  .xs\:left-20 {
    left: 20px !important;
  }

  .xs\:left-25 {
    left: 25px !important;
  }

  .xs\:left-26 {
    left: 26px !important;
  }

  .xs\:left-27 {
    left: 27px !important;
  }

  .xs\:left-28 {
    left: 28px !important;
  }

  .xs\:left-30 {
    left: 30px !important;
  }

  .xs\:left-32 {
    left: 32px !important;
  }

  .xs\:left-33 {
    left: 33px !important;
  }

  .xs\:left-34 {
    left: 34px !important;
  }

  .xs\:left-35 {
    left: 35px !important;
  }

  .xs\:left-38 {
    left: 38px !important;
  }

  .xs\:left-40 {
    left: 40px !important;
  }

  .xs\:left-44 {
    left: 44px !important;
  }

  .xs\:left-45 {
    left: 45px !important;
  }

  .xs\:left-50 {
    left: 50px !important;
  }

  .xs\:left-55 {
    left: 55px !important;
  }

  .xs\:left-60 {
    left: 60px !important;
  }

  .xs\:left-65 {
    left: 65px !important;
  }

  .xs\:left-70 {
    left: 70px !important;
  }

  .xs\:left-75 {
    left: 75px !important;
  }

  .xs\:left-80 {
    left: 80px !important;
  }

  .xs\:left-85 {
    left: 85px !important;
  }

  .xs\:left-90 {
    left: 90px !important;
  }

  .xs\:left-95 {
    left: 95px !important;
  }

  .xs\:left-100 {
    left: 100px !important;
  }

  .xs\:left-105 {
    left: 105px !important;
  }

  .xs\:left-110 {
    left: 110px !important;
  }

  .xs\:left-115 {
    left: 115px !important;
  }

  .xs\:left-120 {
    left: 120px !important;
  }

  .xs\:left-125 {
    left: 125px !important;
  }

  .xs\:left-130 {
    left: 130px !important;
  }

  .xs\:left-135 {
    left: 135px !important;
  }

  .xs\:left-140 {
    left: 140px !important;
  }

  .xs\:left-142 {
    left: 142px !important;
  }

  .xs\:left-145 {
    left: 145px !important;
  }

  .xs\:left-150 {
    left: 150px !important;
  }

  .xs\:left-160 {
    left: 160px !important;
  }

  .xs\:left-165 {
    left: 165px !important;
  }

  .xs\:left-170 {
    left: 170px !important;
  }

  .xs\:left-180 {
    left: 180px !important;
  }

  .xs\:left-185 {
    left: 185px !important;
  }

  .xs\:left-190 {
    left: 190px !important;
  }

  .xs\:left-200 {
    left: 200px !important;
  }

  .xs\:left-225 {
    left: 225px !important;
  }

  .xs\:left-auto {
    left: auto !important;
  }

  .xs\:left-px {
    left: 1px !important;
  }

  .xs\:-left-0 {
    left: 0px !important;
  }

  .xs\:-left-5 {
    left: -5px !important;
  }

  .xs\:-left-8 {
    left: -8px !important;
  }

  .xs\:-left-10 {
    left: -10px !important;
  }

  .xs\:-left-15 {
    left: -15px !important;
  }

  .xs\:-left-20 {
    left: -20px !important;
  }

  .xs\:-left-25 {
    left: -25px !important;
  }

  .xs\:-left-26 {
    left: -26px !important;
  }

  .xs\:-left-27 {
    left: -27px !important;
  }

  .xs\:-left-28 {
    left: -28px !important;
  }

  .xs\:-left-30 {
    left: -30px !important;
  }

  .xs\:-left-32 {
    left: -32px !important;
  }

  .xs\:-left-33 {
    left: -33px !important;
  }

  .xs\:-left-34 {
    left: -34px !important;
  }

  .xs\:-left-35 {
    left: -35px !important;
  }

  .xs\:-left-38 {
    left: -38px !important;
  }

  .xs\:-left-40 {
    left: -40px !important;
  }

  .xs\:-left-44 {
    left: -44px !important;
  }

  .xs\:-left-45 {
    left: -45px !important;
  }

  .xs\:-left-50 {
    left: -50px !important;
  }

  .xs\:-left-55 {
    left: -55px !important;
  }

  .xs\:-left-60 {
    left: -60px !important;
  }

  .xs\:-left-65 {
    left: -65px !important;
  }

  .xs\:-left-70 {
    left: -70px !important;
  }

  .xs\:-left-75 {
    left: -75px !important;
  }

  .xs\:-left-80 {
    left: -80px !important;
  }

  .xs\:-left-85 {
    left: -85px !important;
  }

  .xs\:-left-90 {
    left: -90px !important;
  }

  .xs\:-left-95 {
    left: -95px !important;
  }

  .xs\:-left-100 {
    left: -100px !important;
  }

  .xs\:-left-105 {
    left: -105px !important;
  }

  .xs\:-left-110 {
    left: -110px !important;
  }

  .xs\:-left-115 {
    left: -115px !important;
  }

  .xs\:-left-120 {
    left: -120px !important;
  }

  .xs\:-left-125 {
    left: -125px !important;
  }

  .xs\:-left-130 {
    left: -130px !important;
  }

  .xs\:-left-135 {
    left: -135px !important;
  }

  .xs\:-left-140 {
    left: -140px !important;
  }

  .xs\:-left-142 {
    left: -142px !important;
  }

  .xs\:-left-145 {
    left: -145px !important;
  }

  .xs\:-left-150 {
    left: -150px !important;
  }

  .xs\:-left-160 {
    left: -160px !important;
  }

  .xs\:-left-165 {
    left: -165px !important;
  }

  .xs\:-left-170 {
    left: -170px !important;
  }

  .xs\:-left-180 {
    left: -180px !important;
  }

  .xs\:-left-185 {
    left: -185px !important;
  }

  .xs\:-left-190 {
    left: -190px !important;
  }

  .xs\:-left-200 {
    left: -200px !important;
  }

  .xs\:-left-225 {
    left: -225px !important;
  }

  .xs\:-left-px {
    left: -1px !important;
  }

  .xs\:left-1\/2 {
    left: 50% !important;
  }

  .xs\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xs\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xs\:left-1\/4 {
    left: 25% !important;
  }

  .xs\:left-2\/4 {
    left: 50% !important;
  }

  .xs\:left-3\/4 {
    left: 75% !important;
  }

  .xs\:left-full {
    left: 100% !important;
  }

  .xs\:-left-1\/2 {
    left: -50% !important;
  }

  .xs\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .xs\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .xs\:-left-1\/4 {
    left: -25% !important;
  }

  .xs\:-left-2\/4 {
    left: -50% !important;
  }

  .xs\:-left-3\/4 {
    left: -75% !important;
  }

  .xs\:-left-full {
    left: -100% !important;
  }

  .xs\:isolate {
    isolation: isolate !important;
  }

  .xs\:isolation-auto {
    isolation: auto !important;
  }

  .xs\:z-0 {
    z-index: 0 !important;
  }

  .xs\:z-10 {
    z-index: 10 !important;
  }

  .xs\:z-20 {
    z-index: 20 !important;
  }

  .xs\:z-30 {
    z-index: 30 !important;
  }

  .xs\:z-40 {
    z-index: 40 !important;
  }

  .xs\:z-50 {
    z-index: 50 !important;
  }

  .xs\:z-auto {
    z-index: auto !important;
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .xs\:order-1 {
    order: 1 !important;
  }

  .xs\:order-2 {
    order: 2 !important;
  }

  .xs\:order-3 {
    order: 3 !important;
  }

  .xs\:order-4 {
    order: 4 !important;
  }

  .xs\:order-5 {
    order: 5 !important;
  }

  .xs\:order-6 {
    order: 6 !important;
  }

  .xs\:order-7 {
    order: 7 !important;
  }

  .xs\:order-8 {
    order: 8 !important;
  }

  .xs\:order-9 {
    order: 9 !important;
  }

  .xs\:order-10 {
    order: 10 !important;
  }

  .xs\:order-11 {
    order: 11 !important;
  }

  .xs\:order-12 {
    order: 12 !important;
  }

  .xs\:order-first {
    order: -9999 !important;
  }

  .xs\:order-last {
    order: 9999 !important;
  }

  .xs\:order-none {
    order: 0 !important;
  }

  .xs\:col-auto {
    grid-column: auto !important;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xs\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xs\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xs\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xs\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xs\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xs\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xs\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xs\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xs\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xs\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xs\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xs\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xs\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xs\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xs\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xs\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xs\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xs\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xs\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xs\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xs\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xs\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xs\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xs\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xs\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xs\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xs\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xs\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xs\:row-auto {
    grid-row: auto !important;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xs\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xs\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xs\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xs\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xs\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xs\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xs\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xs\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xs\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xs\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xs\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xs\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xs\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xs\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xs\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xs\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xs\:float-right {
    float: right !important;
  }

  .xs\:float-left {
    float: left !important;
  }

  .xs\:float-none {
    float: none !important;
  }

  .xs\:clear-left {
    clear: left !important;
  }

  .xs\:clear-right {
    clear: right !important;
  }

  .xs\:clear-both {
    clear: both !important;
  }

  .xs\:clear-none {
    clear: none !important;
  }

  .xs\:m-0 {
    margin: 0px !important;
  }

  .xs\:m-5 {
    margin: 5px !important;
  }

  .xs\:m-8 {
    margin: 8px !important;
  }

  .xs\:m-10 {
    margin: 10px !important;
  }

  .xs\:m-15 {
    margin: 15px !important;
  }

  .xs\:m-20 {
    margin: 20px !important;
  }

  .xs\:m-25 {
    margin: 25px !important;
  }

  .xs\:m-26 {
    margin: 26px !important;
  }

  .xs\:m-27 {
    margin: 27px !important;
  }

  .xs\:m-28 {
    margin: 28px !important;
  }

  .xs\:m-30 {
    margin: 30px !important;
  }

  .xs\:m-32 {
    margin: 32px !important;
  }

  .xs\:m-33 {
    margin: 33px !important;
  }

  .xs\:m-34 {
    margin: 34px !important;
  }

  .xs\:m-35 {
    margin: 35px !important;
  }

  .xs\:m-38 {
    margin: 38px !important;
  }

  .xs\:m-40 {
    margin: 40px !important;
  }

  .xs\:m-44 {
    margin: 44px !important;
  }

  .xs\:m-45 {
    margin: 45px !important;
  }

  .xs\:m-50 {
    margin: 50px !important;
  }

  .xs\:m-55 {
    margin: 55px !important;
  }

  .xs\:m-60 {
    margin: 60px !important;
  }

  .xs\:m-65 {
    margin: 65px !important;
  }

  .xs\:m-70 {
    margin: 70px !important;
  }

  .xs\:m-75 {
    margin: 75px !important;
  }

  .xs\:m-80 {
    margin: 80px !important;
  }

  .xs\:m-85 {
    margin: 85px !important;
  }

  .xs\:m-90 {
    margin: 90px !important;
  }

  .xs\:m-95 {
    margin: 95px !important;
  }

  .xs\:m-100 {
    margin: 100px !important;
  }

  .xs\:m-105 {
    margin: 105px !important;
  }

  .xs\:m-110 {
    margin: 110px !important;
  }

  .xs\:m-115 {
    margin: 115px !important;
  }

  .xs\:m-120 {
    margin: 120px !important;
  }

  .xs\:m-125 {
    margin: 125px !important;
  }

  .xs\:m-130 {
    margin: 130px !important;
  }

  .xs\:m-135 {
    margin: 135px !important;
  }

  .xs\:m-140 {
    margin: 140px !important;
  }

  .xs\:m-142 {
    margin: 142px !important;
  }

  .xs\:m-145 {
    margin: 145px !important;
  }

  .xs\:m-150 {
    margin: 150px !important;
  }

  .xs\:m-160 {
    margin: 160px !important;
  }

  .xs\:m-165 {
    margin: 165px !important;
  }

  .xs\:m-170 {
    margin: 170px !important;
  }

  .xs\:m-180 {
    margin: 180px !important;
  }

  .xs\:m-185 {
    margin: 185px !important;
  }

  .xs\:m-190 {
    margin: 190px !important;
  }

  .xs\:m-200 {
    margin: 200px !important;
  }

  .xs\:m-225 {
    margin: 225px !important;
  }

  .xs\:m-auto {
    margin: auto !important;
  }

  .xs\:m-px {
    margin: 1px !important;
  }

  .xs\:-m-0 {
    margin: 0px !important;
  }

  .xs\:-m-5 {
    margin: -5px !important;
  }

  .xs\:-m-8 {
    margin: -8px !important;
  }

  .xs\:-m-10 {
    margin: -10px !important;
  }

  .xs\:-m-15 {
    margin: -15px !important;
  }

  .xs\:-m-20 {
    margin: -20px !important;
  }

  .xs\:-m-25 {
    margin: -25px !important;
  }

  .xs\:-m-26 {
    margin: -26px !important;
  }

  .xs\:-m-27 {
    margin: -27px !important;
  }

  .xs\:-m-28 {
    margin: -28px !important;
  }

  .xs\:-m-30 {
    margin: -30px !important;
  }

  .xs\:-m-32 {
    margin: -32px !important;
  }

  .xs\:-m-33 {
    margin: -33px !important;
  }

  .xs\:-m-34 {
    margin: -34px !important;
  }

  .xs\:-m-35 {
    margin: -35px !important;
  }

  .xs\:-m-38 {
    margin: -38px !important;
  }

  .xs\:-m-40 {
    margin: -40px !important;
  }

  .xs\:-m-44 {
    margin: -44px !important;
  }

  .xs\:-m-45 {
    margin: -45px !important;
  }

  .xs\:-m-50 {
    margin: -50px !important;
  }

  .xs\:-m-55 {
    margin: -55px !important;
  }

  .xs\:-m-60 {
    margin: -60px !important;
  }

  .xs\:-m-65 {
    margin: -65px !important;
  }

  .xs\:-m-70 {
    margin: -70px !important;
  }

  .xs\:-m-75 {
    margin: -75px !important;
  }

  .xs\:-m-80 {
    margin: -80px !important;
  }

  .xs\:-m-85 {
    margin: -85px !important;
  }

  .xs\:-m-90 {
    margin: -90px !important;
  }

  .xs\:-m-95 {
    margin: -95px !important;
  }

  .xs\:-m-100 {
    margin: -100px !important;
  }

  .xs\:-m-105 {
    margin: -105px !important;
  }

  .xs\:-m-110 {
    margin: -110px !important;
  }

  .xs\:-m-115 {
    margin: -115px !important;
  }

  .xs\:-m-120 {
    margin: -120px !important;
  }

  .xs\:-m-125 {
    margin: -125px !important;
  }

  .xs\:-m-130 {
    margin: -130px !important;
  }

  .xs\:-m-135 {
    margin: -135px !important;
  }

  .xs\:-m-140 {
    margin: -140px !important;
  }

  .xs\:-m-142 {
    margin: -142px !important;
  }

  .xs\:-m-145 {
    margin: -145px !important;
  }

  .xs\:-m-150 {
    margin: -150px !important;
  }

  .xs\:-m-160 {
    margin: -160px !important;
  }

  .xs\:-m-165 {
    margin: -165px !important;
  }

  .xs\:-m-170 {
    margin: -170px !important;
  }

  .xs\:-m-180 {
    margin: -180px !important;
  }

  .xs\:-m-185 {
    margin: -185px !important;
  }

  .xs\:-m-190 {
    margin: -190px !important;
  }

  .xs\:-m-200 {
    margin: -200px !important;
  }

  .xs\:-m-225 {
    margin: -225px !important;
  }

  .xs\:-m-px {
    margin: -1px !important;
  }

  .xs\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .xs\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .xs\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xs\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xs\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xs\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xs\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .xs\:mx-27 {
    margin-left: 27px !important;
    margin-right: 27px !important;
  }

  .xs\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .xs\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xs\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .xs\:mx-33 {
    margin-left: 33px !important;
    margin-right: 33px !important;
  }

  .xs\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .xs\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .xs\:mx-38 {
    margin-left: 38px !important;
    margin-right: 38px !important;
  }

  .xs\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .xs\:mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
  }

  .xs\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .xs\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .xs\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .xs\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xs\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .xs\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .xs\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .xs\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .xs\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .xs\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .xs\:mx-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }

  .xs\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .xs\:mx-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }

  .xs\:mx-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }

  .xs\:mx-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }

  .xs\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xs\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .xs\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .xs\:mx-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }

  .xs\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .xs\:mx-142 {
    margin-left: 142px !important;
    margin-right: 142px !important;
  }

  .xs\:mx-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }

  .xs\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .xs\:mx-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }

  .xs\:mx-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }

  .xs\:mx-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }

  .xs\:mx-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }

  .xs\:mx-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }

  .xs\:mx-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }

  .xs\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .xs\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .xs\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xs\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .xs\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .xs\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xs\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xs\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xs\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xs\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .xs\:-mx-27 {
    margin-left: -27px !important;
    margin-right: -27px !important;
  }

  .xs\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .xs\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xs\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .xs\:-mx-33 {
    margin-left: -33px !important;
    margin-right: -33px !important;
  }

  .xs\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .xs\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .xs\:-mx-38 {
    margin-left: -38px !important;
    margin-right: -38px !important;
  }

  .xs\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .xs\:-mx-44 {
    margin-left: -44px !important;
    margin-right: -44px !important;
  }

  .xs\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .xs\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .xs\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .xs\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xs\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .xs\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .xs\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .xs\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .xs\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .xs\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .xs\:-mx-95 {
    margin-left: -95px !important;
    margin-right: -95px !important;
  }

  .xs\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .xs\:-mx-105 {
    margin-left: -105px !important;
    margin-right: -105px !important;
  }

  .xs\:-mx-110 {
    margin-left: -110px !important;
    margin-right: -110px !important;
  }

  .xs\:-mx-115 {
    margin-left: -115px !important;
    margin-right: -115px !important;
  }

  .xs\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xs\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .xs\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .xs\:-mx-135 {
    margin-left: -135px !important;
    margin-right: -135px !important;
  }

  .xs\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .xs\:-mx-142 {
    margin-left: -142px !important;
    margin-right: -142px !important;
  }

  .xs\:-mx-145 {
    margin-left: -145px !important;
    margin-right: -145px !important;
  }

  .xs\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .xs\:-mx-160 {
    margin-left: -160px !important;
    margin-right: -160px !important;
  }

  .xs\:-mx-165 {
    margin-left: -165px !important;
    margin-right: -165px !important;
  }

  .xs\:-mx-170 {
    margin-left: -170px !important;
    margin-right: -170px !important;
  }

  .xs\:-mx-180 {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }

  .xs\:-mx-185 {
    margin-left: -185px !important;
    margin-right: -185px !important;
  }

  .xs\:-mx-190 {
    margin-left: -190px !important;
    margin-right: -190px !important;
  }

  .xs\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .xs\:-mx-225 {
    margin-left: -225px !important;
    margin-right: -225px !important;
  }

  .xs\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xs\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .xs\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .xs\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xs\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xs\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xs\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xs\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .xs\:my-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }

  .xs\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .xs\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xs\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .xs\:my-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }

  .xs\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .xs\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .xs\:my-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }

  .xs\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .xs\:my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .xs\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .xs\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .xs\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .xs\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xs\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .xs\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .xs\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .xs\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .xs\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .xs\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .xs\:my-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }

  .xs\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .xs\:my-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }

  .xs\:my-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .xs\:my-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }

  .xs\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xs\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .xs\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .xs\:my-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }

  .xs\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .xs\:my-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }

  .xs\:my-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }

  .xs\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .xs\:my-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .xs\:my-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }

  .xs\:my-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .xs\:my-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .xs\:my-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }

  .xs\:my-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .xs\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .xs\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .xs\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xs\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .xs\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .xs\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xs\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xs\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xs\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xs\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .xs\:-my-27 {
    margin-top: -27px !important;
    margin-bottom: -27px !important;
  }

  .xs\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .xs\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xs\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .xs\:-my-33 {
    margin-top: -33px !important;
    margin-bottom: -33px !important;
  }

  .xs\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .xs\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .xs\:-my-38 {
    margin-top: -38px !important;
    margin-bottom: -38px !important;
  }

  .xs\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .xs\:-my-44 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }

  .xs\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .xs\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .xs\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .xs\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xs\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .xs\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .xs\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .xs\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .xs\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .xs\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .xs\:-my-95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }

  .xs\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .xs\:-my-105 {
    margin-top: -105px !important;
    margin-bottom: -105px !important;
  }

  .xs\:-my-110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .xs\:-my-115 {
    margin-top: -115px !important;
    margin-bottom: -115px !important;
  }

  .xs\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xs\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .xs\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .xs\:-my-135 {
    margin-top: -135px !important;
    margin-bottom: -135px !important;
  }

  .xs\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .xs\:-my-142 {
    margin-top: -142px !important;
    margin-bottom: -142px !important;
  }

  .xs\:-my-145 {
    margin-top: -145px !important;
    margin-bottom: -145px !important;
  }

  .xs\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .xs\:-my-160 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
  }

  .xs\:-my-165 {
    margin-top: -165px !important;
    margin-bottom: -165px !important;
  }

  .xs\:-my-170 {
    margin-top: -170px !important;
    margin-bottom: -170px !important;
  }

  .xs\:-my-180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }

  .xs\:-my-185 {
    margin-top: -185px !important;
    margin-bottom: -185px !important;
  }

  .xs\:-my-190 {
    margin-top: -190px !important;
    margin-bottom: -190px !important;
  }

  .xs\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .xs\:-my-225 {
    margin-top: -225px !important;
    margin-bottom: -225px !important;
  }

  .xs\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xs\:mt-0 {
    margin-top: 0px !important;
  }

  .xs\:mt-5 {
    margin-top: 5px !important;
  }

  .xs\:mt-8 {
    margin-top: 8px !important;
  }

  .xs\:mt-10 {
    margin-top: 10px !important;
  }

  .xs\:mt-15 {
    margin-top: 15px !important;
  }

  .xs\:mt-20 {
    margin-top: 20px !important;
  }

  .xs\:mt-25 {
    margin-top: 25px !important;
  }

  .xs\:mt-26 {
    margin-top: 26px !important;
  }

  .xs\:mt-27 {
    margin-top: 27px !important;
  }

  .xs\:mt-28 {
    margin-top: 28px !important;
  }

  .xs\:mt-30 {
    margin-top: 30px !important;
  }

  .xs\:mt-32 {
    margin-top: 32px !important;
  }

  .xs\:mt-33 {
    margin-top: 33px !important;
  }

  .xs\:mt-34 {
    margin-top: 34px !important;
  }

  .xs\:mt-35 {
    margin-top: 35px !important;
  }

  .xs\:mt-38 {
    margin-top: 38px !important;
  }

  .xs\:mt-40 {
    margin-top: 40px !important;
  }

  .xs\:mt-44 {
    margin-top: 44px !important;
  }

  .xs\:mt-45 {
    margin-top: 45px !important;
  }

  .xs\:mt-50 {
    margin-top: 50px !important;
  }

  .xs\:mt-55 {
    margin-top: 55px !important;
  }

  .xs\:mt-60 {
    margin-top: 60px !important;
  }

  .xs\:mt-65 {
    margin-top: 65px !important;
  }

  .xs\:mt-70 {
    margin-top: 70px !important;
  }

  .xs\:mt-75 {
    margin-top: 75px !important;
  }

  .xs\:mt-80 {
    margin-top: 80px !important;
  }

  .xs\:mt-85 {
    margin-top: 85px !important;
  }

  .xs\:mt-90 {
    margin-top: 90px !important;
  }

  .xs\:mt-95 {
    margin-top: 95px !important;
  }

  .xs\:mt-100 {
    margin-top: 100px !important;
  }

  .xs\:mt-105 {
    margin-top: 105px !important;
  }

  .xs\:mt-110 {
    margin-top: 110px !important;
  }

  .xs\:mt-115 {
    margin-top: 115px !important;
  }

  .xs\:mt-120 {
    margin-top: 120px !important;
  }

  .xs\:mt-125 {
    margin-top: 125px !important;
  }

  .xs\:mt-130 {
    margin-top: 130px !important;
  }

  .xs\:mt-135 {
    margin-top: 135px !important;
  }

  .xs\:mt-140 {
    margin-top: 140px !important;
  }

  .xs\:mt-142 {
    margin-top: 142px !important;
  }

  .xs\:mt-145 {
    margin-top: 145px !important;
  }

  .xs\:mt-150 {
    margin-top: 150px !important;
  }

  .xs\:mt-160 {
    margin-top: 160px !important;
  }

  .xs\:mt-165 {
    margin-top: 165px !important;
  }

  .xs\:mt-170 {
    margin-top: 170px !important;
  }

  .xs\:mt-180 {
    margin-top: 180px !important;
  }

  .xs\:mt-185 {
    margin-top: 185px !important;
  }

  .xs\:mt-190 {
    margin-top: 190px !important;
  }

  .xs\:mt-200 {
    margin-top: 200px !important;
  }

  .xs\:mt-225 {
    margin-top: 225px !important;
  }

  .xs\:mt-auto {
    margin-top: auto !important;
  }

  .xs\:mt-px {
    margin-top: 1px !important;
  }

  .xs\:-mt-0 {
    margin-top: 0px !important;
  }

  .xs\:-mt-5 {
    margin-top: -5px !important;
  }

  .xs\:-mt-8 {
    margin-top: -8px !important;
  }

  .xs\:-mt-10 {
    margin-top: -10px !important;
  }

  .xs\:-mt-15 {
    margin-top: -15px !important;
  }

  .xs\:-mt-20 {
    margin-top: -20px !important;
  }

  .xs\:-mt-25 {
    margin-top: -25px !important;
  }

  .xs\:-mt-26 {
    margin-top: -26px !important;
  }

  .xs\:-mt-27 {
    margin-top: -27px !important;
  }

  .xs\:-mt-28 {
    margin-top: -28px !important;
  }

  .xs\:-mt-30 {
    margin-top: -30px !important;
  }

  .xs\:-mt-32 {
    margin-top: -32px !important;
  }

  .xs\:-mt-33 {
    margin-top: -33px !important;
  }

  .xs\:-mt-34 {
    margin-top: -34px !important;
  }

  .xs\:-mt-35 {
    margin-top: -35px !important;
  }

  .xs\:-mt-38 {
    margin-top: -38px !important;
  }

  .xs\:-mt-40 {
    margin-top: -40px !important;
  }

  .xs\:-mt-44 {
    margin-top: -44px !important;
  }

  .xs\:-mt-45 {
    margin-top: -45px !important;
  }

  .xs\:-mt-50 {
    margin-top: -50px !important;
  }

  .xs\:-mt-55 {
    margin-top: -55px !important;
  }

  .xs\:-mt-60 {
    margin-top: -60px !important;
  }

  .xs\:-mt-65 {
    margin-top: -65px !important;
  }

  .xs\:-mt-70 {
    margin-top: -70px !important;
  }

  .xs\:-mt-75 {
    margin-top: -75px !important;
  }

  .xs\:-mt-80 {
    margin-top: -80px !important;
  }

  .xs\:-mt-85 {
    margin-top: -85px !important;
  }

  .xs\:-mt-90 {
    margin-top: -90px !important;
  }

  .xs\:-mt-95 {
    margin-top: -95px !important;
  }

  .xs\:-mt-100 {
    margin-top: -100px !important;
  }

  .xs\:-mt-105 {
    margin-top: -105px !important;
  }

  .xs\:-mt-110 {
    margin-top: -110px !important;
  }

  .xs\:-mt-115 {
    margin-top: -115px !important;
  }

  .xs\:-mt-120 {
    margin-top: -120px !important;
  }

  .xs\:-mt-125 {
    margin-top: -125px !important;
  }

  .xs\:-mt-130 {
    margin-top: -130px !important;
  }

  .xs\:-mt-135 {
    margin-top: -135px !important;
  }

  .xs\:-mt-140 {
    margin-top: -140px !important;
  }

  .xs\:-mt-142 {
    margin-top: -142px !important;
  }

  .xs\:-mt-145 {
    margin-top: -145px !important;
  }

  .xs\:-mt-150 {
    margin-top: -150px !important;
  }

  .xs\:-mt-160 {
    margin-top: -160px !important;
  }

  .xs\:-mt-165 {
    margin-top: -165px !important;
  }

  .xs\:-mt-170 {
    margin-top: -170px !important;
  }

  .xs\:-mt-180 {
    margin-top: -180px !important;
  }

  .xs\:-mt-185 {
    margin-top: -185px !important;
  }

  .xs\:-mt-190 {
    margin-top: -190px !important;
  }

  .xs\:-mt-200 {
    margin-top: -200px !important;
  }

  .xs\:-mt-225 {
    margin-top: -225px !important;
  }

  .xs\:-mt-px {
    margin-top: -1px !important;
  }

  .xs\:mr-0 {
    margin-right: 0px !important;
  }

  .xs\:mr-5 {
    margin-right: 5px !important;
  }

  .xs\:mr-8 {
    margin-right: 8px !important;
  }

  .xs\:mr-10 {
    margin-right: 10px !important;
  }

  .xs\:mr-15 {
    margin-right: 15px !important;
  }

  .xs\:mr-20 {
    margin-right: 20px !important;
  }

  .xs\:mr-25 {
    margin-right: 25px !important;
  }

  .xs\:mr-26 {
    margin-right: 26px !important;
  }

  .xs\:mr-27 {
    margin-right: 27px !important;
  }

  .xs\:mr-28 {
    margin-right: 28px !important;
  }

  .xs\:mr-30 {
    margin-right: 30px !important;
  }

  .xs\:mr-32 {
    margin-right: 32px !important;
  }

  .xs\:mr-33 {
    margin-right: 33px !important;
  }

  .xs\:mr-34 {
    margin-right: 34px !important;
  }

  .xs\:mr-35 {
    margin-right: 35px !important;
  }

  .xs\:mr-38 {
    margin-right: 38px !important;
  }

  .xs\:mr-40 {
    margin-right: 40px !important;
  }

  .xs\:mr-44 {
    margin-right: 44px !important;
  }

  .xs\:mr-45 {
    margin-right: 45px !important;
  }

  .xs\:mr-50 {
    margin-right: 50px !important;
  }

  .xs\:mr-55 {
    margin-right: 55px !important;
  }

  .xs\:mr-60 {
    margin-right: 60px !important;
  }

  .xs\:mr-65 {
    margin-right: 65px !important;
  }

  .xs\:mr-70 {
    margin-right: 70px !important;
  }

  .xs\:mr-75 {
    margin-right: 75px !important;
  }

  .xs\:mr-80 {
    margin-right: 80px !important;
  }

  .xs\:mr-85 {
    margin-right: 85px !important;
  }

  .xs\:mr-90 {
    margin-right: 90px !important;
  }

  .xs\:mr-95 {
    margin-right: 95px !important;
  }

  .xs\:mr-100 {
    margin-right: 100px !important;
  }

  .xs\:mr-105 {
    margin-right: 105px !important;
  }

  .xs\:mr-110 {
    margin-right: 110px !important;
  }

  .xs\:mr-115 {
    margin-right: 115px !important;
  }

  .xs\:mr-120 {
    margin-right: 120px !important;
  }

  .xs\:mr-125 {
    margin-right: 125px !important;
  }

  .xs\:mr-130 {
    margin-right: 130px !important;
  }

  .xs\:mr-135 {
    margin-right: 135px !important;
  }

  .xs\:mr-140 {
    margin-right: 140px !important;
  }

  .xs\:mr-142 {
    margin-right: 142px !important;
  }

  .xs\:mr-145 {
    margin-right: 145px !important;
  }

  .xs\:mr-150 {
    margin-right: 150px !important;
  }

  .xs\:mr-160 {
    margin-right: 160px !important;
  }

  .xs\:mr-165 {
    margin-right: 165px !important;
  }

  .xs\:mr-170 {
    margin-right: 170px !important;
  }

  .xs\:mr-180 {
    margin-right: 180px !important;
  }

  .xs\:mr-185 {
    margin-right: 185px !important;
  }

  .xs\:mr-190 {
    margin-right: 190px !important;
  }

  .xs\:mr-200 {
    margin-right: 200px !important;
  }

  .xs\:mr-225 {
    margin-right: 225px !important;
  }

  .xs\:mr-auto {
    margin-right: auto !important;
  }

  .xs\:mr-px {
    margin-right: 1px !important;
  }

  .xs\:-mr-0 {
    margin-right: 0px !important;
  }

  .xs\:-mr-5 {
    margin-right: -5px !important;
  }

  .xs\:-mr-8 {
    margin-right: -8px !important;
  }

  .xs\:-mr-10 {
    margin-right: -10px !important;
  }

  .xs\:-mr-15 {
    margin-right: -15px !important;
  }

  .xs\:-mr-20 {
    margin-right: -20px !important;
  }

  .xs\:-mr-25 {
    margin-right: -25px !important;
  }

  .xs\:-mr-26 {
    margin-right: -26px !important;
  }

  .xs\:-mr-27 {
    margin-right: -27px !important;
  }

  .xs\:-mr-28 {
    margin-right: -28px !important;
  }

  .xs\:-mr-30 {
    margin-right: -30px !important;
  }

  .xs\:-mr-32 {
    margin-right: -32px !important;
  }

  .xs\:-mr-33 {
    margin-right: -33px !important;
  }

  .xs\:-mr-34 {
    margin-right: -34px !important;
  }

  .xs\:-mr-35 {
    margin-right: -35px !important;
  }

  .xs\:-mr-38 {
    margin-right: -38px !important;
  }

  .xs\:-mr-40 {
    margin-right: -40px !important;
  }

  .xs\:-mr-44 {
    margin-right: -44px !important;
  }

  .xs\:-mr-45 {
    margin-right: -45px !important;
  }

  .xs\:-mr-50 {
    margin-right: -50px !important;
  }

  .xs\:-mr-55 {
    margin-right: -55px !important;
  }

  .xs\:-mr-60 {
    margin-right: -60px !important;
  }

  .xs\:-mr-65 {
    margin-right: -65px !important;
  }

  .xs\:-mr-70 {
    margin-right: -70px !important;
  }

  .xs\:-mr-75 {
    margin-right: -75px !important;
  }

  .xs\:-mr-80 {
    margin-right: -80px !important;
  }

  .xs\:-mr-85 {
    margin-right: -85px !important;
  }

  .xs\:-mr-90 {
    margin-right: -90px !important;
  }

  .xs\:-mr-95 {
    margin-right: -95px !important;
  }

  .xs\:-mr-100 {
    margin-right: -100px !important;
  }

  .xs\:-mr-105 {
    margin-right: -105px !important;
  }

  .xs\:-mr-110 {
    margin-right: -110px !important;
  }

  .xs\:-mr-115 {
    margin-right: -115px !important;
  }

  .xs\:-mr-120 {
    margin-right: -120px !important;
  }

  .xs\:-mr-125 {
    margin-right: -125px !important;
  }

  .xs\:-mr-130 {
    margin-right: -130px !important;
  }

  .xs\:-mr-135 {
    margin-right: -135px !important;
  }

  .xs\:-mr-140 {
    margin-right: -140px !important;
  }

  .xs\:-mr-142 {
    margin-right: -142px !important;
  }

  .xs\:-mr-145 {
    margin-right: -145px !important;
  }

  .xs\:-mr-150 {
    margin-right: -150px !important;
  }

  .xs\:-mr-160 {
    margin-right: -160px !important;
  }

  .xs\:-mr-165 {
    margin-right: -165px !important;
  }

  .xs\:-mr-170 {
    margin-right: -170px !important;
  }

  .xs\:-mr-180 {
    margin-right: -180px !important;
  }

  .xs\:-mr-185 {
    margin-right: -185px !important;
  }

  .xs\:-mr-190 {
    margin-right: -190px !important;
  }

  .xs\:-mr-200 {
    margin-right: -200px !important;
  }

  .xs\:-mr-225 {
    margin-right: -225px !important;
  }

  .xs\:-mr-px {
    margin-right: -1px !important;
  }

  .xs\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:mb-5 {
    margin-bottom: 5px !important;
  }

  .xs\:mb-8 {
    margin-bottom: 8px !important;
  }

  .xs\:mb-10 {
    margin-bottom: 10px !important;
  }

  .xs\:mb-15 {
    margin-bottom: 15px !important;
  }

  .xs\:mb-20 {
    margin-bottom: 20px !important;
  }

  .xs\:mb-25 {
    margin-bottom: 25px !important;
  }

  .xs\:mb-26 {
    margin-bottom: 26px !important;
  }

  .xs\:mb-27 {
    margin-bottom: 27px !important;
  }

  .xs\:mb-28 {
    margin-bottom: 28px !important;
  }

  .xs\:mb-30 {
    margin-bottom: 30px !important;
  }

  .xs\:mb-32 {
    margin-bottom: 32px !important;
  }

  .xs\:mb-33 {
    margin-bottom: 33px !important;
  }

  .xs\:mb-34 {
    margin-bottom: 34px !important;
  }

  .xs\:mb-35 {
    margin-bottom: 35px !important;
  }

  .xs\:mb-38 {
    margin-bottom: 38px !important;
  }

  .xs\:mb-40 {
    margin-bottom: 40px !important;
  }

  .xs\:mb-44 {
    margin-bottom: 44px !important;
  }

  .xs\:mb-45 {
    margin-bottom: 45px !important;
  }

  .xs\:mb-50 {
    margin-bottom: 50px !important;
  }

  .xs\:mb-55 {
    margin-bottom: 55px !important;
  }

  .xs\:mb-60 {
    margin-bottom: 60px !important;
  }

  .xs\:mb-65 {
    margin-bottom: 65px !important;
  }

  .xs\:mb-70 {
    margin-bottom: 70px !important;
  }

  .xs\:mb-75 {
    margin-bottom: 75px !important;
  }

  .xs\:mb-80 {
    margin-bottom: 80px !important;
  }

  .xs\:mb-85 {
    margin-bottom: 85px !important;
  }

  .xs\:mb-90 {
    margin-bottom: 90px !important;
  }

  .xs\:mb-95 {
    margin-bottom: 95px !important;
  }

  .xs\:mb-100 {
    margin-bottom: 100px !important;
  }

  .xs\:mb-105 {
    margin-bottom: 105px !important;
  }

  .xs\:mb-110 {
    margin-bottom: 110px !important;
  }

  .xs\:mb-115 {
    margin-bottom: 115px !important;
  }

  .xs\:mb-120 {
    margin-bottom: 120px !important;
  }

  .xs\:mb-125 {
    margin-bottom: 125px !important;
  }

  .xs\:mb-130 {
    margin-bottom: 130px !important;
  }

  .xs\:mb-135 {
    margin-bottom: 135px !important;
  }

  .xs\:mb-140 {
    margin-bottom: 140px !important;
  }

  .xs\:mb-142 {
    margin-bottom: 142px !important;
  }

  .xs\:mb-145 {
    margin-bottom: 145px !important;
  }

  .xs\:mb-150 {
    margin-bottom: 150px !important;
  }

  .xs\:mb-160 {
    margin-bottom: 160px !important;
  }

  .xs\:mb-165 {
    margin-bottom: 165px !important;
  }

  .xs\:mb-170 {
    margin-bottom: 170px !important;
  }

  .xs\:mb-180 {
    margin-bottom: 180px !important;
  }

  .xs\:mb-185 {
    margin-bottom: 185px !important;
  }

  .xs\:mb-190 {
    margin-bottom: 190px !important;
  }

  .xs\:mb-200 {
    margin-bottom: 200px !important;
  }

  .xs\:mb-225 {
    margin-bottom: 225px !important;
  }

  .xs\:mb-auto {
    margin-bottom: auto !important;
  }

  .xs\:mb-px {
    margin-bottom: 1px !important;
  }

  .xs\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .xs\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .xs\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .xs\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .xs\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .xs\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .xs\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .xs\:-mb-27 {
    margin-bottom: -27px !important;
  }

  .xs\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .xs\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .xs\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .xs\:-mb-33 {
    margin-bottom: -33px !important;
  }

  .xs\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .xs\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .xs\:-mb-38 {
    margin-bottom: -38px !important;
  }

  .xs\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .xs\:-mb-44 {
    margin-bottom: -44px !important;
  }

  .xs\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .xs\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .xs\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .xs\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .xs\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .xs\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .xs\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .xs\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .xs\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .xs\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .xs\:-mb-95 {
    margin-bottom: -95px !important;
  }

  .xs\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .xs\:-mb-105 {
    margin-bottom: -105px !important;
  }

  .xs\:-mb-110 {
    margin-bottom: -110px !important;
  }

  .xs\:-mb-115 {
    margin-bottom: -115px !important;
  }

  .xs\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .xs\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .xs\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .xs\:-mb-135 {
    margin-bottom: -135px !important;
  }

  .xs\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .xs\:-mb-142 {
    margin-bottom: -142px !important;
  }

  .xs\:-mb-145 {
    margin-bottom: -145px !important;
  }

  .xs\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .xs\:-mb-160 {
    margin-bottom: -160px !important;
  }

  .xs\:-mb-165 {
    margin-bottom: -165px !important;
  }

  .xs\:-mb-170 {
    margin-bottom: -170px !important;
  }

  .xs\:-mb-180 {
    margin-bottom: -180px !important;
  }

  .xs\:-mb-185 {
    margin-bottom: -185px !important;
  }

  .xs\:-mb-190 {
    margin-bottom: -190px !important;
  }

  .xs\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .xs\:-mb-225 {
    margin-bottom: -225px !important;
  }

  .xs\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xs\:ml-0 {
    margin-left: 0px !important;
  }

  .xs\:ml-5 {
    margin-left: 5px !important;
  }

  .xs\:ml-8 {
    margin-left: 8px !important;
  }

  .xs\:ml-10 {
    margin-left: 10px !important;
  }

  .xs\:ml-15 {
    margin-left: 15px !important;
  }

  .xs\:ml-20 {
    margin-left: 20px !important;
  }

  .xs\:ml-25 {
    margin-left: 25px !important;
  }

  .xs\:ml-26 {
    margin-left: 26px !important;
  }

  .xs\:ml-27 {
    margin-left: 27px !important;
  }

  .xs\:ml-28 {
    margin-left: 28px !important;
  }

  .xs\:ml-30 {
    margin-left: 30px !important;
  }

  .xs\:ml-32 {
    margin-left: 32px !important;
  }

  .xs\:ml-33 {
    margin-left: 33px !important;
  }

  .xs\:ml-34 {
    margin-left: 34px !important;
  }

  .xs\:ml-35 {
    margin-left: 35px !important;
  }

  .xs\:ml-38 {
    margin-left: 38px !important;
  }

  .xs\:ml-40 {
    margin-left: 40px !important;
  }

  .xs\:ml-44 {
    margin-left: 44px !important;
  }

  .xs\:ml-45 {
    margin-left: 45px !important;
  }

  .xs\:ml-50 {
    margin-left: 50px !important;
  }

  .xs\:ml-55 {
    margin-left: 55px !important;
  }

  .xs\:ml-60 {
    margin-left: 60px !important;
  }

  .xs\:ml-65 {
    margin-left: 65px !important;
  }

  .xs\:ml-70 {
    margin-left: 70px !important;
  }

  .xs\:ml-75 {
    margin-left: 75px !important;
  }

  .xs\:ml-80 {
    margin-left: 80px !important;
  }

  .xs\:ml-85 {
    margin-left: 85px !important;
  }

  .xs\:ml-90 {
    margin-left: 90px !important;
  }

  .xs\:ml-95 {
    margin-left: 95px !important;
  }

  .xs\:ml-100 {
    margin-left: 100px !important;
  }

  .xs\:ml-105 {
    margin-left: 105px !important;
  }

  .xs\:ml-110 {
    margin-left: 110px !important;
  }

  .xs\:ml-115 {
    margin-left: 115px !important;
  }

  .xs\:ml-120 {
    margin-left: 120px !important;
  }

  .xs\:ml-125 {
    margin-left: 125px !important;
  }

  .xs\:ml-130 {
    margin-left: 130px !important;
  }

  .xs\:ml-135 {
    margin-left: 135px !important;
  }

  .xs\:ml-140 {
    margin-left: 140px !important;
  }

  .xs\:ml-142 {
    margin-left: 142px !important;
  }

  .xs\:ml-145 {
    margin-left: 145px !important;
  }

  .xs\:ml-150 {
    margin-left: 150px !important;
  }

  .xs\:ml-160 {
    margin-left: 160px !important;
  }

  .xs\:ml-165 {
    margin-left: 165px !important;
  }

  .xs\:ml-170 {
    margin-left: 170px !important;
  }

  .xs\:ml-180 {
    margin-left: 180px !important;
  }

  .xs\:ml-185 {
    margin-left: 185px !important;
  }

  .xs\:ml-190 {
    margin-left: 190px !important;
  }

  .xs\:ml-200 {
    margin-left: 200px !important;
  }

  .xs\:ml-225 {
    margin-left: 225px !important;
  }

  .xs\:ml-auto {
    margin-left: auto !important;
  }

  .xs\:ml-px {
    margin-left: 1px !important;
  }

  .xs\:-ml-0 {
    margin-left: 0px !important;
  }

  .xs\:-ml-5 {
    margin-left: -5px !important;
  }

  .xs\:-ml-8 {
    margin-left: -8px !important;
  }

  .xs\:-ml-10 {
    margin-left: -10px !important;
  }

  .xs\:-ml-15 {
    margin-left: -15px !important;
  }

  .xs\:-ml-20 {
    margin-left: -20px !important;
  }

  .xs\:-ml-25 {
    margin-left: -25px !important;
  }

  .xs\:-ml-26 {
    margin-left: -26px !important;
  }

  .xs\:-ml-27 {
    margin-left: -27px !important;
  }

  .xs\:-ml-28 {
    margin-left: -28px !important;
  }

  .xs\:-ml-30 {
    margin-left: -30px !important;
  }

  .xs\:-ml-32 {
    margin-left: -32px !important;
  }

  .xs\:-ml-33 {
    margin-left: -33px !important;
  }

  .xs\:-ml-34 {
    margin-left: -34px !important;
  }

  .xs\:-ml-35 {
    margin-left: -35px !important;
  }

  .xs\:-ml-38 {
    margin-left: -38px !important;
  }

  .xs\:-ml-40 {
    margin-left: -40px !important;
  }

  .xs\:-ml-44 {
    margin-left: -44px !important;
  }

  .xs\:-ml-45 {
    margin-left: -45px !important;
  }

  .xs\:-ml-50 {
    margin-left: -50px !important;
  }

  .xs\:-ml-55 {
    margin-left: -55px !important;
  }

  .xs\:-ml-60 {
    margin-left: -60px !important;
  }

  .xs\:-ml-65 {
    margin-left: -65px !important;
  }

  .xs\:-ml-70 {
    margin-left: -70px !important;
  }

  .xs\:-ml-75 {
    margin-left: -75px !important;
  }

  .xs\:-ml-80 {
    margin-left: -80px !important;
  }

  .xs\:-ml-85 {
    margin-left: -85px !important;
  }

  .xs\:-ml-90 {
    margin-left: -90px !important;
  }

  .xs\:-ml-95 {
    margin-left: -95px !important;
  }

  .xs\:-ml-100 {
    margin-left: -100px !important;
  }

  .xs\:-ml-105 {
    margin-left: -105px !important;
  }

  .xs\:-ml-110 {
    margin-left: -110px !important;
  }

  .xs\:-ml-115 {
    margin-left: -115px !important;
  }

  .xs\:-ml-120 {
    margin-left: -120px !important;
  }

  .xs\:-ml-125 {
    margin-left: -125px !important;
  }

  .xs\:-ml-130 {
    margin-left: -130px !important;
  }

  .xs\:-ml-135 {
    margin-left: -135px !important;
  }

  .xs\:-ml-140 {
    margin-left: -140px !important;
  }

  .xs\:-ml-142 {
    margin-left: -142px !important;
  }

  .xs\:-ml-145 {
    margin-left: -145px !important;
  }

  .xs\:-ml-150 {
    margin-left: -150px !important;
  }

  .xs\:-ml-160 {
    margin-left: -160px !important;
  }

  .xs\:-ml-165 {
    margin-left: -165px !important;
  }

  .xs\:-ml-170 {
    margin-left: -170px !important;
  }

  .xs\:-ml-180 {
    margin-left: -180px !important;
  }

  .xs\:-ml-185 {
    margin-left: -185px !important;
  }

  .xs\:-ml-190 {
    margin-left: -190px !important;
  }

  .xs\:-ml-200 {
    margin-left: -200px !important;
  }

  .xs\:-ml-225 {
    margin-left: -225px !important;
  }

  .xs\:-ml-px {
    margin-left: -1px !important;
  }

  .xs\:box-border {
    box-sizing: border-box !important;
  }

  .xs\:box-content {
    box-sizing: content-box !important;
  }

  .xs\:block {
    display: block !important;
  }

  .xs\:inline-block {
    display: inline-block !important;
  }

  .xs\:inline {
    display: inline !important;
  }

  .xs\:flex {
    display: flex !important;
  }

  .xs\:inline-flex {
    display: inline-flex !important;
  }

  .xs\:table {
    display: table !important;
  }

  .xs\:inline-table {
    display: inline-table !important;
  }

  .xs\:table-caption {
    display: table-caption !important;
  }

  .xs\:table-cell {
    display: table-cell !important;
  }

  .xs\:table-column {
    display: table-column !important;
  }

  .xs\:table-column-group {
    display: table-column-group !important;
  }

  .xs\:table-footer-group {
    display: table-footer-group !important;
  }

  .xs\:table-header-group {
    display: table-header-group !important;
  }

  .xs\:table-row-group {
    display: table-row-group !important;
  }

  .xs\:table-row {
    display: table-row !important;
  }

  .xs\:flow-root {
    display: flow-root !important;
  }

  .xs\:grid {
    display: grid !important;
  }

  .xs\:inline-grid {
    display: inline-grid !important;
  }

  .xs\:contents {
    display: contents !important;
  }

  .xs\:list-item {
    display: list-item !important;
  }

  .xs\:hidden {
    display: none !important;
  }

  .xs\:h-0 {
    height: 0px !important;
  }

  .xs\:h-5 {
    height: 5px !important;
  }

  .xs\:h-8 {
    height: 8px !important;
  }

  .xs\:h-10 {
    height: 10px !important;
  }

  .xs\:h-15 {
    height: 15px !important;
  }

  .xs\:h-20 {
    height: 20px !important;
  }

  .xs\:h-25 {
    height: 25px !important;
  }

  .xs\:h-26 {
    height: 26px !important;
  }

  .xs\:h-27 {
    height: 27px !important;
  }

  .xs\:h-28 {
    height: 28px !important;
  }

  .xs\:h-30 {
    height: 30px !important;
  }

  .xs\:h-32 {
    height: 32px !important;
  }

  .xs\:h-33 {
    height: 33px !important;
  }

  .xs\:h-34 {
    height: 34px !important;
  }

  .xs\:h-35 {
    height: 35px !important;
  }

  .xs\:h-38 {
    height: 38px !important;
  }

  .xs\:h-40 {
    height: 40px !important;
  }

  .xs\:h-44 {
    height: 44px !important;
  }

  .xs\:h-45 {
    height: 45px !important;
  }

  .xs\:h-50 {
    height: 50px !important;
  }

  .xs\:h-55 {
    height: 55px !important;
  }

  .xs\:h-60 {
    height: 60px !important;
  }

  .xs\:h-65 {
    height: 65px !important;
  }

  .xs\:h-70 {
    height: 70px !important;
  }

  .xs\:h-75 {
    height: 75px !important;
  }

  .xs\:h-80 {
    height: 80px !important;
  }

  .xs\:h-85 {
    height: 85px !important;
  }

  .xs\:h-90 {
    height: 90px !important;
  }

  .xs\:h-95 {
    height: 95px !important;
  }

  .xs\:h-100 {
    height: 100px !important;
  }

  .xs\:h-105 {
    height: 105px !important;
  }

  .xs\:h-110 {
    height: 110px !important;
  }

  .xs\:h-115 {
    height: 115px !important;
  }

  .xs\:h-120 {
    height: 120px !important;
  }

  .xs\:h-125 {
    height: 125px !important;
  }

  .xs\:h-130 {
    height: 130px !important;
  }

  .xs\:h-135 {
    height: 135px !important;
  }

  .xs\:h-140 {
    height: 140px !important;
  }

  .xs\:h-142 {
    height: 142px !important;
  }

  .xs\:h-145 {
    height: 145px !important;
  }

  .xs\:h-150 {
    height: 150px !important;
  }

  .xs\:h-160 {
    height: 160px !important;
  }

  .xs\:h-165 {
    height: 165px !important;
  }

  .xs\:h-170 {
    height: 170px !important;
  }

  .xs\:h-180 {
    height: 180px !important;
  }

  .xs\:h-185 {
    height: 185px !important;
  }

  .xs\:h-190 {
    height: 190px !important;
  }

  .xs\:h-200 {
    height: 200px !important;
  }

  .xs\:h-225 {
    height: 225px !important;
  }

  .xs\:h-auto {
    height: auto !important;
  }

  .xs\:h-px {
    height: 1px !important;
  }

  .xs\:h-1\/2 {
    height: 50% !important;
  }

  .xs\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xs\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xs\:h-1\/4 {
    height: 25% !important;
  }

  .xs\:h-2\/4 {
    height: 50% !important;
  }

  .xs\:h-3\/4 {
    height: 75% !important;
  }

  .xs\:h-1\/5 {
    height: 20% !important;
  }

  .xs\:h-2\/5 {
    height: 40% !important;
  }

  .xs\:h-3\/5 {
    height: 60% !important;
  }

  .xs\:h-4\/5 {
    height: 80% !important;
  }

  .xs\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xs\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xs\:h-3\/6 {
    height: 50% !important;
  }

  .xs\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xs\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xs\:h-full {
    height: 100% !important;
  }

  .xs\:h-screen {
    height: 100vh !important;
  }

  .xs\:max-h-0 {
    max-height: 0px !important;
  }

  .xs\:max-h-5 {
    max-height: 5px !important;
  }

  .xs\:max-h-8 {
    max-height: 8px !important;
  }

  .xs\:max-h-10 {
    max-height: 10px !important;
  }

  .xs\:max-h-15 {
    max-height: 15px !important;
  }

  .xs\:max-h-20 {
    max-height: 20px !important;
  }

  .xs\:max-h-25 {
    max-height: 25px !important;
  }

  .xs\:max-h-26 {
    max-height: 26px !important;
  }

  .xs\:max-h-27 {
    max-height: 27px !important;
  }

  .xs\:max-h-28 {
    max-height: 28px !important;
  }

  .xs\:max-h-30 {
    max-height: 30px !important;
  }

  .xs\:max-h-32 {
    max-height: 32px !important;
  }

  .xs\:max-h-33 {
    max-height: 33px !important;
  }

  .xs\:max-h-34 {
    max-height: 34px !important;
  }

  .xs\:max-h-35 {
    max-height: 35px !important;
  }

  .xs\:max-h-38 {
    max-height: 38px !important;
  }

  .xs\:max-h-40 {
    max-height: 40px !important;
  }

  .xs\:max-h-44 {
    max-height: 44px !important;
  }

  .xs\:max-h-45 {
    max-height: 45px !important;
  }

  .xs\:max-h-50 {
    max-height: 50px !important;
  }

  .xs\:max-h-55 {
    max-height: 55px !important;
  }

  .xs\:max-h-60 {
    max-height: 60px !important;
  }

  .xs\:max-h-65 {
    max-height: 65px !important;
  }

  .xs\:max-h-70 {
    max-height: 70px !important;
  }

  .xs\:max-h-75 {
    max-height: 75px !important;
  }

  .xs\:max-h-80 {
    max-height: 80px !important;
  }

  .xs\:max-h-85 {
    max-height: 85px !important;
  }

  .xs\:max-h-90 {
    max-height: 90px !important;
  }

  .xs\:max-h-95 {
    max-height: 95px !important;
  }

  .xs\:max-h-100 {
    max-height: 100px !important;
  }

  .xs\:max-h-105 {
    max-height: 105px !important;
  }

  .xs\:max-h-110 {
    max-height: 110px !important;
  }

  .xs\:max-h-115 {
    max-height: 115px !important;
  }

  .xs\:max-h-120 {
    max-height: 120px !important;
  }

  .xs\:max-h-125 {
    max-height: 125px !important;
  }

  .xs\:max-h-130 {
    max-height: 130px !important;
  }

  .xs\:max-h-135 {
    max-height: 135px !important;
  }

  .xs\:max-h-140 {
    max-height: 140px !important;
  }

  .xs\:max-h-142 {
    max-height: 142px !important;
  }

  .xs\:max-h-145 {
    max-height: 145px !important;
  }

  .xs\:max-h-150 {
    max-height: 150px !important;
  }

  .xs\:max-h-160 {
    max-height: 160px !important;
  }

  .xs\:max-h-165 {
    max-height: 165px !important;
  }

  .xs\:max-h-170 {
    max-height: 170px !important;
  }

  .xs\:max-h-180 {
    max-height: 180px !important;
  }

  .xs\:max-h-185 {
    max-height: 185px !important;
  }

  .xs\:max-h-190 {
    max-height: 190px !important;
  }

  .xs\:max-h-200 {
    max-height: 200px !important;
  }

  .xs\:max-h-225 {
    max-height: 225px !important;
  }

  .xs\:max-h-px {
    max-height: 1px !important;
  }

  .xs\:max-h-full {
    max-height: 100% !important;
  }

  .xs\:max-h-screen {
    max-height: 100vh !important;
  }

  .xs\:min-h-0 {
    min-height: 0px !important;
  }

  .xs\:min-h-full {
    min-height: 100% !important;
  }

  .xs\:min-h-screen {
    min-height: 100vh !important;
  }

  .xs\:w-0 {
    width: 0px !important;
  }

  .xs\:w-5 {
    width: 5px !important;
  }

  .xs\:w-8 {
    width: 8px !important;
  }

  .xs\:w-10 {
    width: 10px !important;
  }

  .xs\:w-15 {
    width: 15px !important;
  }

  .xs\:w-20 {
    width: 20px !important;
  }

  .xs\:w-25 {
    width: 25px !important;
  }

  .xs\:w-26 {
    width: 26px !important;
  }

  .xs\:w-27 {
    width: 27px !important;
  }

  .xs\:w-28 {
    width: 28px !important;
  }

  .xs\:w-30 {
    width: 30px !important;
  }

  .xs\:w-32 {
    width: 32px !important;
  }

  .xs\:w-33 {
    width: 33px !important;
  }

  .xs\:w-34 {
    width: 34px !important;
  }

  .xs\:w-35 {
    width: 35px !important;
  }

  .xs\:w-38 {
    width: 38px !important;
  }

  .xs\:w-40 {
    width: 40px !important;
  }

  .xs\:w-44 {
    width: 44px !important;
  }

  .xs\:w-45 {
    width: 45px !important;
  }

  .xs\:w-50 {
    width: 50px !important;
  }

  .xs\:w-55 {
    width: 55px !important;
  }

  .xs\:w-60 {
    width: 60px !important;
  }

  .xs\:w-65 {
    width: 65px !important;
  }

  .xs\:w-70 {
    width: 70px !important;
  }

  .xs\:w-75 {
    width: 75px !important;
  }

  .xs\:w-80 {
    width: 80px !important;
  }

  .xs\:w-85 {
    width: 85px !important;
  }

  .xs\:w-90 {
    width: 90px !important;
  }

  .xs\:w-95 {
    width: 95px !important;
  }

  .xs\:w-100 {
    width: 100px !important;
  }

  .xs\:w-105 {
    width: 105px !important;
  }

  .xs\:w-110 {
    width: 110px !important;
  }

  .xs\:w-115 {
    width: 115px !important;
  }

  .xs\:w-120 {
    width: 120px !important;
  }

  .xs\:w-125 {
    width: 125px !important;
  }

  .xs\:w-130 {
    width: 130px !important;
  }

  .xs\:w-135 {
    width: 135px !important;
  }

  .xs\:w-140 {
    width: 140px !important;
  }

  .xs\:w-142 {
    width: 142px !important;
  }

  .xs\:w-145 {
    width: 145px !important;
  }

  .xs\:w-150 {
    width: 150px !important;
  }

  .xs\:w-160 {
    width: 160px !important;
  }

  .xs\:w-165 {
    width: 165px !important;
  }

  .xs\:w-170 {
    width: 170px !important;
  }

  .xs\:w-180 {
    width: 180px !important;
  }

  .xs\:w-185 {
    width: 185px !important;
  }

  .xs\:w-190 {
    width: 190px !important;
  }

  .xs\:w-200 {
    width: 200px !important;
  }

  .xs\:w-225 {
    width: 225px !important;
  }

  .xs\:w-auto {
    width: auto !important;
  }

  .xs\:w-px {
    width: 1px !important;
  }

  .xs\:w-1\/2 {
    width: 50% !important;
  }

  .xs\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xs\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xs\:w-1\/4 {
    width: 25% !important;
  }

  .xs\:w-2\/4 {
    width: 50% !important;
  }

  .xs\:w-3\/4 {
    width: 75% !important;
  }

  .xs\:w-1\/5 {
    width: 20% !important;
  }

  .xs\:w-2\/5 {
    width: 40% !important;
  }

  .xs\:w-3\/5 {
    width: 60% !important;
  }

  .xs\:w-4\/5 {
    width: 80% !important;
  }

  .xs\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xs\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xs\:w-3\/6 {
    width: 50% !important;
  }

  .xs\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xs\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xs\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xs\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xs\:w-3\/12 {
    width: 25% !important;
  }

  .xs\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xs\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xs\:w-6\/12 {
    width: 50% !important;
  }

  .xs\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xs\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xs\:w-9\/12 {
    width: 75% !important;
  }

  .xs\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xs\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xs\:w-full {
    width: 100% !important;
  }

  .xs\:w-screen {
    width: 100vw !important;
  }

  .xs\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xs\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xs\:min-w-0 {
    min-width: 0px !important;
  }

  .xs\:min-w-full {
    min-width: 100% !important;
  }

  .xs\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xs\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xs\:max-w-0 {
    max-width: 0rem !important;
  }

  .xs\:max-w-none {
    max-width: none !important;
  }

  .xs\:max-w-xs {
    max-width: 20rem !important;
  }

  .xs\:max-w-sm {
    max-width: 24rem !important;
  }

  .xs\:max-w-md {
    max-width: 28rem !important;
  }

  .xs\:max-w-lg {
    max-width: 32rem !important;
  }

  .xs\:max-w-xl {
    max-width: 36rem !important;
  }

  .xs\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xs\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xs\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xs\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xs\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xs\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xs\:max-w-full {
    max-width: 100% !important;
  }

  .xs\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xs\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xs\:max-w-prose {
    max-width: 65ch !important;
  }

  .xs\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xs\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xs\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xs\:flex-none {
    flex: none !important;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xs\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xs\:flex-grow {
    flex-grow: 1 !important;
  }

  .xs\:table-auto {
    table-layout: auto !important;
  }

  .xs\:table-fixed {
    table-layout: fixed !important;
  }

  .xs\:border-collapse {
    border-collapse: collapse !important;
  }

  .xs\:border-separate {
    border-collapse: separate !important;
  }

  .xs\:origin-center {
    transform-origin: center !important;
  }

  .xs\:origin-top {
    transform-origin: top !important;
  }

  .xs\:origin-top-right {
    transform-origin: top right !important;
  }

  .xs\:origin-right {
    transform-origin: right !important;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xs\:origin-bottom {
    transform-origin: bottom !important;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xs\:origin-left {
    transform-origin: left !important;
  }

  .xs\:origin-top-left {
    transform-origin: top left !important;
  }

  .xs\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .xs\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .xs\:transform-none {
    transform: none !important;
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .xs\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .xs\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .xs\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .xs\:translate-x-27 {
    --tw-translate-x: 27px !important;
  }

  .xs\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .xs\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .xs\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .xs\:translate-x-33 {
    --tw-translate-x: 33px !important;
  }

  .xs\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .xs\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .xs\:translate-x-38 {
    --tw-translate-x: 38px !important;
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 44px !important;
  }

  .xs\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .xs\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .xs\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .xs\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .xs\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .xs\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .xs\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .xs\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .xs\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .xs\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .xs\:translate-x-95 {
    --tw-translate-x: 95px !important;
  }

  .xs\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .xs\:translate-x-105 {
    --tw-translate-x: 105px !important;
  }

  .xs\:translate-x-110 {
    --tw-translate-x: 110px !important;
  }

  .xs\:translate-x-115 {
    --tw-translate-x: 115px !important;
  }

  .xs\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .xs\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .xs\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .xs\:translate-x-135 {
    --tw-translate-x: 135px !important;
  }

  .xs\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .xs\:translate-x-142 {
    --tw-translate-x: 142px !important;
  }

  .xs\:translate-x-145 {
    --tw-translate-x: 145px !important;
  }

  .xs\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .xs\:translate-x-160 {
    --tw-translate-x: 160px !important;
  }

  .xs\:translate-x-165 {
    --tw-translate-x: 165px !important;
  }

  .xs\:translate-x-170 {
    --tw-translate-x: 170px !important;
  }

  .xs\:translate-x-180 {
    --tw-translate-x: 180px !important;
  }

  .xs\:translate-x-185 {
    --tw-translate-x: 185px !important;
  }

  .xs\:translate-x-190 {
    --tw-translate-x: 190px !important;
  }

  .xs\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .xs\:translate-x-225 {
    --tw-translate-x: 225px !important;
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xs\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .xs\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .xs\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .xs\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .xs\:-translate-x-27 {
    --tw-translate-x: -27px !important;
  }

  .xs\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .xs\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .xs\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .xs\:-translate-x-33 {
    --tw-translate-x: -33px !important;
  }

  .xs\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .xs\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .xs\:-translate-x-38 {
    --tw-translate-x: -38px !important;
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -44px !important;
  }

  .xs\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .xs\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .xs\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .xs\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .xs\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .xs\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .xs\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .xs\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .xs\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .xs\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .xs\:-translate-x-95 {
    --tw-translate-x: -95px !important;
  }

  .xs\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .xs\:-translate-x-105 {
    --tw-translate-x: -105px !important;
  }

  .xs\:-translate-x-110 {
    --tw-translate-x: -110px !important;
  }

  .xs\:-translate-x-115 {
    --tw-translate-x: -115px !important;
  }

  .xs\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .xs\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .xs\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .xs\:-translate-x-135 {
    --tw-translate-x: -135px !important;
  }

  .xs\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .xs\:-translate-x-142 {
    --tw-translate-x: -142px !important;
  }

  .xs\:-translate-x-145 {
    --tw-translate-x: -145px !important;
  }

  .xs\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .xs\:-translate-x-160 {
    --tw-translate-x: -160px !important;
  }

  .xs\:-translate-x-165 {
    --tw-translate-x: -165px !important;
  }

  .xs\:-translate-x-170 {
    --tw-translate-x: -170px !important;
  }

  .xs\:-translate-x-180 {
    --tw-translate-x: -180px !important;
  }

  .xs\:-translate-x-185 {
    --tw-translate-x: -185px !important;
  }

  .xs\:-translate-x-190 {
    --tw-translate-x: -190px !important;
  }

  .xs\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .xs\:-translate-x-225 {
    --tw-translate-x: -225px !important;
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .xs\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .xs\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .xs\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .xs\:translate-y-27 {
    --tw-translate-y: 27px !important;
  }

  .xs\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .xs\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .xs\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .xs\:translate-y-33 {
    --tw-translate-y: 33px !important;
  }

  .xs\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .xs\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .xs\:translate-y-38 {
    --tw-translate-y: 38px !important;
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 44px !important;
  }

  .xs\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .xs\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .xs\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .xs\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .xs\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .xs\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .xs\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .xs\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .xs\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .xs\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .xs\:translate-y-95 {
    --tw-translate-y: 95px !important;
  }

  .xs\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .xs\:translate-y-105 {
    --tw-translate-y: 105px !important;
  }

  .xs\:translate-y-110 {
    --tw-translate-y: 110px !important;
  }

  .xs\:translate-y-115 {
    --tw-translate-y: 115px !important;
  }

  .xs\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .xs\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .xs\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .xs\:translate-y-135 {
    --tw-translate-y: 135px !important;
  }

  .xs\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .xs\:translate-y-142 {
    --tw-translate-y: 142px !important;
  }

  .xs\:translate-y-145 {
    --tw-translate-y: 145px !important;
  }

  .xs\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .xs\:translate-y-160 {
    --tw-translate-y: 160px !important;
  }

  .xs\:translate-y-165 {
    --tw-translate-y: 165px !important;
  }

  .xs\:translate-y-170 {
    --tw-translate-y: 170px !important;
  }

  .xs\:translate-y-180 {
    --tw-translate-y: 180px !important;
  }

  .xs\:translate-y-185 {
    --tw-translate-y: 185px !important;
  }

  .xs\:translate-y-190 {
    --tw-translate-y: 190px !important;
  }

  .xs\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .xs\:translate-y-225 {
    --tw-translate-y: 225px !important;
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xs\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .xs\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .xs\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .xs\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .xs\:-translate-y-27 {
    --tw-translate-y: -27px !important;
  }

  .xs\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .xs\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .xs\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .xs\:-translate-y-33 {
    --tw-translate-y: -33px !important;
  }

  .xs\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .xs\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .xs\:-translate-y-38 {
    --tw-translate-y: -38px !important;
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -44px !important;
  }

  .xs\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .xs\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .xs\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .xs\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .xs\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .xs\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .xs\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .xs\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .xs\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .xs\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .xs\:-translate-y-95 {
    --tw-translate-y: -95px !important;
  }

  .xs\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .xs\:-translate-y-105 {
    --tw-translate-y: -105px !important;
  }

  .xs\:-translate-y-110 {
    --tw-translate-y: -110px !important;
  }

  .xs\:-translate-y-115 {
    --tw-translate-y: -115px !important;
  }

  .xs\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .xs\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .xs\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .xs\:-translate-y-135 {
    --tw-translate-y: -135px !important;
  }

  .xs\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .xs\:-translate-y-142 {
    --tw-translate-y: -142px !important;
  }

  .xs\:-translate-y-145 {
    --tw-translate-y: -145px !important;
  }

  .xs\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .xs\:-translate-y-160 {
    --tw-translate-y: -160px !important;
  }

  .xs\:-translate-y-165 {
    --tw-translate-y: -165px !important;
  }

  .xs\:-translate-y-170 {
    --tw-translate-y: -170px !important;
  }

  .xs\:-translate-y-180 {
    --tw-translate-y: -180px !important;
  }

  .xs\:-translate-y-185 {
    --tw-translate-y: -185px !important;
  }

  .xs\:-translate-y-190 {
    --tw-translate-y: -190px !important;
  }

  .xs\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .xs\:-translate-y-225 {
    --tw-translate-y: -225px !important;
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .xs\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .xs\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .xs\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .xs\:hover\:translate-x-27:hover {
    --tw-translate-x: 27px !important;
  }

  .xs\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .xs\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .xs\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .xs\:hover\:translate-x-33:hover {
    --tw-translate-x: 33px !important;
  }

  .xs\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .xs\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .xs\:hover\:translate-x-38:hover {
    --tw-translate-x: 38px !important;
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 44px !important;
  }

  .xs\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .xs\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .xs\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .xs\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .xs\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .xs\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .xs\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .xs\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .xs\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .xs\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .xs\:hover\:translate-x-95:hover {
    --tw-translate-x: 95px !important;
  }

  .xs\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .xs\:hover\:translate-x-105:hover {
    --tw-translate-x: 105px !important;
  }

  .xs\:hover\:translate-x-110:hover {
    --tw-translate-x: 110px !important;
  }

  .xs\:hover\:translate-x-115:hover {
    --tw-translate-x: 115px !important;
  }

  .xs\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .xs\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .xs\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .xs\:hover\:translate-x-135:hover {
    --tw-translate-x: 135px !important;
  }

  .xs\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .xs\:hover\:translate-x-142:hover {
    --tw-translate-x: 142px !important;
  }

  .xs\:hover\:translate-x-145:hover {
    --tw-translate-x: 145px !important;
  }

  .xs\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .xs\:hover\:translate-x-160:hover {
    --tw-translate-x: 160px !important;
  }

  .xs\:hover\:translate-x-165:hover {
    --tw-translate-x: 165px !important;
  }

  .xs\:hover\:translate-x-170:hover {
    --tw-translate-x: 170px !important;
  }

  .xs\:hover\:translate-x-180:hover {
    --tw-translate-x: 180px !important;
  }

  .xs\:hover\:translate-x-185:hover {
    --tw-translate-x: 185px !important;
  }

  .xs\:hover\:translate-x-190:hover {
    --tw-translate-x: 190px !important;
  }

  .xs\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .xs\:hover\:translate-x-225:hover {
    --tw-translate-x: 225px !important;
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xs\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .xs\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .xs\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .xs\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .xs\:hover\:-translate-x-27:hover {
    --tw-translate-x: -27px !important;
  }

  .xs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .xs\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .xs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .xs\:hover\:-translate-x-33:hover {
    --tw-translate-x: -33px !important;
  }

  .xs\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .xs\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .xs\:hover\:-translate-x-38:hover {
    --tw-translate-x: -38px !important;
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -44px !important;
  }

  .xs\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .xs\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .xs\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .xs\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .xs\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .xs\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .xs\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .xs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .xs\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .xs\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .xs\:hover\:-translate-x-95:hover {
    --tw-translate-x: -95px !important;
  }

  .xs\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .xs\:hover\:-translate-x-105:hover {
    --tw-translate-x: -105px !important;
  }

  .xs\:hover\:-translate-x-110:hover {
    --tw-translate-x: -110px !important;
  }

  .xs\:hover\:-translate-x-115:hover {
    --tw-translate-x: -115px !important;
  }

  .xs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .xs\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .xs\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .xs\:hover\:-translate-x-135:hover {
    --tw-translate-x: -135px !important;
  }

  .xs\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .xs\:hover\:-translate-x-142:hover {
    --tw-translate-x: -142px !important;
  }

  .xs\:hover\:-translate-x-145:hover {
    --tw-translate-x: -145px !important;
  }

  .xs\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .xs\:hover\:-translate-x-160:hover {
    --tw-translate-x: -160px !important;
  }

  .xs\:hover\:-translate-x-165:hover {
    --tw-translate-x: -165px !important;
  }

  .xs\:hover\:-translate-x-170:hover {
    --tw-translate-x: -170px !important;
  }

  .xs\:hover\:-translate-x-180:hover {
    --tw-translate-x: -180px !important;
  }

  .xs\:hover\:-translate-x-185:hover {
    --tw-translate-x: -185px !important;
  }

  .xs\:hover\:-translate-x-190:hover {
    --tw-translate-x: -190px !important;
  }

  .xs\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .xs\:hover\:-translate-x-225:hover {
    --tw-translate-x: -225px !important;
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .xs\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .xs\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .xs\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .xs\:hover\:translate-y-27:hover {
    --tw-translate-y: 27px !important;
  }

  .xs\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .xs\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .xs\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .xs\:hover\:translate-y-33:hover {
    --tw-translate-y: 33px !important;
  }

  .xs\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .xs\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .xs\:hover\:translate-y-38:hover {
    --tw-translate-y: 38px !important;
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 44px !important;
  }

  .xs\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .xs\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .xs\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .xs\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .xs\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .xs\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .xs\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .xs\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .xs\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .xs\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .xs\:hover\:translate-y-95:hover {
    --tw-translate-y: 95px !important;
  }

  .xs\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .xs\:hover\:translate-y-105:hover {
    --tw-translate-y: 105px !important;
  }

  .xs\:hover\:translate-y-110:hover {
    --tw-translate-y: 110px !important;
  }

  .xs\:hover\:translate-y-115:hover {
    --tw-translate-y: 115px !important;
  }

  .xs\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .xs\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .xs\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .xs\:hover\:translate-y-135:hover {
    --tw-translate-y: 135px !important;
  }

  .xs\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .xs\:hover\:translate-y-142:hover {
    --tw-translate-y: 142px !important;
  }

  .xs\:hover\:translate-y-145:hover {
    --tw-translate-y: 145px !important;
  }

  .xs\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .xs\:hover\:translate-y-160:hover {
    --tw-translate-y: 160px !important;
  }

  .xs\:hover\:translate-y-165:hover {
    --tw-translate-y: 165px !important;
  }

  .xs\:hover\:translate-y-170:hover {
    --tw-translate-y: 170px !important;
  }

  .xs\:hover\:translate-y-180:hover {
    --tw-translate-y: 180px !important;
  }

  .xs\:hover\:translate-y-185:hover {
    --tw-translate-y: 185px !important;
  }

  .xs\:hover\:translate-y-190:hover {
    --tw-translate-y: 190px !important;
  }

  .xs\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .xs\:hover\:translate-y-225:hover {
    --tw-translate-y: 225px !important;
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xs\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .xs\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .xs\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .xs\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .xs\:hover\:-translate-y-27:hover {
    --tw-translate-y: -27px !important;
  }

  .xs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .xs\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .xs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .xs\:hover\:-translate-y-33:hover {
    --tw-translate-y: -33px !important;
  }

  .xs\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .xs\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .xs\:hover\:-translate-y-38:hover {
    --tw-translate-y: -38px !important;
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -44px !important;
  }

  .xs\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .xs\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .xs\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .xs\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .xs\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .xs\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .xs\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .xs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .xs\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .xs\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .xs\:hover\:-translate-y-95:hover {
    --tw-translate-y: -95px !important;
  }

  .xs\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .xs\:hover\:-translate-y-105:hover {
    --tw-translate-y: -105px !important;
  }

  .xs\:hover\:-translate-y-110:hover {
    --tw-translate-y: -110px !important;
  }

  .xs\:hover\:-translate-y-115:hover {
    --tw-translate-y: -115px !important;
  }

  .xs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .xs\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .xs\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .xs\:hover\:-translate-y-135:hover {
    --tw-translate-y: -135px !important;
  }

  .xs\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .xs\:hover\:-translate-y-142:hover {
    --tw-translate-y: -142px !important;
  }

  .xs\:hover\:-translate-y-145:hover {
    --tw-translate-y: -145px !important;
  }

  .xs\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .xs\:hover\:-translate-y-160:hover {
    --tw-translate-y: -160px !important;
  }

  .xs\:hover\:-translate-y-165:hover {
    --tw-translate-y: -165px !important;
  }

  .xs\:hover\:-translate-y-170:hover {
    --tw-translate-y: -170px !important;
  }

  .xs\:hover\:-translate-y-180:hover {
    --tw-translate-y: -180px !important;
  }

  .xs\:hover\:-translate-y-185:hover {
    --tw-translate-y: -185px !important;
  }

  .xs\:hover\:-translate-y-190:hover {
    --tw-translate-y: -190px !important;
  }

  .xs\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .xs\:hover\:-translate-y-225:hover {
    --tw-translate-y: -225px !important;
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .xs\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .xs\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .xs\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .xs\:focus\:translate-x-27:focus {
    --tw-translate-x: 27px !important;
  }

  .xs\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .xs\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .xs\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .xs\:focus\:translate-x-33:focus {
    --tw-translate-x: 33px !important;
  }

  .xs\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .xs\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .xs\:focus\:translate-x-38:focus {
    --tw-translate-x: 38px !important;
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 44px !important;
  }

  .xs\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .xs\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .xs\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .xs\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .xs\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .xs\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .xs\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .xs\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .xs\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .xs\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .xs\:focus\:translate-x-95:focus {
    --tw-translate-x: 95px !important;
  }

  .xs\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .xs\:focus\:translate-x-105:focus {
    --tw-translate-x: 105px !important;
  }

  .xs\:focus\:translate-x-110:focus {
    --tw-translate-x: 110px !important;
  }

  .xs\:focus\:translate-x-115:focus {
    --tw-translate-x: 115px !important;
  }

  .xs\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .xs\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .xs\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .xs\:focus\:translate-x-135:focus {
    --tw-translate-x: 135px !important;
  }

  .xs\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .xs\:focus\:translate-x-142:focus {
    --tw-translate-x: 142px !important;
  }

  .xs\:focus\:translate-x-145:focus {
    --tw-translate-x: 145px !important;
  }

  .xs\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .xs\:focus\:translate-x-160:focus {
    --tw-translate-x: 160px !important;
  }

  .xs\:focus\:translate-x-165:focus {
    --tw-translate-x: 165px !important;
  }

  .xs\:focus\:translate-x-170:focus {
    --tw-translate-x: 170px !important;
  }

  .xs\:focus\:translate-x-180:focus {
    --tw-translate-x: 180px !important;
  }

  .xs\:focus\:translate-x-185:focus {
    --tw-translate-x: 185px !important;
  }

  .xs\:focus\:translate-x-190:focus {
    --tw-translate-x: 190px !important;
  }

  .xs\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .xs\:focus\:translate-x-225:focus {
    --tw-translate-x: 225px !important;
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xs\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .xs\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .xs\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .xs\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .xs\:focus\:-translate-x-27:focus {
    --tw-translate-x: -27px !important;
  }

  .xs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .xs\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .xs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .xs\:focus\:-translate-x-33:focus {
    --tw-translate-x: -33px !important;
  }

  .xs\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .xs\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .xs\:focus\:-translate-x-38:focus {
    --tw-translate-x: -38px !important;
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -44px !important;
  }

  .xs\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .xs\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .xs\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .xs\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .xs\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .xs\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .xs\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .xs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .xs\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .xs\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .xs\:focus\:-translate-x-95:focus {
    --tw-translate-x: -95px !important;
  }

  .xs\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .xs\:focus\:-translate-x-105:focus {
    --tw-translate-x: -105px !important;
  }

  .xs\:focus\:-translate-x-110:focus {
    --tw-translate-x: -110px !important;
  }

  .xs\:focus\:-translate-x-115:focus {
    --tw-translate-x: -115px !important;
  }

  .xs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .xs\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .xs\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .xs\:focus\:-translate-x-135:focus {
    --tw-translate-x: -135px !important;
  }

  .xs\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .xs\:focus\:-translate-x-142:focus {
    --tw-translate-x: -142px !important;
  }

  .xs\:focus\:-translate-x-145:focus {
    --tw-translate-x: -145px !important;
  }

  .xs\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .xs\:focus\:-translate-x-160:focus {
    --tw-translate-x: -160px !important;
  }

  .xs\:focus\:-translate-x-165:focus {
    --tw-translate-x: -165px !important;
  }

  .xs\:focus\:-translate-x-170:focus {
    --tw-translate-x: -170px !important;
  }

  .xs\:focus\:-translate-x-180:focus {
    --tw-translate-x: -180px !important;
  }

  .xs\:focus\:-translate-x-185:focus {
    --tw-translate-x: -185px !important;
  }

  .xs\:focus\:-translate-x-190:focus {
    --tw-translate-x: -190px !important;
  }

  .xs\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .xs\:focus\:-translate-x-225:focus {
    --tw-translate-x: -225px !important;
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .xs\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .xs\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .xs\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .xs\:focus\:translate-y-27:focus {
    --tw-translate-y: 27px !important;
  }

  .xs\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .xs\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .xs\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .xs\:focus\:translate-y-33:focus {
    --tw-translate-y: 33px !important;
  }

  .xs\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .xs\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .xs\:focus\:translate-y-38:focus {
    --tw-translate-y: 38px !important;
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 44px !important;
  }

  .xs\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .xs\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .xs\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .xs\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .xs\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .xs\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .xs\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .xs\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .xs\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .xs\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .xs\:focus\:translate-y-95:focus {
    --tw-translate-y: 95px !important;
  }

  .xs\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .xs\:focus\:translate-y-105:focus {
    --tw-translate-y: 105px !important;
  }

  .xs\:focus\:translate-y-110:focus {
    --tw-translate-y: 110px !important;
  }

  .xs\:focus\:translate-y-115:focus {
    --tw-translate-y: 115px !important;
  }

  .xs\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .xs\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .xs\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .xs\:focus\:translate-y-135:focus {
    --tw-translate-y: 135px !important;
  }

  .xs\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .xs\:focus\:translate-y-142:focus {
    --tw-translate-y: 142px !important;
  }

  .xs\:focus\:translate-y-145:focus {
    --tw-translate-y: 145px !important;
  }

  .xs\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .xs\:focus\:translate-y-160:focus {
    --tw-translate-y: 160px !important;
  }

  .xs\:focus\:translate-y-165:focus {
    --tw-translate-y: 165px !important;
  }

  .xs\:focus\:translate-y-170:focus {
    --tw-translate-y: 170px !important;
  }

  .xs\:focus\:translate-y-180:focus {
    --tw-translate-y: 180px !important;
  }

  .xs\:focus\:translate-y-185:focus {
    --tw-translate-y: 185px !important;
  }

  .xs\:focus\:translate-y-190:focus {
    --tw-translate-y: 190px !important;
  }

  .xs\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .xs\:focus\:translate-y-225:focus {
    --tw-translate-y: 225px !important;
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xs\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .xs\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .xs\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .xs\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .xs\:focus\:-translate-y-27:focus {
    --tw-translate-y: -27px !important;
  }

  .xs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .xs\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .xs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .xs\:focus\:-translate-y-33:focus {
    --tw-translate-y: -33px !important;
  }

  .xs\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .xs\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .xs\:focus\:-translate-y-38:focus {
    --tw-translate-y: -38px !important;
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -44px !important;
  }

  .xs\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .xs\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .xs\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .xs\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .xs\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .xs\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .xs\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .xs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .xs\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .xs\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .xs\:focus\:-translate-y-95:focus {
    --tw-translate-y: -95px !important;
  }

  .xs\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .xs\:focus\:-translate-y-105:focus {
    --tw-translate-y: -105px !important;
  }

  .xs\:focus\:-translate-y-110:focus {
    --tw-translate-y: -110px !important;
  }

  .xs\:focus\:-translate-y-115:focus {
    --tw-translate-y: -115px !important;
  }

  .xs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .xs\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .xs\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .xs\:focus\:-translate-y-135:focus {
    --tw-translate-y: -135px !important;
  }

  .xs\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .xs\:focus\:-translate-y-142:focus {
    --tw-translate-y: -142px !important;
  }

  .xs\:focus\:-translate-y-145:focus {
    --tw-translate-y: -145px !important;
  }

  .xs\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .xs\:focus\:-translate-y-160:focus {
    --tw-translate-y: -160px !important;
  }

  .xs\:focus\:-translate-y-165:focus {
    --tw-translate-y: -165px !important;
  }

  .xs\:focus\:-translate-y-170:focus {
    --tw-translate-y: -170px !important;
  }

  .xs\:focus\:-translate-y-180:focus {
    --tw-translate-y: -180px !important;
  }

  .xs\:focus\:-translate-y-185:focus {
    --tw-translate-y: -185px !important;
  }

  .xs\:focus\:-translate-y-190:focus {
    --tw-translate-y: -190px !important;
  }

  .xs\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .xs\:focus\:-translate-y-225:focus {
    --tw-translate-y: -225px !important;
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xs\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xs\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xs\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xs\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xs\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xs\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xs\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xs\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xs\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xs\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xs\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xs\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xs\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xs\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xs\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xs\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xs\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xs\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xs\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xs\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xs\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xs\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xs\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:animate-none {
    animation: none !important;
  }

  .xs\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .xs\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .xs\:cursor-auto {
    cursor: auto !important;
  }

  .xs\:cursor-default {
    cursor: default !important;
  }

  .xs\:cursor-pointer {
    cursor: pointer !important;
  }

  .xs\:cursor-wait {
    cursor: wait !important;
  }

  .xs\:cursor-text {
    cursor: text !important;
  }

  .xs\:cursor-move {
    cursor: move !important;
  }

  .xs\:cursor-help {
    cursor: help !important;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xs\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xs\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xs\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xs\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xs\:resize-none {
    resize: none !important;
  }

  .xs\:resize-y {
    resize: vertical !important;
  }

  .xs\:resize-x {
    resize: horizontal !important;
  }

  .xs\:resize {
    resize: both !important;
  }

  .xs\:list-inside {
    list-style-position: inside !important;
  }

  .xs\:list-outside {
    list-style-position: outside !important;
  }

  .xs\:list-none {
    list-style-type: none !important;
  }

  .xs\:list-disc {
    list-style-type: disc !important;
  }

  .xs\:list-decimal {
    list-style-type: decimal !important;
  }

  .xs\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xs\:flex-row {
    flex-direction: row !important;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xs\:flex-col {
    flex-direction: column !important;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xs\:place-content-center {
    place-content: center !important;
  }

  .xs\:place-content-start {
    place-content: start !important;
  }

  .xs\:place-content-end {
    place-content: end !important;
  }

  .xs\:place-content-between {
    place-content: space-between !important;
  }

  .xs\:place-content-around {
    place-content: space-around !important;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xs\:place-content-stretch {
    place-content: stretch !important;
  }

  .xs\:place-items-start {
    place-items: start !important;
  }

  .xs\:place-items-end {
    place-items: end !important;
  }

  .xs\:place-items-center {
    place-items: center !important;
  }

  .xs\:place-items-stretch {
    place-items: stretch !important;
  }

  .xs\:content-center {
    align-content: center !important;
  }

  .xs\:content-start {
    align-content: flex-start !important;
  }

  .xs\:content-end {
    align-content: flex-end !important;
  }

  .xs\:content-between {
    align-content: space-between !important;
  }

  .xs\:content-around {
    align-content: space-around !important;
  }

  .xs\:content-evenly {
    align-content: space-evenly !important;
  }

  .xs\:items-start {
    align-items: flex-start !important;
  }

  .xs\:items-end {
    align-items: flex-end !important;
  }

  .xs\:items-center {
    align-items: center !important;
  }

  .xs\:items-baseline {
    align-items: baseline !important;
  }

  .xs\:items-stretch {
    align-items: stretch !important;
  }

  .xs\:justify-start {
    justify-content: flex-start !important;
  }

  .xs\:justify-end {
    justify-content: flex-end !important;
  }

  .xs\:justify-center {
    justify-content: center !important;
  }

  .xs\:justify-between {
    justify-content: space-between !important;
  }

  .xs\:justify-around {
    justify-content: space-around !important;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xs\:justify-items-start {
    justify-items: start !important;
  }

  .xs\:justify-items-end {
    justify-items: end !important;
  }

  .xs\:justify-items-center {
    justify-items: center !important;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xs\:gap-0 {
    gap: 0px !important;
  }

  .xs\:gap-1 {
    gap: 0.25rem !important;
  }

  .xs\:gap-2 {
    gap: 0.5rem !important;
  }

  .xs\:gap-3 {
    gap: 0.75rem !important;
  }

  .xs\:gap-4 {
    gap: 1rem !important;
  }

  .xs\:gap-5 {
    gap: 1.25rem !important;
  }

  .xs\:gap-6 {
    gap: 1.5rem !important;
  }

  .xs\:gap-7 {
    gap: 1.75rem !important;
  }

  .xs\:gap-8 {
    gap: 2rem !important;
  }

  .xs\:gap-9 {
    gap: 2.25rem !important;
  }

  .xs\:gap-10 {
    gap: 2.5rem !important;
  }

  .xs\:gap-11 {
    gap: 2.75rem !important;
  }

  .xs\:gap-12 {
    gap: 3rem !important;
  }

  .xs\:gap-13 {
    gap: 3.375rem !important;
  }

  .xs\:gap-14 {
    gap: 3.5rem !important;
  }

  .xs\:gap-16 {
    gap: 4rem !important;
  }

  .xs\:gap-20 {
    gap: 5rem !important;
  }

  .xs\:gap-24 {
    gap: 6rem !important;
  }

  .xs\:gap-28 {
    gap: 7rem !important;
  }

  .xs\:gap-32 {
    gap: 8rem !important;
  }

  .xs\:gap-36 {
    gap: 9rem !important;
  }

  .xs\:gap-40 {
    gap: 10rem !important;
  }

  .xs\:gap-44 {
    gap: 11rem !important;
  }

  .xs\:gap-48 {
    gap: 12rem !important;
  }

  .xs\:gap-52 {
    gap: 13rem !important;
  }

  .xs\:gap-56 {
    gap: 14rem !important;
  }

  .xs\:gap-60 {
    gap: 15rem !important;
  }

  .xs\:gap-64 {
    gap: 16rem !important;
  }

  .xs\:gap-72 {
    gap: 18rem !important;
  }

  .xs\:gap-80 {
    gap: 20rem !important;
  }

  .xs\:gap-96 {
    gap: 24rem !important;
  }

  .xs\:gap-x-0 {
    gap: 0px !important;
  }

  .xs\:gap-y-0 {
    gap: 0px !important;
  }

  .xs\:gap-px {
    gap: 1px !important;
  }

  .xs\:gap-x-px\\ {
    gap: 1px !important;
  }

  .xs\:gap-y-px\\ {
    gap: 1px !important;
  }

  .xs\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:gap-x-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:gap-y-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:gap-x-1 {
    gap: 0.25rem !important;
  }

  .xs\:gap-y-1 {
    gap: 0.25rem !important;
  }

  .xs\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:gap-x-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:gap-y-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:gap-x-2 {
    gap: 0.5rem !important;
  }

  .xs\:gap-y-2 {
    gap: 0.5rem !important;
  }

  .xs\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:gap-x-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:gap-y-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:gap-x-3 {
    gap: 0.75rem !important;
  }

  .xs\:gap-y-3 {
    gap: 0.75rem !important;
  }

  .xs\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:gap-x-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:gap-y-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:gap-x-4 {
    gap: 1rem !important;
  }

  .xs\:gap-y-4 {
    gap: 1rem !important;
  }

  .xs\:gap-x-5 {
    gap: 1.25rem !important;
  }

  .xs\:gap-y-5 {
    gap: 1.25rem !important;
  }

  .xs\:gap-x-6 {
    gap: 1.5rem !important;
  }

  .xs\:gap-y-6 {
    gap: 1.5rem !important;
  }

  .xs\:gap-x-7 {
    gap: 1.75rem !important;
  }

  .xs\:gap-y-7 {
    gap: 1.75rem !important;
  }

  .xs\:gap-x-8 {
    gap: 2rem !important;
  }

  .xs\:gap-y-8 {
    gap: 2rem !important;
  }

  .xs\:gap-x-9 {
    gap: 2.25rem !important;
  }

  .xs\:gap-y-9 {
    gap: 2.25rem !important;
  }

  .xs\:gap-x-10 {
    gap: 2.5rem !important;
  }

  .xs\:gap-y-10 {
    gap: 2.5rem !important;
  }

  .xs\:gap-x-11 {
    gap: 2.75rem !important;
  }

  .xs\:gap-y-11 {
    gap: 2.75rem !important;
  }

  .xs\:gap-x-12 {
    gap: 3rem !important;
  }

  .xs\:gap-y-12 {
    gap: 3rem !important;
  }

  .xs\:gap-x-13 {
    gap: 3.375rem !important;
  }

  .xs\:gap-y-13 {
    gap: 3.375rem !important;
  }

  .xs\:gap-x-14 {
    gap: 3.5rem !important;
  }

  .xs\:gap-y-14 {
    gap: 3.5rem !important;
  }

  .xs\:gap-x-16 {
    gap: 4rem !important;
  }

  .xs\:gap-y-16 {
    gap: 4rem !important;
  }

  .xs\:gap-x-20 {
    gap: 5rem !important;
  }

  .xs\:gap-y-20 {
    gap: 5rem !important;
  }

  .xs\:gap-x-24 {
    gap: 6rem !important;
  }

  .xs\:gap-y-24 {
    gap: 6rem !important;
  }

  .xs\:gap-x-28 {
    gap: 7rem !important;
  }

  .xs\:gap-y-28 {
    gap: 7rem !important;
  }

  .xs\:gap-x-32 {
    gap: 8rem !important;
  }

  .xs\:gap-y-32 {
    gap: 8rem !important;
  }

  .xs\:gap-x-36 {
    gap: 9rem !important;
  }

  .xs\:gap-y-36 {
    gap: 9rem !important;
  }

  .xs\:gap-x-40 {
    gap: 10rem !important;
  }

  .xs\:gap-y-40 {
    gap: 10rem !important;
  }

  .xs\:gap-x-44 {
    gap: 11rem !important;
  }

  .xs\:gap-y-44 {
    gap: 11rem !important;
  }

  .xs\:gap-x-48 {
    gap: 12rem !important;
  }

  .xs\:gap-y-48 {
    gap: 12rem !important;
  }

  .xs\:gap-x-52 {
    gap: 13rem !important;
  }

  .xs\:gap-y-52 {
    gap: 13rem !important;
  }

  .xs\:gap-x-56 {
    gap: 14rem !important;
  }

  .xs\:gap-y-56 {
    gap: 14rem !important;
  }

  .xs\:gap-x-60 {
    gap: 15rem !important;
  }

  .xs\:gap-y-60 {
    gap: 15rem !important;
  }

  .xs\:gap-x-64 {
    gap: 16rem !important;
  }

  .xs\:gap-y-64 {
    gap: 16rem !important;
  }

  .xs\:gap-x-72 {
    gap: 18rem !important;
  }

  .xs\:gap-y-72 {
    gap: 18rem !important;
  }

  .xs\:gap-x-80 {
    gap: 20rem !important;
  }

  .xs\:gap-y-80 {
    gap: 20rem !important;
  }

  .xs\:gap-x-96 {
    gap: 24rem !important;
  }

  .xs\:gap-y-96 {
    gap: 24rem !important;
  }

  .xs\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:gap-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xs\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xs\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:gap-x-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:gap-x-y-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:gap-x-x-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:gap-x-y-px\\ {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:gap-x-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:gap-x-y-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:gap-x-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:gap-x-y-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:gap-x-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:gap-x-y-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:gap-x-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:gap-x-y-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:gap-x-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:gap-x-y-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:gap-x-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:gap-x-y-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:gap-x-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:gap-x-y-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:gap-x-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:gap-x-y-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:gap-x-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:gap-x-y-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:gap-x-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:gap-x-y-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:gap-x-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:gap-x-y-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:gap-x-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:gap-x-y-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:gap-x-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:gap-x-y-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:gap-x-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:gap-x-y-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:gap-x-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:gap-x-y-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:gap-x-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:gap-x-y-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:gap-x-x-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xs\:gap-x-y-13 {
    -moz-column-gap: 3.375rem !important;
         column-gap: 3.375rem !important;
  }

  .xs\:gap-x-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:gap-x-y-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:gap-x-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:gap-x-y-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:gap-x-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:gap-x-y-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:gap-x-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:gap-x-y-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:gap-x-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:gap-x-y-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:gap-x-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:gap-x-y-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:gap-x-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:gap-x-y-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:gap-x-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:gap-x-y-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:gap-x-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:gap-x-y-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:gap-x-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:gap-x-y-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:gap-x-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:gap-x-y-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:gap-x-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:gap-x-y-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:gap-x-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:gap-x-y-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:gap-x-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:gap-x-y-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:gap-x-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xs\:gap-x-y-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xs\:gap-x-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:gap-x-y-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:gap-x-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:gap-x-y-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xs\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xs\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xs\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xs\:gap-y-13 {
    row-gap: 3.375rem !important;
  }

  .xs\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xs\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xs\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xs\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xs\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xs\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xs\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xs\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xs\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xs\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xs\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xs\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xs\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xs\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .xs\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xs\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xs\:gap-y-x-0 {
    row-gap: 0px !important;
  }

  .xs\:gap-y-y-0 {
    row-gap: 0px !important;
  }

  .xs\:gap-y-px {
    row-gap: 1px !important;
  }

  .xs\:gap-y-x-px\\ {
    row-gap: 1px !important;
  }

  .xs\:gap-y-y-px\\ {
    row-gap: 1px !important;
  }

  .xs\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-x-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-x-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-y-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-x-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-x-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-y-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-x-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-x-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-y-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:gap-y-x-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:gap-y-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:gap-y-x-4 {
    row-gap: 1rem !important;
  }

  .xs\:gap-y-y-4 {
    row-gap: 1rem !important;
  }

  .xs\:gap-y-x-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-y-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-x-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-y-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-x-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-y-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-x-8 {
    row-gap: 2rem !important;
  }

  .xs\:gap-y-y-8 {
    row-gap: 2rem !important;
  }

  .xs\:gap-y-x-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-y-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-x-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-y-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-x-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-y-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-x-12 {
    row-gap: 3rem !important;
  }

  .xs\:gap-y-y-12 {
    row-gap: 3rem !important;
  }

  .xs\:gap-y-x-13 {
    row-gap: 3.375rem !important;
  }

  .xs\:gap-y-y-13 {
    row-gap: 3.375rem !important;
  }

  .xs\:gap-y-x-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-y-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-x-16 {
    row-gap: 4rem !important;
  }

  .xs\:gap-y-y-16 {
    row-gap: 4rem !important;
  }

  .xs\:gap-y-x-20 {
    row-gap: 5rem !important;
  }

  .xs\:gap-y-y-20 {
    row-gap: 5rem !important;
  }

  .xs\:gap-y-x-24 {
    row-gap: 6rem !important;
  }

  .xs\:gap-y-y-24 {
    row-gap: 6rem !important;
  }

  .xs\:gap-y-x-28 {
    row-gap: 7rem !important;
  }

  .xs\:gap-y-y-28 {
    row-gap: 7rem !important;
  }

  .xs\:gap-y-x-32 {
    row-gap: 8rem !important;
  }

  .xs\:gap-y-y-32 {
    row-gap: 8rem !important;
  }

  .xs\:gap-y-x-36 {
    row-gap: 9rem !important;
  }

  .xs\:gap-y-y-36 {
    row-gap: 9rem !important;
  }

  .xs\:gap-y-x-40 {
    row-gap: 10rem !important;
  }

  .xs\:gap-y-y-40 {
    row-gap: 10rem !important;
  }

  .xs\:gap-y-x-44 {
    row-gap: 11rem !important;
  }

  .xs\:gap-y-y-44 {
    row-gap: 11rem !important;
  }

  .xs\:gap-y-x-48 {
    row-gap: 12rem !important;
  }

  .xs\:gap-y-y-48 {
    row-gap: 12rem !important;
  }

  .xs\:gap-y-x-52 {
    row-gap: 13rem !important;
  }

  .xs\:gap-y-y-52 {
    row-gap: 13rem !important;
  }

  .xs\:gap-y-x-56 {
    row-gap: 14rem !important;
  }

  .xs\:gap-y-y-56 {
    row-gap: 14rem !important;
  }

  .xs\:gap-y-x-60 {
    row-gap: 15rem !important;
  }

  .xs\:gap-y-y-60 {
    row-gap: 15rem !important;
  }

  .xs\:gap-y-x-64 {
    row-gap: 16rem !important;
  }

  .xs\:gap-y-y-64 {
    row-gap: 16rem !important;
  }

  .xs\:gap-y-x-72 {
    row-gap: 18rem !important;
  }

  .xs\:gap-y-y-72 {
    row-gap: 18rem !important;
  }

  .xs\:gap-y-x-80 {
    row-gap: 20rem !important;
  }

  .xs\:gap-y-y-80 {
    row-gap: 20rem !important;
  }

  .xs\:gap-y-x-96 {
    row-gap: 24rem !important;
  }

  .xs\:gap-y-y-96 {
    row-gap: 24rem !important;
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-27px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-27px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-33px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-33px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-38px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-38px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-44px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-44px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-95px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-95px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-105px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-105px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-110px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-110px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-115px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-115px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-135px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-135px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-142px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-142px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-145px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-145px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-160px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-160px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-165px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-165px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-170px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-170px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-180px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-180px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-185px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-185px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-190px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-190px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-225px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-225px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(27px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(33px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(38px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(44px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(95px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(105px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(110px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(115px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(135px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(142px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(145px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(160px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(165px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(170px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(180px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(185px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(190px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(225px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-27 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-27px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-27px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-33 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-33px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-33px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-38px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-38px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-44px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-44px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-95px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-95px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-105px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-105px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-110px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-110px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-115 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-115px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-115px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-135px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-135px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-142 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-142px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-142px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-145 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-145px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-145px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-160 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-160px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-160px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-165 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-165px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-165px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-170 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-170px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-170px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-180 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-180px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-180px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-185 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-185px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-185px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-190 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-190px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-190px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-225 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-225px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-225px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lightteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-darkteal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-darkred > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-darkblue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-skybule > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lightgray > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:divide-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-devider > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cream > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue01 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue02 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-buttercup > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-gray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-relief > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-whitebdr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xs\:divide-opacity-57 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.57 !important;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xs\:place-self-auto {
    place-self: auto !important;
  }

  .xs\:place-self-start {
    place-self: start !important;
  }

  .xs\:place-self-end {
    place-self: end !important;
  }

  .xs\:place-self-center {
    place-self: center !important;
  }

  .xs\:place-self-stretch {
    place-self: stretch !important;
  }

  .xs\:self-auto {
    align-self: auto !important;
  }

  .xs\:self-start {
    align-self: flex-start !important;
  }

  .xs\:self-end {
    align-self: flex-end !important;
  }

  .xs\:self-center {
    align-self: center !important;
  }

  .xs\:self-stretch {
    align-self: stretch !important;
  }

  .xs\:self-baseline {
    align-self: baseline !important;
  }

  .xs\:justify-self-auto {
    justify-self: auto !important;
  }

  .xs\:justify-self-start {
    justify-self: start !important;
  }

  .xs\:justify-self-end {
    justify-self: end !important;
  }

  .xs\:justify-self-center {
    justify-self: center !important;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xs\:overflow-auto {
    overflow: auto !important;
  }

  .xs\:overflow-hidden {
    overflow: hidden !important;
  }

  .xs\:overflow-visible {
    overflow: visible !important;
  }

  .xs\:overflow-scroll {
    overflow: scroll !important;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xs\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .xs\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .xs\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xs\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xs\:overflow-clip {
    text-overflow: clip !important;
  }

  .xs\:whitespace-normal {
    white-space: normal !important;
  }

  .xs\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xs\:whitespace-pre {
    white-space: pre !important;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xs\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words {
    overflow-wrap: break-word !important;
  }

  .xs\:break-all {
    word-break: break-all !important;
  }

  .xs\:rounded-4 {
    border-radius: 4px !important;
  }

  .xs\:rounded-6 {
    border-radius: 6px !important;
  }

  .xs\:rounded-50 {
    border-radius: 50% !important;
  }

  .xs\:rounded-none {
    border-radius: 0px !important;
  }

  .xs\:rounded-br6 {
    border-radius: 6px !important;
  }

  .xs\:rounded-br30 {
    border-radius: 30px !important;
  }

  .xs\:rounded-br32 {
    border-radius: 32px !important;
  }

  .xs\:rounded-br50 {
    border-radius: 50px !important;
  }

  .xs\:rounded-br90 {
    border-radius: 90px !important;
  }

  .xs\:rounded-full {
    border-radius: 9999px !important;
  }

  .xs\:rounded-t-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .xs\:rounded-t-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-t-50 {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-t-br6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-t-br30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }

  .xs\:rounded-t-br32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .xs\:rounded-t-br50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }

  .xs\:rounded-t-br90 {
    border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-r-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .xs\:rounded-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-r-50 {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-r-br6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-r-br30 {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }

  .xs\:rounded-r-br32 {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }

  .xs\:rounded-r-br50 {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }

  .xs\:rounded-r-br90 {
    border-top-right-radius: 90px !important;
    border-bottom-right-radius: 90px !important;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-b-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xs\:rounded-b-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-b-50 {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-b-br6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-b-br30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xs\:rounded-b-br32 {
    border-bottom-right-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xs\:rounded-b-br50 {
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-b-br90 {
    border-bottom-right-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-l-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .xs\:rounded-l-6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-l-50 {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-l-br6 {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-l-br30 {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
  }

  .xs\:rounded-l-br32 {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
  }

  .xs\:rounded-l-br50 {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-l-br90 {
    border-top-left-radius: 90px !important;
    border-bottom-left-radius: 90px !important;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-tl-4 {
    border-top-left-radius: 4px !important;
  }

  .xs\:rounded-tl-6 {
    border-top-left-radius: 6px !important;
  }

  .xs\:rounded-tl-50 {
    border-top-left-radius: 50% !important;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xs\:rounded-tl-br6 {
    border-top-left-radius: 6px !important;
  }

  .xs\:rounded-tl-br30 {
    border-top-left-radius: 30px !important;
  }

  .xs\:rounded-tl-br32 {
    border-top-left-radius: 32px !important;
  }

  .xs\:rounded-tl-br50 {
    border-top-left-radius: 50px !important;
  }

  .xs\:rounded-tl-br90 {
    border-top-left-radius: 90px !important;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xs\:rounded-tr-4 {
    border-top-right-radius: 4px !important;
  }

  .xs\:rounded-tr-6 {
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-tr-50 {
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-tr-br6 {
    border-top-right-radius: 6px !important;
  }

  .xs\:rounded-tr-br30 {
    border-top-right-radius: 30px !important;
  }

  .xs\:rounded-tr-br32 {
    border-top-right-radius: 32px !important;
  }

  .xs\:rounded-tr-br50 {
    border-top-right-radius: 50px !important;
  }

  .xs\:rounded-tr-br90 {
    border-top-right-radius: 90px !important;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-br-4 {
    border-bottom-right-radius: 4px !important;
  }

  .xs\:rounded-br-6 {
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-br-50 {
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-br-br6 {
    border-bottom-right-radius: 6px !important;
  }

  .xs\:rounded-br-br30 {
    border-bottom-right-radius: 30px !important;
  }

  .xs\:rounded-br-br32 {
    border-bottom-right-radius: 32px !important;
  }

  .xs\:rounded-br-br50 {
    border-bottom-right-radius: 50px !important;
  }

  .xs\:rounded-br-br90 {
    border-bottom-right-radius: 90px !important;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-bl-4 {
    border-bottom-left-radius: 4px !important;
  }

  .xs\:rounded-bl-6 {
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-bl-50 {
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-bl-br6 {
    border-bottom-left-radius: 6px !important;
  }

  .xs\:rounded-bl-br30 {
    border-bottom-left-radius: 30px !important;
  }

  .xs\:rounded-bl-br32 {
    border-bottom-left-radius: 32px !important;
  }

  .xs\:rounded-bl-br50 {
    border-bottom-left-radius: 50px !important;
  }

  .xs\:rounded-bl-br90 {
    border-bottom-left-radius: 90px !important;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:border-0 {
    border-width: 0px !important;
  }

  .xs\:border-1 {
    border-width: 1px !important;
  }

  .xs\:border-2 {
    border-width: 2px !important;
  }

  .xs\:border-4 {
    border-width: 4px !important;
  }

  .xs\:border-8 {
    border-width: 8px !important;
  }

  .xs\:border {
    border-width: 1px !important;
  }

  .xs\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xs\:border-t-1 {
    border-top-width: 1px !important;
  }

  .xs\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xs\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xs\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xs\:border-t {
    border-top-width: 1px !important;
  }

  .xs\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xs\:border-r-1 {
    border-right-width: 1px !important;
  }

  .xs\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xs\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xs\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xs\:border-r {
    border-right-width: 1px !important;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xs\:border-b-1 {
    border-bottom-width: 1px !important;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xs\:border-b {
    border-bottom-width: 1px !important;
  }

  .xs\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xs\:border-l-1 {
    border-left-width: 1px !important;
  }

  .xs\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xs\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xs\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xs\:border-l {
    border-left-width: 1px !important;
  }

  .xs\:border-solid {
    border-style: solid !important;
  }

  .xs\:border-dashed {
    border-style: dashed !important;
  }

  .xs\:border-dotted {
    border-style: dotted !important;
  }

  .xs\:border-double {
    border-style: double !important;
  }

  .xs\:border-none {
    border-style: none !important;
  }

  .xs\:border-transparent {
    border-color: transparent !important;
  }

  .xs\:border-current {
    border-color: currentColor !important;
  }

  .xs\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lightteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-darkteal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-darkred {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-darkblue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-skybule {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lightgray {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .xs\:group-hover\:border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-devider {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cream {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue01 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue02 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-buttercup {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-relief {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-whitebdr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xs\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .xs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lightteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-darkteal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-darkred:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-darkblue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-skybule:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lightgray:focus-within {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus-within\:border-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-devider:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cream:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue01:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue02:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-buttercup:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-gray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-relief:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-whitebdr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xs\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xs\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lightteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-darkteal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-darkred:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-darkblue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-skybule:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lightgray:hover {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:hover\:border-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-devider:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cream:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue01:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue02:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-buttercup:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-gray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-relief:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-whitebdr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xs\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .xs\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lightteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-darkteal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 195, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 57, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-darkred:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 48, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-darkblue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(58, 71, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-skybule:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 181, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 179, 52, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lightgray:focus {
    border-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:border-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-devider:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 192, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cream:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 240, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue01:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(57, 73, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue02:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 82, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-buttercup:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 161, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-gray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 241, 237, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(36, 125, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-relief:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 169, 111, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-whitebdr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-57 {
    --tw-border-opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus-within\:border-opacity-57:focus-within {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:hover\:border-opacity-57:hover {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus\:border-opacity-57:focus {
    --tw-border-opacity: 0.57 !important;
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xs\:bg-transparent {
    background-color: transparent !important;
  }

  .xs\:bg-current {
    background-color: currentColor !important;
  }

  .xs\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lightteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-darkteal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-darkred {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-darkblue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-skybule {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lightgray {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-devider {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cream {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue01 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue02 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-buttercup {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xs\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xs\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lightteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-darkteal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-darkred:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-darkblue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-skybule:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lightgray:focus-within {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus-within\:bg-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-devider:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cream:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue01:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue02:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-buttercup:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-gray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xs\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .xs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lightteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-darkteal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-darkred:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-darkblue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-skybule:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lightgray:hover {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:hover\:bg-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-devider:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cream:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue01:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue02:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-buttercup:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-gray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xs\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lightteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-darkteal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 195, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 57, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-darkred:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 48, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-darkblue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-skybule:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 181, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 179, 52, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lightgray:focus {
    background-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:bg-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-devider:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 192, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cream:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 240, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue01:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(57, 73, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue02:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 82, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-buttercup:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 161, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-gray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 241, 237, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-57 {
    --tw-bg-opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus-within\:bg-opacity-57:focus-within {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:hover\:bg-opacity-57:hover {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus\:bg-opacity-57:focus {
    --tw-bg-opacity: 0.57 !important;
  }

  .xs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:bg-none {
    background-image: none !important;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xs\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:from-black {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-lightteal {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xs\:from-darkteal {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xs\:from-red {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xs\:from-darkred {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xs\:from-darkblue {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xs\:from-skybule {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xs\:from-yellow {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xs\:from-lightgray {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xs\:from-gray {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:from-devider {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xs\:from-cream {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xs\:from-blue01 {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xs\:from-blue02 {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xs\:from-buttercup {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xs\:from-lime-gray {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:hover\:from-black:hover {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-lightteal:hover {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xs\:hover\:from-darkteal:hover {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xs\:hover\:from-red:hover {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xs\:hover\:from-darkred:hover {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xs\:hover\:from-darkblue:hover {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xs\:hover\:from-skybule:hover {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xs\:hover\:from-yellow:hover {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xs\:hover\:from-lightgray:hover {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xs\:hover\:from-gray:hover {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:hover\:from-devider:hover {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xs\:hover\:from-cream:hover {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xs\:hover\:from-blue01:hover {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xs\:hover\:from-blue02:hover {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xs\:hover\:from-buttercup:hover {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xs\:hover\:from-lime-gray:hover {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:focus\:from-black:focus {
    --tw-gradient-from: #000000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-lightteal:focus {
    --tw-gradient-from: #6ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xs\:focus\:from-darkteal:focus {
    --tw-gradient-from: #36C3DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xs\:focus\:from-red:focus {
    --tw-gradient-from: #D6393C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xs\:focus\:from-darkred:focus {
    --tw-gradient-from: #B63033 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xs\:focus\:from-darkblue:focus {
    --tw-gradient-from: #3A4758 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xs\:focus\:from-skybule:focus {
    --tw-gradient-from: #30B5CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xs\:focus\:from-yellow:focus {
    --tw-gradient-from: #F0B334 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xs\:focus\:from-lightgray:focus {
    --tw-gradient-from: rgba(239, 239, 239, 0.8) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xs\:focus\:from-gray:focus {
    --tw-gradient-from: #F2F2F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:focus\:from-devider:focus {
    --tw-gradient-from: #C8C0BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xs\:focus\:from-cream:focus {
    --tw-gradient-from: #F1F0ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xs\:focus\:from-blue01:focus {
    --tw-gradient-from: #39495B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xs\:focus\:from-blue02:focus {
    --tw-gradient-from: #37526B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xs\:focus\:from-buttercup:focus {
    --tw-gradient-from: #D9A12E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xs\:focus\:from-lime-gray:focus {
    --tw-gradient-from: #F1F1ED !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-lightteal {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xs\:via-darkteal {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xs\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xs\:via-darkred {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xs\:via-darkblue {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xs\:via-skybule {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xs\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xs\:via-lightgray {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xs\:via-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:via-devider {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xs\:via-cream {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xs\:via-blue01 {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xs\:via-blue02 {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xs\:via-buttercup {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xs\:via-lime-gray {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-lightteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xs\:hover\:via-darkteal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xs\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xs\:hover\:via-darkred:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xs\:hover\:via-darkblue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xs\:hover\:via-skybule:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xs\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xs\:hover\:via-lightgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xs\:hover\:via-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:hover\:via-devider:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xs\:hover\:via-cream:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xs\:hover\:via-blue01:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xs\:hover\:via-blue02:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xs\:hover\:via-buttercup:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xs\:hover\:via-lime-gray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-lightteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ED4E6, var(--tw-gradient-to, rgba(110, 212, 230, 0)) !important;
  }

  .xs\:focus\:via-darkteal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #36C3DC, var(--tw-gradient-to, rgba(54, 195, 220, 0)) !important;
  }

  .xs\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6393C, var(--tw-gradient-to, rgba(214, 57, 60, 0)) !important;
  }

  .xs\:focus\:via-darkred:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B63033, var(--tw-gradient-to, rgba(182, 48, 51, 0)) !important;
  }

  .xs\:focus\:via-darkblue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3A4758, var(--tw-gradient-to, rgba(58, 71, 88, 0)) !important;
  }

  .xs\:focus\:via-skybule:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #30B5CC, var(--tw-gradient-to, rgba(48, 181, 204, 0)) !important;
  }

  .xs\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B334, var(--tw-gradient-to, rgba(240, 179, 52, 0)) !important;
  }

  .xs\:focus\:via-lightgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(239, 239, 239, 0.8), var(--tw-gradient-to, rgba(239, 239, 239, 0)) !important;
  }

  .xs\:focus\:via-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F2F2F2, var(--tw-gradient-to, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:focus\:via-devider:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8C0BD, var(--tw-gradient-to, rgba(200, 192, 189, 0)) !important;
  }

  .xs\:focus\:via-cream:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F0ED, var(--tw-gradient-to, rgba(241, 240, 237, 0)) !important;
  }

  .xs\:focus\:via-blue01:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #39495B, var(--tw-gradient-to, rgba(57, 73, 91, 0)) !important;
  }

  .xs\:focus\:via-blue02:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37526B, var(--tw-gradient-to, rgba(55, 82, 107, 0)) !important;
  }

  .xs\:focus\:via-buttercup:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9A12E, var(--tw-gradient-to, rgba(217, 161, 46, 0)) !important;
  }

  .xs\:focus\:via-lime-gray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F1ED, var(--tw-gradient-to, rgba(241, 241, 237, 0)) !important;
  }

  .xs\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xs\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .xs\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xs\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xs\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xs\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xs\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .xs\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .xs\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .xs\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .xs\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .xs\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .xs\:to-black {
    --tw-gradient-to: #000000 !important;
  }

  .xs\:to-lightteal {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .xs\:to-darkteal {
    --tw-gradient-to: #36C3DC !important;
  }

  .xs\:to-red {
    --tw-gradient-to: #D6393C !important;
  }

  .xs\:to-darkred {
    --tw-gradient-to: #B63033 !important;
  }

  .xs\:to-darkblue {
    --tw-gradient-to: #3A4758 !important;
  }

  .xs\:to-skybule {
    --tw-gradient-to: #30B5CC !important;
  }

  .xs\:to-yellow {
    --tw-gradient-to: #F0B334 !important;
  }

  .xs\:to-lightgray {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:to-gray {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xs\:to-devider {
    --tw-gradient-to: #C8C0BD !important;
  }

  .xs\:to-cream {
    --tw-gradient-to: #F1F0ED !important;
  }

  .xs\:to-blue01 {
    --tw-gradient-to: #39495B !important;
  }

  .xs\:to-blue02 {
    --tw-gradient-to: #37526B !important;
  }

  .xs\:to-buttercup {
    --tw-gradient-to: #D9A12E !important;
  }

  .xs\:to-lime-gray {
    --tw-gradient-to: #F1F1ED !important;
  }

  .xs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xs\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xs\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xs\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xs\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xs\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .xs\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .xs\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .xs\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .xs\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .xs\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .xs\:hover\:to-black:hover {
    --tw-gradient-to: #000000 !important;
  }

  .xs\:hover\:to-lightteal:hover {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .xs\:hover\:to-darkteal:hover {
    --tw-gradient-to: #36C3DC !important;
  }

  .xs\:hover\:to-red:hover {
    --tw-gradient-to: #D6393C !important;
  }

  .xs\:hover\:to-darkred:hover {
    --tw-gradient-to: #B63033 !important;
  }

  .xs\:hover\:to-darkblue:hover {
    --tw-gradient-to: #3A4758 !important;
  }

  .xs\:hover\:to-skybule:hover {
    --tw-gradient-to: #30B5CC !important;
  }

  .xs\:hover\:to-yellow:hover {
    --tw-gradient-to: #F0B334 !important;
  }

  .xs\:hover\:to-lightgray:hover {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:hover\:to-gray:hover {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xs\:hover\:to-devider:hover {
    --tw-gradient-to: #C8C0BD !important;
  }

  .xs\:hover\:to-cream:hover {
    --tw-gradient-to: #F1F0ED !important;
  }

  .xs\:hover\:to-blue01:hover {
    --tw-gradient-to: #39495B !important;
  }

  .xs\:hover\:to-blue02:hover {
    --tw-gradient-to: #37526B !important;
  }

  .xs\:hover\:to-buttercup:hover {
    --tw-gradient-to: #D9A12E !important;
  }

  .xs\:hover\:to-lime-gray:hover {
    --tw-gradient-to: #F1F1ED !important;
  }

  .xs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xs\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xs\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xs\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xs\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xs\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .xs\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .xs\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .xs\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .xs\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .xs\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .xs\:focus\:to-black:focus {
    --tw-gradient-to: #000000 !important;
  }

  .xs\:focus\:to-lightteal:focus {
    --tw-gradient-to: #6ED4E6 !important;
  }

  .xs\:focus\:to-darkteal:focus {
    --tw-gradient-to: #36C3DC !important;
  }

  .xs\:focus\:to-red:focus {
    --tw-gradient-to: #D6393C !important;
  }

  .xs\:focus\:to-darkred:focus {
    --tw-gradient-to: #B63033 !important;
  }

  .xs\:focus\:to-darkblue:focus {
    --tw-gradient-to: #3A4758 !important;
  }

  .xs\:focus\:to-skybule:focus {
    --tw-gradient-to: #30B5CC !important;
  }

  .xs\:focus\:to-yellow:focus {
    --tw-gradient-to: #F0B334 !important;
  }

  .xs\:focus\:to-lightgray:focus {
    --tw-gradient-to: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:to-gray:focus {
    --tw-gradient-to: #F2F2F2 !important;
  }

  .xs\:focus\:to-devider:focus {
    --tw-gradient-to: #C8C0BD !important;
  }

  .xs\:focus\:to-cream:focus {
    --tw-gradient-to: #F1F0ED !important;
  }

  .xs\:focus\:to-blue01:focus {
    --tw-gradient-to: #39495B !important;
  }

  .xs\:focus\:to-blue02:focus {
    --tw-gradient-to: #37526B !important;
  }

  .xs\:focus\:to-buttercup:focus {
    --tw-gradient-to: #D9A12E !important;
  }

  .xs\:focus\:to-lime-gray:focus {
    --tw-gradient-to: #F1F1ED !important;
  }

  .xs\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xs\:bg-auto {
    background-size: auto !important;
  }

  .xs\:bg-cover {
    background-size: cover !important;
  }

  .xs\:bg-contain {
    background-size: contain !important;
  }

  .xs\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xs\:bg-local {
    background-attachment: local !important;
  }

  .xs\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xs\:bg-clip-border {
    background-clip: border-box !important;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xs\:bg-clip-content {
    background-clip: content-box !important;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xs\:bg-bottom {
    background-position: bottom !important;
  }

  .xs\:bg-center {
    background-position: center !important;
  }

  .xs\:bg-left {
    background-position: left !important;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xs\:bg-left-top {
    background-position: left top !important;
  }

  .xs\:bg-right {
    background-position: right !important;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xs\:bg-right-top {
    background-position: right top !important;
  }

  .xs\:bg-top {
    background-position: top !important;
  }

  .xs\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xs\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xs\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xs\:bg-origin-border {
    background-origin: border-box !important;
  }

  .xs\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .xs\:bg-origin-content {
    background-origin: content-box !important;
  }

  .xs\:fill-current {
    fill: currentColor !important;
  }

  .xs\:stroke-current {
    stroke: currentColor !important;
  }

  .xs\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xs\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xs\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xs\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xs\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xs\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xs\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xs\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xs\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xs\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xs\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xs\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xs\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xs\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xs\:p-0 {
    padding: 0px !important;
  }

  .xs\:p-5 {
    padding: 5px !important;
  }

  .xs\:p-8 {
    padding: 8px !important;
  }

  .xs\:p-10 {
    padding: 10px !important;
  }

  .xs\:p-15 {
    padding: 15px !important;
  }

  .xs\:p-20 {
    padding: 20px !important;
  }

  .xs\:p-25 {
    padding: 25px !important;
  }

  .xs\:p-26 {
    padding: 26px !important;
  }

  .xs\:p-27 {
    padding: 27px !important;
  }

  .xs\:p-28 {
    padding: 28px !important;
  }

  .xs\:p-30 {
    padding: 30px !important;
  }

  .xs\:p-32 {
    padding: 32px !important;
  }

  .xs\:p-33 {
    padding: 33px !important;
  }

  .xs\:p-34 {
    padding: 34px !important;
  }

  .xs\:p-35 {
    padding: 35px !important;
  }

  .xs\:p-38 {
    padding: 38px !important;
  }

  .xs\:p-40 {
    padding: 40px !important;
  }

  .xs\:p-44 {
    padding: 44px !important;
  }

  .xs\:p-45 {
    padding: 45px !important;
  }

  .xs\:p-50 {
    padding: 50px !important;
  }

  .xs\:p-55 {
    padding: 55px !important;
  }

  .xs\:p-60 {
    padding: 60px !important;
  }

  .xs\:p-65 {
    padding: 65px !important;
  }

  .xs\:p-70 {
    padding: 70px !important;
  }

  .xs\:p-75 {
    padding: 75px !important;
  }

  .xs\:p-80 {
    padding: 80px !important;
  }

  .xs\:p-85 {
    padding: 85px !important;
  }

  .xs\:p-90 {
    padding: 90px !important;
  }

  .xs\:p-95 {
    padding: 95px !important;
  }

  .xs\:p-100 {
    padding: 100px !important;
  }

  .xs\:p-105 {
    padding: 105px !important;
  }

  .xs\:p-110 {
    padding: 110px !important;
  }

  .xs\:p-115 {
    padding: 115px !important;
  }

  .xs\:p-120 {
    padding: 120px !important;
  }

  .xs\:p-125 {
    padding: 125px !important;
  }

  .xs\:p-130 {
    padding: 130px !important;
  }

  .xs\:p-135 {
    padding: 135px !important;
  }

  .xs\:p-140 {
    padding: 140px !important;
  }

  .xs\:p-142 {
    padding: 142px !important;
  }

  .xs\:p-145 {
    padding: 145px !important;
  }

  .xs\:p-150 {
    padding: 150px !important;
  }

  .xs\:p-160 {
    padding: 160px !important;
  }

  .xs\:p-165 {
    padding: 165px !important;
  }

  .xs\:p-170 {
    padding: 170px !important;
  }

  .xs\:p-180 {
    padding: 180px !important;
  }

  .xs\:p-185 {
    padding: 185px !important;
  }

  .xs\:p-190 {
    padding: 190px !important;
  }

  .xs\:p-200 {
    padding: 200px !important;
  }

  .xs\:p-225 {
    padding: 225px !important;
  }

  .xs\:p-px {
    padding: 1px !important;
  }

  .xs\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xs\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .xs\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .xs\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xs\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xs\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xs\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xs\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .xs\:px-27 {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .xs\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .xs\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xs\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .xs\:px-33 {
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .xs\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .xs\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .xs\:px-38 {
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .xs\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .xs\:px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .xs\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .xs\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .xs\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .xs\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xs\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .xs\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .xs\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .xs\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .xs\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .xs\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .xs\:px-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .xs\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xs\:px-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }

  .xs\:px-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .xs\:px-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }

  .xs\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xs\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .xs\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .xs\:px-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }

  .xs\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .xs\:px-142 {
    padding-left: 142px !important;
    padding-right: 142px !important;
  }

  .xs\:px-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }

  .xs\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .xs\:px-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .xs\:px-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }

  .xs\:px-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .xs\:px-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .xs\:px-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }

  .xs\:px-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .xs\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .xs\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .xs\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xs\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xs\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .xs\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .xs\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xs\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xs\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xs\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xs\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .xs\:py-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .xs\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .xs\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xs\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .xs\:py-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .xs\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .xs\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .xs\:py-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .xs\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .xs\:py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .xs\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .xs\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xs\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .xs\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xs\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .xs\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .xs\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .xs\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .xs\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .xs\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .xs\:py-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }

  .xs\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xs\:py-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }

  .xs\:py-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .xs\:py-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }

  .xs\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xs\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .xs\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .xs\:py-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }

  .xs\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .xs\:py-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }

  .xs\:py-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }

  .xs\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .xs\:py-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .xs\:py-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }

  .xs\:py-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .xs\:py-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .xs\:py-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }

  .xs\:py-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .xs\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .xs\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .xs\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xs\:pt-0 {
    padding-top: 0px !important;
  }

  .xs\:pt-5 {
    padding-top: 5px !important;
  }

  .xs\:pt-8 {
    padding-top: 8px !important;
  }

  .xs\:pt-10 {
    padding-top: 10px !important;
  }

  .xs\:pt-15 {
    padding-top: 15px !important;
  }

  .xs\:pt-20 {
    padding-top: 20px !important;
  }

  .xs\:pt-25 {
    padding-top: 25px !important;
  }

  .xs\:pt-26 {
    padding-top: 26px !important;
  }

  .xs\:pt-27 {
    padding-top: 27px !important;
  }

  .xs\:pt-28 {
    padding-top: 28px !important;
  }

  .xs\:pt-30 {
    padding-top: 30px !important;
  }

  .xs\:pt-32 {
    padding-top: 32px !important;
  }

  .xs\:pt-33 {
    padding-top: 33px !important;
  }

  .xs\:pt-34 {
    padding-top: 34px !important;
  }

  .xs\:pt-35 {
    padding-top: 35px !important;
  }

  .xs\:pt-38 {
    padding-top: 38px !important;
  }

  .xs\:pt-40 {
    padding-top: 40px !important;
  }

  .xs\:pt-44 {
    padding-top: 44px !important;
  }

  .xs\:pt-45 {
    padding-top: 45px !important;
  }

  .xs\:pt-50 {
    padding-top: 50px !important;
  }

  .xs\:pt-55 {
    padding-top: 55px !important;
  }

  .xs\:pt-60 {
    padding-top: 60px !important;
  }

  .xs\:pt-65 {
    padding-top: 65px !important;
  }

  .xs\:pt-70 {
    padding-top: 70px !important;
  }

  .xs\:pt-75 {
    padding-top: 75px !important;
  }

  .xs\:pt-80 {
    padding-top: 80px !important;
  }

  .xs\:pt-85 {
    padding-top: 85px !important;
  }

  .xs\:pt-90 {
    padding-top: 90px !important;
  }

  .xs\:pt-95 {
    padding-top: 95px !important;
  }

  .xs\:pt-100 {
    padding-top: 100px !important;
  }

  .xs\:pt-105 {
    padding-top: 105px !important;
  }

  .xs\:pt-110 {
    padding-top: 110px !important;
  }

  .xs\:pt-115 {
    padding-top: 115px !important;
  }

  .xs\:pt-120 {
    padding-top: 120px !important;
  }

  .xs\:pt-125 {
    padding-top: 125px !important;
  }

  .xs\:pt-130 {
    padding-top: 130px !important;
  }

  .xs\:pt-135 {
    padding-top: 135px !important;
  }

  .xs\:pt-140 {
    padding-top: 140px !important;
  }

  .xs\:pt-142 {
    padding-top: 142px !important;
  }

  .xs\:pt-145 {
    padding-top: 145px !important;
  }

  .xs\:pt-150 {
    padding-top: 150px !important;
  }

  .xs\:pt-160 {
    padding-top: 160px !important;
  }

  .xs\:pt-165 {
    padding-top: 165px !important;
  }

  .xs\:pt-170 {
    padding-top: 170px !important;
  }

  .xs\:pt-180 {
    padding-top: 180px !important;
  }

  .xs\:pt-185 {
    padding-top: 185px !important;
  }

  .xs\:pt-190 {
    padding-top: 190px !important;
  }

  .xs\:pt-200 {
    padding-top: 200px !important;
  }

  .xs\:pt-225 {
    padding-top: 225px !important;
  }

  .xs\:pt-px {
    padding-top: 1px !important;
  }

  .xs\:pr-0 {
    padding-right: 0px !important;
  }

  .xs\:pr-5 {
    padding-right: 5px !important;
  }

  .xs\:pr-8 {
    padding-right: 8px !important;
  }

  .xs\:pr-10 {
    padding-right: 10px !important;
  }

  .xs\:pr-15 {
    padding-right: 15px !important;
  }

  .xs\:pr-20 {
    padding-right: 20px !important;
  }

  .xs\:pr-25 {
    padding-right: 25px !important;
  }

  .xs\:pr-26 {
    padding-right: 26px !important;
  }

  .xs\:pr-27 {
    padding-right: 27px !important;
  }

  .xs\:pr-28 {
    padding-right: 28px !important;
  }

  .xs\:pr-30 {
    padding-right: 30px !important;
  }

  .xs\:pr-32 {
    padding-right: 32px !important;
  }

  .xs\:pr-33 {
    padding-right: 33px !important;
  }

  .xs\:pr-34 {
    padding-right: 34px !important;
  }

  .xs\:pr-35 {
    padding-right: 35px !important;
  }

  .xs\:pr-38 {
    padding-right: 38px !important;
  }

  .xs\:pr-40 {
    padding-right: 40px !important;
  }

  .xs\:pr-44 {
    padding-right: 44px !important;
  }

  .xs\:pr-45 {
    padding-right: 45px !important;
  }

  .xs\:pr-50 {
    padding-right: 50px !important;
  }

  .xs\:pr-55 {
    padding-right: 55px !important;
  }

  .xs\:pr-60 {
    padding-right: 60px !important;
  }

  .xs\:pr-65 {
    padding-right: 65px !important;
  }

  .xs\:pr-70 {
    padding-right: 70px !important;
  }

  .xs\:pr-75 {
    padding-right: 75px !important;
  }

  .xs\:pr-80 {
    padding-right: 80px !important;
  }

  .xs\:pr-85 {
    padding-right: 85px !important;
  }

  .xs\:pr-90 {
    padding-right: 90px !important;
  }

  .xs\:pr-95 {
    padding-right: 95px !important;
  }

  .xs\:pr-100 {
    padding-right: 100px !important;
  }

  .xs\:pr-105 {
    padding-right: 105px !important;
  }

  .xs\:pr-110 {
    padding-right: 110px !important;
  }

  .xs\:pr-115 {
    padding-right: 115px !important;
  }

  .xs\:pr-120 {
    padding-right: 120px !important;
  }

  .xs\:pr-125 {
    padding-right: 125px !important;
  }

  .xs\:pr-130 {
    padding-right: 130px !important;
  }

  .xs\:pr-135 {
    padding-right: 135px !important;
  }

  .xs\:pr-140 {
    padding-right: 140px !important;
  }

  .xs\:pr-142 {
    padding-right: 142px !important;
  }

  .xs\:pr-145 {
    padding-right: 145px !important;
  }

  .xs\:pr-150 {
    padding-right: 150px !important;
  }

  .xs\:pr-160 {
    padding-right: 160px !important;
  }

  .xs\:pr-165 {
    padding-right: 165px !important;
  }

  .xs\:pr-170 {
    padding-right: 170px !important;
  }

  .xs\:pr-180 {
    padding-right: 180px !important;
  }

  .xs\:pr-185 {
    padding-right: 185px !important;
  }

  .xs\:pr-190 {
    padding-right: 190px !important;
  }

  .xs\:pr-200 {
    padding-right: 200px !important;
  }

  .xs\:pr-225 {
    padding-right: 225px !important;
  }

  .xs\:pr-px {
    padding-right: 1px !important;
  }

  .xs\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xs\:pb-5 {
    padding-bottom: 5px !important;
  }

  .xs\:pb-8 {
    padding-bottom: 8px !important;
  }

  .xs\:pb-10 {
    padding-bottom: 10px !important;
  }

  .xs\:pb-15 {
    padding-bottom: 15px !important;
  }

  .xs\:pb-20 {
    padding-bottom: 20px !important;
  }

  .xs\:pb-25 {
    padding-bottom: 25px !important;
  }

  .xs\:pb-26 {
    padding-bottom: 26px !important;
  }

  .xs\:pb-27 {
    padding-bottom: 27px !important;
  }

  .xs\:pb-28 {
    padding-bottom: 28px !important;
  }

  .xs\:pb-30 {
    padding-bottom: 30px !important;
  }

  .xs\:pb-32 {
    padding-bottom: 32px !important;
  }

  .xs\:pb-33 {
    padding-bottom: 33px !important;
  }

  .xs\:pb-34 {
    padding-bottom: 34px !important;
  }

  .xs\:pb-35 {
    padding-bottom: 35px !important;
  }

  .xs\:pb-38 {
    padding-bottom: 38px !important;
  }

  .xs\:pb-40 {
    padding-bottom: 40px !important;
  }

  .xs\:pb-44 {
    padding-bottom: 44px !important;
  }

  .xs\:pb-45 {
    padding-bottom: 45px !important;
  }

  .xs\:pb-50 {
    padding-bottom: 50px !important;
  }

  .xs\:pb-55 {
    padding-bottom: 55px !important;
  }

  .xs\:pb-60 {
    padding-bottom: 60px !important;
  }

  .xs\:pb-65 {
    padding-bottom: 65px !important;
  }

  .xs\:pb-70 {
    padding-bottom: 70px !important;
  }

  .xs\:pb-75 {
    padding-bottom: 75px !important;
  }

  .xs\:pb-80 {
    padding-bottom: 80px !important;
  }

  .xs\:pb-85 {
    padding-bottom: 85px !important;
  }

  .xs\:pb-90 {
    padding-bottom: 90px !important;
  }

  .xs\:pb-95 {
    padding-bottom: 95px !important;
  }

  .xs\:pb-100 {
    padding-bottom: 100px !important;
  }

  .xs\:pb-105 {
    padding-bottom: 105px !important;
  }

  .xs\:pb-110 {
    padding-bottom: 110px !important;
  }

  .xs\:pb-115 {
    padding-bottom: 115px !important;
  }

  .xs\:pb-120 {
    padding-bottom: 120px !important;
  }

  .xs\:pb-125 {
    padding-bottom: 125px !important;
  }

  .xs\:pb-130 {
    padding-bottom: 130px !important;
  }

  .xs\:pb-135 {
    padding-bottom: 135px !important;
  }

  .xs\:pb-140 {
    padding-bottom: 140px !important;
  }

  .xs\:pb-142 {
    padding-bottom: 142px !important;
  }

  .xs\:pb-145 {
    padding-bottom: 145px !important;
  }

  .xs\:pb-150 {
    padding-bottom: 150px !important;
  }

  .xs\:pb-160 {
    padding-bottom: 160px !important;
  }

  .xs\:pb-165 {
    padding-bottom: 165px !important;
  }

  .xs\:pb-170 {
    padding-bottom: 170px !important;
  }

  .xs\:pb-180 {
    padding-bottom: 180px !important;
  }

  .xs\:pb-185 {
    padding-bottom: 185px !important;
  }

  .xs\:pb-190 {
    padding-bottom: 190px !important;
  }

  .xs\:pb-200 {
    padding-bottom: 200px !important;
  }

  .xs\:pb-225 {
    padding-bottom: 225px !important;
  }

  .xs\:pb-px {
    padding-bottom: 1px !important;
  }

  .xs\:pl-0 {
    padding-left: 0px !important;
  }

  .xs\:pl-5 {
    padding-left: 5px !important;
  }

  .xs\:pl-8 {
    padding-left: 8px !important;
  }

  .xs\:pl-10 {
    padding-left: 10px !important;
  }

  .xs\:pl-15 {
    padding-left: 15px !important;
  }

  .xs\:pl-20 {
    padding-left: 20px !important;
  }

  .xs\:pl-25 {
    padding-left: 25px !important;
  }

  .xs\:pl-26 {
    padding-left: 26px !important;
  }

  .xs\:pl-27 {
    padding-left: 27px !important;
  }

  .xs\:pl-28 {
    padding-left: 28px !important;
  }

  .xs\:pl-30 {
    padding-left: 30px !important;
  }

  .xs\:pl-32 {
    padding-left: 32px !important;
  }

  .xs\:pl-33 {
    padding-left: 33px !important;
  }

  .xs\:pl-34 {
    padding-left: 34px !important;
  }

  .xs\:pl-35 {
    padding-left: 35px !important;
  }

  .xs\:pl-38 {
    padding-left: 38px !important;
  }

  .xs\:pl-40 {
    padding-left: 40px !important;
  }

  .xs\:pl-44 {
    padding-left: 44px !important;
  }

  .xs\:pl-45 {
    padding-left: 45px !important;
  }

  .xs\:pl-50 {
    padding-left: 50px !important;
  }

  .xs\:pl-55 {
    padding-left: 55px !important;
  }

  .xs\:pl-60 {
    padding-left: 60px !important;
  }

  .xs\:pl-65 {
    padding-left: 65px !important;
  }

  .xs\:pl-70 {
    padding-left: 70px !important;
  }

  .xs\:pl-75 {
    padding-left: 75px !important;
  }

  .xs\:pl-80 {
    padding-left: 80px !important;
  }

  .xs\:pl-85 {
    padding-left: 85px !important;
  }

  .xs\:pl-90 {
    padding-left: 90px !important;
  }

  .xs\:pl-95 {
    padding-left: 95px !important;
  }

  .xs\:pl-100 {
    padding-left: 100px !important;
  }

  .xs\:pl-105 {
    padding-left: 105px !important;
  }

  .xs\:pl-110 {
    padding-left: 110px !important;
  }

  .xs\:pl-115 {
    padding-left: 115px !important;
  }

  .xs\:pl-120 {
    padding-left: 120px !important;
  }

  .xs\:pl-125 {
    padding-left: 125px !important;
  }

  .xs\:pl-130 {
    padding-left: 130px !important;
  }

  .xs\:pl-135 {
    padding-left: 135px !important;
  }

  .xs\:pl-140 {
    padding-left: 140px !important;
  }

  .xs\:pl-142 {
    padding-left: 142px !important;
  }

  .xs\:pl-145 {
    padding-left: 145px !important;
  }

  .xs\:pl-150 {
    padding-left: 150px !important;
  }

  .xs\:pl-160 {
    padding-left: 160px !important;
  }

  .xs\:pl-165 {
    padding-left: 165px !important;
  }

  .xs\:pl-170 {
    padding-left: 170px !important;
  }

  .xs\:pl-180 {
    padding-left: 180px !important;
  }

  .xs\:pl-185 {
    padding-left: 185px !important;
  }

  .xs\:pl-190 {
    padding-left: 190px !important;
  }

  .xs\:pl-200 {
    padding-left: 200px !important;
  }

  .xs\:pl-225 {
    padding-left: 225px !important;
  }

  .xs\:pl-px {
    padding-left: 1px !important;
  }

  .xs\:text-left {
    text-align: left !important;
  }

  .xs\:text-center {
    text-align: center !important;
  }

  .xs\:text-right {
    text-align: right !important;
  }

  .xs\:text-justify {
    text-align: justify !important;
  }

  .xs\:align-baseline {
    vertical-align: baseline !important;
  }

  .xs\:align-top {
    vertical-align: top !important;
  }

  .xs\:align-middle {
    vertical-align: middle !important;
  }

  .xs\:align-bottom {
    vertical-align: bottom !important;
  }

  .xs\:align-text-top {
    vertical-align: text-top !important;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xs\:font-font-zilla {
    font-family: Zilla Slab !important;
  }

  .xs\:font-font-montserrat {
    font-family: Montserrat !important;
  }

  .xs\:font-font-helveticaneuemedium {
    font-family: helveticaneuemedium !important;
  }

  .xs\:text-base {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .xs\:text-fs-400 {
    font-size: 400px !important;
    line-height: 320px !important;
  }

  .xs\:text-fs-215 {
    font-size: 215px !important;
    line-height: 172px !important;
  }

  .xs\:text-fs-160 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .xs\:text-fs-140 {
    font-size: 160px !important;
    line-height: 128px !important;
  }

  .xs\:text-fs-110 {
    font-size: 110px !important;
    line-height: 88px !important;
  }

  .xs\:text-fs-80 {
    font-size: 80px !important;
    line-height: 80px !important;
  }

  .xs\:text-fs-60 {
    font-size: 60px !important;
    line-height: 72px !important;
  }

  .xs\:text-fs-55 {
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .xs\:text-fs-50 {
    font-size: 50px !important;
    line-height: 45px !important;
  }

  .xs\:text-fs-45 {
    font-size: 45px !important;
    line-height: 36px !important;
  }

  .xs\:text-fs-40 {
    font-size: 40px !important;
    line-height: 32px !important;
  }

  .xs\:text-fs-34 {
    font-size: 34px !important;
    line-height: 40px !important;
  }

  .xs\:text-fs-32 {
    font-size: 32px !important;
    line-height: 26px !important;
  }

  .xs\:text-fs-30 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  .xs\:text-fs-28 {
    font-size: 28px !important;
    line-height: 22px !important;
  }

  .xs\:text-fs-24 {
    font-size: 24px !important;
    line-height: 20px !important;
  }

  .xs\:text-fs-26 {
    font-size: 26px !important;
    line-height: 41px !important;
  }

  .xs\:text-fs-22 {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .xs\:text-fs-20 {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .xs\:text-fs-18 {
    font-size: 18px !important;
    line-height: 27px !important;
  }

  .xs\:text-fs-17 {
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .xs\:text-fs-16 {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .xs\:text-fs-14 {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .xs\:text-fs-13 {
    font-size: 13px !important;
    line-height: 23px !important;
  }

  .xs\:font-thin {
    font-weight: 100 !important;
  }

  .xs\:font-extralight {
    font-weight: 200 !important;
  }

  .xs\:font-light {
    font-weight: 300 !important;
  }

  .xs\:font-normal {
    font-weight: 400 !important;
  }

  .xs\:font-medium {
    font-weight: 500 !important;
  }

  .xs\:font-semibold {
    font-weight: 600 !important;
  }

  .xs\:font-bold {
    font-weight: 700 !important;
  }

  .xs\:font-extrabold {
    font-weight: 800 !important;
  }

  .xs\:font-black {
    font-weight: 900 !important;
  }

  .xs\:uppercase {
    text-transform: uppercase !important;
  }

  .xs\:lowercase {
    text-transform: lowercase !important;
  }

  .xs\:capitalize {
    text-transform: capitalize !important;
  }

  .xs\:normal-case {
    text-transform: none !important;
  }

  .xs\:italic {
    font-style: italic !important;
  }

  .xs\:not-italic {
    font-style: normal !important;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xs\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xs\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xs\:leading-none {
    line-height: 1 !important;
  }

  .xs\:leading-lh-68 {
    line-height: 68px !important;
  }

  .xs\:leading-lh-60 {
    line-height: 60px !important;
  }

  .xs\:leading-lh-55 {
    line-height: 55px !important;
  }

  .xs\:leading-lh-52 {
    line-height: 52px !important;
  }

  .xs\:leading-lh-50 {
    line-height: 50px !important;
  }

  .xs\:leading-lh-44 {
    line-height: 44px !important;
  }

  .xs\:leading-lh-42 {
    line-height: 42px !important;
  }

  .xs\:leading-lh-38 {
    line-height: 38px !important;
  }

  .xs\:leading-lh-28 {
    line-height: 28px !important;
  }

  .xs\:leading-lh-30 {
    line-height: 30px !important;
  }

  .xs\:leading-lh-25 {
    line-height: 25px !important;
  }

  .xs\:leading-lh-24 {
    line-height: 24px !important;
  }

  .xs\:leading-lh-22 {
    line-height: 22px !important;
  }

  .xs\:leading-lh-21 {
    line-height: 21px !important;
  }

  .xs\:leading-lh-20 {
    line-height: 20px !important;
  }

  .xs\:leading-lh-18 {
    line-height: 18px !important;
  }

  .xs\:leading-lh-16 {
    line-height: 16px !important;
  }

  .xs\:leading-lh-37 {
    line-height: 37px !important;
  }

  .xs\:leading-lh-35 {
    line-height: 35px !important;
  }

  .xs\:leading-lh-33 {
    line-height: 33px !important;
  }

  .xs\:leading-lh-88 {
    line-height: 88px !important;
  }

  .xs\:leading-lh-72 {
    line-height: 72px !important;
  }

  .xs\:leading-lh-62 {
    line-height: 62px !important;
  }

  .xs\:leading-lh-45 {
    line-height: 45px !important;
  }

  .xs\:leading-lh-26 {
    line-height: 26px !important;
  }

  .xs\:leading-lh-27 {
    line-height: 27px !important;
  }

  .xs\:leading-lh-23 {
    line-height: 23px !important;
  }

  .xs\:tracking-1 {
    letter-spacing: 1.5px !important;
  }

  .xs\:tracking-smallpx {
    letter-spacing: -0.5px !important;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.15em !important;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.04em !important;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xs\:tracking-xs {
    letter-spacing: 0.01em !important;
  }

  .xs\:tracking-xxs {
    letter-spacing: -0.5px !important;
  }

  .xs\:tracking-1px {
    letter-spacing: 1px !important;
  }

  .xs\:tracking-2px {
    letter-spacing: 2px !important;
  }

  .xs\:tracking-3px {
    letter-spacing: 3px !important;
  }

  .xs\:tracking-0-06px {
    letter-spacing: 0.06em !important;
  }

  .xs\:tracking-0-05px {
    letter-spacing: 0.05em !important;
  }

  .xs\:text-transparent {
    color: transparent !important;
  }

  .xs\:text-current {
    color: currentColor !important;
  }

  .xs\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .xs\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lightteal {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-darkteal {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-darkred {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-darkblue {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-skybule {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lightgray {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .group:hover .xs\:group-hover\:text-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-devider {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cream {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue01 {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue02 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-buttercup {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-gray {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .xs\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .xs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lightteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-darkteal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-darkred:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-darkblue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-skybule:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lightgray:focus-within {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus-within\:text-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-devider:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cream:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue01:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue02:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-buttercup:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-gray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xs\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xs\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lightteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-darkteal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-darkred:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-darkblue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-skybule:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lightgray:hover {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:hover\:text-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-devider:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cream:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue01:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue02:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-buttercup:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-gray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xs\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xs\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lightteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-darkteal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-darkred:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-darkblue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-skybule:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lightgray:focus {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:text-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-devider:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cream:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue01:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue02:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-buttercup:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-gray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-text-opacity)) !important;
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-57 {
    --tw-text-opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus-within\:text-opacity-57:focus-within {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-57:hover {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-57:focus {
    --tw-text-opacity: 0.57 !important;
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xs\:underline {
    text-decoration: underline !important;
  }

  .xs\:line-through {
    text-decoration: line-through !important;
  }

  .xs\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xs\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xs\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lightteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lightteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkteal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkteal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkred::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkred::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkblue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkblue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-skybule::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-skybule::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lightgray::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:placeholder-lightgray::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:placeholder-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-devider::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-devider::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cream::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cream::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue01::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue01::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue02::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue02::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-buttercup::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-buttercup::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-gray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-gray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lightteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lightteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkteal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkteal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 195, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 57, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkred:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkred:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 48, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkblue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkblue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(58, 71, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-skybule:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-skybule:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 181, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 179, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lightgray:focus::-moz-placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:placeholder-lightgray:focus::placeholder {
    color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:placeholder-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-devider:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-devider:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 192, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cream:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cream:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 240, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue01:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue01:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(57, 73, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue02:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue02:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 82, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-buttercup:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-buttercup:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 161, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-gray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-gray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 241, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-57::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:placeholder-opacity-57::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-57:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:focus\:placeholder-opacity-57:focus::placeholder {
    --tw-placeholder-opacity: 0.57 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:opacity-0 {
    opacity: 0 !important;
  }

  .xs\:opacity-5 {
    opacity: 0.05 !important;
  }

  .xs\:opacity-10 {
    opacity: 0.1 !important;
  }

  .xs\:opacity-20 {
    opacity: 0.2 !important;
  }

  .xs\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xs\:opacity-30 {
    opacity: 0.3 !important;
  }

  .xs\:opacity-40 {
    opacity: 0.4 !important;
  }

  .xs\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xs\:opacity-57 {
    opacity: 0.57 !important;
  }

  .xs\:opacity-60 {
    opacity: 0.6 !important;
  }

  .xs\:opacity-70 {
    opacity: 0.7 !important;
  }

  .xs\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xs\:opacity-80 {
    opacity: 0.8 !important;
  }

  .xs\:opacity-90 {
    opacity: 0.9 !important;
  }

  .xs\:opacity-95 {
    opacity: 0.95 !important;
  }

  .xs\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:opacity-57 {
    opacity: 0.57 !important;
  }

  .group:hover .xs\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .xs\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xs\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xs\:focus-within\:opacity-57:focus-within {
    opacity: 0.57 !important;
  }

  .xs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xs\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xs\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xs\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-57:hover {
    opacity: 0.57 !important;
  }

  .xs\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xs\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xs\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xs\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xs\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xs\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-57:focus {
    opacity: 0.57 !important;
  }

  .xs\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xs\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xs\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xs\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .xs\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-shadow-btn {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-shadow-btn:focus-within {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-shadow-btn:hover {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-shadow-btn:focus {
    --tw-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:outline-0 {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xs\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-0:focus-within {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-0:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xs\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xs\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xs\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lightteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-darkteal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-darkred {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-darkblue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-skybule {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lightgray {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:ring-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-devider {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cream {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue01 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue02 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-buttercup {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-gray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lightteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-darkteal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-darkred:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-darkblue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-skybule:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lightgray:focus-within {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus-within\:ring-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-devider:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cream:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue01:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue02:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-buttercup:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-gray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lightteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-darkteal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 195, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 57, 60, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-darkred:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 48, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-darkblue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(58, 71, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-skybule:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 181, 204, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 179, 52, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lightgray:focus {
    --tw-ring-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:ring-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-devider:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 192, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cream:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 240, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue01:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(57, 73, 91, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue02:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 82, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-buttercup:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 161, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-gray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 241, 237, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:ring-opacity-57 {
    --tw-ring-opacity: 0.57 !important;
  }

  .xs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus-within\:ring-opacity-57:focus-within {
    --tw-ring-opacity: 0.57 !important;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus\:ring-opacity-57:focus {
    --tw-ring-opacity: 0.57 !important;
  }

  .xs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xs\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xs\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xs\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xs\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xs\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xs\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .xs\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .xs\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xs\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xs\:ring-offset-black {
    --tw-ring-offset-color: #000000 !important;
  }

  .xs\:ring-offset-lightteal {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .xs\:ring-offset-darkteal {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .xs\:ring-offset-red {
    --tw-ring-offset-color: #D6393C !important;
  }

  .xs\:ring-offset-darkred {
    --tw-ring-offset-color: #B63033 !important;
  }

  .xs\:ring-offset-darkblue {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .xs\:ring-offset-skybule {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .xs\:ring-offset-yellow {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .xs\:ring-offset-lightgray {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:ring-offset-gray {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xs\:ring-offset-devider {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .xs\:ring-offset-cream {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .xs\:ring-offset-blue01 {
    --tw-ring-offset-color: #39495B !important;
  }

  .xs\:ring-offset-blue02 {
    --tw-ring-offset-color: #37526B !important;
  }

  .xs\:ring-offset-buttercup {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .xs\:ring-offset-lime-gray {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xs\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xs\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xs\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xs\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xs\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xs\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .xs\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .xs\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xs\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000 !important;
  }

  .xs\:focus-within\:ring-offset-lightteal:focus-within {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .xs\:focus-within\:ring-offset-darkteal:focus-within {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .xs\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #D6393C !important;
  }

  .xs\:focus-within\:ring-offset-darkred:focus-within {
    --tw-ring-offset-color: #B63033 !important;
  }

  .xs\:focus-within\:ring-offset-darkblue:focus-within {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .xs\:focus-within\:ring-offset-skybule:focus-within {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .xs\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .xs\:focus-within\:ring-offset-lightgray:focus-within {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus-within\:ring-offset-gray:focus-within {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xs\:focus-within\:ring-offset-devider:focus-within {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .xs\:focus-within\:ring-offset-cream:focus-within {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .xs\:focus-within\:ring-offset-blue01:focus-within {
    --tw-ring-offset-color: #39495B !important;
  }

  .xs\:focus-within\:ring-offset-blue02:focus-within {
    --tw-ring-offset-color: #37526B !important;
  }

  .xs\:focus-within\:ring-offset-buttercup:focus-within {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .xs\:focus-within\:ring-offset-lime-gray:focus-within {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .xs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xs\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xs\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xs\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xs\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xs\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xs\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .xs\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .xs\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xs\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000 !important;
  }

  .xs\:focus\:ring-offset-lightteal:focus {
    --tw-ring-offset-color: #6ED4E6 !important;
  }

  .xs\:focus\:ring-offset-darkteal:focus {
    --tw-ring-offset-color: #36C3DC !important;
  }

  .xs\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #D6393C !important;
  }

  .xs\:focus\:ring-offset-darkred:focus {
    --tw-ring-offset-color: #B63033 !important;
  }

  .xs\:focus\:ring-offset-darkblue:focus {
    --tw-ring-offset-color: #3A4758 !important;
  }

  .xs\:focus\:ring-offset-skybule:focus {
    --tw-ring-offset-color: #30B5CC !important;
  }

  .xs\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F0B334 !important;
  }

  .xs\:focus\:ring-offset-lightgray:focus {
    --tw-ring-offset-color: rgba(239, 239, 239, 0.8) !important;
  }

  .xs\:focus\:ring-offset-gray:focus {
    --tw-ring-offset-color: #F2F2F2 !important;
  }

  .xs\:focus\:ring-offset-devider:focus {
    --tw-ring-offset-color: #C8C0BD !important;
  }

  .xs\:focus\:ring-offset-cream:focus {
    --tw-ring-offset-color: #F1F0ED !important;
  }

  .xs\:focus\:ring-offset-blue01:focus {
    --tw-ring-offset-color: #39495B !important;
  }

  .xs\:focus\:ring-offset-blue02:focus {
    --tw-ring-offset-color: #37526B !important;
  }

  .xs\:focus\:ring-offset-buttercup:focus {
    --tw-ring-offset-color: #D9A12E !important;
  }

  .xs\:focus\:ring-offset-lime-gray:focus {
    --tw-ring-offset-color: #F1F1ED !important;
  }

  .xs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .xs\:filter-none {
    filter: none !important;
  }

  .xs\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .xs\:blur {
    --tw-blur: blur(8px) !important;
  }

  .xs\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xs\: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)) !important;
  }

  .xs\: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)) !important;
  }

  .xs\: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)) !important;
  }

  .xs\: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)) !important;
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .xs\:invert {
    --tw-invert: invert(100%) !important;
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .xs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .xs\:backdrop-filter-none {
    backdrop-filter: none !important;
  }

  .xs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xs\:backdrop-opacity-57 {
    --tw-backdrop-opacity: opacity(0.57) !important;
  }

  .xs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xs\:transition-none {
    transition-property: none !important;
  }

  .xs\:transition-all {
    transition-property: all !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: ease !important;
    transition-duration: 150ms !important;
  }

  .xs\:delay-75 {
    transition-delay: 75ms !important;
  }

  .xs\:delay-100 {
    transition-delay: 100ms !important;
  }

  .xs\:delay-150 {
    transition-delay: 150ms !important;
  }

  .xs\:delay-200 {
    transition-delay: 200ms !important;
  }

  .xs\:delay-300 {
    transition-delay: 300ms !important;
  }

  .xs\:delay-500 {
    transition-delay: 500ms !important;
  }

  .xs\:delay-700 {
    transition-delay: 700ms !important;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xs\:duration-75 {
    transition-duration: 75ms !important;
  }

  .xs\:duration-100 {
    transition-duration: 100ms !important;
  }

  .xs\:duration-150 {
    transition-duration: 150ms !important;
  }

  .xs\:duration-200 {
    transition-duration: 200ms !important;
  }

  .xs\:duration-300 {
    transition-duration: 300ms !important;
  }

  .xs\:duration-500 {
    transition-duration: 500ms !important;
  }

  .xs\:duration-700 {
    transition-duration: 700ms !important;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xs\:ease-linear {
    transition-timing-function: linear !important;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

*, ::before, ::after {
  border-color: transparent;
}

html {
  overflow-x: hidden;
}

.container {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  overflow-x: hidden;
  font-family: Montserrat;
  font-size: 22px;
  line-height: 33px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 991px){
  body{
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 767px){
  body{
    font-size: 16px;
    line-height: 22px;
  }
}

body{
  font-family: Montserrat !important;
}

.heading-h1 {
  font-size: 80px;
  line-height: 1;
}

.heading-h2 {
  font-size: 60px;
  line-height: 72px;
}

.heading-h3 {
  font-size: 55px;
  line-height: 62px;
}

.heading-h4 {
  font-size: 34px;
  line-height: 45px;
  font-weight: 600 !important;
}

.heading-h5 {
  font-size: 22px;
  line-height: 28px;
}

.heading-h6 {
  font-size: 24px;
  line-height: 20px;
}

@media (max-width: 1200px) {
  h1,
  .h1, .heading-h1 {
    font-size: 70px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1, .heading-h1 {
    font-size: 44px;
    line-height: 42px;
  }
}

@media (max-width: 319px) {
  h1,
  .h1, .heading-h1 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  h2,
  .h2, .heading-h2 {
    font-size: 38px;
    line-height: 36px;
  }
}

@media (max-width: 319px) {
  h2,
  .h2, .heading-h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  h3,
  .h3, .heading-h3 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3, .heading-h3 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 319px) {
  h3,
  .h3, .heading-h3 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  h4,
  .h4, .heading-h4 {
    font-size: 24px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  h5,
  .h5, .heading-h5 {
    font-size: 19px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  h6,
  .h6, .heading-h6 {
    font-size: 18px;
    line-height: 19px;
  }
}

.full-width-layout {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5,
.heading-h6 {
  margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading-h1, .heading-h2, .heading-h3, .heading-h4, .heading-h5, .heading-h6{
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

p:last-child {
  margin-bottom: 0;
}

a:not(.site-btn):not(.btn-arrow):not(.moreless-button) {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
  text-decoration: underline;
}

a :hover {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 150ms;
}

@font-face {
  font-family: 'Zilla Slab';

  src: url("../fonts/ZillaSlab-SemiBold.woff2") format("woff2"), url("../fonts/ZillaSlab-SemiBold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Zilla Slab';

  src: url("../fonts/ZillaSlab-Medium.woff2") format("woff2"), url("../fonts/ZillaSlab-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Zilla Slab';

  src: url("../fonts/ZillaSlab-Regular.woff2") format("woff2"), url("../fonts/ZillaSlab-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Zilla Slab';

  src: url("../fonts/ZillaSlab-Bold.woff2") format("woff2"), url("../fonts/ZillaSlab-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';

  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';

  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: 'Font Awesome 6 Free';

  font-style: normal;

  font-weight: 900;

  font-display: block;

  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.common-listing {
  margin-bottom: 20px;
}

.common-listing li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0 0 10px 15px;
}

.common-listing li::after {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  content: '';
  top: calc(50% - 5px);
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
}

.contact-address h3 {
  font-size: 1.25em;
}

.contact-address h4 {
  font-size: 1.15em;
  font-family: Zilla Slab;
  font-weight: 700;
}

.contact-address p {
  font-size: 16px;
  line-height: 22px;
}

.contact-address iframe {
  margin-bottom: 20px;
  width: 100%;
}

.contact-address .vc_btn3-shape-rounded {
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
}

.contact-address .vc_btn3-shape-rounded .vc_btn3-icon {
  margin-right: 10px;
}

.contact-address .vc_btn3-shape-rounded:hover {
  text-decoration: none;
}

.sitemap-design ul {
  list-style-type: disc;
  list-style-position: inside;
}

.sitemap-design ul li a:hover {
  text-decoration: none !important;
  color: #D29D2D  !important;
}

.simplefilter li {
  font-size: 18px;
  border-radius: 40px;
}

.portfolio_wrapper .text-center {
  margin-bottom: 40px;
}

.portfolio_wrapper .filters-div .filtr-item {
  padding-right: 7px !important;
  padding-left: 7px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.portfolio_wrapper .filters-div .filtr-item .img-box figure {
  background: none;
}

.portfolio_wrapper .filters-div .filtr-item .img-box figure i {
  display: none;
}

.portfolio_wrapper .filters-div .filtr-item .img-box figure:hover img {
  opacity: 1;
}

.contact-address .social-media a {
  text-decoration: none !important;
  display: inline-block;
}

@media screen and (max-width: 840px) {
  .contact-address .social-media a {
    font-size: 15px !important;
    padding: 15px 12px !important;
  }
}

.contact-address .social-media a:hover {
  color: #D29D2D  !important;
}

@font-face {
  font-family: 'Zilla Slab';

  src: url("../fonts/ZillaSlab-LightItalic.woff2") format("woff2"), url("../fonts/ZillaSlab-LightItalic.woff") format("woff");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Zilla Slab';

  src: url("../fonts/ZillaSlab-Italic.woff2") format("woff2"), url("../fonts/ZillaSlab-Italic.woff") format("woff");

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

.site-header {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
}

.site-header.white-header {
  position: relative;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.banner-section .banner-content .site-btn.site-header.white-header, .banner-section .banner-content .gform_wrapper input.site-header.white-header[type=submit], .gform_wrapper .banner-section .banner-content input.site-header.white-header[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.site-header.white-header img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.site-header.white-header[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.site-header.white-header[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.site-header.white-header:hover, .banner-section .banner-content .gform_wrapper input.site-header.white-header:hover[type=submit], .gform_wrapper .banner-section .banner-content input.site-header.white-header:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media screen and (max-width: 480px){
  .banner-section .banner-content .site-btn.site-header.white-header, .banner-section .banner-content .gform_wrapper input.site-header.white-header[type=submit], .gform_wrapper .banner-section .banner-content input.site-header.white-header[type=submit] {
    width: 270px;
  }

  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.site-header.white-header .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.site-header.white-header[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.site-header.white-header[type=submit] .bg-blue02, .single-post .two-btn .site-btn.site-header.white-header .bg-blue02, .single-post .two-btn .gform_wrapper input.site-header.white-header[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.site-header.white-header[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.site-header.white-header .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.site-header.white-header[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.site-header.white-header[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.site-header.white-header .bg-blue02 img, .single-post .two-btn .gform_wrapper input.site-header.white-header[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.site-header.white-header[type=submit] .bg-blue02 img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.site-header.white-header{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.site-header.sticky-header {
  position: fixed;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.banner-section .banner-content .site-btn.site-header.sticky-header, .banner-section .banner-content .gform_wrapper input.site-header.sticky-header[type=submit], .gform_wrapper .banner-section .banner-content input.site-header.sticky-header[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.site-header.sticky-header img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.site-header.sticky-header[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.site-header.sticky-header[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.site-header.sticky-header:hover, .banner-section .banner-content .gform_wrapper input.site-header.sticky-header:hover[type=submit], .gform_wrapper .banner-section .banner-content input.site-header.sticky-header:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media screen and (max-width: 480px){
  .banner-section .banner-content .site-btn.site-header.sticky-header, .banner-section .banner-content .gform_wrapper input.site-header.sticky-header[type=submit], .gform_wrapper .banner-section .banner-content input.site-header.sticky-header[type=submit] {
    width: 270px;
  }

  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.site-header.sticky-header .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.site-header.sticky-header[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.site-header.sticky-header[type=submit] .bg-blue02, .single-post .two-btn .site-btn.site-header.sticky-header .bg-blue02, .single-post .two-btn .gform_wrapper input.site-header.sticky-header[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.site-header.sticky-header[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.site-header.sticky-header .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.site-header.sticky-header[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.site-header.sticky-header[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.site-header.sticky-header .bg-blue02 img, .single-post .two-btn .gform_wrapper input.site-header.sticky-header[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.site-header.sticky-header[type=submit] .bg-blue02 img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.site-header.sticky-header{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.site-header .container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .site-header-wrapp .head-left {
  flex: auto 0 0;
}

.site-header .site-header-wrapp .head-left img {
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  .site-header .site-header-wrapp .head-left img {
    max-width: 112px;
  }
}

@media screen and (max-width: 360px) {
  .site-header .site-header-wrapp .head-left img {
    max-width: 85px;
  }
}

.site-header .site-header-wrapp .head-left .white-logo {
  display: block;
}

.white-header.site-header .site-header-wrapp .head-left .white-logo {
  display: none;
}

.sticky-header.site-header .site-header-wrapp .head-left .white-logo {
  display: none;
}

.site-header .site-header-wrapp .head-left .normal-logo {
  display: none;
}

.white-header.site-header .site-header-wrapp .head-left .normal-logo {
  display: block;
}

.sticky-header.site-header .site-header-wrapp .head-left .normal-logo {
  display: block;
}

.site-header .site-header-wrapp .head-menu ul {
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding-left: 40px;
}

.site-header .site-header-wrapp .head-menu ul li {
  position: relative;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1440px){
  .site-header .site-header-wrapp .head-menu ul li{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-header .site-header-wrapp .head-menu ul li{
  line-height: 20px;
}

.site-header .site-header-wrapp .head-menu ul li > a {
  font-size: 17px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  font-weight: 600;
}

.white-header.site-header .site-header-wrapp .head-menu ul li > a {
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .white-header.site-header .site-header-wrapp .head-menu ul li > a a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .white-header.site-header .site-header-wrapp .head-menu ul li > a a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.sticky-header.site-header .site-header-wrapp .head-menu ul li > a {
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .sticky-header.site-header .site-header-wrapp .head-menu ul li > a a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .sticky-header.site-header .site-header-wrapp .head-menu ul li > a a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.sticky-header.site-header .site-header-wrapp .head-menu ul li > a{
  text-shadow: none;
}

@media screen and (max-width: 1300px) {
  .site-header .site-header-wrapp .head-menu ul li > a {
    font-size: 15px;
  }
}

.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children {
  padding-right: 30px;
}

.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children::after {
  position: absolute;
  top: 50%;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  right: 12px;
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 12px;
  transform: translateY(-50%);
}

.white-header.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children::after {
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .white-header.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children::after a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .white-header.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children::after a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.sticky-header.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children::after {
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .sticky-header.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children::after a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .sticky-header.site-header .site-header-wrapp .head-menu ul li.menu-item-has-children::after a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.site-header .site-header-wrapp .head-menu ul li.current-menu-ancestor a {
  --tw-text-opacity: 1;
  color: rgba(217, 161, 46, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-menu ul li ul.sub-menu {
  top: 100%;
  width: 100%;
  position: absolute;
  top: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  padding-left: 0px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 230px;
  display: none;
}

.site-header .site-header-wrapp .head-menu ul li ul.sub-menu li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-header .site-header-wrapp .head-menu ul li ul.sub-menu li a {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-shadow: none;
}

.site-header .site-header-wrapp .head-menu ul li ul.sub-menu li:hover, .site-header .site-header-wrapp .head-menu ul li ul.sub-menu li.current_page_item {
  --tw-text-opacity: 1;
  color: rgba(217, 161, 46, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-menu ul li ul.sub-menu li:hover a, .site-header .site-header-wrapp .head-menu ul li ul.sub-menu li.current_page_item a {
  --tw-text-opacity: 1;
  color: rgba(217, 161, 46, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-menu ul li:hover > a {
  --tw-text-opacity: 1;
  color: rgba(217, 161, 46, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-menu ul li:hover ul.sub-menu {
  display: block;
}

.site-header .site-header-wrapp .head-menu ul li:hover.menu-item-has-children::after {
  --tw-text-opacity: 1;
  color: rgba(217, 161, 46, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-menu ul li.current_page_item > a {
  --tw-text-opacity: 1;
  color: rgba(217, 161, 46, var(--tw-text-opacity));
}

.site-header .site-header-wrapp .head-right {
  flex: 1 0 0;
}

@media screen and (max-width: 1200px) {
  .site-header .site-header-wrapp .head-right .button-right {
    margin-left: auto;
    margin-right: 40px;
  }
}

@media screen and (max-width: 360px) {
  .site-header .site-header-wrapp .head-right .button-right .instant-btn {
    padding-right: 10px !important;
  }
}

.site-header .site-header-wrapp .head-right .button-right .instant-btn a {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .site-header .site-header-wrapp .head-right .button-right .instant-btn a {
    padding: 6px 11px !important;
  }
}

@media screen and (max-width: 1200px) {
  .site-header .site-header-wrapp .head-right .button-right .instant-btn img {
    max-width: 28px;
  }
}

.site-header .site-header-wrapp .head-right .button-right .phone a {
  text-decoration: none;
}

.white-header.site-header .site-header-wrapp .head-right .button-right .phone a {
  --tw-text-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

.how-it-works .title-content .color-card .white-header.site-header .site-header-wrapp .head-right .button-right .phone a a {
  color: #3a4758 !important;
}

.how-it-works .title-content .color-card .white-header.site-header .site-header-wrapp .head-right .button-right .phone a a:hover {
  color: #D29D2D !important;
  text-decoration: none !important;
}

.sticky-header.site-header .site-header-wrapp .head-right .button-right .phone a {
  --tw-text-opacity: 1 !important;
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

.how-it-works .title-content .color-card .sticky-header.site-header .site-header-wrapp .head-right .button-right .phone a a {
  color: #3a4758 !important;
}

.how-it-works .title-content .color-card .sticky-header.site-header .site-header-wrapp .head-right .button-right .phone a a:hover {
  color: #D29D2D !important;
  text-decoration: none !important;
}

.white-header.site-header .site-header-wrapp .head-right .button-right .phone a i {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.sticky-header.site-header .site-header-wrapp .head-right .button-right .phone a i {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.banner-section img {
  width: 100%;
}

.admin-bar .site-header {
  margin-top: 30px;
}

.admin-bar .site-header.white-header {
  margin-top: 0;
}

#iv-layout-title-wrapper {
  padding-top: 105px;
}

.main-header a:hover,
.footer-section a:hover {
  text-decoration: none;
}

/************* A tag hover ****************/

section ul li a {
  color: #000000;
}

section ul li a:hover {
  color: #D29D2D  !important;
  text-decoration: none !important;
}

section p a {
  color: #000000;
}

section p a:hover {
  color: #D29D2D  !important;
  text-decoration: none !important;
}

.container p a {
  color: #000000;
}

.container p a:hover {
  color: #D29D2D  !important;
  text-decoration: none !important;
}

.container section.why-austex .why-austex-content p a {
  color: #000000;
}

.container section.why-austex .why-austex-content p a:hover {
  color: #D29D2D  !important;
  text-decoration: none !important;
}

.container .quote-block .grid .info-row p a {
  color: #fff !important;
}

.container .quote-block .grid .info-row p a:hover {
  color: #D29D2D  !important;
  text-decoration: none !important;
}

.home-btn a {
  color: #000000 !important;
  text-decoration: underline !important;
}

.home-btn a:hover {
  color: #D29D2D  !important;
  text-decoration: none !important;
}

.home-btn a .icon-simple {
  margin: 0 10px 0 0;
}

body .container h4,
body .container .h4 {
  line-height: 42px !important;
}

@media only screen and (max-width: 1199px) {
  body .container h4,
    body .container .h4 {
    line-height: 36px !important;
  }
}

body .container .blog-listing .blog-block h4,
body .container .blog-listing .blog-block .h4 {
  line-height: 32px !important;
}

@media only screen and (max-width: 1199px) {
  body .container .blog-listing .blog-block h4,
    body .container .blog-listing .blog-block .h4 {
    line-height: 28px !important;
  }
}

/*header responsive menu*/

.mobile-navigation-icon {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  border-radius: 50%;
  position: absolute;
  right: 20px;
}

.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  content: "";
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  content: "";
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }

  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086AD8;
  }

  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086AD8;
  }

  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086AD8;
    width: 60%;
  }
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu-overlay__inner {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  transform: translateX(120%);
  width: 100%;
  height: 100%;
  float: right;
  cursor: default;
  padding: 0 12px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}

.mobile-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner {
  transform: translateX(0%);
}

.mobile-menu-overlay__header {
  padding: 26px 0 0 0;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  display: inline-block;
  background: #FFF;
  border-radius: 50%;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 19px;
  left: 10px;
  content: '';
  width: 20px;
  height: 2px;
  background: #333333;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 19px;
  left: 10px;
  content: '';
  width: 20px;
  height: 2px;
  background: #333333;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover {
  color: #086AD8;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after {
  transform: none;
}

.mobile-menu-overlay__body {
  padding: 60px 0px 100px;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul {
  padding-left: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li {
  text-align: left;
  padding: 0px 0 15px 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 15px;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li > a {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li > a:before {
  position: absolute;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  content: "";
  display: inline-block;
  content: "";
  width: 0;
  height: 1.5px;
  bottom: -11px;
  left: -7px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li > a:hover:before {
  width: calc(100% + 14px);
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li > a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children.active .menu-expand:before {
  content: '\f106';
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .menu-expand {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: auto;
  background: transparent;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  order: 2;
  margin-left: 10px;
  z-index: 222;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .menu-expand:before {
  font-size: 18px;
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .sub-menu {
  padding: 12px 0 14px 10px;
  display: none;
  width: 100%;
  order: 3;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .sub-menu li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px 0;
  display: inline-block;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .sub-menu li a:hover {
  color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children.active .menu-expand:before {
  content: '\f077';
}

.mobile-menu-overlay__body .offcanvas-navigation > .menu-menu-1-container > ul > li.menu-item-has-children .sub-menu li.menu-item-has-children .menu-expand {
  position: relative;
  right: 0;
  top: 0;
  width: 20px;
  height: auto;
  background: transparent;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  order: 2;
  margin-left: 10px;
  z-index: 1;
}

.mobile-menu-overlay__body .lets-talk-btn {
  text-align: center;
}

.mobile-menu-overlay__header .mobile-menu-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mobile-navigation-icon {
  float: right;
}

.mobile-navigation-icon,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 1200px) {
  .mobile-navigation-icon,
    .mobile-menu-overlay {
    display: inline-block;
  }
}

.mobile-menu-overlay__body .headermobile-btn {
  max-width: 200px;
  margin: 20px 0 0;
}

/*end header responsive*/

.footer-section {
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgba(57, 73, 91, var(--tw-text-opacity));
}

.footer-section p {
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .footer-section p a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .footer-section p a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.footer-section .google-icon a:hover {
  opacity: 0.6;
}

.footer-section .google-icon:last-child {
  padding-right: 0 !important;
}

.footer-section .social-links {
  margin-top: 20px;
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

@media (max-width: 767px){
  .footer-section .social-links{
    margin-bottom: 20px;
  }
}

.footer-section .social-links li {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 767px){
  .footer-section .social-links li{
    padding-left: 0px;
  }
}

.footer-section .social-links li a {
  font-size: 30px;
  line-height: 26px;
}

.footer-section .social-links li a:hover {
  color: #D29D2D;
}

.footer-section .widget-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 20px;
  text-transform: capitalize;
}

.footer-section p.widget-title {
  font-weight: bold;
  font-family: 'Zilla Slab' !important;
}

.footer-section .textwidget {
  max-width: 403px;
}

.footer-section div#widget_sp_image-2 {
  display: inline-block;
  vertical-align: middle;
}

.footer-section div#widget_sp_image-2 img {
  display: inline-block;
  max-height: 80px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-section #block-3 {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}

.footer-section #block-3 img {
  max-height: 80px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-section p:last-child {
  margin-bottom: 23px;
}

.footer-section ul {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.footer-section ul li a {
  text-decoration: none !important;
}

.footer-section ul li a:hover {
  color: #D29D2D !important;
}

.footer-section .menu li {
  margin-bottom: 10px;
  line-height: 28px;
}

.footer-section .areas-block p.widget-title a {
  text-decoration: none;
  color: #3b4a5c !important;
}

.footer-section .areas-block p.widget-title a:hover {
  color: #D29D2D !important;
}

.footer-section .areas-block p a {
  color: #3b4a5c !important;
}

.footer-section .areas-block p a:hover {
  color: #D29D2D !important;
}

.quote-block {
  margin-bottom: -260px;
}

.quote-block .col-left img {
  height: 100%;
  width: 100%;
}

.footer-section {
  padding-top: 270px;
}

.default-footer .footer-section {
  padding-top: 20px;
}

.social-links a:hover {
  opacity: 0.6;
}

#text-4 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #text-4 {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.social-logo-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-logo-block .austin-chamber-logo {
  max-width: 240px;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 992px) {
  .social-logo-block .austin-chamber-logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .social-logo-block .austin-chamber-logo {
    margin-top: 0px;
    margin-left: 3px;
  }
}

[data-no-lazy] {
  content-visibility: visible !important;
}

.footer-section .container .footer-top p a {
  color: #3b4a5c;
}

.footer-section .container .footer-top #text-4 p a,
.footer-section .container .footer-top #text-21 p a {
  text-decoration: none;
}

/**/

/*225*/

.space-pt-225 {
  padding-top: 225px;
}

@media (max-width: 991px) {
  .space-pt-225 {
    padding-top: 98px;
  }
}

.space-pb-225 {
  padding-bottom: 225px;
}

@media (max-width: 991px) {
  .space-pb-225 {
    padding-bottom: 98px;
  }
}

.space-mt-225 {
  margin-top: 225px;
}

@media (max-width: 991px) {
  .space-mt-225 {
    margin-top: 98px;
  }
}

.space-mb-225 {
  margin-bottom: 225px;
}

@media (max-width: 991px) {
  .space-mb-225 {
    margin-bottom: 98px;
  }
}

/****200****/

.space-pt-200 {
  padding-top: 200px;
}

@media (max-width: 991px) {
  .space-pt-200 {
    padding-top: 84px;
  }
}

.space-pb-200 {
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  .space-pb-200 {
    padding-bottom: 84px;
  }
}

.space-mt-200 {
  margin-top: 200px;
}

@media (max-width: 991px) {
  .space-mt-200 {
    margin-top: 84px;
  }
}

.space-mb-200 {
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .space-mb-200 {
    margin-bottom: 84px;
  }
}

/****156****/

.space-pt-190 {
  padding-top: 190px;
}

@media (max-width: 991px) {
  .space-pt-190 {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-pt-190 {
    padding-top: 72px;
  }
}

.space-pb-190 {
  padding-bottom: 190px;
}

@media (max-width: 991px) {
  .space-pb-190 {
    padding-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-pb-190 {
    padding-bottom: 72px;
  }
}

.space-mt-190 {
  margin-top: 190px;
}

@media (max-width: 991px) {
  .space-mt-190 {
    margin-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-mt-190 {
    margin-top: 72px;
  }
}

.space-mb-190 {
  margin-bottom: 190px;
}

@media (max-width: 991px) {
  .space-mb-190 {
    margin-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-mb-190 {
    margin-bottom: 72px;
  }
}

/****160****/

.space-pt-160 {
  padding-top: 160px;
}

@media (max-width: 991px) {
  .space-pt-160 {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-pt-160 {
    padding-top: 72px;
  }
}

.space-pb-160 {
  padding-bottom: 160px;
}

@media (max-width: 991px) {
  .space-pb-160 {
    padding-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-pb-160 {
    padding-bottom: 72px;
  }
}

.space-mt-160 {
  margin-top: 160px;
}

@media (max-width: 991px) {
  .space-mt-160 {
    margin-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-mt-160 {
    margin-top: 72px;
  }
}

.space-mb-160 {
  margin-bottom: 160px;
}

@media (max-width: 991px) {
  .space-mb-160 {
    margin-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-mb-160 {
    margin-bottom: 72px;
  }
}

/****150****/

.space-pt-150 {
  padding-top: 150px;
}

@media (max-width: 991px) {
  .space-pt-150 {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-pt-150 {
    padding-top: 72px;
  }
}

.space-pb-150 {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .space-pb-150 {
    padding-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-pb-150 {
    padding-bottom: 72px;
  }
}

.space-mt-150 {
  margin-top: 150px;
}

@media (max-width: 991px) {
  .space-mt-150 {
    margin-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-mt-150 {
    margin-top: 72px;
  }
}

.space-mb-150 {
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  .space-mb-150 {
    margin-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-mb-150 {
    margin-bottom: 72px;
  }
}

/****140****/

.space-pt-140 {
  padding-top: 140px;
}

@media (max-width: 991px) {
  .space-pt-140 {
    padding-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-pt-140 {
    padding-top: 72px;
  }
}

.space-pb-140 {
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  .space-pb-140 {
    padding-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-pb-140 {
    padding-bottom: 72px;
  }
}

.space-mt-140 {
  margin-top: 140px;
}

@media (max-width: 991px) {
  .space-mt-140 {
    margin-top: 114px;
  }
}

@media (max-width: 767px) {
  .space-mt-140 {
    margin-top: 72px;
  }
}

.space-mb-140 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  .space-mb-140 {
    margin-bottom: 114px;
  }
}

@media (max-width: 767px) {
  .space-mb-140 {
    margin-bottom: 72px;
  }
}

/****125****/

.space-pt-125 {
  padding-top: 125px;
}

@media (max-width: 991px) {
  .space-pt-125 {
    padding-top: 64px;
  }
}

.space-pb-125 {
  padding-bottom: 125px;
}

@media (max-width: 991px) {
  .space-pb-125 {
    padding-bottom: 64px;
  }
}

.space-mt-125 {
  margin-top: 125px;
}

@media (max-width: 991px) {
  .space-mt-125 {
    margin-top: 64px;
  }
}

.space-mb-125 {
  margin-bottom: 125px;
}

@media (max-width: 991px) {
  .space-mb-125 {
    margin-bottom: 64px;
  }
}

/****120****/

.space-pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .space-pt-120 {
    padding-top: 64px;
  }
}

.space-pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .space-pb-120 {
    padding-bottom: 64px;
  }
}

.space-mt-120 {
  margin-top: 120px;
}

@media (max-width: 991px) {
  .space-mt-120 {
    margin-top: 64px;
  }
}

.space-mb-120 {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .space-mb-120 {
    margin-bottom: 64px;
  }
}

/****110****/

.space-pt-110 {
  padding-top: 110px;
}

@media (max-width: 991px) {
  .space-pt-110 {
    padding-top: 72px;
  }
}

.space-pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 991px) {
  .space-pb-110 {
    padding-bottom: 72px;
  }
}

.space-mt-110 {
  margin-top: 110px;
}

@media (max-width: 991px) {
  .space-mt-110 {
    margin-top: 72px;
  }
}

.space-mb-110 {
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .space-mb-110 {
    margin-bottom: 72px;
  }
}

/****114****/

.space-pt-114 {
  padding-top: 114px;
}

@media (max-width: 991px) {
  .space-pt-114 {
    padding-top: 72px;
  }
}

.space-pb-114 {
  padding-bottom: 114px;
}

@media (max-width: 991px) {
  .space-pb-114 {
    padding-bottom: 72px;
  }
}

.space-mt-114 {
  margin-top: 114px;
}

@media (max-width: 991px) {
  .space-mt-114 {
    margin-top: 72px;
  }
}

.space-mb-114 {
  margin-bottom: 114px;
}

@media (max-width: 991px) {
  .space-mb-114 {
    margin-bottom: 72px;
  }
}

/****100****/

.space-pt-105 {
  padding-top: 105px;
}

@media (max-width: 991px) {
  .space-pt-105 {
    padding-top: 72px;
  }
}

.space-pb-105 {
  padding-bottom: 105px;
}

@media (max-width: 991px) {
  .space-pb-105 {
    padding-bottom: 72px;
  }
}

.space-mt-105 {
  margin-top: 105px;
}

@media (max-width: 991px) {
  .space-mt-105 {
    margin-top: 72px;
  }
}

.space-mb-105 {
  margin-bottom: 105px;
}

@media (max-width: 991px) {
  .space-mb-105 {
    margin-bottom: 72px;
  }
}

/****100****/

.space-pt-100 {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .space-pt-100 {
    padding-top: 72px;
  }
}

.space-pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .space-pb-100 {
    padding-bottom: 72px;
  }
}

.space-mt-100 {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .space-mt-100 {
    margin-top: 72px;
  }
}

.space-mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .space-mb-100 {
    margin-bottom: 72px;
  }
}

/****96****/

.space-pt-98 {
  padding-top: 98px;
}

@media (max-width: 767px) {
  .space-pt-98 {
    padding-top: 52px;
  }
}

.space-pb-98 {
  padding-bottom: 98px;
}

@media (max-width: 767px) {
  .space-pb-98 {
    padding-bottom: 52px;
  }
}

.space-mt-98 {
  margin-top: 98px;
}

@media (max-width: 767px) {
  .space-mt-98 {
    margin-top: 52px;
  }
}

.space-mb-98 {
  margin-bottom: 98px;
}

@media (max-width: 767px) {
  .space-mb-98 {
    margin-bottom: 52px;
  }
}

/****96****/

.space-pt-96 {
  padding-top: 96px;
}

@media (max-width: 767px) {
  .space-pt-96 {
    padding-top: 52px;
  }
}

.space-pb-96 {
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .space-pb-96 {
    padding-bottom: 52px;
  }
}

.space-mt-96 {
  margin-top: 96px;
}

@media (max-width: 767px) {
  .space-mt-96 {
    margin-top: 52px;
  }
}

.space-mb-96 {
  margin-bottom: 96px;
}

@media (max-width: 767px) {
  .space-mb-96 {
    margin-bottom: 52px;
  }
}

/****80****/

.space-pt-80 {
  padding-top: 84px;
}

@media (max-width: 767px) {
  .space-pt-80 {
    padding-top: 40px;
  }
}

.space-pb-80 {
  padding-bottom: 84px;
}

@media (max-width: 767px) {
  .space-pb-80 {
    padding-bottom: 40px;
  }
}

.space-mt-80 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .space-mt-80 {
    margin-top: 40px;
  }
}

.space-mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .space-mb-80 {
    margin-bottom: 44px;
  }
}

/****72****/

.space-pt-77 {
  padding-top: 77px;
}

@media (max-width: 767px) {
  .space-pt-77 {
    padding-top: 44px;
  }
}

.space-pb-77 {
  padding-bottom: 77px;
}

@media (max-width: 767px) {
  .space-pb-77 {
    padding-bottom: 44px;
  }
}

.space-mt-77 {
  margin-top: 77px;
}

@media (max-width: 767px) {
  .space-mt-77 {
    margin-top: 44px;
  }
}

.space-mb-77 {
  margin-bottom: 77px;
}

@media (max-width: 767px) {
  .space-mb-77 {
    margin-bottom: 44px;
  }
}

/****75****/

.space-pt-75 {
  padding-top: 75px;
}

@media (max-width: 767px) {
  .space-pt-75 {
    padding-top: 40px;
  }
}

.space-pb-75 {
  padding-bottom: 75px;
}

@media (max-width: 767px) {
  .space-pb-75 {
    padding-bottom: 40px;
  }
}

.space-mt-75 {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .space-mt-75 {
    margin-top: 40px;
  }
}

.space-mb-75 {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .space-mb-75 {
    margin-bottom: 40px;
  }
}

/****72****/

.space-pt-72 {
  padding-top: 72px;
}

@media (max-width: 767px) {
  .space-pt-72 {
    padding-top: 40px;
  }
}

.space-pb-72 {
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .space-pb-72 {
    padding-bottom: 40px;
  }
}

.space-mt-72 {
  margin-top: 72px;
}

@media (max-width: 767px) {
  .space-mt-72 {
    margin-top: 40px;
  }
}

.space-mb-72 {
  margin-bottom: 72px;
}

@media (max-width: 767px) {
  .space-mb-72 {
    margin-bottom: 40px;
  }
}

/****64****/

.space-pt-60 {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .space-pt-60 {
    padding-top: 40px;
  }
}

.space-pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .space-pb-60 {
    padding-bottom: 40px;
  }
}

.space-mt-60 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .space-mt-60 {
    margin-top: 40px;
  }
}

.space-mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .space-mb-60 {
    margin-bottom: 40px;
  }
}

/****52****/

.space-pt-52 {
  padding-top: 52px;
}

@media (max-width: 767px) {
  .space-pt-52 {
    padding-top: 36px;
  }
}

.space-pb-52 {
  padding-bottom: 52px;
}

@media (max-width: 767px) {
  .space-pb-52 {
    padding-bottom: 36px;
  }
}

.space-mt-52 {
  margin-top: 52px;
}

@media (max-width: 767px) {
  .space-mt-52 {
    margin-top: 36px;
  }
}

.space-mb-52 {
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .space-mb-52 {
    margin-bottom: 36px;
  }
}

/****48****/

.space-pt-48 {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .space-pt-48 {
    padding-top: 36px;
  }
}

.space-pb-48 {
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .space-pb-48 {
    padding-bottom: 36px;
  }
}

.space-mt-48 {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .space-mt-48 {
    margin-top: 36px;
  }
}

.space-mb-48 {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .space-mb-48 {
    margin-bottom: 36px;
  }
}

/****44****/

.space-pt-44 {
  padding-top: 44px;
}

@media (max-width: 767px) {
  .space-pt-44 {
    padding-top: 36px;
  }
}

.space-pb-44 {
  padding-bottom: 44px;
}

@media (max-width: 767px) {
  .space-pb-44 {
    padding-bottom: 36px;
  }
}

.space-mt-44 {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .space-mt-44 {
    margin-top: 36px;
  }
}

.space-mb-44 {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .space-mb-44 {
    margin-bottom: 36px;
  }
}

/****42****/

.space-pt-42 {
  padding-top: 42px;
}

@media (max-width: 767px) {
  .space-pt-42 {
    padding-top: 30px;
  }
}

.space-pb-42 {
  padding-bottom: 42px;
}

@media (max-width: 767px) {
  .space-pb-42 {
    padding-bottom: 30px;
  }
}

.space-mt-42 {
  margin-top: 42px;
}

@media (max-width: 767px) {
  .space-mt-42 {
    margin-top: 30px;
  }
}

.space-mb-42 {
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .space-mb-42 {
    margin-bottom: 30px;
  }
}

/****40****/

.space-pt-40 {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .space-pt-40 {
    padding-top: 30px;
  }
}

.space-pb-40 {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .space-pb-40 {
    padding-bottom: 30px;
  }
}

.space-mt-40 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .space-mt-40 {
    margin-top: 30px;
  }
}

.space-mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .space-mb-40 {
    margin-bottom: 30px;
  }
}

/****36****/

.space-pt-35 {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .space-pt-35 {
    padding-top: 30px;
  }
}

.space-pb-35 {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .space-pb-35 {
    padding-bottom: 30px;
  }
}

.space-mt-35 {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .space-mt-35 {
    margin-top: 30px;
  }
}

.space-mb-35 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .space-mb-35 {
    margin-bottom: 30px;
  }
}

/****30****/

.space-pt-30 {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .space-pt-30 {
    padding-top: 24px;
  }
}

.space-pb-30 {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .space-pb-30 {
    padding-bottom: 24px;
  }
}

.space-mt-30 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .space-mt-30 {
    margin-top: 24px;
  }
}

.space-mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .space-mb-30 {
    margin-bottom: 24px;
  }
}

/****27****/

.space-pt-27 {
  padding-top: 27px;
}

@media (max-width: 767px) {
  .space-pt-27 {
    padding-top: 20px;
  }
}

.space-pb-27 {
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .space-pb-27 {
    padding-bottom: 20px;
  }
}

.space-mt-27 {
  margin-top: 27px;
}

@media (max-width: 767px) {
  .space-mt-27 {
    margin-top: 20px;
  }
}

.space-mb-27 {
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .space-mb-27 {
    margin-bottom: 20px;
  }
}

/****25****/

.space-pt-25 {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .space-pt-25 {
    padding-top: 20px;
  }
}

.space-pb-25 {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .space-pb-25 {
    padding-bottom: 20px;
  }
}

.space-mt-25 {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .space-mt-25 {
    margin-top: 20px;
  }
}

.space-mb-25 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .space-mb-25 {
    margin-bottom: 20px;
  }
}

/****24****/

.space-pt-24 {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .space-pt-24 {
    padding-top: 20px;
  }
}

.space-pb-24 {
  padding-bottom: 24px;
}

@media (max-width: 767px) {
  .space-pb-24 {
    padding-bottom: 20px;
  }
}

.space-mt-24 {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .space-mt-24 {
    margin-top: 20px;
  }
}

.space-mb-24 {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .space-mb-24 {
    margin-bottom: 20px;
  }
}

/****20****/

.space-pt-22 {
  padding-top: 22px;
}

@media (max-width: 767px) {
  .space-pt-22 {
    padding-top: 16px;
  }
}

.space-pb-22 {
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .space-pb-22 {
    padding-bottom: 16px;
  }
}

.space-mt-22 {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .space-mt-22 {
    margin-top: 16px;
  }
}

.space-mb-22 {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .space-mb-22 {
    margin-bottom: 16px;
  }
}

/****20****/

.space-pt-20 {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .space-pt-20 {
    padding-top: 16px;
  }
}

.space-pb-20 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .space-pb-20 {
    padding-bottom: 16px;
  }
}

.space-mt-20 {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .space-mt-20 {
    margin-top: 16px;
  }
}

.space-mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .space-mb-20 {
    margin-bottom: 16px;
  }
}

/****16****/

.space-pt-16 {
  padding-top: 16px;
}

@media (max-width: 767px) {
  .space-pt-16 {
    padding-top: 14px;
  }
}

.space-pb-16 {
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .space-pb-16 {
    padding-bottom: 14px;
  }
}

.space-mt-16 {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .space-mt-16 {
    margin-top: 14px;
  }
}

.space-mb-16 {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .space-mb-16 {
    margin-bottom: 14px;
  }
}

/****14****/

.space-pt-14 {
  padding-top: 14px;
}

@media (max-width: 767px) {
  .space-pt-14 {
    padding-top: 10px;
  }
}

.space-pb-14 {
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .space-pb-14 {
    padding-bottom: 10px;
  }
}

.space-mt-14 {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .space-mt-14 {
    margin-top: 10px;
  }
}

.space-mb-14 {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .space-mb-14 {
    margin-bottom: 10px;
  }
}

/****12****/

.space-pt-12 {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .space-pt-12 {
    padding-top: 10px;
  }
}

.space-pb-12 {
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .space-pb-12 {
    padding-bottom: 10px;
  }
}

.space-mt-12 {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .space-mt-12 {
    margin-top: 10px;
  }
}

.space-mb-12 {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .space-mb-12 {
    margin-bottom: 10px;
  }
}

/****10****/

.space-pt-10 {
  padding-top: 10px;
}

.space-pb-10 {
  padding-bottom: 10px;
}

.space-mt-10 {
  margin-top: 10px;
}

.space-mb-10 {
  margin-bottom: 10px;
}

/****8****/

.space-pt-8 {
  padding-top: 8px;
}

.space-pb-8 {
  padding-botom: 8px;
}

.space-mt-8 {
  margin-top: 8px;
}

.space-mb-8 {
  margin-bottom: 8px;
}

/****6****/

.space-pt-6 {
  padding-top: 6px;
}

.space-pb-6 {
  padding-bottom: 6px;
}

.space-mt-6 {
  margin-top: 6px;
}

.space-mb-6 {
  margin-bottom: 6px;
}

/****4****/

.space-pt-4 {
  padding-top: 4px;
}

.space-pb-4 {
  padding-bottom: 4px;
}

.space-mt-4 {
  margin-top: 4px;
}

.space-mb-4 {
  margin-bottom: 4px;
}

/****2****/

.space-pt-2 {
  padding-top: 2px;
}

.space-pb-2 {
  padding-bottom: 2px;
}

.space-mt-2 {
  margin-top: 2px;
}

.space-mb-2 {
  margin-bottom: 2px;
}

/****0****/

.space-pt-0 {
  padding-top: 0px;
}

.space-pb-0 {
  padding-bottom: 0px;
}

.space-mt-0 {
  margin-top: 0px;
}

.space-mb-0 {
  margin-bottom: 0px;
}

.site-btn, .gform_wrapper input[type=submit] {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.site-btn:hover, .gform_wrapper input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.site-btn, .gform_wrapper input[type=submit]{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.site-btn:hover, .gform_wrapper input[type=submit]:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .site-btn, .gform_wrapper input[type=submit]{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.site-btn img, .page-template-template-blog-listing .two-btn .site-btn.gform_wrapper input[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.site-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.gform_wrapper input[type=submit][type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.site-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.gform_wrapper input[type=submit][type=submit] img, .single-post .two-btn .site-btn.site-btn img, .single-post .two-btn .site-btn.gform_wrapper input[type=submit] img, .single-post .two-btn .gform_wrapper input.site-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.gform_wrapper input[type=submit][type=submit] img, .gform_wrapper .single-post .two-btn input.site-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.gform_wrapper input[type=submit][type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .site-btn a, .how-it-works .title-content .color-card .gform_wrapper input[type=submit] a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .site-btn a:hover, .how-it-works .title-content .color-card .gform_wrapper input[type=submit] a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.btn-arrow {
  display: flex;
  align-items: center;
}

.how-it-works.center-block .btn-arrow {
  width: 100%;
  padding: 60px 0;
}

@media screen and (max-width: 991px){
  .how-it-works.center-block .btn-arrow {
    padding: 0 0;
  }
}

.btn-arrow img {
  margin-left: 20px;
}

body {
  line-height: 120%;
}

.content-wrapper ul {
  margin-bottom: 20px;
}

.content-wrapper ul li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0 0 10px 15px;
}

.content-wrapper ul li::after {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  content: '';
  top: 16px;
  width: 4px;
  height: 4px;
}

.two-colum-wrapper .map-title, .deck-company .map-title {
  width: 100%;
  max-width: 500px;
}

@media (max-width: 1200px) {
  .two-colum-wrapper .map-title, .deck-company .map-title {
    max-width: 440px;
  }
}

.variation-image .col-left {
  height: 100%;
}

.variation-image .col-left .image {
  height: 100%;
}

@media (max-width: 991px) {
  .variation-image .col-left .image {
    margin-bottom: 30px;
    height: auto;
  }
}

.variation-image .col-left .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .our-promise .grid .icon-box h4 {
    font-size: 29px;
    line-height: 32px;
  }
}

.two-colum-content-img .title-content {
  flex: 850px 0 0;
  z-index: 1;
  position: relative;
}

@media (max-width: 1300px) {
  .two-colum-content-img .title-content {
    flex: 790px 0 0;
  }
}

@media (max-width: 1024px) {
  .two-colum-content-img .title-content {
    flex: 670px 0 0;
  }
}

@media (max-width: 991px) {
  .two-colum-content-img .title-content {
    flex: 100% 0 0;
  }
}

.two-colum-content-img .content-bg {
  height: 700px;
  width: 750px;
  top: 50%;
  transform: translateY(-50%);
}

.page-id-3402 .two-colum-content-img .content-bg {
  height: 920px;
}

@media (max-width: 991px) {
  .page-id-3402 .two-colum-content-img .content-bg {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .page-id-3402 .two-colum-content-img .content-bg {
    height: 400px;
  }
}

.wood-fence-page .two-colum-content-img .content-bg {
  height: 920px;
}

@media (max-width: 991px) {
  .wood-fence-page .two-colum-content-img .content-bg {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .wood-fence-page .two-colum-content-img .content-bg {
    height: 400px;
  }
}

.two-colum-content-img .content-bg.bg-top {
  top: 0%;
  transform: translateY(0%);
}

@media (max-width: 1399px) {
  .two-colum-content-img .content-bg {
    width: 650px;
  }
}

@media (max-width: 1199px) {
  .two-colum-content-img .content-bg {
    width: 515px;
  }
}

@media (max-width: 991px) {
  .two-colum-content-img .content-bg {
    top: inherit;
    transform: inherit;
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .two-colum-content-img .content-bg {
    height: 350px;
  }
}

.two-colum-content-img ol li {
  counter-increment: step-counter;
  padding: 0 0 0 74px;
  position: relative;
  margin-bottom: 23px;
}

@media (max-width: 767px) {
  .two-colum-content-img ol li {
    padding: 0 0 0 55px;
  }
}

.two-colum-content-img ol li:last-child {
  margin-bottom: 0;
}

.two-colum-content-img ol li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
  font-family: Zilla Slab;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(55, 82, 107, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .two-colum-content-img ol li::before{
    font-size: 24px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.two-colum-content-img ol li::before img, .page-template-template-blog-listing .two-btn .gform_wrapper input.two-colum-content-img ol li::before[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.two-colum-content-img ol li::before[type=submit] img, .single-post .two-btn .site-btn.two-colum-content-img ol li::before img, .single-post .two-btn .gform_wrapper input.two-colum-content-img ol li::before[type=submit] img, .gform_wrapper .single-post .two-btn input.two-colum-content-img ol li::before[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works.center-block .two-colum-content-img ol li::before {
  width: 100%;
  padding: 60px 0;
}

@media screen and (max-width: 991px){
  .how-it-works.center-block .two-colum-content-img ol li::before {
    padding: 0 0;
  }
}

.two-colum-content-img ol li::before{
  content: counter(step-counter);
  margin-right: 5px;
  padding: 3px 8px;
  width: 49px;
  height: 49px;
}

@media (max-width: 767px) {
  .two-colum-content-img ol li::before {
    width: 35px;
    height: 35px;
  }
}

.color-card {
  padding: 50px 40px;
}

@media (max-width: 767px) {
  .color-card {
    padding: 30px 20px;
  }
}

.slider-arrow .Slick-Prev {
  transform: scale(-1);
  margin-right: 16px;
}

.slider-arrow .slick-arrow {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.slider-arrow .slick-arrow:hover {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .slider-arrow .slick-arrow img {
    width: 40px;
    height: 40px;
  }
}

.two-colum-content-img .title-content .color-card ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
}

/**** 14/07/2023 ****/

.inline-container {
  display: flex;
  gap: 10px;
  margin: 16px 0 0 0;
}

.inline-container .card {
  width: 44px;
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  transition: all .3s ease-out;
}

.inline-container .card:hover, .inline-container .card.dot-active {
  border: #3a4758 solid 1px;
}

.inline-container .card .dot {
  box-shadow: 0px 0px 2px #000;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.btn-arrow img {
  width: 20px;
  margin-top: 4px;
}

.color-card a.site-btn:hover {
  color: #d9a12e !important;
}

.why-austex-content {
  margin-top: -200px;
}

@media (max-width: 1199px){
  .why-austex-content{
    margin-top: 0px;
  }
}

.why-austex-content::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity));
  padding-right: 40px;
}

@media (max-width: 767px){
  .why-austex-content::before{
    padding-right: 10px;
  }
}

.why-austex .why-austex-content.why-austex-content::before p {
  line-height: 150%;
}

.why-austex-content::before{
  left: -300%;
  width: 300%;
}

.why-austex-content::after {
  content: "";
  display: none;
  position: absolute;
  top: 0px;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity));
  padding-right: 40px;
}

@media (max-width: 767px){
  .why-austex-content::after{
    padding-right: 10px;
  }
}

.why-austex .why-austex-content.why-austex-content::after p {
  line-height: 150%;
}

.why-austex-content::after{
  right: -300%;
  width: 300%;
}

@media screen and (max-width: 1200px) {
  .why-austex-content::after {
    display: block;
  }
}

.why-austex-content h4 {
  margin-bottom: 0px;
  font-family: Zilla Slab;
  font-weight: 500 !important;
}

.why-austex-content .p-paragraph {
  margin-bottom: 0px;
  font-family: Zilla Slab;
  font-weight: 500 !important;
  line-height: 42px !important;
  font-size: 34px;
  color: #3B4A5C;
}

@media only screen and (max-width: 1199px) {
  .why-austex-content .p-paragraph {
    line-height: 36px !important;
  }
}

@media only screen and (max-width: 991px) {
  .why-austex-content .p-paragraph {
    font-size: 24px;
  }
}

.why-austex:before {
  content: "";
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity));
}

.why-austex .why-austex-content.why-austex:before p {
  line-height: 150%;
}

.why-austex:before{
  z-index: -1;
}

.fence-grey.why-austex:before {
  height: 100vh;
}

@media screen and (min-width: 1600px) {
  .fence-grey.why-austex:before {
    height: 80vh;
  }
}

@media screen and (max-width: 1200px) {
  .fence-grey.why-austex:before {
    height: 130vh;
  }
}

.why-austex.fence-grey .why-austex-content p {
  line-height: 150%;
}

.why-austex .why-austex-content.bg-cream p {
  line-height: 150%;
}

.why-austex.half-width-layout:before {
  display: none;
}

.why-austex.half-width-layout .why-austex-content {
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .why-austex.half-width-layout .why-austex-content {
    padding-bottom: 40px;
  }
}

.banner-section .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 730px;
}

@media screen and (max-width: 1200px) {
  .banner-section .bg-img {
    min-height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .bg-img {
    min-height: 450px;
  }
}

.banner-section .bg-img:before {
  content: "";
  background: linear-gradient(180.69deg, rgba(52, 74, 103, 0.9) 8.29%, rgba(9, 10, 10, 0) 59.69%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-section .bg-img img {
  opacity: 0;
  display: block;
  height: 730px;
}

.patio-covers-banner.banner-section .bg-img img {
  height: 500px;
}

@media screen and (max-width: 767px) {
  .patio-covers-banner.banner-section .bg-img img {
    height: auto;
    min-height: 340px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section .bg-img img {
    height: auto;
  }

  .full-width-banner.banner-section .bg-img img {
    height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .bg-img img {
    min-height: 400px;
  }

  .full-width-banner.banner-section .bg-img img {
    height: auto;
  }
}

.patio-covers-banner.banner-section .bg-img::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(177.91deg, rgba(52, 74, 103, 0.9) 13.9%, rgba(9, 10, 10, 0) 71.62%);
}

.banner-section.patio-covers-banner .bg-img {
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .banner-section.patio-covers-banner .bg-img {
    height: auto;
    min-height: 340px;
  }
}

.banner-section .banner-content {
  top: calc(50% - 80px);
  transform: translateY(-50%);
}

.patio-covers-banner.banner-section .banner-content {
  top: calc(50% + 5%);
}

@media screen and (max-width: 1200px) {
  .banner-section .banner-content {
    top: 50%;
  }
}

.banner-section .banner-content .site-btn, .banner-section .banner-content .gform_wrapper input[type=submit], .gform_wrapper .banner-section .banner-content input[type=submit] {
  margin-top: 30px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn:hover, .banner-section .banner-content .gform_wrapper input[type=submit]:hover, .gform_wrapper .banner-section .banner-content input[type=submit]:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media (max-width: 1199px){
  .banner-section .banner-content .site-btn, .banner-section .banner-content .gform_wrapper input[type=submit], .gform_wrapper .banner-section .banner-content input[type=submit]{
    margin-top: 0px;
  }
}

.how-it-works .title-content .color-card .banner-section .banner-content .site-btn a, .how-it-works .title-content .color-card .banner-section .banner-content .gform_wrapper input[type=submit] a, .how-it-works .title-content .color-card .gform_wrapper .banner-section .banner-content input[type=submit] a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .banner-section .banner-content .site-btn a:hover, .how-it-works .title-content .color-card .banner-section .banner-content .gform_wrapper input[type=submit] a:hover, .how-it-works .title-content .color-card .gform_wrapper .banner-section .banner-content input[type=submit] a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.banner-section .banner-content .site-btn, .banner-section .banner-content .gform_wrapper input[type=submit], .gform_wrapper .banner-section .banner-content input[type=submit]{
  font-family: Montserrat !important;
}

.banner-section .banner-content .site-btn:hover, .banner-section .banner-content .gform_wrapper input:hover[type=submit], .gform_wrapper .banner-section .banner-content input:hover[type=submit] {
  color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity)) !important;
}

@media screen and (max-width: 480px) {
  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
  }
}

.banner-section .banner-content-desc {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  max-width: 840px;
}

.full-width-banner.banner-section .banner-content-desc {
  max-width: 1040px;
  width: 100%;
}

.banner-section .banner-content-desc a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.banner-section .banner-content-desc a:hover {
  color: #D29D2D !important;
}

.banner-section .banner-content-desc h1 {
  line-height: 1 !important;
}

@media screen and (max-width: 992px) {
  .banner-section .banner-content-desc h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .banner-content-desc h1 {
    font-size: 42px;
  }
}

.banner-section.variation3 .banner-content {
  transform: inherit;
  padding: 192px 0 82px 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content {
    padding: 120px 0 82px 0;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content {
    padding: 111px 0 0px 0;
  }
}

.banner-section.variation3 .banner-content .cl-left {
  padding-left: 80px;
  margin-top: -20px;
}

@media screen and (max-width: 1350px) {
  .banner-section.variation3 .banner-content .cl-left {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-left {
    padding-bottom: 48px;
    padding-left: 10px;
    margin-top: 0px;
  }
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc {
  max-width: 100%;
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc h1 {
  font-size: 60px !important;
  line-height: 66px !important;
  color: #F1F0ED !important;
}

@media screen and (max-width: 1350px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc h1 {
    font-size: 52px !important;
    line-height: 60px !important;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc h1 {
    font-size: 46px !important;
    line-height: 50px !important;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc h1 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 576px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc h1 {
    max-width: 291px;
  }
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc span {
  font-size: 60px !important;
  line-height: 66px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  font-family: 'Zilla Slab' !important;
  margin-bottom: 54px;
  color: #F1F0ED !important;
}

@media screen and (max-width: 1350px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc span {
    font-size: 52px !important;
    line-height: 60px !important;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc span {
    font-size: 46px !important;
    line-height: 50px !important;
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc span {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 46px !important;
  }
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc .banner-desc {
  margin-bottom: 46px;
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc .banner-desc p {
  width: 100%;
  max-width: 456px;
  margin-bottom: 0;
  color: #F1F1ED;
}

@media screen and (max-width: 1350px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .banner-desc p {
    max-width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .banner-desc p {
    max-width: 350px;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .banner-desc p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (max-width: 576px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .banner-desc p {
    max-width: 307px;
  }
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc .site-btn, .banner-section.variation3 .banner-content .cl-left .banner-content-desc .gform_wrapper input[type=submit], .gform_wrapper .banner-section.variation3 .banner-content .cl-left .banner-content-desc input[type=submit] {
  margin-top: 0 !important;
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc .downscroll .hero-scorll-arrow {
  position: absolute;
  bottom: 54px;
}

@media screen and (max-width: 1440px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .downscroll .hero-scorll-arrow {
    bottom: 34px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .downscroll .hero-scorll-arrow {
    bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .downscroll .hero-scorll-arrow {
    display: none;
  }
}

.banner-section.variation3 .banner-content .cl-left .banner-content-desc .downscroll .hero-scorll-arrow img {
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-left .banner-content-desc .downscroll .hero-scorll-arrow img {
    width: 38px;
    height: 38px;
  }
}

.banner-section.variation3 .banner-content .cl-right {
  margin-right: calc(-50vw + 675px);
  position: relative;
}

@media screen and (max-width: 1440px) {
  .banner-section.variation3 .banner-content .cl-right {
    margin-right: calc(-50vw + 635px);
  }
}

@media screen and (max-width: 1350px) {
  .banner-section.variation3 .banner-content .cl-right {
    margin-right: calc(-50vw + 555px);
  }
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-right {
    margin-right: calc(-50vw + 440px);
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-right {
    display: flex;
    flex-direction: row-reverse;
    background-color: #fff;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section.variation3 .banner-content .cl-right {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-right .top-img {
    margin-top: -30px;
  }
}

.banner-section.variation3 .banner-content .cl-right .top-img img {
  max-height: 508px;
  min-height: 508px;
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-right .top-img img {
    width: 500px;
    max-height: 378px;
    min-height: 378px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-right .top-img img {
    width: 100%;
    max-height: 100%;
    height: 500px;
    position: relative;
    /*top: -30px;*/
    -o-object-position: right;
       object-position: right;
  }
}

@media screen and (max-width: 480px) {
  .banner-section.variation3 .banner-content .cl-right .top-img img {
    height: 301px;
    width: 100%;
    max-width: 301px;
    min-height: auto;
  }
}

.banner-section.variation3 .banner-content .cl-right .bottom-img {
  height: 429px;
  width: 431px;
  position: absolute;
  bottom: -158px;
  -o-object-fit: cover;
     object-fit: cover;
  right: auto;
  left: -300px;
}

@media screen and (max-width: 1440px) {
  .banner-section.variation3 .banner-content .cl-right .bottom-img {
    width: auto;
    height: auto;
    left: -240px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-right .bottom-img {
    left: -170px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-right .bottom-img {
    left: 0;
    bottom: 0;
    position: relative;
    margin-right: 8px;
    margin-top: 8px;
  }
}

.banner-section.variation3 .banner-content .cl-right .bottom-img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {
  .banner-section.variation3 .banner-content .cl-right .bottom-img img {
    height: auto;
    max-width: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-section.variation3 .banner-content .cl-right .bottom-img img {
    max-width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.variation3 .banner-content .cl-right .bottom-img img {
    max-width: 380px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .banner-section.variation3 .banner-content .cl-right .bottom-img img {
    max-width: 227px;
    height: auto;
    width: 100%;
  }
}

.broadly-reviews svg {
  display: inline-block;
}

.what-we-do-content {
  max-width: 750px;
}

@media (max-width: 1199px) {
  .what-we-do-content {
    max-width: 100%;
  }
}

.card-content {
  max-width: 360px;
}

@media (max-width: 1199px) {
  .card-content {
    max-width: 100%;
  }
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  z-index: 999 !important;
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media (max-width: 767px){
  body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all img, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img, .single-post .two-btn .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all img, .single-post .two-btn .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img, .gform_wrapper .single-post .two-btn inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all a {
  color: #3a4758;
}

.how-it-works .title-content .color-card body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-allow-all a:hover {
  color: #D29D2D;
  text-decoration: none;
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:hover{
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media (max-width: 767px){
  body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

.banner-section .banner-content .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button, .banner-section .banner-content .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit], .gform_wrapper .banner-section .banner-content inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:hover, .banner-section .banner-content .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:hover[type=submit], .gform_wrapper .banner-section .banner-content inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media screen and (max-width: 480px){
  .banner-section .banner-content .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button, .banner-section .banner-content .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit], .gform_wrapper .banner-section .banner-content inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] {
    width: 270px;
  }

  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02, .single-post .two-btn .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button .bg-blue02, .single-post .two-btn .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02 img, .single-post .two-btn .site-btnbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button .bg-blue02 img, .single-post .two-btn .gform_wrapper inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn inputbody .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button[type=submit] .bg-blue02 img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.how-it-works .title-content .color-card body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button a {
  color: #3a4758;
}

.how-it-works .title-content .color-card body .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button a:hover {
  color: #D29D2D;
  text-decoration: none;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media (max-width: 767px){
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all img, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img, .single-post .two-btn .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all img, .single-post .two-btn .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img, .gform_wrapper .single-post .two-btn inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all a {
  color: #3a4758;
}

.how-it-works .title-content .color-card body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all a:hover {
  color: #D29D2D;
  text-decoration: none;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button:hover{
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media (max-width: 767px){
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

.banner-section .banner-content .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button, .banner-section .banner-content .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit], .gform_wrapper .banner-section .banner-content inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button:hover, .banner-section .banner-content .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button:hover[type=submit], .gform_wrapper .banner-section .banner-content inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media screen and (max-width: 480px){
  .banner-section .banner-content .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button, .banner-section .banner-content .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit], .gform_wrapper .banner-section .banner-content inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] {
    width: 270px;
  }

  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02, .single-post .two-btn .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button .bg-blue02, .single-post .two-btn .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02 img, .single-post .two-btn .site-btnbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button .bg-blue02 img, .single-post .two-btn .gform_wrapper inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn inputbody #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button[type=submit] .bg-blue02 img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.how-it-works .title-content .color-card body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button a {
  color: #3a4758;
}

.how-it-works .title-content .color-card body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.change-settings-button a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.page-template-template-ppc-landing .site-header .site-header-wrapp {
  justify-content: space-between !important;
}

.page-template-template-ppc-landing .site-header .site-header-wrapp .head-right {
  flex: none;
}

.page-template-template-ppc-landing .footer-section {
  padding-top: 270px;
}

.page-template-template-ppc-landing .footer-section .textwidget {
  max-width: 100%;
}

.page-template-template-ppc-landing .footer-section .footer-top .widgettitle {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 120%;
  text-transform: capitalize;
}

#chatra.chatra--pos-right {
  bottom: 100px !important;
}

@media (max-width: 480px) {
  #chatra.chatra--pos-right {
    bottom: 20px !important;
    left: 20px;
  }
}

@media (max-width: 600px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 15px 15px 75px 15px !important;
    text-align: center !important;
  }
}

.portfolio_wrapper .text-center {
  overflow-x: auto !important;
  margin: 0 0 24px 0;
  white-space: nowrap;
}

.portfolio_wrapper ul.simplefilter {
  display: inline !important;
}

.portfolio_wrapper ul.simplefilter li {
  padding: 94px 0px 0px 0px;
  width: 104px;
  position: relative;
  font-size: 15px;
  line-height: 150%;
  transition: all ease-in-out 0.5s;
  margin: 0;
  font-weight: 500;
  color: #37526b !important;
  background: transparent !important;
}

.portfolio_wrapper ul.simplefilter li:after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  border-radius: 100px;
  margin: 0 auto;
  border: #fff solid 8px;
  transition: all ease-in-out 0.5s;
  background-image: url(../images/dummy-image.jpg);
}

.portfolio_wrapper ul.simplefilter li:before {
  content: "";
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  width: 94px;
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100px;
  transition: all ease-in-out 0.5s;
}

.portfolio_wrapper ul.simplefilter li:hover {
  background-color: transparent !important;
  color: #37526b !important;
  transition: all ease-in-out 0.5s;
}

.portfolio_wrapper ul.simplefilter li:hover:before {
  background-color: #f1b51c;
}

.portfolio_wrapper ul.simplefilter li.active {
  background-color: transparent !important;
  color: #37526b !important;
}

.portfolio_wrapper ul.simplefilter li.active:before {
  background-color: #f1b51c;
}

.portfolio_wrapper ul.simplefilter li#all {
  background-color: transparent;
  color: #37526b !important;
  transition: all ease-in-out 0.5s;
}

.portfolio_wrapper ul.simplefilter li#all:after {
  background-image: url(../images/all-project.jpg);
}

.portfolio_wrapper ul.simplefilter li[data-filter="1"] {
  background-color: transparent;
}

.portfolio_wrapper ul.simplefilter li[data-filter="1"]:after {
  background-image: url(../images/wood-fance.jpg);
}

.portfolio_wrapper ul.simplefilter li[data-filter="2"] {
  background-color: transparent;
}

.portfolio_wrapper ul.simplefilter li[data-filter="2"]:after {
  background-image: url(../images/iron-fance.jpg);
}

.portfolio_wrapper ul.simplefilter li[data-filter="3"] {
  background-color: transparent;
}

.portfolio_wrapper ul.simplefilter li[data-filter="3"]:after {
  background-image: url(../images/decks.jpg);
}

.portfolio_wrapper ul.simplefilter li[data-filter="4"] {
  background-color: transparent;
}

.portfolio_wrapper ul.simplefilter li[data-filter="4"]:after {
  background-image: url(../images/patio-cover.jpg);
}

.portfolio_wrapper ul.simplefilter li[data-filter="5"] {
  background-color: transparent;
}

.portfolio_wrapper ul.simplefilter li[data-filter="5"]:after {
  background-image: url(../images/vinyl-fence.jpg);
}

/*Vertical Sliding*/

.looping-text {
  position: relative;
}

.words-wrapper {
  position: relative;
  width: 95%;
}

.words-wrapper .words {
  display: inline;
  position: relative;
  vertical-align: bottom;
  width: var(--width);
  box-sizing: content-box;
  transition: all 0.7s;
}

.words-wrapper .words span {
  position: absolute;
  opacity: 0;
  transform: translate(0, -100%);
  transition: transform 0.7s, opacity 0.25s 0.25s;
  margin-left: 10px;
}

.words-wrapper .words span.current {
  opacity: 1;
  transform: translate(0, 0);
}

.words-wrapper .words span.next {
  transform: translate(0, 100%);
}

@media (max-width: 1199px) {
  .words-wrapper {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .words-wrapper {
    width: 78%;
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .words-wrapper {
    width: 78%;
    max-width: 280px;
  }
}

@media (max-width: 700px) {
  .words-wrapper .words {
    width: var(--width-mobile) !important;
  }
}

.what-we-do .list span {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}

.two-colum-content-img .bullets ol li:before {
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.testimonial-slider-block .cl-left h2 {
  margin-bottom: 15px !important;
}

.core-values {
  margin: 20px 0 0 0;
}

.core-values ul {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 0;
}

.core-values ul li {
  width: 50%;
  padding: 0 50px;
  position: relative;
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 34px 0;
  vertical-align: top;
}

.core-values ul li:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f00c";
  background: #F0B334;
  padding: 6px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -2px;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 21px;
  font-size: 22px;
}

@media (max-width: 991px) {
  .core-values ul li {
    width: 100%;
    padding: 0 0px 0 40px;
    font-size: 18px;
    line-height: 130%;
    margin: 0 0 18px 0;
  }

  .core-values ul li:before {
    top: -4px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 17px;
    font-size: 18px;
  }
}

.got-your-back .wp-block-group__inner-container h6, .got-your-back .wp-block-group__inner-container .h6 {
  color: #F0B334;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 22px;
}

@media (max-width: 991px) {
  .got-your-back .wp-block-group__inner-container h6, .got-your-back .wp-block-group__inner-container .h6 {
    font-size: 18px;
  }
}

.got-your-back .wp-block-group__inner-container img {
  width: 100%;
}

.got-your-back .wp-block-group__inner-container ul {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 40px;
  display: flex;
  gap: 36px;
  justify-content: center;
}

.got-your-back .wp-block-group__inner-container ul li {
  color: #fff;
  text-align: center;
  font-family: Zilla Slab;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

@media (max-width: 991px) {
  .got-your-back .wp-block-group__inner-container ul li {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .got-your-back .wp-block-group__inner-container ul {
    display: none;
  }
}

.about-austex-workmanship p {
  line-height: 150%;
}

.container section.why-austex.half-width-layout .why-austex-content a {
  color: #000000 !important;
}

.container section.why-austex.half-width-layout .why-austex-content a:hover {
  color: #D29D2D  !important;
}

.why-austex.half-width-layout .why-austex-content .head-tag-font {
  font-family: Montserrat !important;
}

@media (max-width: 767px) {
  .about-austex-workmanship {
    width: 100% !important;
  }
}

/* Slider */

.slick-loading .slick-list {
  background: #fff;
}

/* Icons */

@font-face {
  font-family: "slick";

  src: url("./fonts/slick.eot");

  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
  .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.two-btn .site-btn, .two-btn .gform_wrapper input[type=submit], .gform_wrapper .two-btn input[type=submit] {
  margin-right: 20px;
}

@media (max-width: 991px){
  .two-btn .site-btn, .two-btn .gform_wrapper input[type=submit], .gform_wrapper .two-btn input[type=submit]{
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-blog-listing .two-btn .site-btn, .page-template-template-blog-listing .two-btn .gform_wrapper input[type=submit], .gform_wrapper .page-template-template-blog-listing .two-btn input[type=submit], .single-post .two-btn .site-btn, .single-post .two-btn .gform_wrapper input[type=submit], .gform_wrapper .single-post .two-btn input[type=submit] {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    padding: 17px 30px 17px 53px !important;
    position: relative;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
  }
}

.two-btn .site-btn:last-child, .two-btn .gform_wrapper input:last-child[type=submit], .gform_wrapper .two-btn input:last-child[type=submit] {
  margin-right: 0px;
}

.quote-block .col-right {
  padding: 0 62px 0 55px;
}

@media only screen and (max-width: 1200px) {
  .quote-block .col-right {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .quote-block .col-right {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-blog-listing .quote-block .col-right, .single-post .quote-block .col-right {
    padding: 0 10px;
  }

  .page-template-template-blog-listing .quote-block .col-right .info-row, .single-post .quote-block .col-right .info-row {
    text-align: center;
  }
}

.quote-block .col-right p {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .page-template-template-blog-listing .quote-block .col-left, .single-post .quote-block .col-left {
    display: none;
  }
}

.page-template-template-blog-listing .quote-block .col-left img, .single-post .quote-block .col-left img {
  max-height: 520px;
}

.quote-block .bg-blue01 a:not(.site-btn) {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: underline;
  text-underline-offset: 2px;
}

.quote-block .bg-blue01 a:not(.site-btn):hover {
  color: #D29D2D !important;
}

.quote-block.without-image {
  margin-bottom: 0px;
}

.quote-block.without-image .col-right {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.portfolio_wrapper .quote-block.without-image .col-right {
  margin-bottom: 40px;
  overflow-x: auto;
  margin: 0 0 24px 0;
  white-space: nowrap;
}

.quote-block.without-image .two-btn {
  justify-content: center;
}

.quote-block.without-image .info-row {
  max-width: 670px;
  margin: 0 auto;
  width: 100%;
}

.large.quote-block.without-image .info-row {
  max-width: 870px;
}

.quote-block.without-image .info-row h3 {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .quote-block.without-image .info-row h3 {
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
  }
}

body {
  overflow-x: hidden;
}

.full-width-layout {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider:before {
  content: "";
  display: inline-block;
  background: #F1F1ED;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: 3;
}

.testimonial-slider .slick-list {
  overflow: visible;
}

.testimonial-slider .slick-slide {
  margin: 0 26px 0 0;
}

.testimonial-slider .slide-item {
  background: #FFF;
  padding: 35px 30px 40px 48px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-slider .slide-item {
    padding: 35px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .slide-item {
    padding: 25px;
  }
}

.testimonial-slider .slide-item .item-box .cl-top {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-slider .slide-item .item-box .cl-top .profile-thumb {
  overflow: hidden;
  border-radius: 9999px;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 13px 0 0;
}

.testimonial-slider .slide-item .item-box .cl-top .profile-thumb img {
  width: 100%;
}

@media (max-width: 767px){
  .testimonial-slider .slide-item .item-box .cl-top .profile-info{
    margin-top: 10px;
    width: 100%;
  }
}

.testimonial-slider .slide-item .item-box .cl-top .star-ratings i, .testimonial-slider .slide-item .item-box .cl-top .star-ratings em {
  color: #DFA52F;
  font: 20px;
}

.testimonial-slider .slide-item .item-box .cl-top .profile-name {
  font-weight: 700;
}

.testimonial-slider .slide-item .item-box .cl-top .profile-name span {
  font-weight: normal;
  position: relative;
  margin: 0 0 0 7px;
  padding: 0 0 0 7px;
}

.testimonial-slider .slide-item .item-box .cl-top .profile-name span:before {
  content: "";
  display: inline-block;
  background: #000;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translate(0, -50%);
}

.testimonial-slider .slide-item .item-box .cl-top .profile-ref {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.how-it-works.center-block .testimonial-slider .slide-item .item-box .cl-top .profile-ref {
  width: 100%;
  padding: 60px 0;
}

@media screen and (max-width: 991px){
  .how-it-works.center-block .testimonial-slider .slide-item .item-box .cl-top .profile-ref {
    padding: 0 0;
  }
}

.testimonial-slider .slide-item .item-box .cl-top .profile-ref{
  font-size: 16px;
  line-height: 32px;
  color: #656565;
}

.testimonial-slider .slide-item .item-box .cl-top .profile-ref img {
  margin: 0 3px 0 0;
}

.testimonial-slider .slide-item .item-box .cl-bottom .profile-desc {
  margin: 28px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .slide-item .item-box .cl-bottom .profile-desc {
    margin: 16px 0 0 0;
  }
}

.testimonial-slider .slide-item .item-box .cl-bottom .profile-desc p {
  font-size: 20px;
  line-height: 34px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .slide-item .item-box .cl-bottom .profile-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}

.testimonial-slider .slide-item .item-box .cl-bottom .profile-desc p:last-child:after {
  content: "”";
  display: inline-block;
  right: auto;
  bottom: 0;
}

.testimonial-slider .slide-item .item-box .cl-bottom .profile-desc p:before {
  content: "“";
  display: inline-block;
  left: 0;
  top: 0;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background: #FFF;
  padding: 35px 30px 40px 48px !important;
}

@media only screen and (max-width: 1199px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-review-item > .ti-inner {
    padding: 35px 30px !important;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-review-item > .ti-inner {
    padding: 25px !important;
  }
}

.testimonial-slider-block .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-profile-img img {
  width: 80px !important;
  height: 80px !important;
  position: relative;
  border-radius: 50% !important;
  display: inline-block;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-name {
  font-size: 16px !important;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-review-item > .ti-inner .ti-review-content {
  line-height: 28px !important;
  font-size: 18px;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls {
  display: block;
  margin-top: -12px;
  width: 140px;
  position: absolute;
  height: 0px;
  z-index: 1;
  top: 24px !important;
  right: 0;
}

@media screen and (max-width: 992px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-controls {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-controls {
    top: 35px !important;
  }
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-next {
  width: 60px;
  height: 60px;
  display: block !important;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-next::before, .testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-next::after {
  display: none;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-next::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/austex-child/src/images/slider-arrow.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  transform: rotate(0deg);
  background-size: 58px auto;
  top: 0;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-next::after {
    background-size: 100% auto;
    width: 40px;
    height: 40px;
  }
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-next:hover {
  cursor: pointer;
  transform: scale(1);
  opacity: 0.6;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-prev {
  width: 60px;
  height: 60px;
  display: block !important;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-prev::before, .testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-prev::after {
  display: none;
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-prev::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/austex-child/src/images/slider-arrow.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  transform: rotate(180deg);
  background-size: 58px auto;
  top: 0;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-prev::after {
    background-size: 100% auto;
    width: 40px;
    height: 40px;
  }
}

.testimonial-slider-block .ti-widget.ti-goog .ti-controls .ti-prev:hover {
  cursor: pointer;
  transform: scale(1);
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-controls-dots {
    display: none !important;
  }
}

.testimonial-slider-block .ti-widget.ti-goog .ti-reviews-container {
  position: inherit;
}

@media screen and (max-width: 767px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-reviews-container {
    position: relative;
  }
}

.testimonial-slider-block .ti-widget.ti-goog .ti-reviews-container-wrapper {
  margin-left: -8px;
  margin-right: -8px;
}

@media screen and (max-width: 767px) {
  .testimonial-slider-block .ti-widget.ti-goog .ti-reviews-container-wrapper {
    padding-top: 80px !important;
  }
}

.testimonial-slider-block .static-gl-reviewer {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

@media (max-width: 767px){
  .testimonial-slider-block .static-gl-reviewer{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

.banner-section .banner-content .site-btn.testimonial-slider-block .static-gl-reviewer, .banner-section .banner-content .gform_wrapper input.testimonial-slider-block .static-gl-reviewer[type=submit], .gform_wrapper .banner-section .banner-content input.testimonial-slider-block .static-gl-reviewer[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.testimonial-slider-block .static-gl-reviewer img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.testimonial-slider-block .static-gl-reviewer[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.testimonial-slider-block .static-gl-reviewer[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.testimonial-slider-block .static-gl-reviewer:hover, .banner-section .banner-content .gform_wrapper input.testimonial-slider-block .static-gl-reviewer:hover[type=submit], .gform_wrapper .banner-section .banner-content input.testimonial-slider-block .static-gl-reviewer:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media screen and (max-width: 480px){
  .banner-section .banner-content .site-btn.testimonial-slider-block .static-gl-reviewer, .banner-section .banner-content .gform_wrapper input.testimonial-slider-block .static-gl-reviewer[type=submit], .gform_wrapper .banner-section .banner-content input.testimonial-slider-block .static-gl-reviewer[type=submit] {
    width: 270px;
  }

  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.testimonial-slider-block .static-gl-reviewer .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02, .single-post .two-btn .site-btn.testimonial-slider-block .static-gl-reviewer .bg-blue02, .single-post .two-btn .gform_wrapper input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.testimonial-slider-block .static-gl-reviewer .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.testimonial-slider-block .static-gl-reviewer .bg-blue02 img, .single-post .two-btn .gform_wrapper input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.testimonial-slider-block .static-gl-reviewer[type=submit] .bg-blue02 img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.testimonial-slider-block .static-gl-reviewer{
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 35px 48px 35px 48px !important;
}

@media screen and (max-width: 991px) {
  .testimonial-slider-block .static-gl-reviewer {
    padding: 25px !important;
  }
}

.testimonial-slider-block .static-gl-reviewer .quote-img img {
  width: 100%;
  max-width: 24px;
  margin-bottom: 8px;
}

.testimonial-slider-block .static-gl-reviewer .static-desc p {
  font-family: Zilla Slab;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .testimonial-slider-block .static-gl-reviewer .static-desc p{
    font-size: 18px;
    line-height: 27px;
  }
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail {
  margin-top: 20px;
}

@media (max-width: 767px){
  .testimonial-slider-block .static-gl-reviewer .reviewer-detail{
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.how-it-works.center-block .testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header {
  width: 100%;
  padding: 60px 0;
}

@media screen and (max-width: 991px){
  .how-it-works.center-block .testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header {
    padding: 0 0;
  }
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-img {
  margin-right: 15px;
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-img img {
  width: 80px !important;
  height: 80px !important;
  position: relative;
  border-radius: 50% !important;
  display: inline-block;
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-details {
  position: relative;
}

@media screen and (max-width: 480px) {
  .testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-details {
    flex: 1;
  }
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-details .ti-name {
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  line-height: 1;
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-details span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(217, 161, 46, var(--tw-text-opacity));
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-details img {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
}

@media screen and (max-width: 480px) {
  .testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .profile-details img {
    right: 0;
  }
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .review-star {
  flex: 100% 0 0;
  margin-top: 4px;
}

.testimonial-slider-block .static-gl-reviewer .reviewer-detail .review-header .review-star i {
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.collage-slider {
  /*** gallery featured slider ***/
}

.collage-slider.style-two {
  display: inline-block;
}

.collage-slider.style-two #collage-two {
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .collage-slider.style-two #collage-two {
    margin-right: -7px;
    margin-left: -7px;
  }
}

.collage-slider.style-two #collage-two button.slick-arrow {
  display: none !important;
}

.collage-slider.style-two .slick-list {
  padding-top: 50px;
}

.collage-slider.style-two .slick-track .slick-slide {
  line-height: 1px;
  margin-right: 14px;
  margin-left: 14px;
}

@media (max-width: 767px) {
  .collage-slider.style-two .slick-track .slick-slide {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.collage-slider.style-two .slick-track .slick-slide:nth-child(even) {
  margin-top: 50px;
}

.collage-slider.style-two .slick-track .slick-slide > div {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .collage-slider.style-two .slick-track .slick-slide > div {
    margin-bottom: 14px;
  }
}

.collage-slider.style-two .slide-item img {
  width: 100%;
  height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1600px) {
  .collage-slider.style-two .slide-item img {
    height: 281px;
  }
}

.collage-slider .gallery-main-content {
  max-width: 680px;
  margin: -5px auto 20px;
}

@media (max-width: 600px) {
  .collage-slider .top-content p br {
    display: none;
  }
}

.collage-slider .gallery-featured {
  margin-bottom: 60px;
}

.collage-slider .gallery-featured .splide__track {
  width: 100%;
}

.collage-slider .gallery-featured .splide__track .splide__list .splide__slide {
  line-height: 1px;
  margin-right: 14px;
  margin-left: 14px;
  padding: 0 0 50px 0;
}

.collage-slider .gallery-featured .splide__track .splide__list .splide__slide:nth-child(even) {
  margin-top: 50px;
  padding: 0;
}

.collage-slider .gallery-featured .splide__track .splide__list .splide__slide .splide__slide__row {
  margin-bottom: 28px !important;
}

.collage-slider .gallery-featured .splide__track .splide__list .splide__slide .splide__slide__row .splide__slide {
  padding: 0;
  margin: 0;
}

.collage-slider .gallery-featured .splide__track .splide__list .splide__slide .splide__slide__row img {
  width: 100%;
  height: 100%;
}

.collage-slider .slider-arrow {
  margin: 0 0 50px 0;
}

.collage-slider .slider-arrow .splide-arrow {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.collage-slider .slider-arrow .splide-arrow:hover {
  opacity: 0.6;
}

.collage-slider .slider-arrow .splide-arrow.Splide-Prev {
  transform: scale(-1);
  margin-right: 16px;
}

.custom-lightbox-page .lightboxOverlay {
  width: 100% !important;
}

.custom-lightbox-page .lightbox .lb-outerContainer {
  border-radius: 0;
  border: 0;
  width: 80% !important;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .custom-lightbox-page .lightbox .lb-outerContainer {
    width: 70% !important;
  }
}

.custom-lightbox-page .lightbox .lb-outerContainer .lb-image {
  border-radius: 0;
  border: 0;
  width: 90% !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-prev,
  .custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-next {
  background: none;
  opacity: 1 !important;
  width: auto !important;
}

.custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-prev:after,
    .custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-next:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(50%, 50%);
  height: 40px;
  width: 40px;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-prev:after,
        .custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-next:after {
    height: 30px;
    width: 30px;
    top: 40%;
  }
}

.custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-prev:after {
  background-image: url(../images/slick-prev.png);
  left: -90px;
}

@media only screen and (max-width: 767px) {
  .custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-prev:after {
    left: -50px;
  }
}

.custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-next:after {
  background-image: url(../images/slick-next.png);
  right: -50px;
}

@media only screen and (max-width: 767px) {
  .custom-lightbox-page .lightbox .lb-outerContainer .lb-nav .lb-next:after {
    right: -20px;
  }
}

.custom-lightbox-page .lightbox .lb-dataContainer {
  position: absolute;
  width: auto !important;
  right: 0;
  top: 0;
}

.custom-lightbox-page .lightbox .lb-dataContainer .lb-data .lb-details {
  display: none;
}

.custom-lightbox-page .lightbox .lb-dataContainer .lb-data .lb-close {
  background: transparent;
  position: relative;
  z-index: 99;
}

.custom-lightbox-page .lightbox .lb-dataContainer .lb-data .lb-close:after {
  position: absolute;
  content: "";
  background-image: url(../images/close.png);
  top: 0;
  right: 10px;
  height: 27px;
  width: 27px;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .custom-lightbox-page .lightbox .lb-dataContainer .lb-data .lb-close:after {
    height: 22px;
    width: 22px;
    right: 6px;
  }
}

.gallery-slider-block .title-block {
  margin-bottom: 64px;
}

@media only screen and (max-width: 991px) {
  .gallery-slider-block .title-block {
    margin-bottom: 34px;
  }
}

.gallery-slider-block .gallery-tabs {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.gallery-slider-block .gallery-tabs .gallery-item {
  flex: calc(33.33% - 16.67px) 0 0;
  width: calc(33.33% - 16.67px);
}

@media only screen and (max-width: 991px) {
  .gallery-slider-block .gallery-tabs .gallery-item {
    flex: calc(50% - 16.67px) 0 0;
    width: calc(50% - 16.67px);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider-block .gallery-tabs .gallery-item {
    width: 100%;
    flex: 100% 0 0;
  }
}

.gallery-slider-block .gallery-tabs .gallery-item .title-block {
  margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
  .gallery-slider-block .gallery-tabs .gallery-item .title-block {
    margin-bottom: 22px;
  }
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider .slick-list {
  position: relative;
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider .slick-list:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider .gallery-image-item img {
  width: 100%;
  height: 282px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider button.slick-arrow {
  width: 43px;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider button.slick-arrow:before {
  content: "";
  background-image: url(../images/gallery_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 19px;
  height: 30px;
  display: block;
  opacity: 1;
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider button.slick-arrow.slick-prev {
  left: 0;
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider button.slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider button.slick-arrow.slick-next {
  right: 0;
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider button.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-slider-block .gallery-tabs .gallery-item .gallery-images-slider.no-slide .gallery-image-item:before {
  display: none;
}

.gallery-slider-block .gallery-tabs .card-content {
  margin-top: 22px;
  width: 100%;
  max-width: 100%;
}

.gallery-slider-block .gallery-tabs.two-column {
  gap: 58px;
}

@media only screen and (max-width: 991px) {
  .gallery-slider-block .gallery-tabs.two-column {
    gap: 24px;
  }
}

.gallery-slider-block .gallery-tabs.two-column .gallery-item {
  flex: calc(50% - 29.67px) 0 0;
  width: calc(50% - 29.67px);
}

@media only screen and (max-width: 991px) {
  .gallery-slider-block .gallery-tabs.two-column .gallery-item {
    flex: calc(50% - 16.67px) 0 0;
    width: calc(50% - 16.67px);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider-block .gallery-tabs.two-column .gallery-item {
    width: 100%;
    flex: 100% 0 0;
  }
}

.gallery-slider-block .gallery-tabs.two-column .gallery-item .title-block {
  margin-bottom: 51px;
}

@media only screen and (max-width: 991px) {
  .gallery-slider-block .gallery-tabs.two-column .gallery-item .title-block {
    margin-bottom: 30px;
  }
}

.gallery-slider-block .gallery-tabs.two-column .gallery-item .gallery-images-slider .gallery-image-item img {
  height: 450px;
}

@media only screen and (max-width: 767px) {
  .gallery-slider-block .gallery-tabs.two-column .gallery-item .gallery-images-slider .gallery-image-item img {
    height: 282px;
  }
}

.gallery-slider-block .gallery-tabs.two-column .card-content {
  margin-top: 36px;
}

@media only screen and (max-width: 1024px) {
  .gallery-slider-block .gallery-tabs.two-column .card-content {
    margin-top: 22pxpx;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider-block .gallery-tabs.two-column .card-content {
    margin-top: 20pxpx;
  }
}

.gallery-slider-block .gallery-tabs.one-column .gallery-item {
  flex: 100% 0 0;
  width: 100%;
}

.gallery-slider-block .gallery-tabs.one-column .gallery-item .title-block {
  margin-bottom: 51px;
}

@media only screen and (max-width: 991px) {
  .gallery-slider-block .gallery-tabs.one-column .gallery-item .title-block {
    margin-bottom: 30px;
  }
}

.gallery-slider-block .gallery-tabs.one-column .gallery-item .gallery-images-slider .gallery-image-item img {
  height: 900px;
}

@media only screen and (max-width: 1024px) {
  .gallery-slider-block .gallery-tabs.one-column .gallery-item .gallery-images-slider .gallery-image-item img {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider-block .gallery-tabs.one-column .gallery-item .gallery-images-slider .gallery-image-item img {
    height: 282px;
  }
}

.gallery-slider-block .gallery-tabs.one-column .card-content {
  margin-top: 73px;
}

@media only screen and (max-width: 1024px) {
  .gallery-slider-block .gallery-tabs.one-column .card-content {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-slider-block .gallery-tabs.one-column .card-content {
    margin-top: 30px;
  }
}

.faqs-container {
  margin-top: 60px;
  border-top: 1px solid rgba(35, 31, 32, 0.2);
}

.faqs-container.centeraligned {
  max-width: 780px;
  margin: 60px auto 0;
}

.faqs-container .faq-block {
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}

.faqs-container .faq-block .accordion-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .faqs-container .faq-block .accordion-title a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .faqs-container .faq-block .accordion-title a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.faqs-container .faq-block .accordion-title{
  font-family: Montserrat !important;
}

.faqs-container .faq-block .accordion-title:after {
  content: "";
  display: inline-block;
  background: url(../../src/images/yellow-arrow.svg) no-repeat center;
  width: 15px;
  height: 24px;
  position: absolute;
  right: 0;
  background-size: 100% auto;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
}

.faqs-container .faq-block .accordion-title.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.faqs-container .faq-block .accordion-content {
  padding-bottom: 30px;
  display: none;
}

.faqs-container .faq-block .accordion-content.default {
  display: block;
}

.faqs-container .faq-block .accordion-content ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.faqs-container .faq-block .accordion-content ul li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0 0 10px 15px;
}

.faqs-container .faq-block .accordion-content ul li::after {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  content: '';
  top: 10px;
  width: 4px;
  height: 4px;
}

@media screen and (max-width: 767px) {
  .not-found .button-links a {
    min-width: 280px;
    text-align: center;
  }
}

.get-quote {
  border: 1px solid #C8C0BD;
}

.get-quote .gform_wrapper input[type=color], .get-quote .gform_wrapper input[type=date], .get-quote .gform_wrapper input[type=datetime-local], .get-quote .gform_wrapper input[type=datetime], .get-quote .gform_wrapper input[type=email], .get-quote .gform_wrapper input[type=month], .get-quote .gform_wrapper input[type=number], .get-quote .gform_wrapper input[type=password], .get-quote .gform_wrapper input[type=search], .get-quote .gform_wrapper input[type=tel], .get-quote .gform_wrapper input[type=text], .get-quote .gform_wrapper input[type=time], .get-quote .gform_wrapper input[type=url], .get-quote .gform_wrapper input[type=week], .get-quote .gform_wrapper select, .get-quote .gform_wrapper textarea {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family: Montserrat;
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=color], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=date], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime-local], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=email], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=month], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=number], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=password], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=search], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=tel], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=text], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=time], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=url], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=week], .banner-section .banner-content .site-btn.get-quote .gform_wrapper select, .banner-section .banner-content .site-btn.get-quote .gform_wrapper textarea, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=color][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=date][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=email][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=month][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=number][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=password][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=search][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=tel][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=text][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=time][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=url][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=week][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper select[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper textarea[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=color][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=date][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime-local][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=email][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=month][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=number][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=password][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=search][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=tel][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=text][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=time][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=url][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=week][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper select[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper textarea[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=color] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=date] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime-local] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=email] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=month] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=number] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=password] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=search] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=tel] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=text] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=time] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=url] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=week] img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper select img.seconday-btn-arrow, .banner-section .banner-content .site-btn.get-quote .gform_wrapper textarea img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=color][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=date][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=email][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=month][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=number][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=password][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=search][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=tel][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=text][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=time][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=url][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=week][type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper select[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper textarea[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=color][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=date][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime-local][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=email][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=month][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=number][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=password][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=search][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=tel][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=text][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=time][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=url][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=week][type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper select[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper textarea[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=color]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=date]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime-local]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=email]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=month]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=number]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=password]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=search]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=tel]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=text]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=time]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=url]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=week]:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper select:hover, .banner-section .banner-content .site-btn.get-quote .gform_wrapper textarea:hover, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=color]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=date]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=email]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=month]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=number]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=password]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=search]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=tel]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=text]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=time]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=url]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=week]:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper select:hover[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper textarea:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=color]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=date]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime-local]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=email]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=month]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=number]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=password]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=search]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=tel]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=text]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=time]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=url]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=week]:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper select:hover[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper textarea:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media screen and (max-width: 480px){
  .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=color], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=date], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime-local], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=datetime], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=email], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=month], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=number], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=password], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=search], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=tel], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=text], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=time], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=url], .banner-section .banner-content .site-btn.get-quote .gform_wrapper input[type=week], .banner-section .banner-content .site-btn.get-quote .gform_wrapper select, .banner-section .banner-content .site-btn.get-quote .gform_wrapper textarea, .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=color][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=date][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=datetime][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=email][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=month][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=number][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=password][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=search][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=tel][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=text][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=time][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=url][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper input[type=week][type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper select[type=submit], .banner-section .banner-content .gform_wrapper input.get-quote .gform_wrapper textarea[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=color][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=date][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime-local][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=datetime][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=email][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=month][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=number][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=password][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=search][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=tel][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=text][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=time][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=url][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper input[type=week][type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper select[type=submit], .gform_wrapper .banner-section .banner-content input.get-quote .gform_wrapper textarea[type=submit] {
    width: 270px;
  }

  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=color] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=date] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime-local] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=email] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=month] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=number] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=password] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=search] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=tel] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=text] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=time] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=url] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=week] .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper select .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper textarea .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper select[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper select[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=color] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=date] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime-local] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=email] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=month] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=number] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=password] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=search] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=tel] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=text] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=time] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=url] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=week] .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper select .bg-blue02, .single-post .two-btn .site-btn.get-quote .gform_wrapper textarea .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper select[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper select[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=color] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=date] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime-local] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=email] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=month] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=number] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=password] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=search] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=tel] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=text] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=time] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=url] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper input[type=week] .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper select .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper textarea .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper select[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper select[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=color] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=date] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime-local] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=datetime] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=email] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=month] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=number] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=password] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=search] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=tel] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=text] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=time] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=url] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper input[type=week] .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper select .bg-blue02 img, .single-post .two-btn .site-btn.get-quote .gform_wrapper textarea .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper select[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=color][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=date][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=datetime-local][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=datetime][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=email][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=month][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=number][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=password][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=search][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=tel][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=text][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=time][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=url][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper input[type=week][type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper select[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper textarea[type=submit] .bg-blue02 img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.get-quote .gform_wrapper input[type=color], .get-quote .gform_wrapper input[type=date], .get-quote .gform_wrapper input[type=datetime-local], .get-quote .gform_wrapper input[type=datetime], .get-quote .gform_wrapper input[type=email], .get-quote .gform_wrapper input[type=month], .get-quote .gform_wrapper input[type=number], .get-quote .gform_wrapper input[type=password], .get-quote .gform_wrapper input[type=search], .get-quote .gform_wrapper input[type=tel], .get-quote .gform_wrapper input[type=text], .get-quote .gform_wrapper input[type=time], .get-quote .gform_wrapper input[type=url], .get-quote .gform_wrapper input[type=week], .get-quote .gform_wrapper select, .get-quote .gform_wrapper textarea{
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  height: 53px;
}

.get-quote .gform_wrapper input[type=color]:focus-visible, .get-quote .gform_wrapper input[type=color]:focus, .get-quote .gform_wrapper input[type=date]:focus-visible, .get-quote .gform_wrapper input[type=date]:focus, .get-quote .gform_wrapper input[type=datetime-local]:focus-visible, .get-quote .gform_wrapper input[type=datetime-local]:focus, .get-quote .gform_wrapper input[type=datetime]:focus-visible, .get-quote .gform_wrapper input[type=datetime]:focus, .get-quote .gform_wrapper input[type=email]:focus-visible, .get-quote .gform_wrapper input[type=email]:focus, .get-quote .gform_wrapper input[type=month]:focus-visible, .get-quote .gform_wrapper input[type=month]:focus, .get-quote .gform_wrapper input[type=number]:focus-visible, .get-quote .gform_wrapper input[type=number]:focus, .get-quote .gform_wrapper input[type=password]:focus-visible, .get-quote .gform_wrapper input[type=password]:focus, .get-quote .gform_wrapper input[type=search]:focus-visible, .get-quote .gform_wrapper input[type=search]:focus, .get-quote .gform_wrapper input[type=tel]:focus-visible, .get-quote .gform_wrapper input[type=tel]:focus, .get-quote .gform_wrapper input[type=text]:focus-visible, .get-quote .gform_wrapper input[type=text]:focus, .get-quote .gform_wrapper input[type=time]:focus-visible, .get-quote .gform_wrapper input[type=time]:focus, .get-quote .gform_wrapper input[type=url]:focus-visible, .get-quote .gform_wrapper input[type=url]:focus, .get-quote .gform_wrapper input[type=week]:focus-visible, .get-quote .gform_wrapper input[type=week]:focus, .get-quote .gform_wrapper select:focus-visible, .get-quote .gform_wrapper select:focus, .get-quote .gform_wrapper textarea:focus-visible, .get-quote .gform_wrapper textarea:focus {
  outline: none;
  border: none;
}

.get-quote .gform_wrapper textarea.large {
  height: 128px !important;
  resize: none;
  padding-left: 15px;
  line-height: 40px;
}

.get-quote .gform_wrapper .gform_button {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.get-quote .gform_wrapper .gform_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.get-quote .gform_wrapper .gform_button{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.get-quote .gform_wrapper .gform_button:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media (max-width: 767px){
  .get-quote .gform_wrapper .gform_button{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.get-quote .gform_wrapper .gform_button img, .page-template-template-blog-listing .two-btn .gform_wrapper input.get-quote .gform_wrapper .gform_button[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.get-quote .gform_wrapper .gform_button[type=submit] img, .single-post .two-btn .site-btn.get-quote .gform_wrapper .gform_button img, .single-post .two-btn .gform_wrapper input.get-quote .gform_wrapper .gform_button[type=submit] img, .gform_wrapper .single-post .two-btn input.get-quote .gform_wrapper .gform_button[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .get-quote .gform_wrapper .gform_button a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .get-quote .gform_wrapper .gform_button a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.get-quote .gform_wrapper .gform_footer.top_label {
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

.get-quote .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}

.get-quote .gform_wrapper .gfield_required {
  color: #DFA52F;
  display: inline-block;
  font-weight: bold;
}

.get-quote .gform_confirmation_message {
  background-color: #deb94a;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

.get-quote h4 {
  text-transform: uppercase;
}

.two-column-listing {
  margin-bottom: 80px;
}

.two-column-listing .img {
  margin-bottom: 30px;
}

.two-column-listing .img img {
  width: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .two-column-listing .img img {
    max-height: 280px;
  }
}

.two-column-listing .img.top-aligned img {
  -o-object-position: top;
     object-position: top;
}

.two-column-listing .img.bottom-aligned img {
  -o-object-position: bottom;
     object-position: bottom;
}

.two-column-listing .content a.link {
  color: #f0b334 !important;
}

.two-column-listing .content a.link:hover {
  color: #3a4758 !important;
}

.left-img.zig-zag .col-span-5 {
  order: 2 !important;
}

.zig-zag .col-right {
  padding-left: 40px;
}

@media screen and (max-width: 992px) {
  .zig-zag .col-right {
    padding-left: 0;
    padding-right: 0px;
  }
}

.left-img.zig-zag .col-right {
  padding-left: 0;
  padding-right: 40px;
}

@media screen and (max-width: 992px) {
  .left-img.zig-zag .col-right {
    padding-left: 0;
    padding-right: 0px;
  }
}

.zig-zag img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.middle-aligned.zig-zag img {
  -o-object-position: center;
     object-position: center;
}

.top-aligned.zig-zag img {
  -o-object-position: top;
     object-position: top;
}

.bottom-aligned.zig-zag img {
  -o-object-position: bottom;
     object-position: bottom;
}

.img-box img {
  width: 100%;
}

.beautiful-delails {
  position: relative;
  z-index: 1;
}

.beautiful-delails .img-box .img {
  padding: 20px 30px;
  background: #ffffff;
}

.beautiful-delails .img-box .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 130px;
}

.beautiful-delails .img-box h4 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.icon-box {
  position: relative;
  z-index: 0;
  max-width: 90%;
}

@media screen and (max-width: 992px) {
  .icon-box {
    margin: 0 auto;
  }
}

.icon-box .card-content {
  max-width: 100%;
}

.icon-box img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: auto;
}

@media screen and (max-width: 992px) {
  .icon-box img {
    text-align: center;
    display: block;
    margin: 0 auto;
    -o-object-position: center;
       object-position: center;
  }
}

.our-promise {
  position: relative;
  z-index: 1;
}

.our-promise .icon-box h4 {
  line-height: 42px;
}

a.site-btn:hover {
  text-decoration: none;
}

.img-list img {
  width: 100%;
}

.our-promise {
  position: relative;
  z-index: 1;
}

.full-width-content ul {
  list-style: square;
  padding-left: 20px;
  margin-bottom: 20px;
}

form#gform_9 .gform_body.gform-body .gform_fields .gfield {
  position: relative;
}

form#gform_9 .gform_body.gform-body .gform_fields .gfield label.gfield_label {
  position: absolute;
  left: 0;
  top: 0px;
  transform: translateY(11px);
  z-index: 9;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  padding: 0 16px;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
}

form#gform_9 .gform_body.gform-body .gform_fields .gfield .ginput_container input {
  position: relative;
  position: relative;
  padding-left: 16px;
  padding-left: 16px;
  width: 100%;
  width: 100%;
  border: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
}

form#gform_9 .gform_body.gform-body .gform_fields .gfield.focused label.gfield_label {
  transform: translateY(-4px);
  font-size: 13px;
  font-weight: bold;
}

form#gform_9 .gform_footer input {
  width: auto;
  margin: 0 auto;
}

form#gform_9 .gfield textarea {
  height: 96px;
  padding-top: 16px;
  padding-left: 16px;
}

.how-it-works {
  min-height: 700px;
}

.how-it-works p {
  margin-bottom: 35px;
}

.how-it-works.center-block {
  display: flex;
  flex-wrap: wrap;
}

.how-it-works.center-block .items-center {
  width: 100%;
  padding: 60px 0;
}

@media screen and (max-width: 991px) {
  .how-it-works.center-block .items-center {
    padding: 0 0;
  }
}

.how-it-works.center-block .content-bg {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .how-it-works.center-block .content-bg {
    height: 750px;
  }
}

@media (max-width: 767px) {
  .how-it-works.center-block .content-bg {
    height: 350px;
  }
}

.how-it-works .title-content .color-card a {
  color: #000000 !important;
}

.how-it-works .title-content .color-card a:hover {
  color: #D29D2D !important;
  text-decoration: none;
}

.how-it-works .title-content .color-card .text-darkblue a {
  color: #3a4758 !important;
}

.how-it-works .title-content .color-card .text-darkblue a:hover {
  color: #D29D2D !important;
  text-decoration: none;
}

#investment-block_635b845ad7915 h2 {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .blog-title {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog-title span {
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .blog-title h1 {
    font-size: 36px;
    line-height: 100%;
  }
}

.category-list {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

@media (max-width: 1199px){
  .category-list{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px){
  .category-list{
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

.portfolio_wrapper .category-list {
  margin-bottom: 40px;
  overflow-x: auto;
  margin: 0 0 24px 0;
  white-space: nowrap;
}

.category-list ul {
  display: inline-block;
}

.category-list ul li {
  display: inline-block;
  padding: 0 3px;
}

.category-list ul li a {
  text-decoration: none !important;
}

.category-list ul li a:hover {
  text-decoration: none;
}

.category-list ul li .img {
  border: 2px solid transparent;
  transition: all ease-in-out 0.5s;
  display: inline-block;
  border-radius: 50%;
}

.category-list ul li .img img {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .category-list ul li .img img {
    width: 68px;
    height: 68px;
    padding: 5px;
  }
}

.category-list ul li span {
  font-size: 15px;
  line-height: 150%;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .category-list ul li span {
    font-size: 14px;
  }
}

.category-list ul li.category-active .img, .category-list ul li:hover .img {
  --tw-border-opacity: 1;
  border-color: rgba(240, 179, 52, var(--tw-border-opacity));
}

.blog-block {
  margin-bottom: 10px;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity));
}

.why-austex .why-austex-content.blog-block p {
  line-height: 150%;
}

.blog-block a.link-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-block .blog-img img {
  max-height: 217px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .blog-block .blog-img img {
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .blog-block .blog-img img {
    height: 200px;
  }
}

.blog-block .blog-content {
  padding-bottom: 50px !important;
}

.blog-block .blog-content .category-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  background-color: #DFA52F !important;
}

.blog-block .blog-content h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 15px;
}

.blog-block .blog-content h4 a {
  --tw-text-opacity: 1;
  color: rgba(55, 82, 107, var(--tw-text-opacity));
  text-decoration: none !important;
}

.blog-block .blog-content h4 a:hover {
  text-decoration: none;
  color: #D29D2D !important;
}

.blog-block .blog-content .date {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  position: absolute;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .blog-block .blog-content .date {
    bottom: 23px;
  }
}

.featured-blog a {
  text-decoration: none !important;
}

.featured-blog .featured-blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .featured-blog .featured-blog-img img {
    height: 216px;
  }
}

.featured-blog .featured-blog-content .category-name {
  font-weight: 600;
}

.featured-blog .featured-blog-content h3 a {
  --tw-text-opacity: 1;
  color: rgba(55, 82, 107, var(--tw-text-opacity));
}

.featured-blog .featured-blog-content h3 a:hover {
  text-decoration: none;
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.featured-blog .featured-blog-content .date {
  font-weight: 700;
  text-transform: capitalize;
}

.featured-blog a:hover {
  text-decoration: none;
}

.post-detail {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post-detail {
    padding: 0 15px;
  }
}

.post-detail h1 {
  line-height: 100%;
}

.post-detail .author-update {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .post-detail .author-update {
    margin-bottom: 15px;
  }
}

.post-detail .author-update .author-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #000000;
}

.post-detail .author-update .author-info strong {
  text-transform: capitalize;
}

.post-detail .author-update .author-info .author-img {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .post-detail .author-update .author-info .author-img {
    margin: 0 auto;
    display: table;
    width: 100%;
    text-align: center;
  }
}

.post-detail .author-update .author-info .author-img img {
  border: 2px solid #F0B334;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .post-detail .author-update .author-info .author-img img {
    display: inline-block;
  }
}

.post-detail .author-update .author-info:after {
  content: "";
  display: block;
  border-right: 1px solid #000;
  margin: 0 15px;
  width: 1px;
  height: 33px;
}

@media screen and (max-width: 767px) {
  .post-detail .author-update .author-info:after {
    display: none;
  }
}

.single-post .content {
  max-width: 780px;
  margin: 0 auto;
  width: 100%;
}

.single-post .quote-block {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

@media screen and (max-width: 1440px) {
  .single-post .quote-block .cl-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .single-post .quote-block .cl-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.single-post .quote-block .cl-right .col-right {
  max-width: 1380px;
  margin: 0 auto;
}

.single-post .faqs-container {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .single-post .collage-slider.mx-780 {
    padding: 0 45px;
  }
}

.single-post .collage-slider.mx-780 .container {
  max-width: 780px;
  margin: 0 auto;
}

.single-post .collage-slider.mx-780 > .grid {
  max-width: 780px;
  margin: 0 auto;
}

.single-post .collage-slider.mx-780 .gallery-featured button.slick-arrow {
  display: none !important;
}

.single-post .collage-slider.mx-780 .slide-item img,
.single-post .collage-slider.mx-780 .gallery-item img {
  height: 230px;
}

@media screen and (max-width: 767px) {
  .single-post .collage-slider.mx-780 .slide-item img,
    .single-post .collage-slider.mx-780 .gallery-item img {
    height: 280px;
  }
}

@media screen and (max-width: 576px) {
  .single-post .collage-slider.mx-780 .slide-item img,
    .single-post .collage-slider.mx-780 .gallery-item img {
    height: 198px;
  }
}

body.single-post .collage-slider .site-btn, body.single-post .collage-slider .gform_wrapper input[type=submit], .gform_wrapper body.single-post .collage-slider input[type=submit] {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

body.single-post .collage-slider .site-btn:hover, body.single-post .collage-slider .gform_wrapper input[type=submit]:hover, .gform_wrapper body.single-post .collage-slider input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

body.single-post .collage-slider .site-btn, body.single-post .collage-slider .gform_wrapper input[type=submit], .gform_wrapper body.single-post .collage-slider input[type=submit]{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

body.single-post .collage-slider .site-btn:hover, body.single-post .collage-slider .gform_wrapper input[type=submit]:hover, .gform_wrapper body.single-post .collage-slider input[type=submit]:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media (max-width: 767px){
  body.single-post .collage-slider .site-btn, body.single-post .collage-slider .gform_wrapper input[type=submit], .gform_wrapper body.single-post .collage-slider input[type=submit]{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btnbody.single-post .collage-slider .site-btn img, .page-template-template-blog-listing .two-btn .site-btnbody.single-post .collage-slider .gform_wrapper input[type=submit] img, .page-template-template-blog-listing .two-btn .site-btn.gform_wrapper body.single-post .collage-slider input[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody.single-post .collage-slider .site-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper inputbody.single-post .collage-slider .gform_wrapper input[type=submit][type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.gform_wrapper body.single-post .collage-slider input[type=submit][type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody.single-post .collage-slider .site-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn inputbody.single-post .collage-slider .gform_wrapper input[type=submit][type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.gform_wrapper body.single-post .collage-slider input[type=submit][type=submit] img, .single-post .two-btn .site-btnbody.single-post .collage-slider .site-btn img, .single-post .two-btn .site-btnbody.single-post .collage-slider .gform_wrapper input[type=submit] img, .single-post .two-btn .site-btn.gform_wrapper body.single-post .collage-slider input[type=submit] img, .single-post .two-btn .gform_wrapper inputbody.single-post .collage-slider .site-btn[type=submit] img, .single-post .two-btn .gform_wrapper inputbody.single-post .collage-slider .gform_wrapper input[type=submit][type=submit] img, .single-post .two-btn .gform_wrapper input.gform_wrapper body.single-post .collage-slider input[type=submit][type=submit] img, .gform_wrapper .single-post .two-btn inputbody.single-post .collage-slider .site-btn[type=submit] img, .gform_wrapper .single-post .two-btn inputbody.single-post .collage-slider .gform_wrapper input[type=submit][type=submit] img, .gform_wrapper .single-post .two-btn input.gform_wrapper body.single-post .collage-slider input[type=submit][type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card body.single-post .collage-slider .site-btn a, .how-it-works .title-content .color-card body.single-post .collage-slider .gform_wrapper input[type=submit] a, .how-it-works .title-content .color-card .gform_wrapper body.single-post .collage-slider input[type=submit] a {
  color: #3a4758;
}

.how-it-works .title-content .color-card body.single-post .collage-slider .site-btn a:hover, .how-it-works .title-content .color-card body.single-post .collage-slider .gform_wrapper input[type=submit] a:hover, .how-it-works .title-content .color-card .gform_wrapper body.single-post .collage-slider input[type=submit] a:hover {
  color: #D29D2D;
  text-decoration: none;
}

body.single-post .collage-slider .site-btn, body.single-post .collage-slider .gform_wrapper input[type=submit], .gform_wrapper body.single-post .collage-slider input[type=submit]{
  background-color: #F0B334 !important;
  color: #3A4758 !important;
}

body.single-post .collage-slider .site-btn:hover, body.single-post .collage-slider .gform_wrapper input:hover[type=submit], .gform_wrapper body.single-post .collage-slider input:hover[type=submit] {
  background-color: #3A4758 !important;
  color: #F0B334 !important;
}

.paginations-view {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .paginations-view {
    justify-content: space-around !important;
    margin-top: 15px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .paginations-view ul {
    width: 100%;
    justify-content: space-between;
  }
}

.paginations-view .pagination-number {
  border-radius: 42px;
  width: 44px;
  height: 44px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(70, 54, 59, 0.4);
}

@media screen and (max-width: 767px) {
  .paginations-view .pagination-number {
    display: none;
  }
}

.paginations-view .pagination-number span a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(241, 240, 237, var(--tw-border-opacity));
  border-radius: 42px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  color: rgba(70, 54, 59, 0.4);
  padding-top: 1px;
  transition: all ease-in-out 0.5s;
  padding-top: 1px;
  text-decoration: none !important;
}

.paginations-view .pagination-number.current span a, .paginations-view .pagination-number:hover span a {
  --tw-border-opacity: 1;
  border-color: rgba(240, 179, 52, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.paginations-view .pagination-number.current span a img, .page-template-template-blog-listing .two-btn .site-btn.paginations-view .pagination-number:hover span a img, .page-template-template-blog-listing .two-btn .gform_wrapper input.paginations-view .pagination-number.current span a[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.paginations-view .pagination-number:hover span a[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.paginations-view .pagination-number.current span a[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.paginations-view .pagination-number:hover span a[type=submit] img, .single-post .two-btn .site-btn.paginations-view .pagination-number.current span a img, .single-post .two-btn .site-btn.paginations-view .pagination-number:hover span a img, .single-post .two-btn .gform_wrapper input.paginations-view .pagination-number.current span a[type=submit] img, .single-post .two-btn .gform_wrapper input.paginations-view .pagination-number:hover span a[type=submit] img, .gform_wrapper .single-post .two-btn input.paginations-view .pagination-number.current span a[type=submit] img, .gform_wrapper .single-post .two-btn input.paginations-view .pagination-number:hover span a[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.paginations-view .pagination-btns.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.paginations-view .pagination-btns.prev-view {
  margin-right: 30px;
}

.paginations-view .pagination-btns.next-view {
  margin-left: 30px;
}

.paginations-view .pagination-btns a {
  text-decoration: none !important;
  text-align: center;
  border-radius: 42px;
  padding: 14px 25px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity));
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.portfolio_wrapper .paginations-view .pagination-btns a {
  margin-bottom: 40px;
  overflow-x: auto;
  margin: 0 0 24px 0;
  white-space: nowrap;
}

.how-it-works .title-content .color-card .paginations-view .pagination-btns a a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .paginations-view .pagination-btns a a:hover {
  color: #D29D2D;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .paginations-view .pagination-btns a {
    padding: 14px 20px;
    min-width: 130px;
    display: inline-block;
  }
}

.paginations-view .pagination-btns a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

.post-detail-page .feature-image {
  margin-bottom: 70px;
  text-align: center;
}

.post-detail-page .feature-image img {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .post-detail-page .feature-image {
    margin-bottom: 40px;
  }
}

.post-detail-page .wp-block-separator {
  border-color: #C4C4C4;
}

.post-detail-page .wp-block-separator.bottom-border {
  border-width: 0;
  border-bottom-width: 1px;
}

.post-detail-page figcaption {
  color: #37526B;
  opacity: 0.5;
  font-size: 18px;
  line-height: 27px;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .post-detail-page .content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .post-detail-page .content iframe {
    width: 100%;
    height: auto;
    min-height: 220px;
  }
}

.post-detail-page .content .gb-container-content p {
  font-size: 18px;
  line-height: 27px;
}

.post-detail-page .content .gb-container-content a strong {
  font-weight: 600;
}

.post-detail-page .content .gb-container-content ol, .post-detail-page .content .gb-container-content ul {
  font-size: 18px;
  line-height: 27px;
}

.post-detail-page .content .gb-container-content ul {
  margin-bottom: 20px;
}

.post-detail-page .content .gb-container-content ul li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0 0 5px 15px;
}

.post-detail-page .content .gb-container-content ul li a {
  font-weight: 500;
}

.post-detail-page .content .gb-container-content ul li a:hover {
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .post-detail-page .content .gb-container-content ul li a:hover a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .post-detail-page .content .gb-container-content ul li a:hover a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.post-detail-page .content .gb-container-content ul li::after {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 82, 107, var(--tw-bg-opacity));
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.bg-white .post-detail-page .content .gb-container-content ul li::after, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after, .single-post .two-btn .site-btn.bg-white .post-detail-page .content .gb-container-content ul li::after, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .post-detail-page .content .gb-container-content ul li::after img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after img, .single-post .two-btn .site-btn.bg-white .post-detail-page .content .gb-container-content ul li::after img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .post-detail-page .content .gb-container-content ul li::after img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.post-detail-page .content .gb-container-content ul li::after{
  content: '';
  top: 10px;
  width: 4px;
  height: 4px;
}

.post-detail-page .content .gb-container-content ol {
  list-style: decimal;
  margin-bottom: 20px;
  list-style-position: outside;
  padding-left: 20px;
}

.post-detail-page .content .gb-container-content ol li {
  padding: 0 0 5px;
}

.post-detail-page .content .gb-container-content ol li a {
  font-weight: 500;
}

.post-detail-page .content .gb-container-content h4 {
  font-family: 'Zilla Slab' !important;
}

.post-detail-page .wp-block-image {
  margin-bottom: 2em;
}

.post-detail-page .post-social-media {
  text-align: center;
  padding: 50px 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .post-detail-page .post-social-media {
    padding: 40px 0 60px;
  }
}

.post-detail-page .post-social-media span {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgba(55, 82, 107, var(--tw-text-opacity));
}

.post-detail-page .post-social-media ul.social-share {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: center;
}

.post-detail-page .post-social-media ul.social-share li {
  margin: 0 9px;
}

.post-detail-page .post-social-media ul.social-share li a {
  transition: all ease-in-out 0.5s;
}

.post-detail-page .post-social-media ul.social-share li a:hover {
  opacity: 0.6;
}

.related-posts {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.releted-post-cat .category-list {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .releted-post-cat .category-list {
    padding-top: 30px;
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .releted-post-cat .category-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.releted-post-cat .category-list ul li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 28px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.releted-post-cat .category-list ul li::after img, .page-template-template-blog-listing .two-btn .gform_wrapper input.releted-post-cat .category-list ul li::after[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.releted-post-cat .category-list ul li::after[type=submit] img, .single-post .two-btn .site-btn.releted-post-cat .category-list ul li::after img, .single-post .two-btn .gform_wrapper input.releted-post-cat .category-list ul li::after[type=submit] img, .gform_wrapper .single-post .two-btn input.releted-post-cat .category-list ul li::after[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.releted-post-cat .category-list ul li::after{
  margin: 0 15px;
  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .releted-post-cat .category-list ul li::after {
    display: none;
  }
}

.releted-post-cat .category-list ul li a {
  text-decoration: none !important;
  font-family: Zilla Slab;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
  text-decoration: none;
}

@media (max-width: 767px){
  .releted-post-cat .category-list ul li a{
    font-size: 28px;
    line-height: 22px;
  }
}

.releted-post-cat .category-list ul li a:hover {
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  text-decoration: none;
}

.how-it-works .title-content .color-card .releted-post-cat .category-list ul li a:hover a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .releted-post-cat .category-list ul li a:hover a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.releted-post-cat .category-list ul li:last-child::after {
  display: none;
}

/*----------table start----------*/

.custom-rwd-table {
  overflow-x: auto;
}

.custom-rwd-table .comparison-table tbody tr td:first-child {
  font-weight: bold;
}

.custom-rwd-table thead tr:first-child {
  background-color: #ffffff !important;
  border-bottom: 2px solid #3A4758;
}

.custom-rwd-table table {
  margin: auto;
  border-collapse: collapse;
  width: 100%;
}

.custom-rwd-table table tr {
  border: none;
  background-color: #ffffff;
}

.custom-rwd-table table tr td {
  font-size: 18px;
  line-height: 27px;
  padding: 14px 16px;
}

.custom-rwd-table table tr th {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 14px 16px;
  text-align: left;
}

.custom-rwd-table table tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

@media screen and (max-width: 767px) {
  .custom-rwd-table table tr td, .custom-rwd-table table tr th {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 12px;
  }
}

/*----------table start----------*/

.gform_wrapper .gform_fields label.gfield_label, .gform_wrapper .gform_fields .gfield_description {
  font-size: 18px !important;
}

.gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 5px 16px;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
}

.gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible {
  outline: none;
  border: 1px solid #e5e5e5;
}

.gform_wrapper .gform_fields .gfield select, .gform_wrapper .gform_fields .gfield textarea {
  position: relative;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 11px 16px;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
}

.gform_wrapper .gform_fields .gfield .gform_button_select_files {
  padding: 10px 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity));
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.gform_wrapper .gform_fields .gfield .gform_button_select_files:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .gform_wrapper .gform_fields .gfield .gform_button_select_files a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .gform_wrapper .gform_fields .gfield .gform_button_select_files a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.gform_wrapper .gform_fields .gfield .has_zip .address_zip {
  flex: 0 0 100%;
}

.gform_wrapper input[type=submit] {
  cursor: pointer;
  font-size: 18px !important;
}

@media screen and (max-width: 767px) {
  .gform_wrapper input[type=submit] {
    line-height: initial !important;
    min-height: auto !important;
    width: auto !important;
  }
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  font-size: 18px !important;
}

.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label, .gform_legacy_markup_wrapper span.gform_drop_instructions, .gform_fileupload_rules {
  font-size: 18px !important;
}

.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 16px !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px;
  font-weight: normal;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-bottom: none !important;
  border-top: none !important;
  box-sizing: border-box !important;
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_validation_errors > h2.hide_summary {
  margin: 0;
  line-height: normal !important;
  padding: 0 20px;
}

@media (min-width: 641px) {
  body .gform_legacy_markup_wrapper .top_label div.ginput_complex .ginput_full input {
    margin-bottom: 16px !important;
  }

  body .gform_legacy_markup_wrapper .top_label div.ginput_complex .address_zip input {
    margin-top: 10px !important;
  }
}

body .gform_legacy_markup_wrapper .gform_fields .gfield--type-address {
  margin: 30px 0;
}

body .gform_legacy_markup_wrapper .gform_fields .gfield--type-address .ginput_complex span input {
  margin: 0 !important;
}

body .gform_legacy_markup_wrapper .gform_fields .gfield--type-address .ginput_complex span label {
  margin: 0 0 15px 0;
  font-size: 16px !important;
  font-weight: 500;
}

/**salesman-form**/

.page-template-template-instant-quote-v2 {
  color: #1A1A1A;
  transition: bottom 0.2s ease-in-out;
}

.page-template-template-instant-quote-v2 .site-header {
  background-color: #fff;
  padding: 24px 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

@media (max-width: 991px) {
  .page-template-template-instant-quote-v2 .site-header {
    padding: 10px 0;
  }
}

.page-template-template-instant-quote-v2 .site-header.sticky-header {
  background-color: #fff;
}

.page-template-template-instant-quote-v2 .site-header .site-header-wrapp {
  gap: 24px;
}

@media only screen and (max-width: 375px) {
  .page-template-template-instant-quote-v2 .site-header .site-header-wrapp {
    gap: 12px;
  }
}

.page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-left {
  flex: 165px 0 0;
}

@media only screen and (max-width: 1200px) {
  .page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-left {
    flex: 130px 0 0;
  }
}

@media only screen and (max-width: 375px) {
  .page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-left {
    flex: 104px 0 0;
  }
}

@media only screen and (max-width: 1200px) {
  .page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-left img {
    max-width: 130px;
  }
}

@media only screen and (max-width: 375px) {
  .page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-left img {
    max-width: 104px;
  }
}

.page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-left .white-logo {
  display: none;
}

.page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-left .normal-logo {
  display: block;
}

.page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-right {
  flex: 175px 0 0;
  justify-items: flex-end;
}

@media only screen and (max-width: 1200px) {
  .page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-right {
    flex: 148px 0 0;
  }
}

.page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-right .button-right {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .page-template-template-instant-quote-v2 .site-header .site-header-wrapp .head-right .button-right .phone-text i {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
  }
}

.page-template-template-instant-quote-v2 ::-moz-selection {
  background-color: #3B4A5C;
  color: #fff;
}

.page-template-template-instant-quote-v2 ::selection {
  background-color: #3B4A5C;
  color: #fff;
}

.page-template-template-instant-quote-v2 .container {
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

@media only screen and (max-width: 1200px) {
  .page-template-template-instant-quote-v2 .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2 .fence-step {
    display: none;
  }
}

.page-template-template-instant-quote-v2 .fence-step .step-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  align-items: center;
}

@media (max-width: 1200px) {
  .page-template-template-instant-quote-v2 .fence-step .step-row {
    gap: 15px;
  }
}

.page-template-template-instant-quote-v2 .fence-step .step-row label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 170%;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1200px) {
  .page-template-template-instant-quote-v2 .fence-step .step-row ul {
    gap: 15px;
  }
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul li.clickable {
  cursor: pointer;
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul li .count {
  background: #F1F1ED;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: rgba(26, 26, 26, 0.5);
  display: flex;
  font-size: 14px;
  line-height: 160%;
  padding-top: 0;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 2px 6px -1px rgba(0, 0, 0, 0.15);
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul li .count-text {
  font-weight: 700;
  color: #151515;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .page-template-template-instant-quote-v2 .fence-step .step-row ul li .count-text {
    display: none;
  }
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul li.clickable .count {
  background: #1A1A1A;
  color: #F1F1ED;
  box-shadow: none;
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul li.active .count {
  background: #F0B334;
  color: #1A1A1A;
  box-shadow: none;
}

.page-template-template-instant-quote-v2 .fence-step .step-row ul li.active .count-text {
  opacity: 1;
  color: #1A1A1A;
}

@media (max-width: 1024px) {
  .page-template-template-instant-quote-v2 .fence-step .step-row ul li.active .count-text {
    display: block;
  }
}

@media (max-width: 375px) {
  .page-template-template-instant-quote-v2 .fence-step .step-row ul li.active .count-text {
    font-size: 12px;
  }
}

.page-template-template-instant-quote-v2.open-fence-options-popup .fence-step .step-row ul li.clickable {
  cursor: auto;
}

.page-template-template-instant-quote-v2 .head-right .button-right {
  justify-items: flex-end;
}

.page-template-template-instant-quote-v2 .head-right .button-right .phone-text {
  color: #1A1A1A;
  gap: 12px;
}

@media (max-width: 991px) {
  .page-template-template-instant-quote-v2 .head-right .button-right .phone-text {
    gap: 10px;
  }
}

.page-template-template-instant-quote-v2 .head-right .button-right .phone-text i {
  background-color: #3A4758;
  color: #fff !important;
}

.page-template-template-instant-quote-v2 .head-right .button-right .phone-text .content-box a {
  color: #3A4758;
}

.page-template-template-instant-quote-v2 .head-right .button-right .phone-text .content-box a:hover {
  color: #F0B334;
}

.page-template-template-instant-quote-v2 .footer-bottom {
  padding: 14px 32px !important;
  background-color: #F1F1ED;
  position: fixed;
  width: 100%;
  z-index: 9;
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .page-template-template-instant-quote-v2 .footer-bottom {
    padding: 20px 20px 20px 20px !important;
  }
}

@media (max-width: 767px) {
  .page-template-template-instant-quote-v2 .footer-bottom {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-template-template-instant-quote-v2 .footer-bottom .footer-inner-row {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 14px;
  }
}

.page-template-template-instant-quote-v2 .footer-bottom .copy-right {
  color: #3A4758;
}

@media (max-width: 767px) {
  .page-template-template-instant-quote-v2 .footer-bottom .copy-right {
    order: 2;
  }
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 11.8557)), 99px);
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 375px) {
  .page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul {
    flex-direction: column;
    gap: 14px;
  }
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul li {
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul li::after {
  position: absolute;
  content: "";
  background-color: #3A4758;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  right: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul li::after {
    display: none;
  }
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul li a {
  text-decoration: none;
  color: #3A4758;
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul li a:hover {
  color: #d29d2d;
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_block .social-logo-block {
    display: none;
  }
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_block .social-logo-block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_block .social-logo-block ul {
    gap: 20px;
  }
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_block .social-logo-block ul li img {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_block .social-logo-block ul li img {
    width: 20px;
    height: 20px;
  }
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_block .social-logo-block ul li img:hover {
  filter: brightness(0) saturate(100%) invert(81%) sepia(14%) saturate(4919%) hue-rotate(346deg) brightness(92%) contrast(76%);
}

.page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_block .social-logo-block ul li a:hover {
  opacity: 1;
}

.page-template-template-instant-quote-v2 button#undo-btn {
  bottom: 290px;
  position: relative;
  z-index: 9;
  padding: 8px 16px;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  line-height: 1;
  transition: all 0.35s     ease-in-out;
  font-family: Montserrat;
  font-weight: 700;
  border-radius: 100px;
  color: #3A4758;
  font-size: 16px;
  border: 1px solid #3A4758;
  background: #fff;
  left: 10px;
}

.page-template-template-instant-quote-v2 button#undo-btn:hover {
  outline: none;
  border: 1px solid #3A4758;
  background: #3A4758;
  color: #F1F1ED;
}

.page-template-template-instant-quote-v2.nav-down button#undo-btn {
  bottom: 220px;
  position: absolute;
  z-index: 9;
}

.page-template-template-instant-quote-v2.nav-down .footer-bottom {
  bottom: -88px;
  transition: bottom 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .page-template-template-instant-quote-v2.nav-down .footer-bottom {
    bottom: -117px;
  }
}

@media (max-width: 375px) {
  .page-template-template-instant-quote-v2.nav-down .footer-bottom {
    bottom: -162px;
  }
}

.page-template-template-instant-quote-v2.nav-down .salesman-form .row .cl-left .form-inner .form-content .button-row {
  bottom: 0;
  transition: bottom 0.2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2.nav-down .salesman-form .row .cl-left .form-inner .form-content .button-row {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2.nav-down .salesman-form .row .cl-left .form-inner .form-content.step3.add-fence-price .stepthree-inner {
    bottom: 0px;
  }
}

.page-template-template-instant-quote-v2.nav-down .salesman-form .row .cl-left .form-inner .form-content.step3 .button-row {
  bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2.nav-down .salesman-form .row .cl-left .form-inner .form-content.step3 .button-row {
    bottom: 0;
  }
}

.salesman-form {
  padding-top: 94px;
}

@media only screen and (max-width: 1199px) {
  .salesman-form {
    padding-top: 64.28px;
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form {
    padding-top: 65px;
  }
}

.salesman-form.form-center .row .cl-left {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  height: 100%;
  max-height: 80%;
  overflow-x: auto;
  width: 100%;
  max-width: 440px;
  flex: 440px 0 0;
}

.salesman-form.form-center .row .cl-left::-webkit-scrollbar {
  height: 12px;
  width: 5px;
  background: transparent;
}

.salesman-form.form-center .row .cl-left::-webkit-scrollbar-thumb {
  background: #f0b334;
  -webkit-border-radius: 1ex;
}

.salesman-form.form-center .row .cl-left::-webkit-scrollbar-corner {
  background: transparent;
}

@media (min-height: 768px) and (max-height: 950px) {
  .salesman-form.form-center .row .cl-left {
    max-height: 92%;
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form.form-center .row .cl-left {
    position: inherit;
    top: auto;
    left: auto;
    margin-right: inherit;
    transform: inherit;
    z-index: 9;
    height: auto;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
  }
}

.salesman-form.form-center .row .cl-left .form-inner {
  height: auto;
  overflow-x: inherit;
}

@media only screen and (max-width: 767px) {
  .salesman-form.form-center .row .cl-left .form-inner {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form.form-center .row .cl-left .form-inner {
    height: calc(100vh - 127px);
  }
}

.salesman-form.form-center .row .cl-right:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .salesman-form.form-center .row .cl-right:after {
    display: none;
  }
}

.salesman-form.form-center .row .cl-right:before {
  position: absolute;
  content: "";
  background-image: url(../images/google-map.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .salesman-form.form-center .row .cl-right:before {
    display: none;
  }
}

.salesman-form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .salesman-form .row {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form .row {
    display: block;
    position: relative;
    height: auto;
  }
}

.salesman-form .row .btn {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.salesman-form .row .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.salesman-form .row .btn{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.salesman-form .row .btn:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.salesman-form .row .btn{
  opacity: 1;
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .btn img, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .btn[type=submit] img, .single-post .two-btn .site-btn.salesman-form .row .btn img, .single-post .two-btn .gform_wrapper input.salesman-form .row .btn[type=submit] img, .gform_wrapper .single-post .two-btn input.salesman-form .row .btn[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .salesman-form .row .btn a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .salesman-form .row .btn a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.salesman-form .row .btn{
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  font-family: Montserrat;
  font-weight: 600;
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    text-decoration: none !important;
  }
}

.salesman-form .row .btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  opacity: 0.5;
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .btn:disabled img, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .btn:disabled[type=submit] img, .single-post .two-btn .site-btn.salesman-form .row .btn:disabled img, .single-post .two-btn .gform_wrapper input.salesman-form .row .btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.salesman-form .row .btn:disabled[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .salesman-form .row .btn:disabled a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .salesman-form .row .btn:disabled a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.salesman-form .row .btn:disabled{
  box-shadow: none;
  text-shadow: none;
  filter: none;
  pointer-events: auto !important;
}

.salesman-form .row .btn:focus {
  outline: none;
}

.salesman-form .row .btn:hover {
  transition: all 0.35s ease-in-out;
}

.salesman-form .row .cl-left {
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 376px;
  flex: 376px 0 0;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left {
    width: 100%;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .salesman-form .row .cl-left {
    height: calc(100vh - 197px);
  }
}

.salesman-form .row .cl-left .fence-step {
  background: #F1F1ED;
  padding: 20px 16px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .fence-step {
    display: block;
    z-index: 999;
    position: relative;
  }
}

@media only screen and (max-width: 374px) {
  .salesman-form .row .cl-left .fence-step .step-row {
    gap: 10px;
  }
}

.salesman-form .row .cl-left .fence-step .step-row ul {
  gap: 16px;
}

@media only screen and (max-width: 374px) {
  .salesman-form .row .cl-left .fence-step .step-row ul {
    gap: 10px;
  }
}

.salesman-form .row .cl-left .fence-step .step-row ul li .count-text {
  display: none;
}

.salesman-form .row .cl-left .fence-step .step-row ul li.active .count-text {
  display: block;
}

.salesman-form .row .cl-left .fence-step .step-row ul li.backstep-active .count {
  background: #1A1A1A;
  color: #F1F1ED;
  box-shadow: none;
}

.salesman-form .row .cl-left .form-inner {
  height: calc(100vh - 86px);
  overflow-x: auto;
}

.salesman-form .row .cl-left .form-inner::-webkit-scrollbar {
  height: 12px;
  width: 5px;
  background: transparent;
}

.salesman-form .row .cl-left .form-inner::-webkit-scrollbar-thumb {
  background: #f0b334;
  -webkit-border-radius: 1ex;
}

.salesman-form .row .cl-left .form-inner::-webkit-scrollbar-corner {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner {
    height: calc(100vh - 127px);
  }
}

.salesman-form .row .cl-left .form-inner .step-row {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  align-items: center;
}

.salesman-form .row .cl-left .form-inner .step-row label {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left .form-inner .step-row label a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left .form-inner .step-row label a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.salesman-form .row .cl-left .form-inner .step-row ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0px;
}

.salesman-form .row .cl-left .form-inner .step-row ul li {
  background: #787878;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  padding-top: 1px;
  align-items: center;
  justify-content: center;
}

.salesman-form .row .cl-left .form-inner .step-row ul li.active {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.salesman-form .row .cl-left .form-inner .form-content {
  position: relative;
  height: 100%;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .stepthree-inner {
  padding: 36px 32px 24px 32px;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content.step3.add-fence-price #drawings .drawing-item {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content.step3.add-fence-price .stepthree-inner {
    padding: 22px 20px;
    background: #fff;
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 116px;
  }

  .salesman-form .row .cl-left .form-inner .form-content.step3.add-fence-price .stepthree-inner .accordion .accordion-section:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .salesman-form .row .cl-left .form-inner .form-content.step3.add-fence-price .stepthree-inner .accordion .accordion-section .fence-accordion-content:last-child {
    padding-bottom: 0;
  }

  .salesman-form .row .cl-left .form-inner .form-content.step3.add-fence-price .stepthree-inner .draw-btn {
    width: 100%;
  }

  .salesman-form .row .cl-left .form-inner .form-content.step3.add-fence-price .stepthree-inner .fence-style-btn .select-btn {
    width: 100%;
  }
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section {
  border-bottom: 1px solid rgba(200, 192, 189, 0.7);
  margin-bottom: 24px;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section.active {
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-header {
  background: transparent;
  border: 0;
  padding: 0 0 16px   0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-header .accordion-title {
  font-weight: 700;
  color: #3A4758;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-header .accordion-icon {
  transform: rotate(180deg);
  width: 11px;
  height: 11px;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-header .accordion-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-header.active .accordion-icon {
  transform: rotate(0deg);
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content {
  padding: 0 0 24px 0;
  background-color: transparent;
  border: 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .drawing-item {
  border-bottom: 1px solid rgba(200, 192, 189, 0.7);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .drawing-item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address {
  margin: 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address span {
  font-size: 16px;
  line-height: 160%;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address span {
    font-size: 14px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address span strong {
  font-size: 18px;
  list-style: 34px;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address span strong {
    font-size: 16px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address-edit {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border: 0;
  background: transparent;
  padding: 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address-edit.disable, .salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address-edit:disable {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto !important;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .accordion .accordion-section .fence-accordion-content .address-row .address-edit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .sub-title {
  margin-bottom: 16px;
  color: #3A4758;
}

@media (min-height: 768px) and (max-height: 950px) {
  .salesman-form .row .cl-left .form-inner .form-content .form-group {
    margin-bottom: 8px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content .form-group ul {
  margin-bottom: 0;
  list-style: decimal;
}

@media only screen and (max-height: 700px) {
  .salesman-form .row .cl-left .form-inner .form-content .form-group {
    margin-bottom: 10px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content .form-group h4 {
  margin-bottom: 10px;
}

.salesman-form .row .cl-left .form-inner .form-content .form-group label {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-weight: 700;
  line-height: 1;
}

.salesman-form .row .cl-left .form-inner .form-content .form-group input, .salesman-form .row .cl-left .form-inner .form-content .form-group select {
  height: auto;
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(57, 73, 91, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input, .banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select, .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit], .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit], .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit], .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
  position: relative;
  padding-right: 50px;
  margin: 8px 0 0 0;
}

.banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input img.seconday-btn-arrow, .banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .site-btn.bg-white img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow, .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] img.seconday-btn-arrow {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input:hover, .banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select:hover, .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input:hover[type=submit], .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select:hover[type=submit], .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group input:hover[type=submit], .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group select:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .site-btn.bg-white:hover, .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white:hover[type=submit] {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

@media screen and (max-width: 480px){
  .banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input, .banner-section .banner-content .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select, .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit], .banner-section .banner-content .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit], .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit], .gform_wrapper .banner-section .banner-content input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] {
    width: 270px;
  }

  .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .site-btn.bg-white, .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .banner-section .banner-content .gform_wrapper input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit], .gform_wrapper .banner-section .banner-content input.bg-white[type=submit] {
    width: 270px;
    width: 270px;
  }
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02, .single-post .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input .bg-blue02, .single-post .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select .bg-blue02, .single-post .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .site-btn.bg-white .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group input .bg-blue02 img, .single-post .two-btn .site-btn.salesman-form .row .cl-left .form-inner .form-content .form-group select .bg-blue02 img, .single-post .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group input[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.salesman-form .row .cl-left .form-inner .form-content .form-group select[type=submit] .bg-blue02 img {
    left: 9px;
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .site-btn.bg-white .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .site-btn.bg-white .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .single-post .two-btn .gform_wrapper input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img, .gform_wrapper .single-post .two-btn input.bg-white[type=submit] .bg-blue02 img {
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
    left: 9px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content .form-group input, .salesman-form .row .cl-left .form-inner .form-content .form-group select{
  padding-top: 7px;
  border: 1px solid #e5e5e5;
  line-height: 1.25;
}

.salesman-form .row .cl-left .form-inner .form-content .form-group select {
  background: #ffffff url(../../src/images/yellow-arrow.svg) no-repeat right 10px center !important;
  background-size: 14px !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.salesman-form .row .cl-left .form-inner .form-content .form-group .validation-message {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(214, 57, 60, var(--tw-bg-opacity));
  font-size: 13px;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding: 0 4px;
}

.salesman-form .row .cl-left .form-inner .form-content .button-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (min-height: 768px) and (max-height: 950px) {
  .salesman-form .row .cl-left .form-inner .form-content .button-row {
    margin-top: 15px;
  }
}

@media only screen and (max-height: 700px) {
  .salesman-form .row .cl-left .form-inner .form-content .button-row {
    margin-top: 10px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content .button-row.dataloading {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.salesman-form .row .cl-left .form-inner .form-content #drawings {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.salesman-form .row .cl-left .form-inner .form-content #drawings .btn:disabled {
  background: #d2d2d2;
  color: #787878;
  box-shadow: none;
  text-shadow: none;
  filter: none;
}

.salesman-form .row .cl-left .form-inner .form-content #drawings .btn {
  background-color: #5e0d06;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a2726', endColorstr='#5e0d06', GradientType=0 );
  background-image: linear-gradient(to bottom, #7a2726 0%, #5e0d06 100%);
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  font-size: 18px;
  opacity: 1;
  border: 0;
  padding: 9px 20px;
  line-height: 1;
  min-width: 100px;
}

.salesman-form .row .cl-left .form-inner .form-content #drawings .btn:focus {
  outline: none;
}

.salesman-form .row .cl-left .form-inner .form-content.step1 {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 240, 237, var(--tw-bg-opacity));
  padding: 20px;
}

.why-austex .why-austex-content.salesman-form .row .cl-left .form-inner .form-content.step1 p {
  line-height: 150%;
}

.salesman-form .row .cl-left .form-inner .form-content.step1{
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: auto;
  overflow-x: auto;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content.step1 {
    top: 64px;
    left: 0;
    margin-right: auto;
    transform: inherit;
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .salesman-form .row .cl-left .form-inner .form-content.step1 {
    padding: 12px 20px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content.step1 .recaptcha-notice {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 375px) {
  .salesman-form .row .cl-left .form-inner .form-content.step1 .recaptcha-notice {
    line-height: 1.2;
  }
}

.salesman-form .row .cl-left .form-inner .form-content.step1 .recaptcha-notice a {
  text-decoration: none !important;
  color: #F0B334;
}

.salesman-form .row .cl-left .form-inner .form-content.step1 .recaptcha-notice a:hover {
  color: #1A1A1A;
}

.salesman-form .row .cl-left .form-inner .form-content.step1 .button-row {
  position: relative;
  bottom: 0 !important;
  width: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.salesman-form .row .cl-left .form-inner .form-content.step1 .button-row .btn {
  border-radius: 4px;
  padding: 9px 20px;
  width: auto;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .step-row {
  --tw-bg-opacity: 1;
  background-color: rgba(200, 192, 189, var(--tw-bg-opacity));
  padding: 10px 15px;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .step-row .prev-btn {
  margin-right: 15px;
  border-width: 0px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity));
  background-color: transparent;
  padding-right: 15px;
  font-size: 24px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left .form-inner .form-content.step2 .step-row .prev-btn a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left .form-inner .form-content.step2 .step-row .prev-btn a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .step-row .prev-btn{
  box-shadow: none;
  text-shadow: none;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .step-row .next-btn {
  margin-left: auto;
  border-width: 0px;
  font-size: 16px;
  line-height: 22px;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .fence-removal-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .fence-removal-section span {
  color: #5e0d0d;
  font-weight: bold;
  font-size: 14px;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .fence-removal-section a.ext-remove {
  font-size: 13px;
  color: #AA180B;
  font-weight: 600;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row {
  padding: 36px 32px 0 32px;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content.step2 .address-row {
    padding: 28px 20px 0 20px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row h4 {
  margin-bottom: 20px;
  font-family: Zilla Slab;
  font-size: 34px;
  font-weight: 700;
  line-height: 110%;
  color: #3A4758;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .add {
  margin: 0px;
  line-height: 1;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .add span {
  font-size: 18px;
  line-height: 27px;
  line-height: 1;
  color: #3B4A5C;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .place-fences-instructions {
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 160%;
  color: #1A1A1A;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .place-fences-instructions .heading {
  margin-bottom: 10px;
  font-weight: 700;
  color: #3B4A5C;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .place-fences-instructions .body > div {
  margin-bottom: 10px;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .place-fences-instructions .body .main {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .place-fences-instructions .body .accent {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner {
  display: flex;
  align-items: center;
  background: #FFF;
  flex-wrap: wrap;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner .icon-box {
  position: relative;
  flex: 50px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #FFF;
  padding: 16px 0px 16px 16px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner .icon-box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 28px;
  background: rgba(0, 0, 0, 0.14);
  right: 0;
  top: 12px;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner .icon-box img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner input {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #1A1A1A;
  flex: 1 0 0;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #FFF;
  padding: 16px 16px 16px 12px;
  flex-wrap: wrap;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner input::-moz-placeholder {
  color: #1A1A1A;
  opacity: 0.6;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner input::placeholder {
  color: #1A1A1A;
  opacity: 0.6;
}

.salesman-form .row .cl-left .form-inner .form-content.step2 .address-row .search-box .search-inner .validation-message {
  flex: 100% 0 0;
}

.salesman-form .row .cl-left .form-inner .form-content .button-row {
  justify-content: center;
  padding: 20px 32px;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  bottom: 52px;
  width: 100%;
  margin: 0;
  transition: bottom 0.2s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .salesman-form .row .cl-left .form-inner .form-content .button-row {
    bottom: 86px;
  }
}

@media only screen and (max-width: 991px) {
  .salesman-form .row .cl-left .form-inner .form-content .button-row {
    bottom: 74px;
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content .button-row {
    bottom: 117px;
  }
}

@media only screen and (max-width: 375px) {
  .salesman-form .row .cl-left .form-inner .form-content .button-row {
    bottom: 162px;
  }
}

.salesman-form .row .cl-left .form-inner .form-content .button-row .btn {
  width: 100%;
  border-radius: 100px;
  padding: 18px;
  line-height: 130%;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 .button-row {
  bottom: 0;
}

.salesman-form .row .cl-left .form-inner .add-another-fence {
  display: flex !important;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.salesman-form .row .cl-left .form-inner .add-another-fence .btn {
  padding: 16px 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  background: #3A4758;
  color: #F1F1ED;
}

.salesman-form .row .cl-left .form-inner .add-another-fence .btn:hover {
  background: #1A1A1A;
  color: #F1F1ED;
}

.salesman-form .row .cl-left .form-inner .add-another-fence .btn:disabled {
  box-shadow: none;
  text-shadow: none;
  filter: none;
  pointer-events: auto !important;
  background: rgba(58, 71, 88, 0.32);
  color: #F1F1ED;
}

.salesman-form .row .cl-left .form-inner .add-another-fence .next-btn {
  background: rgba(58, 71, 88, var(--tw-text-opacity));
  color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.salesman-form .row .cl-left .form-inner .add-another-fence .next-btn:hover {
  background: rgba(240, 179, 52, var(--tw-bg-opacity));
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.salesman-form .row .cl-left .quote-summary {
  height: 500px;
  overflow-x: auto;
  margin: 20px 0 20px 0;
  background-color: #f1f0ed;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.salesman-form .row .cl-left .quote-summary::-webkit-scrollbar {
  height: 12px;
  width: 5px;
  background: transparent;
}

.salesman-form .row .cl-left .quote-summary::-webkit-scrollbar-thumb {
  background: #f0b334;
  -webkit-border-radius: 1ex;
}

.salesman-form .row .cl-left .quote-summary::-webkit-scrollbar-corner {
  background: transparent;
}

.salesman-form .row .cl-left .quote-summary .drawings-append {
  width: 100%;
}

.salesman-form .row .cl-left .quote-summary .summary-text {
  color: #d9a12e;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.salesman-form .row .cl-left .quote-summary .information-contact {
  width: 100%;
}

.salesman-form .row .cl-left .quote-summary .information-contact .header {
  color: #d9a12e;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.salesman-form .row .cl-left .quote-summary .information-contact .info-detail {
  margin-bottom: 16px;
}

.salesman-form .row .cl-left .quote-summary .information-contact .info-detail:last-child {
  margin-bottom: 0;
}

.salesman-form .row .cl-left #drawings {
  display: block !important;
  margin-top: 20px;
  margin: 0 !important;
}

.salesman-form .row .cl-left #drawings .drawing-item {
  opacity: 1;
  transition: opacity 200ms linear;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row .count {
  flex: 24px 0 0;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: #1A1A1A;
  color: #F1F1ED;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 24px;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row .price-row {
  display: flex;
  justify-content: space-between;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row .price-row .title {
  font-weight: bold;
  font-size: 18px;
  flex: 1 0 0;
  color: #3b4a5c;
  align-items: center;
  display: flex;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row .price-row .price {
  font-size: 14px;
  font-weight: bold;
  color: #790000;
  flex: 100% 0 0;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row .price-row .price .price-range {
  filter: blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row .title-inner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .title-row .fence-style-btn {
  margin: 0;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row {
  padding-left: 0;
  padding-bottom: 12px;
  margin-bottom: 0;
  padding-right: 50px;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count {
  margin: 5px 0 0 0;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a{
  opacity: 1;
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a img, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a[type=submit] img, .single-post .two-btn .site-btn.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a img, .single-post .two-btn .gform_wrapper input.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a[type=submit] img, .gform_wrapper .single-post .two-btn input.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a{
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  font-family: Montserrat;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a:hover {
  text-decoration: none;
}

.salesman-form .row .cl-left #drawings .drawing-item .drawing-inner .content-row .gate-count a:last-child {
  margin-bottom: 0;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  position: relative;
  margin-top: 0;
  gap: 10px;
  flex-wrap: wrap;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .select-btn {
  border-radius: 100px;
  color: #3A4758;
  font-size: 16px;
  font-weight: 700;
  border-color: #3A4758;
  padding: 8px 16px;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .select-btn:hover {
  background: #3A4758;
  border-color: #3A4758;
  color: #F1F1ED;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-restyle-btn .gate-count {
  flex: 100% 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-restyle-btn .gate-count .gate-note {
  flex: 100% 0 0;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-restyle-btn .gate-count a {
  padding: 8px 16px;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  font-family: Montserrat;
  font-weight: 700;
  border-radius: 100px;
  color: #3A4758;
  font-size: 16px;
  border: 1px solid #3A4758;
  background: transparent;
  text-decoration: none;
  display: block;
  text-align: center;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-restyle-btn .gate-count a:hover {
  outline: none;
  border: 1px solid #3A4758;
  background: #3A4758;
  color: #F1F1ED;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-restyle-btn button.select-btn {
  padding: 8px 16px;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  font-family: Montserrat;
  font-weight: 700;
  border-radius: 100px;
  color: #3A4758;
  font-size: 16px;
  border: 1px solid #3A4758;
  background: transparent;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-restyle-btn button.select-btn:focus, .salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-restyle-btn button.select-btn:hover {
  outline: none;
  border: 1px solid #3A4758;
  background: #3A4758;
  color: #F1F1ED;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn.fence-list-btn .gate-count {
  flex: auto 0 0;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn button.delete-btn {
  padding: 0;
  width: 15px;
  height: 16px;
  border: 0;
  opacity: 0.6;
  margin-left: auto;
  cursor: pointer;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn button.delete-btn:focus, .salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn button.delete-btn:active, .salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn button.delete-btn:hover {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn button.delete-btn:disabled {
  cursor: not-allowed;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup {
  padding: 5px 20px;
  background: #AA180B;
  height: auto;
  position: absolute;
  transition: opacity 250ms linear, left 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 10px 0 0 10px;
  top: -4px !important;
  width: auto;
  left: -277px !important;
}

@media only screen and (max-width: 375px) {
  .salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup {
    padding: 5px 10px;
    left: -237px !important;
  }
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.yes-delete {
  background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b3b3b3', GradientType=0 );
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #b3b3b3 100%);
  color: #323232;
  text-shadow: 0px 1px #fff;
  border: 1px solid #a6a8ab;
  padding: 2px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  height: 32px;
}

@media only screen and (max-width: 375px) {
  .salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.yes-delete {
    padding: 2px 5px;
    font-size: 13px;
  }
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.no-keep {
  color: #fff;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  border: 0;
  background: transparent;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.no-keep:focus {
  outline: none !important;
}

.salesman-form .row .cl-left #drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.no-keep:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  .salesman-form .row .cl-left .form-inner .form-content.step3 #drawings {
    max-height: 240px;
    overflow-x: scroll;
  }
}

.salesman-form .row .cl-left .form-inner .form-content.step3 #drawings .drawing-item {
  border-bottom: 1px solid rgba(200, 192, 189, 0.7);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.salesman-form .row .cl-left .form-inner .form-content.step3 #drawings .drawing-item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.salesman-form .row .cl-left #final_drawings {
  display: block !important;
  margin-top: 20px;
  margin: 0 !important;
}

.salesman-form .row .cl-left #final_drawings .drawing-item {
  border-bottom: 1px solid #C8C0BD;
  padding-bottom: 20px;
  margin-bottom: 20px;
  opacity: 1;
  transition: opacity 200ms linear;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .title-row {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  flex-direction: column;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .title-row .count {
  height: auto;
  min-width: 70px;
  border-radius: 6px;
  background: #3A4758;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
  padding: 5px 8px;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .title-row .price-row {
  display: flex;
  justify-content: space-between;
  flex: 1 0 0;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .title-row .price-row .title {
  font-weight: bold;
  font-size: 18px;
  flex: 1 0 0;
  color: #3b4a5c;
  align-items: center;
  display: flex;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .title-row .price-row .price {
  font-size: 14px;
  font-weight: bold;
  color: #790000;
  flex: 100% 0 0;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .content-row {
  padding-left: 0px;
  margin-bottom: 0px;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .content-row .gate-count {
  margin: 5px 0 0 0;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .content-row .gate-count a {
  color: #790000;
  border: 2px solid #3B4A5C;
  padding: 5px 10px;
  border-radius: 8px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  transition: all 0.35s ease-in-out;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .drawing-inner .content-row .gate-count a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  position: relative;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn{
  opacity: 1;
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn img, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn[type=submit] img, .single-post .two-btn .site-btn.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn img, .single-post .two-btn .gform_wrapper input.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn{
  padding-top: 9px;
  padding-bottom: 9px;
  box-shadow: none;
  text-shadow: none;
  filter: none;
  line-height: 1;
  transition: all 0.35s ease-in-out;
  font-family: Montserrat;
  font-weight: 600;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.select-btn:focus {
  outline: none;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.delete-btn {
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #AA180B;
  border: 1px solid #AA180B;
  margin-left: auto;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.delete-btn:focus, .salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.delete-btn:active, .salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn button.delete-btn:hover {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn .del-popup {
  padding: 5px 20px;
  background: #AA180B;
  height: auto;
  position: absolute;
  transition: opacity 250ms linear, left 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 10px 0 0 10px;
  top: -4px !important;
  width: auto;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup {
  display: flex;
  align-items: center;
  gap: 10px;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.yes-delete {
  background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#b3b3b3', GradientType=0 );
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #b3b3b3 100%);
  color: #323232;
  text-shadow: 0px 1px #fff;
  border: 1px solid #a6a8ab;
  padding: 2px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  height: 32px;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.no-keep {
  color: #fff;
  font-size: 14px;
  padding: 0;
  line-height: 1;
  border: 0;
  background: transparent;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.no-keep:focus {
  outline: none !important;
}

.salesman-form .row .cl-left #final_drawings .drawing-item .fence-style-btn .del-popup .flex-del-popup button.no-keep:hover {
  text-decoration: underline;
}

.salesman-form .row .cl-left #final_drawings .cls_remove_estimate {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.salesman-form .row .cl-left #final_drawings .cls_remove_estimate span {
  color: #790000;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
}

.salesman-form .row .cl-left #final-tot-estimate span {
  filter: initial;
}

.salesman-form .row .cl-left .fence-removal-section a {
  color: #790000;
}

.salesman-form .row .cl-left .fence-removal-section a:hover {
  color: #790000;
  text-decoration: underline;
}

.salesman-form .row .cl-left .time-row {
  font-size: 13px;
  font-weight: 600;
}

.salesman-form .row .cl-left .time-row hr {
  display: none;
}

.salesman-form .row .cl-left .time-row span {
  color: #790000;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  filter: blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.salesman-form .row .cl-right {
  padding: 0 !important;
  position: relative;
  flex: 1 0 0;
}

.salesman-form .row .cl-right p {
  margin-bottom: 0;
}

.salesman-form .row .cl-right #div-sel-fence-type {
  font-size: 14px;
  background: #2d2d2d;
  color: #fff;
  padding: 15px;
  position: absolute;
  top: auto;
  z-index: 9;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  bottom: 20px;
  max-width: 900px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .salesman-form .row .cl-right #div-sel-fence-type {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right #div-sel-fence-type {
    font-size: 12px;
    line-height: 1.2;
    width: 78%;
    gap: 10px;
  }
}

.salesman-form .row .cl-right #div-sel-fence-type p {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right #div-sel-fence-type p {
    text-align: center;
  }
}

.salesman-form .row .cl-right #div-sel-fence-type span {
  display: none;
  color: rgba(240, 179, 52, var(--tw-text-opacity)) !important;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right #div-sel-fence-type span {
    display: block;
  }
}

.salesman-form .row .cl-right .show-hide-btn {
  position: absolute;
  bottom: 40px;
  z-index: 99;
}

.salesman-form .row .cl-right .show-hide-btn .arrow-down {
  width: 50px;
  height: 50px;
  background: #3B4A5C;
  position: relative;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .salesman-form .row .cl-right .show-hide-btn .arrow-down {
    width: 40px;
    height: 40px;
  }
}

.salesman-form .row .cl-right .show-hide-btn .arrow-down.active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.salesman-form .row .cl-right .show-hide-btn .arrow-down.active img, .page-template-template-blog-listing .two-btn .gform_wrapper input.salesman-form .row .cl-right .show-hide-btn .arrow-down.active[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.salesman-form .row .cl-right .show-hide-btn .arrow-down.active[type=submit] img, .single-post .two-btn .site-btn.salesman-form .row .cl-right .show-hide-btn .arrow-down.active img, .single-post .two-btn .gform_wrapper input.salesman-form .row .cl-right .show-hide-btn .arrow-down.active[type=submit] img, .gform_wrapper .single-post .two-btn input.salesman-form .row .cl-right .show-hide-btn .arrow-down.active[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.salesman-form .row .cl-right .show-hide-btn .arrow-down:before, .salesman-form .row .cl-right .show-hide-btn .arrow-down:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: white;
  position: absolute;
  top: 24px;
  transition: transform .5s;
}

@media only screen and (max-width: 1024px) {
  .salesman-form .row .cl-right .show-hide-btn .arrow-down:before, .salesman-form .row .cl-right .show-hide-btn .arrow-down:after {
    top: 20px;
    width: 16px;
    height: 4px;
  }
}

.salesman-form .row .cl-right .show-hide-btn .arrow-down:before {
  right: 21px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
  .salesman-form .row .cl-right .show-hide-btn .arrow-down:before {
    right: 16px;
  }
}

.salesman-form .row .cl-right .show-hide-btn .arrow-down:after {
  right: 10px;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  .salesman-form .row .cl-right .show-hide-btn .arrow-down:after {
    right: 7px;
  }
}

.salesman-form .row .cl-right .show-hide-btn .arrow-down.active:before {
  transform: rotate(-45deg);
}

.salesman-form .row .cl-right .show-hide-btn .arrow-down.active:after {
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right.map-main {
    display: none;
  }
}

.salesman-form .row .cl-right.map-main {
  height: calc(100vh - 86px);
}

@media only screen and (max-width: 1200px) {
  .salesman-form .row .cl-right.map-main {
    height: calc(100vh - 62px);
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right.map-main {
    height: 100%;
    padding-top: 64px !important;
  }
}

.salesman-form .row .cl-right.map-main .mobile-map-text {
  position: absolute;
  bottom: 0;
  z-index: 99;
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 22px 20px;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  display: none;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right.map-main .mobile-map-text {
    display: block;
  }
}

.salesman-form .row .cl-right.map-main .howtouse-button .btn {
  z-index: 999;
  position: absolute;
  right: 32px;
  top: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 6px 6px 6px 24px;
  color: #f0b334;
  box-shadow: 0 0 12px 5px #3A4758;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right.map-main .howtouse-button .btn {
    right: 20px;
    top: 82px;
  }
}

.salesman-form .row .cl-right.map-main .howtouse-button .btn:hover {
  background: #f0b334;
  color: #fff;
}

.salesman-form .row .cl-right.map-main .howtouse-button .btn .icon-box {
  background: #f0b334;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.salesman-form .row .cl-right.map-main .howtouse-button .btn .icon-box img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup {
  position: absolute;
  right: 32px;
  z-index: 999;
  background: #fff;
  top: 32px;
  border-radius: 18px;
  padding: 16px;
  width: 100%;
  max-width: 307px;
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right.map-main .fence-howtouse-popup {
    right: 20px;
    top: 82px;
    max-width: 335px;
  }
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup .popup-content .fence-use .title-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup .popup-content .fence-use .title-row span {
  font-size: 16px;
  font-weight: 700;
  color: #3A4758;
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup .popup-content .fence-use .title-row .cancel-btn {
  background: #3A4758;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 6px;
  border: 0;
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup .popup-content .fence-use .title-row .cancel-btn img {
  width: 12px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup .popup-content .fence-use ul {
  list-style: decimal;
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup .popup-content .fence-use ul li {
  font-size: 16px;
  list-style: 150%;
  font-weight: 400;
  font-style: normal;
}

.salesman-form .row .cl-right.map-main .fence-howtouse-popup .popup-content .fence-use ul:last-child {
  margin-bottom: 0;
}

.salesman-form .row .cl-right.map-main #map {
  height: calc(100vh - 86px);
  z-index: 9;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .salesman-form .row .cl-right.map-main #map {
    height: calc(100vh - 31px);
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-right.map-main #map {
    height: calc(100vh - 128px);
  }
}

.salesman-form .row .cl-right.map-main #map .leaflet-control-zoom a {
  text-decoration: none;
}

.salesman-form .row .cl-right.map-main #map.popup-active {
  position: relative;
}

.salesman-form .row .cl-right.map-main #map.popup-active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .salesman-form .request-quote.step4 .row {
    display: flex;
  }
}

.salesman-form .request-quote.step4 .cl-left {
  max-width: 550px;
  flex: 1 0 0;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary {
  height: calc(100vh - 380px);
  padding: 0;
  background: transparent;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .drawings-append {
  width: 100%;
  display: grid;
  border: 1px solid #d6d6d6;
  padding: 10px 20px 20px;
  margin: 0 0 10px;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .drawings-append .summary-text {
  color: #3a4758;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .salesman-form .request-quote.step4 .cl-left .quote-summary .drawings-append .drawing-item .drawing-inner .title-row .price-row {
    flex-direction: column;
  }
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .drawings-append .drawing-item .drawing-inner .title-row .price-row .title {
  flex: 1 0 0;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .drawings-append .drawing-item .drawing-inner .title-row .price-row .price {
  flex: 1 0 0 !important;
  justify-items: flex-end;
}

@media only screen and (max-width: 480px) {
  .salesman-form .request-quote.step4 .cl-left .quote-summary .drawings-append .drawing-item .drawing-inner .title-row .price-row .price {
    justify-items: flex-start;
  }
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .information-contact {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .information-contact .header {
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .information-contact .contact-details .info-details a {
  color: #790000;
  text-decoration: none;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .information-static .company-contact .info {
  font-style: italic;
  font-size: 14px;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .information-static .company-contact .details {
  font-weight: 700;
  font-size: 14px;
  color: #3a4758;
}

.salesman-form .request-quote.step4 .cl-left .quote-summary .information-static .company-contact .details a {
  color: #790000;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .salesman-form.add-fence-map .cl-right {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .salesman-form.add-fence-map .map-main {
    display: block !important;
  }

  .salesman-form.add-fence-map #map {
    width: 100%;
    height: 100% !important;
  }
}

.salesman-form.add-fence-map .out-map-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .salesman-form.add-fence-map .out-map-btn {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: -40px;
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 375px) {
  .salesman-form.add-fence-map .out-map-btn .btn {
    font-size: 14px;
  }
}

.salesman-form .request-quote {
  padding: 75px 0 120px 0;
}

@media only screen and (max-width: 767px) {
  .salesman-form .request-quote {
    padding: 35px 0 180px 0;
  }
}

.salesman-form .request-quote.form-content.step3 .cl-left {
  width: 41.66666667%;
  padding: 0 15px !important;
  flex: 550px 0 0;
}

@media only screen and (max-width: 767px) {
  .salesman-form .request-quote.form-content.step3 .cl-left {
    width: 100% !important;
  }
}

.salesman-form .request-quote.form-content.step3 .cl-left .drawings-append {
  display: grid;
  border: 1px solid #d6d6d6;
  padding: 10px 20px 20px;
  margin: 0 0 10px 0;
}

.salesman-form .request-quote.form-content.step3 .cl-left .drawings-append #drawings .drawing-item .drawing-inner .title-row .price-row .price {
  filter: blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.salesman-form .request-quote.form-content.step3 .cl-left .drawings-append .summary-text {
  color: #3A4758;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.salesman-form .request-quote.form-content.step3 .cl-left .drawings-append .tot-estimate {
  order: 2;
}

.salesman-form .request-quote.form-content.step3 .cl-left .drawings-append .tot-estimate span {
  filter: blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.salesman-form .request-quote.form-content.step3 .cl-left .drawings-append .tot-estimate hr {
  display: none;
}

.salesman-form .request-quote.form-content.step3 .cl-left .information-contact {
  border: 1px solid #d6d6d6;
  padding: 10px 20px;
  margin: 10px 0;
}

.salesman-form .request-quote.form-content.step3 .cl-left .information-contact .header {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.salesman-form .request-quote.form-content.step3 .cl-left .information-contact .info-detail {
  margin-left: 0;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all;
  margin-bottom: 10px;
}

.salesman-form .request-quote.form-content.step3 .cl-left .information-contact .info-detail:last-child {
  margin-bottom: 0;
}

.salesman-form .request-quote.form-content.step3 .cl-left .information-contact .info-detail .info-details a {
  color: #790000;
}

.salesman-form .request-quote.form-content.step3 .cl-left .information-contact .info-detail .info-details a:hover {
  color: #790000;
  text-decoration: underline;
}

.salesman-form .request-quote.form-content.step3 .information-static .company-contact {
  padding: 0;
}

.salesman-form .request-quote.form-content.step3 .information-static .company-contact .info {
  margin: 5px 0px;
  font-style: italic;
  font-size: 14px;
}

.salesman-form .request-quote.form-content.step3 .information-static .company-contact .details {
  font-weight: bold;
  font-size: 14px;
  color: #3A4758;
}

.salesman-form .request-quote.form-content.step3 .information-static .company-contact .details a {
  font-size: 14px;
  display: inline-block;
  margin: 5px 0;
  color: #790000;
  font-weight: bold;
  line-height: 1;
}

.salesman-form .request-quote.form-content.step3 .information-static .company-contact .details a:hover {
  color: #790000;
}

.salesman-form .request-quote.form-content.step3 .submit-form {
  text-align: center;
  margin-top: 15px;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.salesman-form .request-quote.form-content.step3 .cl-right {
  padding: 0 15px !important;
}

@media only screen and (max-width: 767px) {
  .salesman-form .request-quote.form-content.step3 .cl-right {
    position: relative;
    z-index: 9;
  }
}

.salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main {
  border: 1px solid #d6d6d6;
  padding: 10px 20px 20px;
  margin: 10px 0;
}

.salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .our-sales-team-Title {
  color: #3A4758;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .sales-team-details .salesman-details {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .sales-team-details .salesman-details:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .sales-team-details .salesman-details .sales-team-title {
  color: #3A4758;
  font-weight: 700;
}

.salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .sales-team-details .salesman-details .sales-team-email a, .salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .sales-team-details .salesman-details .sales-team-phone a {
  color: #790000;
}

.salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .sales-team-details .salesman-details .sales-team-email a:hover, .salesman-form .request-quote.form-content.step3 .cl-right .our-sales-team-main .sales-team-details .salesman-details .sales-team-phone a:hover {
  color: #790000;
  text-decoration: underline;
}

.salesman-form .request-quote.form-content.step3 .cl-right .submit-form {
  margin: 10px 0;
}

.page-template-template-instant-quote-v2 .popup, .page-template-template-summary-quote-v2 .popup {
  overflow: auto;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 86px;
  width: 100%;
  height: 100%;
  background-color: #F1F0ED;
  padding-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-instant-quote-v2 .popup, .page-template-template-summary-quote-v2 .popup {
    top: 63px;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2 .popup, .page-template-template-summary-quote-v2 .popup {
    top: 65px;
  }
}

.page-template-template-instant-quote-v2 .popup .popup-top-content, .page-template-template-summary-quote-v2 .popup .popup-top-content {
  background: #d6d6d6;
  padding: 10px 15px;
  color: #1a1a1a;
  z-index: 1000;
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 574px) {
  .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left {
    gap: 12px;
  }
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .back-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .back-btn {
  background-color: transparent;
  font-size: 24px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .back-btn a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .back-btn a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .back-btn a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .back-btn a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .back-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .back-btn{
  box-shadow: none;
  text-shadow: none;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 0;
  line-height: 1;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .back-btn span, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .back-btn span {
  background-image: url(../images/icons-sprite.svg);
  display: inline-block;
  background-position: -18px 0;
  height: 18px;
  width: 18px;
  background-size: 180px 18px;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell {
  margin-left: 15px;
  border-width: 0px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(58, 71, 88, var(--tw-border-opacity));
  padding-left: 15px;
}

@media only screen and (max-width: 574px) {
  .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell {
    flex: 1 0 0;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    border: 0;
  }
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell .title, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell .title {
  color: #3A4758;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell .sub-title, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell .sub-title {
  font-size: 12px;
  color: #3A4758;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order {
  display: none;
}

@media only screen and (max-width: 640px) {
  .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order {
    display: block;
  }
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order ul, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order ul li span, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .content-cell .style-order ul li span {
  position: relative;
  top: 4px;
  margin-right: 5px;
  font-size: 16px;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .step-row, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .step-row {
  display: flex;
  gap: 6px;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .step-row label, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .step-row label {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .step-row label a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .step-row label a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .step-row label a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .step-row label a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .step-row ul, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .step-row ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0px;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .step-row ul li, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .step-row ul li {
  background: #787878;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  padding-top: 1px;
  align-items: center;
  justify-content: center;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-left .step-row ul li.active, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-left .step-row ul li.active {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right {
  flex: auto 0 0;
  display: flex;
  gap: 5px;
}

@media only screen and (max-width: 480px) {
  .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right {
    flex-direction: column;
  }
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:hover, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:hover, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:hover, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn{
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:hover, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:hover, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:hover, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn a, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn a:hover, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn{
  height: 32px;
  border: none;
  padding: 2px 10px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: none;
  border-radius: 4px;
  text-shadow: none;
  cursor: pointer;
  line-height: 1;
  margin: 0;
}

.page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:focus, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:active, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:focus, .page-template-template-instant-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:active, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:focus, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.apply-btn:active, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:focus, .page-template-template-summary-quote-v2 .popup .popup-top-content .cl-right button.clear-all-btn:active {
  outline: none;
  box-shadow: none;
}

.page-template-template-instant-quote-v2 .popup-content .close, .page-template-template-summary-quote-v2 .popup-content .close {
  color: #aaa;
  float: right;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  z-index: 9;
  top: 10px;
  right: 5px;
}

.page-template-template-instant-quote-v2 .popup-content .close:hover, .page-template-template-instant-quote-v2 .popup-content .close:focus, .page-template-template-summary-quote-v2 .popup-content .close:hover, .page-template-template-summary-quote-v2 .popup-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.page-template-template-instant-quote-v2 .filter-container, .page-template-template-summary-quote-v2 .filter-container {
  padding: 75px 50px 30px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .page-template-template-instant-quote-v2 .filter-container, .page-template-template-summary-quote-v2 .filter-container {
    padding: 170px 50px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .page-template-template-instant-quote-v2 .filter-container, .page-template-template-summary-quote-v2 .filter-container {
    padding: 190px 30px 30px;
  }
}

.page-template-template-instant-quote-v2 .filter-container .filter-title, .page-template-template-summary-quote-v2 .filter-container .filter-title {
  display: block;
  width: 100%;
  color: #3A4758;
  font-size: 18pt;
  max-width: 680px;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: bold;
  line-height: 1.4;
}

.page-template-template-instant-quote-v2 .filter-container .filter-title a, .page-template-template-summary-quote-v2 .filter-container .filter-title a {
  color: #f0b334;
}

.page-template-template-instant-quote-v2 .filter-container .filter-title a:hover, .page-template-template-summary-quote-v2 .filter-container .filter-title a:hover {
  color: #3a4758;
}

.page-template-template-instant-quote-v2 .filter-container .filter-items, .page-template-template-summary-quote-v2 .filter-container .filter-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media only screen and (max-width: 640px) {
  .page-template-template-instant-quote-v2 .filter-container .filter-items, .page-template-template-summary-quote-v2 .filter-container .filter-items {
    grid-template-columns: auto;
  }
}

@media only screen and (max-width: 640px) {
  .page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group h3, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group h3 {
  color: #3A4758;
  font-size: 20px;
  margin-bottom: 6px;
  flex: 100% 0 0;
  font-family: Montserrat !important;
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group .filter-card, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group .filter-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media only screen and (max-width: 640px) {
  .page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group .filter-card, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group .filter-card {
    margin-right: 15px;
    border: 0;
    padding: 0;
    width: 100px;
    vertical-align: top;
    min-height: auto;
  }
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group .filter-card.selected, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group .filter-card.selected {
  box-shadow: none;
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group .filter-card img, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group .filter-card img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group .filter-card p, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group .filter-card p {
  display: block;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  color: #3A4758;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  margin-top: 2px;
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group button.clear-btn, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group button.clear-btn {
  margin-top: 0;
  color: #5e0d0d;
  font-size: 18px;
  background-color: transparent;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  top: 0;
  padding: 0 0 0 30px;
  border: 0;
  display: none;
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group button.clear-btn:focus, .page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group button.clear-btn:active, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group button.clear-btn:focus, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group button.clear-btn:active {
  outline: none;
  box-shadow: none;
}

.page-template-template-instant-quote-v2 .filter-container .filter-items .filter-group button.clear-btn:before, .page-template-template-summary-quote-v2 .filter-container .filter-items .filter-group button.clear-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: -3px;
  background-image: url(../images/icons-sprite.svg);
  background-size: 240px 24px;
  background-position: -216px;
  height: 24px;
  width: 24px;
}

.page-template-template-instant-quote-v2 .filter-container .cl-right, .page-template-template-summary-quote-v2 .filter-container .cl-right {
  text-align: center;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media only screen and (max-width: 640px) {
  .page-template-template-instant-quote-v2 .filter-container .cl-right, .page-template-template-summary-quote-v2 .filter-container .cl-right {
    margin-top: 30px;
  }
}

.page-template-template-instant-quote-v2 .filter-container .cl-right button.clear-all-btn, .page-template-template-instant-quote-v2 .filter-container .cl-right button.apply-btn, .page-template-template-summary-quote-v2 .filter-container .cl-right button.clear-all-btn, .page-template-template-summary-quote-v2 .filter-container .cl-right button.apply-btn {
  border: none;
  padding: 9px 20px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  box-shadow: none;
  border-radius: 4px;
  text-shadow: none;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.page-template-template-instant-quote-v2 .filter-container .cl-right button.clear-all-btn:hover, .page-template-template-instant-quote-v2 .filter-container .cl-right button.apply-btn:hover, .page-template-template-summary-quote-v2 .filter-container .cl-right button.clear-all-btn:hover, .page-template-template-summary-quote-v2 .filter-container .cl-right button.apply-btn:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.page-template-template-instant-quote-v2 .filter-container .cl-right button.clear-all-btn:focus, .page-template-template-instant-quote-v2 .filter-container .cl-right button.apply-btn:focus, .page-template-template-summary-quote-v2 .filter-container .cl-right button.clear-all-btn:focus, .page-template-template-summary-quote-v2 .filter-container .cl-right button.apply-btn:focus {
  outline: none;
}

.page-template-template-instant-quote-v2 .addgate-row h3.gate-title, .page-template-template-summary-quote-v2 .addgate-row h3.gate-title {
  color: #3B4A5C;
  font-size: 18px;
  margin-bottom: 6px;
  flex: 100% 0 0;
  font-family: Montserrat !important;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block {
  display: flex;
  width: 33%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block select, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block select {
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 7px 8px 5px 8px;
  border: 1px solid #787878;
  background: #fff;
  line-height: 1.25;
  border-radius: 0;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item {
  width: 100%;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span {
  display: inline-block;
  width: 100%;
  clear: both;
  margin-top: 15px;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span label, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span label {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  width: 100%;
  display: inline-block;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field {
  position: relative;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow {
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow {
    right: 25px;
    flex-direction: row;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span {
  margin: 0;
  font-size: 0;
  cursor: pointer;
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-increment, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-increment {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #000000;
  width: 8px;
  height: 10px;
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-increment, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-increment {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #000000;
    height: 8px;
  }
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-decrement, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-decrement {
  width: 8px;
  height: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #000000;
}

@media only screen and (max-width: 767px) {
  .page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-decrement, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field .gate-arrow span.input-number-decrement {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000000;
    height: 8px;
  }
}

.page-template-template-instant-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field input, .page-template-template-summary-quote-v2 .addgate-row .gate-select-block .options-item span .gate-field input {
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 7px 8px 5px 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  line-height: 1.25;
  border-radius: 0;
  color: #39495B;
}

.page-template-template-instant-quote-v2 .gatepopup, .page-template-template-instant-quote-v2 .fence-remove-popup, .page-template-template-summary-quote-v2 .gatepopup, .page-template-template-summary-quote-v2 .fence-remove-popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content, .page-template-template-summary-quote-v2 .gatepopup .popup-content, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content {
  width: 95%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .back-btn span, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .back-btn span, .page-template-template-summary-quote-v2 .gatepopup .popup-content .back-btn span, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .back-btn span {
  position: relative;
  top: -20px;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .back-btn span:before, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .back-btn span:before, .page-template-template-summary-quote-v2 .gatepopup .popup-content .back-btn span:before, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .back-btn span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../images/icons-sprite.svg);
  background-size: 240px 24px;
  background-position: 24px;
  height: 24px;
  width: 24px;
  right: auto;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .addgate-row .gate-select-block, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .addgate-row .gate-select-block, .page-template-template-summary-quote-v2 .gatepopup .popup-content .addgate-row .gate-select-block, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .addgate-row .gate-select-block {
  width: 100%;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:hover, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:hover, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:hover, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:hover, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:hover, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:hover, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:hover, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(58, 71, 88, var(--tw-bg-opacity));
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn{
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:hover, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:hover, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:hover, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:hover, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:hover, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:hover, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:hover, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn a, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn a, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn a, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn a:hover, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn a:hover, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn a:hover, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn{
  box-shadow: none;
  text-shadow: none;
  filter: none;
  font-size: 18px;
  opacity: 1;
  border: 0;
  padding: 9px 20px;
  line-height: 1;
  margin-left: auto;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 179, 52, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(58, 71, 88, var(--tw-text-opacity));
  opacity: 0.5;
}

@media only screen and (max-width: 767px){
  .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled img, .page-template-template-blog-listing .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled img, .single-post .two-btn .site-btn.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled img, .single-post .two-btn .site-btn.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .single-post .two-btn .gform_wrapper input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled[type=submit] img, .gform_wrapper .single-post .two-btn input.page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .site-btn.bg-yellow img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .page-template-template-blog-listing .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .page-template-template-blog-listing .two-btn input.bg-yellow[type=submit] img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .site-btn.bg-yellow img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .single-post .two-btn .gform_wrapper input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img, .gform_wrapper .single-post .two-btn input.bg-yellow[type=submit] img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled a, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled a, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled a, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled a, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled a {
  color: #3a4758;
}

.how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled a:hover, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled a:hover, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled a:hover, .how-it-works .title-content .color-card .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled a:hover, .how-it-works .title-content .color-card .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled a:hover {
  color: #D29D2D;
  text-decoration: none;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:disabled, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:disabled, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:disabled, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:disabled, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:disabled, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:disabled{
  box-shadow: none;
  text-shadow: none;
  filter: none;
  pointer-events: auto !important;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content .apply-btn:focus, .page-template-template-instant-quote-v2 .gatepopup .popup-content .ok-btn:focus, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .apply-btn:focus, .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content .ok-btn:focus, .page-template-template-summary-quote-v2 .gatepopup .popup-content .apply-btn:focus, .page-template-template-summary-quote-v2 .gatepopup .popup-content .ok-btn:focus, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .apply-btn:focus, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content .ok-btn:focus {
  outline: none;
}

.page-template-template-instant-quote-v2 .gatepopup .popup-content, .page-template-template-summary-quote-v2 .gatepopup .popup-content {
  background: #fff;
}

@media only screen and (max-width: 480px) {
  .page-template-template-instant-quote-v2 .fence-remove-popup .popup-content, .page-template-template-summary-quote-v2 .fence-remove-popup .popup-content {
    padding: 15px 10px;
  }
}

.page-template-template-instant-quote-v2 .fence-remove-popup .fence-feet, .page-template-template-summary-quote-v2 .fence-remove-popup .fence-feet {
  text-align: center;
}

.page-template-template-instant-quote-v2 .fence-remove-popup .fence-feet span, .page-template-template-summary-quote-v2 .fence-remove-popup .fence-feet span {
  display: inline-block;
  color: #000;
}

.page-template-template-instant-quote-v2 .fence-remove-popup .fence-feet label, .page-template-template-summary-quote-v2 .fence-remove-popup .fence-feet label {
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  width: auto;
  display: inline-block;
}

.page-template-template-instant-quote-v2 .fence-remove-popup .fence-feet input, .page-template-template-summary-quote-v2 .fence-remove-popup .fence-feet input {
  width: 60px;
  font-size: 16px;
  height: auto;
  padding: 7px 8px 5px 8px;
  border: 1px solid #787878;
  background: #fff;
  line-height: 1.25;
  border-radius: 0;
}

.page-template-template-instant-quote-v2 .fence-remove-popup .fence-feet .ok-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .fence-feet .ok-btn {
  width: 100%;
  margin: 20px 0;
}

.page-template-template-instant-quote-v2 .fence-remove-popup .fence-feet .cancel-btn, .page-template-template-summary-quote-v2 .fence-remove-popup .fence-feet .cancel-btn {
  padding: 0;
  border: 0;
  text-align: center;
  width: auto;
  color: #5e0d0d;
  display: inline-block;
}

.page-template-template-instant-quote-v2 .fence-remove-popup .fence-feet .cancel-btn:hover, .page-template-template-summary-quote-v2 .fence-remove-popup .fence-feet .cancel-btn:hover {
  background-color: transparent;
  color: #7f1313;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .salesman-form.add-fence-map .row .cl-left .form-inner {
    height: calc(100vh - 128px);
  }
}

.salesman-form button:disabled {
  opacity: 0.5 !important;
  pointer-events: auto;
}

.salesman-form .disabled-div {
  pointer-events: auto !important;
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.salesman-form .disabled-div a {
  pointer-events: auto !important;
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.request-quote #success-msg {
  background: green;
  padding: 15px;
  position: relative;
  z-index: 999;
}

.request-quote #success-msg span {
  color: #ffffff;
}

.request-quote #success-msg span strong {
  display: block;
}

.request-quote .submit-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.loader-col {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.form-loader {
  top: 40px;
  left: -2.5px;
}

.form-loader span {
  display: inline-block;
  width: 8px;
  height: 30px;
  background-color: #f0b334;
}

.form-loader span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}

.form-loader span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}

.form-loader span:nth-child(3) {
  animation: grow 1s ease-in-out 0.30s infinite;
}

.form-loader span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(1.8);
  }
}

.fence-accordion-header {
  cursor: pointer;
  padding: 10px 15px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  font-weight: normal;
  transition: background 0.2s;
}

.fence-accordion-header.active {
  background: #e2e2e2;
  font-weight: bold;
}

.fence-accordion-content {
  display: none;
  /* Hidden by default */
  padding: 10px 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}

.fence-accordion-content.active {
  display: block;
  /* Show when active */
}

@media only screen and (max-width: 767px) and (pointer: coarse) and (hover: none) {
  @supports (-webkit-overflow-scrolling: touch) {
    /* put your iOS Safari-specific rules here */

    .salesman-form .row .cl-left .form-inner {
      /* example: hide borders only on iOS */
      height: calc(100vh - 129px);
    }

    .salesman-form .row .cl-left .form-inner .form-content.step2 {
      height: calc(100vh - 129px);
    }

    .page-template-template-instant-quote-v2 button#undo-btn {
      bottom: 230px;
    }
  }
}

/* Safari-only CSS */

@media only screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .salesman-form .row .cl-left .form-inner {
      height: calc(100vh - 129px);
    }

    .salesman-form .row .cl-left .form-inner .form-content.step2 {
      height: calc(100vh - 129px);
    }

    .page-template-template-instant-quote-v2 button#undo-btn {
      bottom: 230px;
    }

    .fix-button .salesman-form .row .cl-left .form-inner {
      height: calc(100vh - 142px);
    }
  }
}

@media only screen and (max-width: 767px) {
  .salesman-form .row .cl-left .form-inner .form-content.step2 {
    height: calc(100vh - 247px);
  }

  .salesman-form .row .cl-left .form-inner .form-content.step2 .address-row {
    height: calc(100vh - 247px);
  }

  .salesman-form .row .cl-left .form-inner .form-content.step2 .button-row {
    bottom: 0;
  }

  .fix-button .salesman-form .row .cl-left .form-inner {
    height: calc(100vh - 129px);
  }

  .fix-button .salesman-form .row .cl-left .form-inner {
    height: calc(100vh - 129px);
  }

  .salesman-form .row .cl-left {
    height: calc(100vh - 65px);
  }

  .fix-button .salesman-form .row .cl-left .form-inner .form-content.step2 {
    height: calc(100vh - 129px);
  }
}

@media only screen and (max-width: 480px) {
  .fix-button .salesman-form .row .cl-left .fence-step {
    position: fixed;
    width: 100%;
  }

  .fix-button .salesman-form .row .cl-left .form-inner {
    height: calc(100vh - 129px);
    top: 64px;
    position: relative;
  }

  .fix-button .salesman-form .row .cl-left .form-inner .form-content.step2 {
    height: calc(100vh - 129px);
  }

  .fix-button .salesman-form .row .cl-left .form-inner .form-content.step2 .address-row {
    height: calc(100vh - 338px);
  }

  .fix-button .salesman-form .row .cl-left .form-inner .form-content.step2 .button-row {
    bottom: 0;
  }

  .page-template-template-instant-quote-v2 .footer-bottom {
    padding: 20px !important;
  }

  .page-template-template-instant-quote-v2 .footer-bottom .footer-inner-row,
  .page-template-template-instant-quote-v2 .footer-bottom .footer-right .widget_nav_menu ul {
    gap: 14px;
  }
}

body.body-drawing-mode * {
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

body.body-drawing-mode #map,
body.body-drawing-mode #map * {
  pointer-events: auto !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* Optional: prevent page scrolling while drawing mode is active */

body.body-drawing-mode {
  overflow: hidden;
}

.filter-card:not(.hidden) {
  position: relative;
  display: flex !important;
  visibility: visible !important;
}

.filter-card:not(.hidden) picture {
  position: relative;
}

.filter-card.selected {
  opacity: 1 !important;
}

.filter-card.selected img {
  box-shadow: 0px 0px 10px 1px #888;
}

.fence-howtouse-popup.active-step-3 .step-3-content,
.fence-howtouse-popup.active-step-2 .step-2-content {
  display: block;
}

.fence-howtouse-popup.active-step-3 .step-2-content,
.fence-howtouse-popup.active-step-2 .step-3-content {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.dataloading,
.dataloading:after {
  box-sizing: border-box;
}

.dataloading {
  display: inline-block;
  align-items: center;
}

.dataloading:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border: 3.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.deck-company .deck-company-content {
  width: 100%;
  padding: 57px 65px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .deck-company .deck-company-content {
    padding: 37px 45px;
  }
}

@media screen and (max-width: 767px) {
  .deck-company .deck-company-content {
    padding: 20px;
  }
}

.deck-company .deck-company-content::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 155px;
  background-color: #fff;
  height: 100%;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .deck-company .deck-company-content::after {
    width: 100px;
  }
}

@media screen and (max-width: 992px) {
  .deck-company .deck-company-content::after {
    display: none;
  }
}

.deck-company .deck-company-content .content {
  line-height: 34px !important;
}

.deck-company .deck-company-content .content ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.deck-company .deck-company-content .content ul li {
  flex: calc(50% - 30px) 0 0;
}

@media screen and (max-width: 600px) {
  .deck-company .deck-company-content .content ul li {
    flex: 100% 0 0;
  }
}

.deck-company .deck-company-content .content .read-more {
  margin-top: 35px;
  width: 100%;
  display: inline-block;
}

.deck-company .deck-company-content .content .read-more a {
  border-top: 1px solid rgba(35, 31, 32, 0.2);
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
  padding: 23px 0;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  position: relative;
  color: #231F20;
}

@media screen and (max-width: 767px) {
  .deck-company .deck-company-content .content .read-more a {
    padding: 13px 0;
  }
}

.deck-company .deck-company-content .content .read-more a::after {
  content: "";
  display: inline-block;
  background: url(../../src/images/yellow-arrow.svg) no-repeat center;
  width: 18px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  transition: all ease-in-out 0.5s;
}

@media screen and (max-width: 767px) {
  .deck-company .deck-company-content .content .read-more a::after {
    right: 15px;
  }
}

.deck-company .deck-company-content .content .read-more a:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
  text-decoration: none;
}

.deck-company .deck-company-content .content .read-more a.more::after {
  transform: translateY(-50%) rotate(180deg);
}

.deck-company .deck-company-content.text-alongside-map .content ul li {
  flex: calc(50% - 30px) 0 0;
}

.deck-company .map {
  margin-right: -65px;
  padding-left: 50px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  height: 124%;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .deck-company .map {
    margin: 0 0 40px 0;
    padding: 0;
  }
}

.deck-company .image-map {
  margin-right: -65px;
  padding-left: 50px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  height: 124%;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .deck-company .image-map {
    margin: 0 0 40px 0;
    padding: 0;
    height: 100%;
  }
}

.deck-company .list {
  padding: 40px 0 0;
  width: 100%;
}

.deck-company .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 767px) {
  .deck-company .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.deck-company .list ul li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0 0 0px 15px;
  line-height: 36px;
  align-self: flex-start;
}

.deck-company .list ul li::after {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  content: '';
  top: 18px;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .deck-company h3 {
    font-size: 44px;
    line-height: 44px;
  }
}

.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}

.item-list ul li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0 0 0px 15px;
  line-height: 36px;
}

.item-list ul li::after {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  content: '';
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
}

ul.list li {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  padding: 0 0 0px 15px;
  line-height: 36px;
}

ul.list li::after {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  content: '';
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
}

.map-block h3 {
  font-size: 22px;
  line-height: 1;
}

.iconbox-section {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  margin-bottom: 40px;
  justify-content: center;
}

.iconbox-section .deck-icon-box {
  width: 20%;
  text-align: center;
  padding: 7px 25px;
  border-right: 1px solid #B9B7B3;
}

@media screen and (max-width: 1200px) {
  .iconbox-section .deck-icon-box {
    padding: 7px 10px;
  }
}

@media screen and (max-width: 992px) {
  .iconbox-section .deck-icon-box {
    width: 33.33%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .iconbox-section .deck-icon-box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #B9B7B3;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
}

.iconbox-section .deck-icon-box:last-child {
  border-right: none;
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  .iconbox-section .deck-icon-box:nth-last-child(3) {
    border-right: none;
  }
}

.iconbox-section .deck-icon-box .img {
  text-align: center;
  margin-bottom: 10px;
}

.iconbox-section .deck-icon-box .img img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: inline-block;
}

.iconbox-section .deck-icon-box p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.composite-wood {
  margin-bottom: 40px;
  margin-top: 40px;
  display: block;
  width: 100%;
  clear: both;
}

.partners-block {
  width: 100%;
  margin-bottom: 20px;
}

.partners-block .img {
  width: 100%;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
  padding-bottom: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.partners-block .img img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  max-width: 220px;
}

@media screen and (max-width: 992px) {
  .partners-block .img img {
    height: 50px;
  }
}

.partners-block p {
  font-size: 18px;
  line-height: 27px;
  line-height: 34px;
  padding-right: 10px;
}

@media screen and (max-width: 1200px) {
  .partners-block p {
    padding-right: 0;
  }
}

.broadly-review {
  font-size: 18px;
}

.moretext {
  display: none;
}

.page-id-3979 a:hover {
  --tw-text-opacity: 1;
  color: rgba(240, 179, 52, var(--tw-text-opacity));
}

.page-id-3979 ul {
  margin-bottom: 15px;
  margin-left: 25px;
}

.page-id-3979 ul li {
  padding-bottom: 15px;
  padding-bottom: 15px;
}

.page-id-3979 ul li:last-child {
  padding-bottom: 0px;
}

.map {
  margin-right: -65px;
  padding-left: 50px;
  margin-top: -150px;
  position: relative;
  z-index: 1;
  height: 114% !important;
  max-height: 120% !important;
  min-height: 673px !important;
  width: 100%;
}

.map #deck_map {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .map {
    height: 112% !important;
  }
}

@media screen and (max-width: 1024px) {
  .map {
    height: 110% !important;
  }
}

@media screen and (max-width: 992px) {
  .map {
    margin: 0 0 40px 0;
    padding: 0;
    height: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .map {
    height: 350px !important;
  }
}

@media screen and (max-width: 480px) {
  .map {
    height: 300px !important;
  }
}

.col-right {
  height: 100%;
}

.col-right .map {
  margin-top: 0;
  padding: 40px 0 0 0;
}

.map #deck_map .location-box h3 {
  font-size: 24px;
  margin-bottom: 11.5px;
  margin-top: 0;
  line-height: 1.25;
}

.map #deck_map .location-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map #deck_map .location-box ul li {
  margin: 10px 0;
  font-weight: 500;
  color: #3B4A5C;
  display: flex;
  padding: 0;
}

.map #deck_map .location-box ul li:after {
  display: none;
}

.map #deck_map .location-box ul li a {
  outline: none;
  color: #3B4A5C;
}

.map #deck_map .location-box ul li a:hover {
  color: #F0B334 !important;
}

.map #deck_map .location-box ul li i {
  font-size: 18px;
  margin: 0 10px 0 0;
  flex: 22px 0 0;
  text-align: center;
  color: #3B4A5C;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1, 1) translateY(0);
  }

  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%,
  24% {
    transform: rotate(-18deg);
  }

  12%,
  28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%,
  100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30";
}

.fa-1::before {
  content: "\31";
}

.fa-2::before {
  content: "\32";
}

.fa-3::before {
  content: "\33";
}

.fa-4::before {
  content: "\34";
}

.fa-5::before {
  content: "\35";
}

.fa-6::before {
  content: "\36";
}

.fa-7::before {
  content: "\37";
}

.fa-8::before {
  content: "\38";
}

.fa-9::before {
  content: "\39";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\40";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "\4b";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "\57";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\2a";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "\49";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "\56";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "\51";
}

.fa-g::before {
  content: "\47";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "\45";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "\43";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "\4c";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "\5a";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "\41";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "\50";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\3f";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "\46";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "\48";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "\52";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "\4a";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "\4f";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "\55";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "\53";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "\4e";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "\42";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\3c";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\3e";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "\59";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\2b";
}

.fa-add::before {
  content: "\2b";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\3d";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\25";
}

.fa-percentage::before {
  content: "\25";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\23";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "\54";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "\4d";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\21";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\24";
}

.fa-dollar::before {
  content: "\24";
}

.fa-usd::before {
  content: "\24";
}

.fa-x::before {
  content: "\58";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "\44";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-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;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(: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;
}

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';

  font-style: normal;

  font-weight: 400;

  font-display: block;

  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';

  font-style: normal;

  font-weight: 400;

  font-display: block;

  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 6 Free';

  font-style: normal;

  font-weight: 900;

  font-display: block;

  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';

  font-display: block;

  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';

  font-display: block;

  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';

  font-display: block;

  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");

  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}

.fas,
.fa-solid {
  font-weight: 900;
}

.before-after-gallery .before-after-title-row .before-after-desc p {
  line-height: 34px;
}

.before-after-gallery .before-after-gallery-row .before-after-gallery-inner .before-paragraph {
  font-family: 'Zilla Slab' !important;
  font-weight: 700;
}

.before-after-gallery .before-after-gallery-row .before-after-gallery-inner .image-item .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-bottom {
  background-position: bottom !important;
}
