*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Geologica, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --color-primary: var(--color-primary);
  --color-secondary: var(--color-secondary);
  --color-dark: var(--color-dark);
  --color-blue: #067FB2;
  --color-lightBlue: #069CDC;
  --color-grey: #9B9B9B;
  --color-darkGray: #353535;
  --color-veryLightGray: #fafafa;
  --color-lightGray: #C2C2C2;
  --color-backgroundGray: #F7F7F7;
  --color-red: #ED2E2E;
  --color-lightRed: #FFF5F3;
  --color-orange: #F47C3C;
  --color-green: #16a34a;
  --color-white: #FFFFFF;
  --color-black: #000000;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-0 {
  inset: -0px;
}

.-inset-0\.5 {
  inset: -0.125rem;
}

.-inset-1 {
  inset: -0.25rem;
}

.-inset-1\.5 {
  inset: -0.375rem;
}

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

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

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

.-inset-10 {
  inset: -2.5rem;
}

.-inset-11 {
  inset: -2.75rem;
}

.-inset-12 {
  inset: -3rem;
}

.-inset-14 {
  inset: -3.5rem;
}

.-inset-16 {
  inset: -4rem;
}

.-inset-2 {
  inset: -0.5rem;
}

.-inset-2\.5 {
  inset: -0.625rem;
}

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

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

.-inset-20 {
  inset: -5rem;
}

.-inset-24 {
  inset: -6rem;
}

.-inset-28 {
  inset: -7rem;
}

.-inset-3 {
  inset: -0.75rem;
}

.-inset-3\.5 {
  inset: -0.875rem;
}

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

.-inset-32 {
  inset: -8rem;
}

.-inset-36 {
  inset: -9rem;
}

.-inset-4 {
  inset: -1rem;
}

.-inset-4\.5 {
  inset: -1.125rem;
}

.-inset-40 {
  inset: -10rem;
}

.-inset-44 {
  inset: -11rem;
}

.-inset-48 {
  inset: -12rem;
}

.-inset-5 {
  inset: -1.25rem;
}

.-inset-52 {
  inset: -13rem;
}

.-inset-56 {
  inset: -14rem;
}

.-inset-6 {
  inset: -1.5rem;
}

.-inset-60 {
  inset: -15rem;
}

.-inset-64 {
  inset: -16rem;
}

.-inset-7 {
  inset: -1.75rem;
}

.-inset-72 {
  inset: -18rem;
}

.-inset-8 {
  inset: -2rem;
}

.-inset-80 {
  inset: -20rem;
}

.-inset-9 {
  inset: -2.25rem;
}

.-inset-96 {
  inset: -24rem;
}

.-inset-full {
  inset: -100%;
}

.-inset-px {
  inset: -1px;
}

.inset-0 {
  inset: 0px;
}

.inset-0\.5 {
  inset: 0.125rem;
}

.inset-1 {
  inset: 0.25rem;
}

.inset-1\.5 {
  inset: 0.375rem;
}

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

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

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

.inset-10 {
  inset: 2.5rem;
}

.inset-11 {
  inset: 2.75rem;
}

.inset-12 {
  inset: 3rem;
}

.inset-14 {
  inset: 3.5rem;
}

.inset-16 {
  inset: 4rem;
}

.inset-2 {
  inset: 0.5rem;
}

.inset-2\.5 {
  inset: 0.625rem;
}

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

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

.inset-20 {
  inset: 5rem;
}

.inset-24 {
  inset: 6rem;
}

.inset-28 {
  inset: 7rem;
}

.inset-3 {
  inset: 0.75rem;
}

.inset-3\.5 {
  inset: 0.875rem;
}

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

.inset-32 {
  inset: 8rem;
}

.inset-36 {
  inset: 9rem;
}

.inset-4 {
  inset: 1rem;
}

.inset-4\.5 {
  inset: 1.125rem;
}

.inset-40 {
  inset: 10rem;
}

.inset-44 {
  inset: 11rem;
}

.inset-48 {
  inset: 12rem;
}

.inset-5 {
  inset: 1.25rem;
}

.inset-52 {
  inset: 13rem;
}

.inset-56 {
  inset: 14rem;
}

.inset-6 {
  inset: 1.5rem;
}

.inset-60 {
  inset: 15rem;
}

.inset-64 {
  inset: 16rem;
}

.inset-7 {
  inset: 1.75rem;
}

.inset-72 {
  inset: 18rem;
}

.inset-8 {
  inset: 2rem;
}

.inset-80 {
  inset: 20rem;
}

.inset-9 {
  inset: 2.25rem;
}

.inset-96 {
  inset: 24rem;
}

.inset-auto {
  inset: auto;
}

.inset-full {
  inset: 100%;
}

.inset-px {
  inset: 1px;
}

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

.-inset-x-0\.5 {
  left: -0.125rem;
  right: -0.125rem;
}

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

.-inset-x-1\.5 {
  left: -0.375rem;
  right: -0.375rem;
}

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

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

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

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

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

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

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

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

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

.-inset-x-2\.5 {
  left: -0.625rem;
  right: -0.625rem;
}

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

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

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

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

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

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

.-inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

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

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

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

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

.-inset-x-4\.5 {
  left: -1.125rem;
  right: -1.125rem;
}

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

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

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

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

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

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

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

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

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

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

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

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

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

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

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

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

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

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

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

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

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

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

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

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

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

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

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

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

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

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

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

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

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

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

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

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

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

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

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

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

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

.-inset-y-4\.5 {
  top: -1.125rem;
  bottom: -1.125rem;
}

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

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

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

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

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

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

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

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

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

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

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

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

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

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

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

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

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

.inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}

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

.inset-x-1\.5 {
  left: 0.375rem;
  right: 0.375rem;
}

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

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

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

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

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

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

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

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

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

.inset-x-2\.5 {
  left: 0.625rem;
  right: 0.625rem;
}

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

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

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

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

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

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

.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

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

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

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

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

.inset-x-4\.5 {
  left: 1.125rem;
  right: 1.125rem;
}

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

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

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

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

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

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

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

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

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

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

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

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

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

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

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

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

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

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

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

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

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

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

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

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

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

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

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

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

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

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

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

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

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

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

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

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

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

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

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

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

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

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

.inset-y-4\.5 {
  top: 1.125rem;
  bottom: 1.125rem;
}

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

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

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

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

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

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

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

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

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

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

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

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

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

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

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

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

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

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

.-bottom-0\.5 {
  bottom: -0.125rem;
}

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

.-bottom-1\.5 {
  bottom: -0.375rem;
}

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

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

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

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

.-bottom-11 {
  bottom: -2.75rem;
}

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

.-bottom-14 {
  bottom: -3.5rem;
}

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

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

.-bottom-2\.5 {
  bottom: -0.625rem;
}

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

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

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

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

.-bottom-28 {
  bottom: -7rem;
}

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

.-bottom-3\.5 {
  bottom: -0.875rem;
}

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

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

.-bottom-36 {
  bottom: -9rem;
}

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

.-bottom-4\.5 {
  bottom: -1.125rem;
}

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

.-bottom-44 {
  bottom: -11rem;
}

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

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

.-bottom-52 {
  bottom: -13rem;
}

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

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

.-bottom-60 {
  bottom: -15rem;
}

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

.-bottom-7 {
  bottom: -1.75rem;
}

.-bottom-72 {
  bottom: -18rem;
}

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

.-bottom-80 {
  bottom: -20rem;
}

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

.-bottom-96 {
  bottom: -24rem;
}

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

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

.-end-0 {
  inset-inline-end: -0px;
}

.-end-0\.5 {
  inset-inline-end: -0.125rem;
}

.-end-1 {
  inset-inline-end: -0.25rem;
}

.-end-1\.5 {
  inset-inline-end: -0.375rem;
}

.-end-1\/2 {
  inset-inline-end: -50%;
}

.-end-1\/3 {
  inset-inline-end: -33.333333%;
}

.-end-1\/4 {
  inset-inline-end: -25%;
}

.-end-10 {
  inset-inline-end: -2.5rem;
}

.-end-11 {
  inset-inline-end: -2.75rem;
}

.-end-12 {
  inset-inline-end: -3rem;
}

.-end-14 {
  inset-inline-end: -3.5rem;
}

.-end-16 {
  inset-inline-end: -4rem;
}

.-end-2 {
  inset-inline-end: -0.5rem;
}

.-end-2\.5 {
  inset-inline-end: -0.625rem;
}

.-end-2\/3 {
  inset-inline-end: -66.666667%;
}

.-end-2\/4 {
  inset-inline-end: -50%;
}

.-end-20 {
  inset-inline-end: -5rem;
}

.-end-24 {
  inset-inline-end: -6rem;
}

.-end-28 {
  inset-inline-end: -7rem;
}

.-end-3 {
  inset-inline-end: -0.75rem;
}

.-end-3\.5 {
  inset-inline-end: -0.875rem;
}

.-end-3\/4 {
  inset-inline-end: -75%;
}

.-end-32 {
  inset-inline-end: -8rem;
}

.-end-36 {
  inset-inline-end: -9rem;
}

.-end-4 {
  inset-inline-end: -1rem;
}

.-end-4\.5 {
  inset-inline-end: -1.125rem;
}

.-end-40 {
  inset-inline-end: -10rem;
}

.-end-44 {
  inset-inline-end: -11rem;
}

.-end-48 {
  inset-inline-end: -12rem;
}

.-end-5 {
  inset-inline-end: -1.25rem;
}

.-end-52 {
  inset-inline-end: -13rem;
}

.-end-56 {
  inset-inline-end: -14rem;
}

.-end-6 {
  inset-inline-end: -1.5rem;
}

.-end-60 {
  inset-inline-end: -15rem;
}

.-end-64 {
  inset-inline-end: -16rem;
}

.-end-7 {
  inset-inline-end: -1.75rem;
}

.-end-72 {
  inset-inline-end: -18rem;
}

.-end-8 {
  inset-inline-end: -2rem;
}

.-end-80 {
  inset-inline-end: -20rem;
}

.-end-9 {
  inset-inline-end: -2.25rem;
}

.-end-96 {
  inset-inline-end: -24rem;
}

.-end-full {
  inset-inline-end: -100%;
}

.-end-px {
  inset-inline-end: -1px;
}

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

.-left-0\.5 {
  left: -0.125rem;
}

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

.-left-1\.5 {
  left: -0.375rem;
}

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

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

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

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

.-left-11 {
  left: -2.75rem;
}

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

.-left-14 {
  left: -3.5rem;
}

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

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

.-left-2\.5 {
  left: -0.625rem;
}

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

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

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

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

.-left-28 {
  left: -7rem;
}

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

.-left-3\.5 {
  left: -0.875rem;
}

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

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

.-left-36 {
  left: -9rem;
}

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

.-left-4\.5 {
  left: -1.125rem;
}

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

.-left-44 {
  left: -11rem;
}

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

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

.-left-52 {
  left: -13rem;
}

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

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

.-left-60 {
  left: -15rem;
}

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

.-left-7 {
  left: -1.75rem;
}

.-left-72 {
  left: -18rem;
}

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

.-left-80 {
  left: -20rem;
}

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

.-left-96 {
  left: -24rem;
}

.-left-\[4\.5rem\] {
  left: -4.5rem;
}

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

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

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

.-right-0\.5 {
  right: -0.125rem;
}

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

.-right-1\.5 {
  right: -0.375rem;
}

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

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

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

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

.-right-11 {
  right: -2.75rem;
}

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

.-right-14 {
  right: -3.5rem;
}

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

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

.-right-2\.5 {
  right: -0.625rem;
}

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

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

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

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

.-right-28 {
  right: -7rem;
}

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

.-right-3\.5 {
  right: -0.875rem;
}

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

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

.-right-36 {
  right: -9rem;
}

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

.-right-4\.5 {
  right: -1.125rem;
}

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

.-right-44 {
  right: -11rem;
}

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

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

.-right-52 {
  right: -13rem;
}

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

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

.-right-60 {
  right: -15rem;
}

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

.-right-7 {
  right: -1.75rem;
}

.-right-72 {
  right: -18rem;
}

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

.-right-80 {
  right: -20rem;
}

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

.-right-96 {
  right: -24rem;
}

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

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

.-start-0 {
  inset-inline-start: -0px;
}

.-start-0\.5 {
  inset-inline-start: -0.125rem;
}

.-start-1 {
  inset-inline-start: -0.25rem;
}

.-start-1\.5 {
  inset-inline-start: -0.375rem;
}

.-start-1\/2 {
  inset-inline-start: -50%;
}

.-start-1\/3 {
  inset-inline-start: -33.333333%;
}

.-start-1\/4 {
  inset-inline-start: -25%;
}

.-start-10 {
  inset-inline-start: -2.5rem;
}

.-start-11 {
  inset-inline-start: -2.75rem;
}

.-start-12 {
  inset-inline-start: -3rem;
}

.-start-14 {
  inset-inline-start: -3.5rem;
}

.-start-16 {
  inset-inline-start: -4rem;
}

.-start-2 {
  inset-inline-start: -0.5rem;
}

.-start-2\.5 {
  inset-inline-start: -0.625rem;
}

.-start-2\/3 {
  inset-inline-start: -66.666667%;
}

.-start-2\/4 {
  inset-inline-start: -50%;
}

.-start-20 {
  inset-inline-start: -5rem;
}

.-start-24 {
  inset-inline-start: -6rem;
}

.-start-28 {
  inset-inline-start: -7rem;
}

.-start-3 {
  inset-inline-start: -0.75rem;
}

.-start-3\.5 {
  inset-inline-start: -0.875rem;
}

.-start-3\/4 {
  inset-inline-start: -75%;
}

.-start-32 {
  inset-inline-start: -8rem;
}

.-start-36 {
  inset-inline-start: -9rem;
}

.-start-4 {
  inset-inline-start: -1rem;
}

.-start-4\.5 {
  inset-inline-start: -1.125rem;
}

.-start-40 {
  inset-inline-start: -10rem;
}

.-start-44 {
  inset-inline-start: -11rem;
}

.-start-48 {
  inset-inline-start: -12rem;
}

.-start-5 {
  inset-inline-start: -1.25rem;
}

.-start-52 {
  inset-inline-start: -13rem;
}

.-start-56 {
  inset-inline-start: -14rem;
}

.-start-6 {
  inset-inline-start: -1.5rem;
}

.-start-60 {
  inset-inline-start: -15rem;
}

.-start-64 {
  inset-inline-start: -16rem;
}

.-start-7 {
  inset-inline-start: -1.75rem;
}

.-start-72 {
  inset-inline-start: -18rem;
}

.-start-8 {
  inset-inline-start: -2rem;
}

.-start-80 {
  inset-inline-start: -20rem;
}

.-start-9 {
  inset-inline-start: -2.25rem;
}

.-start-96 {
  inset-inline-start: -24rem;
}

.-start-full {
  inset-inline-start: -100%;
}

.-start-px {
  inset-inline-start: -1px;
}

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

.-top-0\.5 {
  top: -0.125rem;
}

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

.-top-1\.5 {
  top: -0.375rem;
}

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

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

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

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

.-top-11 {
  top: -2.75rem;
}

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

.-top-14 {
  top: -3.5rem;
}

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

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

.-top-2\.5 {
  top: -0.625rem;
}

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

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

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

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

.-top-28 {
  top: -7rem;
}

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

.-top-3\.5 {
  top: -0.875rem;
}

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

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

.-top-36 {
  top: -9rem;
}

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

.-top-4\.5 {
  top: -1.125rem;
}

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

.-top-44 {
  top: -11rem;
}

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

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

.-top-52 {
  top: -13rem;
}

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

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

.-top-60 {
  top: -15rem;
}

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

.-top-7 {
  top: -1.75rem;
}

.-top-72 {
  top: -18rem;
}

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

.-top-80 {
  top: -20rem;
}

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

.-top-96 {
  top: -24rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-2\.5 {
  bottom: 0.625rem;
}

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

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

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

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

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-4\.5 {
  bottom: 1.125rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.bottom-px {
  bottom: 1px;
}

.end-0 {
  inset-inline-end: 0px;
}

.end-0\.5 {
  inset-inline-end: 0.125rem;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.end-1\.5 {
  inset-inline-end: 0.375rem;
}

.end-1\/2 {
  inset-inline-end: 50%;
}

.end-1\/3 {
  inset-inline-end: 33.333333%;
}

.end-1\/4 {
  inset-inline-end: 25%;
}

.end-10 {
  inset-inline-end: 2.5rem;
}

.end-11 {
  inset-inline-end: 2.75rem;
}

.end-12 {
  inset-inline-end: 3rem;
}

.end-14 {
  inset-inline-end: 3.5rem;
}

.end-16 {
  inset-inline-end: 4rem;
}

.end-2 {
  inset-inline-end: 0.5rem;
}

.end-2\.5 {
  inset-inline-end: 0.625rem;
}

.end-2\/3 {
  inset-inline-end: 66.666667%;
}

.end-2\/4 {
  inset-inline-end: 50%;
}

.end-20 {
  inset-inline-end: 5rem;
}

.end-24 {
  inset-inline-end: 6rem;
}

.end-28 {
  inset-inline-end: 7rem;
}

.end-3 {
  inset-inline-end: 0.75rem;
}

.end-3\.5 {
  inset-inline-end: 0.875rem;
}

.end-3\/4 {
  inset-inline-end: 75%;
}

.end-32 {
  inset-inline-end: 8rem;
}

.end-36 {
  inset-inline-end: 9rem;
}

.end-4 {
  inset-inline-end: 1rem;
}

.end-4\.5 {
  inset-inline-end: 1.125rem;
}

.end-40 {
  inset-inline-end: 10rem;
}

.end-44 {
  inset-inline-end: 11rem;
}

.end-48 {
  inset-inline-end: 12rem;
}

.end-5 {
  inset-inline-end: 1.25rem;
}

.end-52 {
  inset-inline-end: 13rem;
}

.end-56 {
  inset-inline-end: 14rem;
}

.end-6 {
  inset-inline-end: 1.5rem;
}

.end-60 {
  inset-inline-end: 15rem;
}

.end-64 {
  inset-inline-end: 16rem;
}

.end-7 {
  inset-inline-end: 1.75rem;
}

.end-72 {
  inset-inline-end: 18rem;
}

.end-8 {
  inset-inline-end: 2rem;
}

.end-80 {
  inset-inline-end: 20rem;
}

.end-9 {
  inset-inline-end: 2.25rem;
}

.end-96 {
  inset-inline-end: 24rem;
}

.end-auto {
  inset-inline-end: auto;
}

.end-full {
  inset-inline-end: 100%;
}

.end-px {
  inset-inline-end: 1px;
}

.left-0 {
  left: 0px;
}

.left-0\.5 {
  left: 0.125rem;
}

.left-1 {
  left: 0.25rem;
}

.left-1\.5 {
  left: 0.375rem;
}

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

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

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

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.5 {
  left: 0.625rem;
}

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

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

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-3 {
  left: 0.75rem;
}

.left-3\.5 {
  left: 0.875rem;
}

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

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-4 {
  left: 1rem;
}

.left-4\.5 {
  left: 1.125rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-5 {
  left: 1.25rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-6 {
  left: 1.5rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-7 {
  left: 1.75rem;
}

.left-72 {
  left: 18rem;
}

.left-8 {
  left: 2rem;
}

.left-80 {
  left: 20rem;
}

.left-9 {
  left: 2.25rem;
}

.left-96 {
  left: 24rem;
}

.left-\[0\.1rem\] {
  left: 0.1rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.left-px {
  left: 1px;
}

.right-0 {
  right: 0px;
}

.right-0\.5 {
  right: 0.125rem;
}

.right-1 {
  right: 0.25rem;
}

.right-1\.5 {
  right: 0.375rem;
}

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

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

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

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

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

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

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

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

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-4 {
  right: 1rem;
}

.right-4\.5 {
  right: 1.125rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-5 {
  right: 1.25rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-6 {
  right: 1.5rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-7 {
  right: 1.75rem;
}

.right-72 {
  right: 18rem;
}

.right-8 {
  right: 2rem;
}

.right-80 {
  right: 20rem;
}

.right-9 {
  right: 2.25rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.right-px {
  right: 1px;
}

.start-0 {
  inset-inline-start: 0px;
}

.start-0\.5 {
  inset-inline-start: 0.125rem;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.start-1\.5 {
  inset-inline-start: 0.375rem;
}

.start-1\/2 {
  inset-inline-start: 50%;
}

.start-1\/3 {
  inset-inline-start: 33.333333%;
}

.start-1\/4 {
  inset-inline-start: 25%;
}

.start-10 {
  inset-inline-start: 2.5rem;
}

.start-11 {
  inset-inline-start: 2.75rem;
}

.start-12 {
  inset-inline-start: 3rem;
}

.start-14 {
  inset-inline-start: 3.5rem;
}

.start-16 {
  inset-inline-start: 4rem;
}

.start-2 {
  inset-inline-start: 0.5rem;
}

.start-2\.5 {
  inset-inline-start: 0.625rem;
}

.start-2\/3 {
  inset-inline-start: 66.666667%;
}

.start-2\/4 {
  inset-inline-start: 50%;
}

.start-20 {
  inset-inline-start: 5rem;
}

.start-24 {
  inset-inline-start: 6rem;
}

.start-28 {
  inset-inline-start: 7rem;
}

.start-3 {
  inset-inline-start: 0.75rem;
}

.start-3\.5 {
  inset-inline-start: 0.875rem;
}

.start-3\/4 {
  inset-inline-start: 75%;
}

.start-32 {
  inset-inline-start: 8rem;
}

.start-36 {
  inset-inline-start: 9rem;
}

.start-4 {
  inset-inline-start: 1rem;
}

.start-4\.5 {
  inset-inline-start: 1.125rem;
}

.start-40 {
  inset-inline-start: 10rem;
}

.start-44 {
  inset-inline-start: 11rem;
}

.start-48 {
  inset-inline-start: 12rem;
}

.start-5 {
  inset-inline-start: 1.25rem;
}

.start-52 {
  inset-inline-start: 13rem;
}

.start-56 {
  inset-inline-start: 14rem;
}

.start-6 {
  inset-inline-start: 1.5rem;
}

.start-60 {
  inset-inline-start: 15rem;
}

.start-64 {
  inset-inline-start: 16rem;
}

.start-7 {
  inset-inline-start: 1.75rem;
}

.start-72 {
  inset-inline-start: 18rem;
}

.start-8 {
  inset-inline-start: 2rem;
}

.start-80 {
  inset-inline-start: 20rem;
}

.start-9 {
  inset-inline-start: 2.25rem;
}

.start-96 {
  inset-inline-start: 24rem;
}

.start-auto {
  inset-inline-start: auto;
}

.start-full {
  inset-inline-start: 100%;
}

.start-px {
  inset-inline-start: 1px;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.25rem;
}

.top-1\.5 {
  top: 0.375rem;
}

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

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

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

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

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

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

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

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-4\.5 {
  top: 1.125rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-5 {
  top: 1.25rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-7 {
  top: 1.75rem;
}

.top-72 {
  top: 18rem;
}

.top-8 {
  top: 2rem;
}

.top-80 {
  top: 20rem;
}

.top-9 {
  top: 2.25rem;
}

.top-96 {
  top: 24rem;
}

.top-\[var\(--header-height\)\] {
  top: var(--header-height);
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.top-px {
  top: 1px;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-order-first {
  order: 9999;
}

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

.-order-none {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-10 {
  grid-row: span 10 / span 10;
}

.row-span-11 {
  grid-row: span 11 / span 11;
}

.row-span-12 {
  grid-row: span 12 / span 12;
}

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

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

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

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

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

.row-span-7 {
  grid-row: span 7 / span 7;
}

.row-span-8 {
  grid-row: span 8 / span 8;
}

.row-span-9 {
  grid-row: span 9 / span 9;
}

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

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

.-row-start-10 {
  grid-row-start: -10;
}

.-row-start-11 {
  grid-row-start: -11;
}

.-row-start-12 {
  grid-row-start: -12;
}

.-row-start-13 {
  grid-row-start: -13;
}

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

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

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

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

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

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

.-row-start-8 {
  grid-row-start: -8;
}

.-row-start-9 {
  grid-row-start: -9;
}

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

.row-start-10 {
  grid-row-start: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-start-13 {
  grid-row-start: 13;
}

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

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

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

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

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

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

.row-start-8 {
  grid-row-start: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

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

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

.-row-end-10 {
  grid-row-end: -10;
}

.-row-end-11 {
  grid-row-end: -11;
}

.-row-end-12 {
  grid-row-end: -12;
}

.-row-end-13 {
  grid-row-end: -13;
}

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

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

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

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

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

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

.-row-end-8 {
  grid-row-end: -8;
}

.-row-end-9 {
  grid-row-end: -9;
}

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

.row-end-10 {
  grid-row-end: 10;
}

.row-end-11 {
  grid-row-end: 11;
}

.row-end-12 {
  grid-row-end: 12;
}

.row-end-13 {
  grid-row-end: 13;
}

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

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

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

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

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

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

.row-end-8 {
  grid-row-end: 8;
}

.row-end-9 {
  grid-row-end: 9;
}

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

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.-m-0 {
  margin: -0px;
}

.-m-0\.5 {
  margin: -0.125rem;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-1\.5 {
  margin: -0.375rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-3\.5 {
  margin: -0.875rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-4\.5 {
  margin: -1.125rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-96 {
  margin: -24rem;
}

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

.m-0 {
  margin: 0px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-4\.5 {
  margin: 1.125rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-72 {
  margin: 18rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

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

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

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

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

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

.-mx-4\.5 {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

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

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

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

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

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

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

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

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

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

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

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

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

.-my-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.-my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-my-4\.5 {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

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

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

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

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

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

.mx-4\.5 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

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

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

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

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4\.5 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.-mb-0 {
  margin-bottom: -0px;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-4\.5 {
  margin-bottom: -1.125rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-me-0 {
  margin-inline-end: -0px;
}

.-me-0\.5 {
  margin-inline-end: -0.125rem;
}

.-me-1 {
  margin-inline-end: -0.25rem;
}

.-me-1\.5 {
  margin-inline-end: -0.375rem;
}

.-me-10 {
  margin-inline-end: -2.5rem;
}

.-me-11 {
  margin-inline-end: -2.75rem;
}

.-me-12 {
  margin-inline-end: -3rem;
}

.-me-14 {
  margin-inline-end: -3.5rem;
}

.-me-16 {
  margin-inline-end: -4rem;
}

.-me-2 {
  margin-inline-end: -0.5rem;
}

.-me-2\.5 {
  margin-inline-end: -0.625rem;
}

.-me-20 {
  margin-inline-end: -5rem;
}

.-me-24 {
  margin-inline-end: -6rem;
}

.-me-28 {
  margin-inline-end: -7rem;
}

.-me-3 {
  margin-inline-end: -0.75rem;
}

.-me-3\.5 {
  margin-inline-end: -0.875rem;
}

.-me-32 {
  margin-inline-end: -8rem;
}

.-me-36 {
  margin-inline-end: -9rem;
}

.-me-4 {
  margin-inline-end: -1rem;
}

.-me-4\.5 {
  margin-inline-end: -1.125rem;
}

.-me-40 {
  margin-inline-end: -10rem;
}

.-me-44 {
  margin-inline-end: -11rem;
}

.-me-48 {
  margin-inline-end: -12rem;
}

.-me-5 {
  margin-inline-end: -1.25rem;
}

.-me-52 {
  margin-inline-end: -13rem;
}

.-me-56 {
  margin-inline-end: -14rem;
}

.-me-6 {
  margin-inline-end: -1.5rem;
}

.-me-60 {
  margin-inline-end: -15rem;
}

.-me-64 {
  margin-inline-end: -16rem;
}

.-me-7 {
  margin-inline-end: -1.75rem;
}

.-me-72 {
  margin-inline-end: -18rem;
}

.-me-8 {
  margin-inline-end: -2rem;
}

.-me-80 {
  margin-inline-end: -20rem;
}

.-me-9 {
  margin-inline-end: -2.25rem;
}

.-me-96 {
  margin-inline-end: -24rem;
}

.-me-px {
  margin-inline-end: -1px;
}

.-ml-0 {
  margin-left: -0px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-4\.5 {
  margin-left: -1.125rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-px {
  margin-left: -1px;
}

.-mr-0 {
  margin-right: -0px;
}

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-2\.5 {
  margin-right: -0.625rem;
}

.-mr-20 {
  margin-right: -5rem;
}

.-mr-24 {
  margin-right: -6rem;
}

.-mr-28 {
  margin-right: -7rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.-mr-32 {
  margin-right: -8rem;
}

.-mr-36 {
  margin-right: -9rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mr-4\.5 {
  margin-right: -1.125rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-96 {
  margin-right: -24rem;
}

.-mr-px {
  margin-right: -1px;
}

.-ms-0 {
  margin-inline-start: -0px;
}

.-ms-0\.5 {
  margin-inline-start: -0.125rem;
}

.-ms-1 {
  margin-inline-start: -0.25rem;
}

.-ms-1\.5 {
  margin-inline-start: -0.375rem;
}

.-ms-10 {
  margin-inline-start: -2.5rem;
}

.-ms-11 {
  margin-inline-start: -2.75rem;
}

.-ms-12 {
  margin-inline-start: -3rem;
}

.-ms-14 {
  margin-inline-start: -3.5rem;
}

.-ms-16 {
  margin-inline-start: -4rem;
}

.-ms-2 {
  margin-inline-start: -0.5rem;
}

.-ms-2\.5 {
  margin-inline-start: -0.625rem;
}

.-ms-20 {
  margin-inline-start: -5rem;
}

.-ms-24 {
  margin-inline-start: -6rem;
}

.-ms-28 {
  margin-inline-start: -7rem;
}

.-ms-3 {
  margin-inline-start: -0.75rem;
}

.-ms-3\.5 {
  margin-inline-start: -0.875rem;
}

.-ms-32 {
  margin-inline-start: -8rem;
}

.-ms-36 {
  margin-inline-start: -9rem;
}

.-ms-4 {
  margin-inline-start: -1rem;
}

.-ms-4\.5 {
  margin-inline-start: -1.125rem;
}

.-ms-40 {
  margin-inline-start: -10rem;
}

.-ms-44 {
  margin-inline-start: -11rem;
}

.-ms-48 {
  margin-inline-start: -12rem;
}

.-ms-5 {
  margin-inline-start: -1.25rem;
}

.-ms-52 {
  margin-inline-start: -13rem;
}

.-ms-56 {
  margin-inline-start: -14rem;
}

.-ms-6 {
  margin-inline-start: -1.5rem;
}

.-ms-60 {
  margin-inline-start: -15rem;
}

.-ms-64 {
  margin-inline-start: -16rem;
}

.-ms-7 {
  margin-inline-start: -1.75rem;
}

.-ms-72 {
  margin-inline-start: -18rem;
}

.-ms-8 {
  margin-inline-start: -2rem;
}

.-ms-80 {
  margin-inline-start: -20rem;
}

.-ms-9 {
  margin-inline-start: -2.25rem;
}

.-ms-96 {
  margin-inline-start: -24rem;
}

.-ms-px {
  margin-inline-start: -1px;
}

.-mt-0 {
  margin-top: -0px;
}

.-mt-0\.5 {
  margin-top: -0.125rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mt-2\.5 {
  margin-top: -0.625rem;
}

.-mt-20 {
  margin-top: -5rem;
}

.-mt-24 {
  margin-top: -6rem;
}

.-mt-28 {
  margin-top: -7rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.-mt-36 {
  margin-top: -9rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-4\.5 {
  margin-top: -1.125rem;
}

.-mt-40 {
  margin-top: -10rem;
}

.-mt-44 {
  margin-top: -11rem;
}

.-mt-48 {
  margin-top: -12rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mt-52 {
  margin-top: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mt-60 {
  margin-top: -15rem;
}

.-mt-64 {
  margin-top: -16rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mt-72 {
  margin-top: -18rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-80 {
  margin-top: -20rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mt-96 {
  margin-top: -24rem;
}

.-mt-px {
  margin-top: -1px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-4\.5 {
  margin-bottom: 1.125rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

.me-0 {
  margin-inline-end: 0px;
}

.me-0\.5 {
  margin-inline-end: 0.125rem;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-1\.5 {
  margin-inline-end: 0.375rem;
}

.me-10 {
  margin-inline-end: 2.5rem;
}

.me-11 {
  margin-inline-end: 2.75rem;
}

.me-12 {
  margin-inline-end: 3rem;
}

.me-14 {
  margin-inline-end: 3.5rem;
}

.me-16 {
  margin-inline-end: 4rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-2\.5 {
  margin-inline-end: 0.625rem;
}

.me-20 {
  margin-inline-end: 5rem;
}

.me-24 {
  margin-inline-end: 6rem;
}

.me-28 {
  margin-inline-end: 7rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-3\.5 {
  margin-inline-end: 0.875rem;
}

.me-32 {
  margin-inline-end: 8rem;
}

.me-36 {
  margin-inline-end: 9rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

.me-4\.5 {
  margin-inline-end: 1.125rem;
}

.me-40 {
  margin-inline-end: 10rem;
}

.me-44 {
  margin-inline-end: 11rem;
}

.me-48 {
  margin-inline-end: 12rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-52 {
  margin-inline-end: 13rem;
}

.me-56 {
  margin-inline-end: 14rem;
}

.me-6 {
  margin-inline-end: 1.5rem;
}

.me-60 {
  margin-inline-end: 15rem;
}

.me-64 {
  margin-inline-end: 16rem;
}

.me-7 {
  margin-inline-end: 1.75rem;
}

.me-72 {
  margin-inline-end: 18rem;
}

.me-8 {
  margin-inline-end: 2rem;
}

.me-80 {
  margin-inline-end: 20rem;
}

.me-9 {
  margin-inline-end: 2.25rem;
}

.me-96 {
  margin-inline-end: 24rem;
}

.me-auto {
  margin-inline-end: auto;
}

.me-px {
  margin-inline-end: 1px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-4\.5 {
  margin-left: 1.125rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-px {
  margin-left: 1px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-4\.5 {
  margin-right: 1.125rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-\[-8px\] {
  margin-right: -8px;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-0\.5 {
  margin-inline-start: 0.125rem;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-1\.5 {
  margin-inline-start: 0.375rem;
}

.ms-10 {
  margin-inline-start: 2.5rem;
}

.ms-11 {
  margin-inline-start: 2.75rem;
}

.ms-12 {
  margin-inline-start: 3rem;
}

.ms-14 {
  margin-inline-start: 3.5rem;
}

.ms-16 {
  margin-inline-start: 4rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-2\.5 {
  margin-inline-start: 0.625rem;
}

.ms-20 {
  margin-inline-start: 5rem;
}

.ms-24 {
  margin-inline-start: 6rem;
}

.ms-28 {
  margin-inline-start: 7rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-3\.5 {
  margin-inline-start: 0.875rem;
}

.ms-32 {
  margin-inline-start: 8rem;
}

.ms-36 {
  margin-inline-start: 9rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-4\.5 {
  margin-inline-start: 1.125rem;
}

.ms-40 {
  margin-inline-start: 10rem;
}

.ms-44 {
  margin-inline-start: 11rem;
}

.ms-48 {
  margin-inline-start: 12rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-52 {
  margin-inline-start: 13rem;
}

.ms-56 {
  margin-inline-start: 14rem;
}

.ms-6 {
  margin-inline-start: 1.5rem;
}

.ms-60 {
  margin-inline-start: 15rem;
}

.ms-64 {
  margin-inline-start: 16rem;
}

.ms-7 {
  margin-inline-start: 1.75rem;
}

.ms-72 {
  margin-inline-start: 18rem;
}

.ms-8 {
  margin-inline-start: 2rem;
}

.ms-80 {
  margin-inline-start: 20rem;
}

.ms-9 {
  margin-inline-start: 2.25rem;
}

.ms-96 {
  margin-inline-start: 24rem;
}

.ms-auto {
  margin-inline-start: auto;
}

.ms-px {
  margin-inline-start: 1px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-4\.5 {
  margin-top: 1.125rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mt-\[1\.25rem\] {
  margin-top: 1.25rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-px {
  margin-top: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-0 {
  width: 0px;
  height: 0px;
}

.size-0\.5 {
  width: 0.125rem;
  height: 0.125rem;
}

.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}

.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}

.size-1\/12 {
  width: 8.333333%;
  height: 8.333333%;
}

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

.size-1\/3 {
  width: 33.333333%;
  height: 33.333333%;
}

.size-1\/4 {
  width: 25%;
  height: 25%;
}

.size-1\/5 {
  width: 20%;
  height: 20%;
}

.size-1\/6 {
  width: 16.666667%;
  height: 16.666667%;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-10\/12 {
  width: 83.333333%;
  height: 83.333333%;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-11\/12 {
  width: 91.666667%;
  height: 91.666667%;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}

.size-2\/12 {
  width: 16.666667%;
  height: 16.666667%;
}

.size-2\/3 {
  width: 66.666667%;
  height: 66.666667%;
}

.size-2\/4 {
  width: 50%;
  height: 50%;
}

.size-2\/5 {
  width: 40%;
  height: 40%;
}

.size-2\/6 {
  width: 33.333333%;
  height: 33.333333%;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-24 {
  width: 6rem;
  height: 6rem;
}

.size-28 {
  width: 7rem;
  height: 7rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-3\/12 {
  width: 25%;
  height: 25%;
}

.size-3\/4 {
  width: 75%;
  height: 75%;
}

.size-3\/5 {
  width: 60%;
  height: 60%;
}

.size-3\/6 {
  width: 50%;
  height: 50%;
}

.size-32 {
  width: 8rem;
  height: 8rem;
}

.size-36 {
  width: 9rem;
  height: 9rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-4\.5 {
  width: 1.125rem;
  height: 1.125rem;
}

.size-4\/12 {
  width: 33.333333%;
  height: 33.333333%;
}

.size-4\/5 {
  width: 80%;
  height: 80%;
}

.size-4\/6 {
  width: 66.666667%;
  height: 66.666667%;
}

.size-40 {
  width: 10rem;
  height: 10rem;
}

.size-44 {
  width: 11rem;
  height: 11rem;
}

.size-48 {
  width: 12rem;
  height: 12rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-5\/12 {
  width: 41.666667%;
  height: 41.666667%;
}

.size-5\/6 {
  width: 83.333333%;
  height: 83.333333%;
}

.size-52 {
  width: 13rem;
  height: 13rem;
}

.size-56 {
  width: 14rem;
  height: 14rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-6\/12 {
  width: 50%;
  height: 50%;
}

.size-60 {
  width: 15rem;
  height: 15rem;
}

.size-64 {
  width: 16rem;
  height: 16rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-7\/12 {
  width: 58.333333%;
  height: 58.333333%;
}

.size-72 {
  width: 18rem;
  height: 18rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-8\/12 {
  width: 66.666667%;
  height: 66.666667%;
}

.size-80 {
  width: 20rem;
  height: 20rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-9\/12 {
  width: 75%;
  height: 75%;
}

.size-96 {
  width: 24rem;
  height: 24rem;
}

.size-auto {
  width: auto;
  height: auto;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.size-full {
  width: 100%;
  height: 100%;
}

.size-max {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.size-min {
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
}

.size-px {
  width: 1px;
  height: 1px;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

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

.h-1\/3 {
  height: 33.333333%;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/5 {
  height: 20%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2\/3 {
  height: 66.666667%;
}

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

.h-2\/5 {
  height: 40%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3\/4 {
  height: 75%;
}

.h-3\/5 {
  height: 60%;
}

.h-3\/6 {
  height: 50%;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-4\/5 {
  height: 80%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1rem\] {
  height: 1rem;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[3\.875rem\] {
  height: 3.875rem;
}

.h-\[3rem\] {
  height: 3rem;
}

.h-\[4\.8125rem\] {
  height: 4.8125rem;
}

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-lvh {
  height: 100lvh;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.h-svh {
  height: 100svh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-4\.5 {
  max-height: 1.125rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-dvh {
  max-height: 100dvh;
}

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.max-h-full {
  max-height: 100%;
}

.max-h-lvh {
  max-height: 100lvh;
}

.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}

.max-h-none {
  max-height: none;
}

.max-h-px {
  max-height: 1px;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-svh {
  max-height: 100svh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-0\.5 {
  min-height: 0.125rem;
}

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-1\.5 {
  min-height: 0.375rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-2\.5 {
  min-height: 0.625rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-3 {
  min-height: 0.75rem;
}

.min-h-3\.5 {
  min-height: 0.875rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-4\.5 {
  min-height: 1.125rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-44 {
  min-height: 11rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-52 {
  min-height: 13rem;
}

.min-h-56 {
  min-height: 14rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-60 {
  min-height: 15rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-7 {
  min-height: 1.75rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-96 {
  min-height: 24rem;
}

.min-h-dvh {
  min-height: 100dvh;
}

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-full {
  min-height: 100%;
}

.min-h-lvh {
  min-height: 100lvh;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}

.min-h-px {
  min-height: 1px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-svh {
  min-height: 100svh;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/12 {
  width: 8.333333%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/4 {
  width: 50%;
}

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/12 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-3\/6 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\.5 {
  width: 1.125rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-96 {
  width: 24rem;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[3rem\] {
  width: 3rem;
}

.w-\[4\.06rem\] {
  width: 4.06rem;
}

.w-\[80vw\] {
  width: 80vw;
}

.w-auto {
  width: auto;
}

.w-dvw {
  width: 100dvw;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-lvw {
  width: 100lvw;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.w-svw {
  width: 100svw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-0\.5 {
  min-width: 0.125rem;
}

.min-w-1 {
  min-width: 0.25rem;
}

.min-w-1\.5 {
  min-width: 0.375rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-11 {
  min-width: 2.75rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-2\.5 {
  min-width: 0.625rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-3\.5 {
  min-width: 0.875rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-4\.5 {
  min-width: 1.125rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-7 {
  min-width: 1.75rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-9 {
  min-width: 2.25rem;
}

.min-w-96 {
  min-width: 24rem;
}

.min-w-\[0\] {
  min-width: 0;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-px {
  min-width: 1px;
}

.max-w-0 {
  max-width: 0px;
}

.max-w-0\.5 {
  max-width: 0.125rem;
}

.max-w-1 {
  max-width: 0.25rem;
}

.max-w-1\.5 {
  max-width: 0.375rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

.max-w-2\.5 {
  max-width: 0.625rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-28 {
  max-width: 7rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3 {
  max-width: 0.75rem;
}

.max-w-3\.5 {
  max-width: 0.875rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-4\.5 {
  max-width: 1.125rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-9 {
  max-width: 2.25rem;
}

.max-w-96 {
  max-width: 24rem;
}

.max-w-\[23rem\] {
  max-width: 23rem;
}

.max-w-\[30rem\] {
  max-width: 30rem;
}

.max-w-\[32rem\] {
  max-width: 32rem;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-px {
  max-width: 1px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-0 {
  flex-basis: 0px;
}

.basis-0\.5 {
  flex-basis: 0.125rem;
}

.basis-1 {
  flex-basis: 0.25rem;
}

.basis-1\.5 {
  flex-basis: 0.375rem;
}

.basis-1\/12 {
  flex-basis: 8.333333%;
}

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-1\/5 {
  flex-basis: 20%;
}

.basis-1\/6 {
  flex-basis: 16.666667%;
}

.basis-10 {
  flex-basis: 2.5rem;
}

.basis-10\/12 {
  flex-basis: 83.333333%;
}

.basis-11 {
  flex-basis: 2.75rem;
}

.basis-11\/12 {
  flex-basis: 91.666667%;
}

.basis-12 {
  flex-basis: 3rem;
}

.basis-14 {
  flex-basis: 3.5rem;
}

.basis-16 {
  flex-basis: 4rem;
}

.basis-2 {
  flex-basis: 0.5rem;
}

.basis-2\.5 {
  flex-basis: 0.625rem;
}

.basis-2\/12 {
  flex-basis: 16.666667%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.basis-2\/4 {
  flex-basis: 50%;
}

.basis-2\/5 {
  flex-basis: 40%;
}

.basis-2\/6 {
  flex-basis: 33.333333%;
}

.basis-20 {
  flex-basis: 5rem;
}

.basis-24 {
  flex-basis: 6rem;
}

.basis-28 {
  flex-basis: 7rem;
}

.basis-3 {
  flex-basis: 0.75rem;
}

.basis-3\.5 {
  flex-basis: 0.875rem;
}

.basis-3\/12 {
  flex-basis: 25%;
}

.basis-3\/4 {
  flex-basis: 75%;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.basis-3\/6 {
  flex-basis: 50%;
}

.basis-32 {
  flex-basis: 8rem;
}

.basis-36 {
  flex-basis: 9rem;
}

.basis-4 {
  flex-basis: 1rem;
}

.basis-4\.5 {
  flex-basis: 1.125rem;
}

.basis-4\/12 {
  flex-basis: 33.333333%;
}

.basis-4\/5 {
  flex-basis: 80%;
}

.basis-4\/6 {
  flex-basis: 66.666667%;
}

.basis-40 {
  flex-basis: 10rem;
}

.basis-44 {
  flex-basis: 11rem;
}

.basis-48 {
  flex-basis: 12rem;
}

.basis-5 {
  flex-basis: 1.25rem;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.basis-5\/6 {
  flex-basis: 83.333333%;
}

.basis-52 {
  flex-basis: 13rem;
}

.basis-56 {
  flex-basis: 14rem;
}

.basis-6 {
  flex-basis: 1.5rem;
}

.basis-6\/12 {
  flex-basis: 50%;
}

.basis-60 {
  flex-basis: 15rem;
}

.basis-64 {
  flex-basis: 16rem;
}

.basis-7 {
  flex-basis: 1.75rem;
}

.basis-7\/12 {
  flex-basis: 58.333333%;
}

.basis-72 {
  flex-basis: 18rem;
}

.basis-8 {
  flex-basis: 2rem;
}

.basis-8\/12 {
  flex-basis: 66.666667%;
}

.basis-80 {
  flex-basis: 20rem;
}

.basis-9 {
  flex-basis: 2.25rem;
}

.basis-9\/12 {
  flex-basis: 75%;
}

.basis-96 {
  flex-basis: 24rem;
}

.basis-\[6\.25rem\] {
  flex-basis: 6.25rem;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.basis-px {
  flex-basis: 1px;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1 {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-11 {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-12 {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-14 {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-16 {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-20 {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-24 {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-28 {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3 {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-32 {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-36 {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-4\.5 {
  --tw-border-spacing-x: 1.125rem;
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-40 {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-44 {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-48 {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-5 {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-52 {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-56 {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-60 {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-64 {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-7 {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-72 {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-8 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-80 {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-9 {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-96 {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-px {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0 {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1 {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-11 {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-12 {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-14 {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-16 {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2 {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-20 {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-24 {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-28 {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3 {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-32 {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-36 {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-4 {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-4\.5 {
  --tw-border-spacing-x: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-40 {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-44 {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-48 {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-52 {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-56 {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-6 {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-60 {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-64 {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-7 {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-72 {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-8 {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-80 {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-9 {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-96 {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-px {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0 {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0\.5 {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1\.5 {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-10 {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-11 {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-12 {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-14 {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-16 {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2\.5 {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-20 {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-24 {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-28 {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3\.5 {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-32 {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-36 {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-4\.5 {
  --tw-border-spacing-y: 1.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-40 {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-44 {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-48 {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-5 {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-52 {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-56 {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-60 {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-64 {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-7 {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-72 {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-8 {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-80 {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-9 {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-96 {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-px {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-center {
  transform-origin: center;
}

.origin-left {
  transform-origin: left;
}

.origin-right {
  transform-origin: right;
}

.origin-top {
  transform-origin: top;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-0 {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-4\.5 {
  --tw-translate-x: -1.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-x-px {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-4\.5 {
  --tw-translate-y: -1.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), 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));
}

.-translate-y-px {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-12 {
  --tw-translate-x: 3rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-16 {
  --tw-translate-x: 4rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-20 {
  --tw-translate-x: 5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-24 {
  --tw-translate-x: 6rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-28 {
  --tw-translate-x: 7rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-32 {
  --tw-translate-x: 8rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-36 {
  --tw-translate-x: 9rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-4\.5 {
  --tw-translate-x: 1.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-40 {
  --tw-translate-x: 10rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-44 {
  --tw-translate-x: 11rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-48 {
  --tw-translate-x: 12rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-52 {
  --tw-translate-x: 13rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-56 {
  --tw-translate-x: 14rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-60 {
  --tw-translate-x: 15rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-64 {
  --tw-translate-x: 16rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-72 {
  --tw-translate-x: 18rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-8 {
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-80 {
  --tw-translate-x: 20rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-96 {
  --tw-translate-x: 24rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-x-px {
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-12 {
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-16 {
  --tw-translate-y: 4rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-20 {
  --tw-translate-y: 5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-24 {
  --tw-translate-y: 6rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-28 {
  --tw-translate-y: 7rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-32 {
  --tw-translate-y: 8rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-36 {
  --tw-translate-y: 9rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-4\.5 {
  --tw-translate-y: 1.125rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-40 {
  --tw-translate-y: 10rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-44 {
  --tw-translate-y: 11rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-48 {
  --tw-translate-y: 12rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-52 {
  --tw-translate-y: 13rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-56 {
  --tw-translate-y: 14rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-60 {
  --tw-translate-y: 15rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-64 {
  --tw-translate-y: 16rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-72 {
  --tw-translate-y: 18rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-8 {
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-80 {
  --tw-translate-y: 20rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-96 {
  --tw-translate-y: 24rem;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), 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));
}

.translate-y-px {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-0 {
  --tw-rotate: -0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-1 {
  --tw-rotate: -1deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-12 {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-2 {
  --tw-rotate: -2deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-3 {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-6 {
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-1 {
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-3 {
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-6 {
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), 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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-x-0 {
  --tw-skew-x: -0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-y-0 {
  --tw-skew-y: -0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-0 {
  --tw-skew-x: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-1 {
  --tw-skew-x: 1deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-12 {
  --tw-skew-x: 12deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-2 {
  --tw-skew-x: 2deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-3 {
  --tw-skew-x: 3deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-x-6 {
  --tw-skew-x: 6deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-y-0 {
  --tw-skew-y: 0deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-y-1 {
  --tw-skew-y: 1deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-y-12 {
  --tw-skew-y: 12deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-y-2 {
  --tw-skew-y: 2deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-y-3 {
  --tw-skew-y: 3deg;
  transform: translate(var(--tw-translate-x), 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));
}

.skew-y-6 {
  --tw-skew-y: 6deg;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-100 {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-105 {
  --tw-scale-x: -1.05;
  --tw-scale-y: -1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-110 {
  --tw-scale-x: -1.1;
  --tw-scale-y: -1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-125 {
  --tw-scale-x: -1.25;
  --tw-scale-y: -1.25;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-150 {
  --tw-scale-x: -1.5;
  --tw-scale-y: -1.5;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-50 {
  --tw-scale-x: -.5;
  --tw-scale-y: -.5;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-75 {
  --tw-scale-x: -.75;
  --tw-scale-y: -.75;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-90 {
  --tw-scale-x: -.9;
  --tw-scale-y: -.9;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-95 {
  --tw-scale-x: -.95;
  --tw-scale-y: -.95;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-100 {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-105 {
  --tw-scale-x: -1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-110 {
  --tw-scale-x: -1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-125 {
  --tw-scale-x: -1.25;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-150 {
  --tw-scale-x: -1.5;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-50 {
  --tw-scale-x: -.5;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-75 {
  --tw-scale-x: -.75;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-90 {
  --tw-scale-x: -.9;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-x-95 {
  --tw-scale-x: -.95;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-100 {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-105 {
  --tw-scale-y: -1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-110 {
  --tw-scale-y: -1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-125 {
  --tw-scale-y: -1.25;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-150 {
  --tw-scale-y: -1.5;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-50 {
  --tw-scale-y: -.5;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-75 {
  --tw-scale-y: -.75;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-90 {
  --tw-scale-y: -.9;
  transform: translate(var(--tw-translate-x), 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));
}

.-scale-y-95 {
  --tw-scale-y: -.95;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-0 {
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-100 {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-105 {
  --tw-scale-x: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-110 {
  --tw-scale-x: 1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-125 {
  --tw-scale-x: 1.25;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-150 {
  --tw-scale-x: 1.5;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-50 {
  --tw-scale-x: .5;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-75 {
  --tw-scale-x: .75;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-90 {
  --tw-scale-x: .9;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-x-95 {
  --tw-scale-x: .95;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-105 {
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-110 {
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-125 {
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-150 {
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-50 {
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-75 {
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-90 {
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), 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));
}

.scale-y-95 {
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-cpu {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

@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-bounce {
  animation: bounce 1s infinite;
}

.animate-none {
  animation: none;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-vertical-text {
  cursor: vertical-text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.-scroll-m-0 {
  scroll-margin: -0px;
}

.-scroll-m-0\.5 {
  scroll-margin: -0.125rem;
}

.-scroll-m-1 {
  scroll-margin: -0.25rem;
}

.-scroll-m-1\.5 {
  scroll-margin: -0.375rem;
}

.-scroll-m-10 {
  scroll-margin: -2.5rem;
}

.-scroll-m-11 {
  scroll-margin: -2.75rem;
}

.-scroll-m-12 {
  scroll-margin: -3rem;
}

.-scroll-m-14 {
  scroll-margin: -3.5rem;
}

.-scroll-m-16 {
  scroll-margin: -4rem;
}

.-scroll-m-2 {
  scroll-margin: -0.5rem;
}

.-scroll-m-2\.5 {
  scroll-margin: -0.625rem;
}

.-scroll-m-20 {
  scroll-margin: -5rem;
}

.-scroll-m-24 {
  scroll-margin: -6rem;
}

.-scroll-m-28 {
  scroll-margin: -7rem;
}

.-scroll-m-3 {
  scroll-margin: -0.75rem;
}

.-scroll-m-3\.5 {
  scroll-margin: -0.875rem;
}

.-scroll-m-32 {
  scroll-margin: -8rem;
}

.-scroll-m-36 {
  scroll-margin: -9rem;
}

.-scroll-m-4 {
  scroll-margin: -1rem;
}

.-scroll-m-4\.5 {
  scroll-margin: -1.125rem;
}

.-scroll-m-40 {
  scroll-margin: -10rem;
}

.-scroll-m-44 {
  scroll-margin: -11rem;
}

.-scroll-m-48 {
  scroll-margin: -12rem;
}

.-scroll-m-5 {
  scroll-margin: -1.25rem;
}

.-scroll-m-52 {
  scroll-margin: -13rem;
}

.-scroll-m-56 {
  scroll-margin: -14rem;
}

.-scroll-m-6 {
  scroll-margin: -1.5rem;
}

.-scroll-m-60 {
  scroll-margin: -15rem;
}

.-scroll-m-64 {
  scroll-margin: -16rem;
}

.-scroll-m-7 {
  scroll-margin: -1.75rem;
}

.-scroll-m-72 {
  scroll-margin: -18rem;
}

.-scroll-m-8 {
  scroll-margin: -2rem;
}

.-scroll-m-80 {
  scroll-margin: -20rem;
}

.-scroll-m-9 {
  scroll-margin: -2.25rem;
}

.-scroll-m-96 {
  scroll-margin: -24rem;
}

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

.scroll-m-0 {
  scroll-margin: 0px;
}

.scroll-m-0\.5 {
  scroll-margin: 0.125rem;
}

.scroll-m-1 {
  scroll-margin: 0.25rem;
}

.scroll-m-1\.5 {
  scroll-margin: 0.375rem;
}

.scroll-m-10 {
  scroll-margin: 2.5rem;
}

.scroll-m-11 {
  scroll-margin: 2.75rem;
}

.scroll-m-12 {
  scroll-margin: 3rem;
}

.scroll-m-14 {
  scroll-margin: 3.5rem;
}

.scroll-m-16 {
  scroll-margin: 4rem;
}

.scroll-m-2 {
  scroll-margin: 0.5rem;
}

.scroll-m-2\.5 {
  scroll-margin: 0.625rem;
}

.scroll-m-20 {
  scroll-margin: 5rem;
}

.scroll-m-24 {
  scroll-margin: 6rem;
}

.scroll-m-28 {
  scroll-margin: 7rem;
}

.scroll-m-3 {
  scroll-margin: 0.75rem;
}

.scroll-m-3\.5 {
  scroll-margin: 0.875rem;
}

.scroll-m-32 {
  scroll-margin: 8rem;
}

.scroll-m-36 {
  scroll-margin: 9rem;
}

.scroll-m-4 {
  scroll-margin: 1rem;
}

.scroll-m-4\.5 {
  scroll-margin: 1.125rem;
}

.scroll-m-40 {
  scroll-margin: 10rem;
}

.scroll-m-44 {
  scroll-margin: 11rem;
}

.scroll-m-48 {
  scroll-margin: 12rem;
}

.scroll-m-5 {
  scroll-margin: 1.25rem;
}

.scroll-m-52 {
  scroll-margin: 13rem;
}

.scroll-m-56 {
  scroll-margin: 14rem;
}

.scroll-m-6 {
  scroll-margin: 1.5rem;
}

.scroll-m-60 {
  scroll-margin: 15rem;
}

.scroll-m-64 {
  scroll-margin: 16rem;
}

.scroll-m-7 {
  scroll-margin: 1.75rem;
}

.scroll-m-72 {
  scroll-margin: 18rem;
}

.scroll-m-8 {
  scroll-margin: 2rem;
}

.scroll-m-80 {
  scroll-margin: 20rem;
}

.scroll-m-9 {
  scroll-margin: 2.25rem;
}

.scroll-m-96 {
  scroll-margin: 24rem;
}

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

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

.-scroll-mx-0\.5 {
  scroll-margin-left: -0.125rem;
  scroll-margin-right: -0.125rem;
}

.-scroll-mx-1 {
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}

.-scroll-mx-1\.5 {
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}

.-scroll-mx-10 {
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}

.-scroll-mx-11 {
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}

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

.-scroll-mx-14 {
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}

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

.-scroll-mx-2 {
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}

.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}

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

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

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

.-scroll-mx-3 {
  scroll-margin-left: -0.75rem;
  scroll-margin-right: -0.75rem;
}

.-scroll-mx-3\.5 {
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}

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

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

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

.-scroll-mx-4\.5 {
  scroll-margin-left: -1.125rem;
  scroll-margin-right: -1.125rem;
}

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

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

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

.-scroll-mx-5 {
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}

.-scroll-mx-52 {
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}

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

.-scroll-mx-6 {
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}

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

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

.-scroll-mx-7 {
  scroll-margin-left: -1.75rem;
  scroll-margin-right: -1.75rem;
}

.-scroll-mx-72 {
  scroll-margin-left: -18rem;
  scroll-margin-right: -18rem;
}

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

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

.-scroll-mx-9 {
  scroll-margin-left: -2.25rem;
  scroll-margin-right: -2.25rem;
}

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

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

.-scroll-my-0 {
  scroll-margin-top: -0px;
  scroll-margin-bottom: -0px;
}

.-scroll-my-0\.5 {
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}

.-scroll-my-1 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}

.-scroll-my-1\.5 {
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}

.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}

.-scroll-my-11 {
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}

.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}

.-scroll-my-14 {
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}

.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}

.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}

.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}

.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}

.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}

.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}

.-scroll-my-3 {
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}

.-scroll-my-3\.5 {
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}

.-scroll-my-32 {
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}

.-scroll-my-36 {
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}

.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}

.-scroll-my-4\.5 {
  scroll-margin-top: -1.125rem;
  scroll-margin-bottom: -1.125rem;
}

.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}

.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}

.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}

.-scroll-my-5 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}

.-scroll-my-52 {
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}

.-scroll-my-56 {
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}

.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}

.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}

.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}

.-scroll-my-7 {
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}

.-scroll-my-72 {
  scroll-margin-top: -18rem;
  scroll-margin-bottom: -18rem;
}

.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}

.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}

.-scroll-my-9 {
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}

.-scroll-my-96 {
  scroll-margin-top: -24rem;
  scroll-margin-bottom: -24rem;
}

.-scroll-my-px {
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}

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

.scroll-mx-0\.5 {
  scroll-margin-left: 0.125rem;
  scroll-margin-right: 0.125rem;
}

.scroll-mx-1 {
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}

.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}

.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}

.scroll-mx-11 {
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}

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

.scroll-mx-14 {
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}

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

.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}

.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}

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

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

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

.scroll-mx-3 {
  scroll-margin-left: 0.75rem;
  scroll-margin-right: 0.75rem;
}

.scroll-mx-3\.5 {
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}

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

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

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

.scroll-mx-4\.5 {
  scroll-margin-left: 1.125rem;
  scroll-margin-right: 1.125rem;
}

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

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

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

.scroll-mx-5 {
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}

.scroll-mx-52 {
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}

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

.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}

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

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

.scroll-mx-7 {
  scroll-margin-left: 1.75rem;
  scroll-margin-right: 1.75rem;
}

.scroll-mx-72 {
  scroll-margin-left: 18rem;
  scroll-margin-right: 18rem;
}

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

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

.scroll-mx-9 {
  scroll-margin-left: 2.25rem;
  scroll-margin-right: 2.25rem;
}

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

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

.scroll-my-0 {
  scroll-margin-top: 0px;
  scroll-margin-bottom: 0px;
}

.scroll-my-0\.5 {
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}

.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}

.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}

.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}

.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}

.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}

.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}

.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}

.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}

.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}

.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}

.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}

.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}

.scroll-my-3 {
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}

.scroll-my-3\.5 {
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}

.scroll-my-32 {
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}

.scroll-my-36 {
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}

.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}

.scroll-my-4\.5 {
  scroll-margin-top: 1.125rem;
  scroll-margin-bottom: 1.125rem;
}

.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}

.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}

.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}

.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}

.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}

.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}

.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}

.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}

.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}

.scroll-my-7 {
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}

.scroll-my-72 {
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}

.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}

.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}

.scroll-my-9 {
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}

.scroll-my-96 {
  scroll-margin-top: 24rem;
  scroll-margin-bottom: 24rem;
}

.scroll-my-px {
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}

.-scroll-mb-0 {
  scroll-margin-bottom: -0px;
}

.-scroll-mb-0\.5 {
  scroll-margin-bottom: -0.125rem;
}

.-scroll-mb-1 {
  scroll-margin-bottom: -0.25rem;
}

.-scroll-mb-1\.5 {
  scroll-margin-bottom: -0.375rem;
}

.-scroll-mb-10 {
  scroll-margin-bottom: -2.5rem;
}

.-scroll-mb-11 {
  scroll-margin-bottom: -2.75rem;
}

.-scroll-mb-12 {
  scroll-margin-bottom: -3rem;
}

.-scroll-mb-14 {
  scroll-margin-bottom: -3.5rem;
}

.-scroll-mb-16 {
  scroll-margin-bottom: -4rem;
}

.-scroll-mb-2 {
  scroll-margin-bottom: -0.5rem;
}

.-scroll-mb-2\.5 {
  scroll-margin-bottom: -0.625rem;
}

.-scroll-mb-20 {
  scroll-margin-bottom: -5rem;
}

.-scroll-mb-24 {
  scroll-margin-bottom: -6rem;
}

.-scroll-mb-28 {
  scroll-margin-bottom: -7rem;
}

.-scroll-mb-3 {
  scroll-margin-bottom: -0.75rem;
}

.-scroll-mb-3\.5 {
  scroll-margin-bottom: -0.875rem;
}

.-scroll-mb-32 {
  scroll-margin-bottom: -8rem;
}

.-scroll-mb-36 {
  scroll-margin-bottom: -9rem;
}

.-scroll-mb-4 {
  scroll-margin-bottom: -1rem;
}

.-scroll-mb-4\.5 {
  scroll-margin-bottom: -1.125rem;
}

.-scroll-mb-40 {
  scroll-margin-bottom: -10rem;
}

.-scroll-mb-44 {
  scroll-margin-bottom: -11rem;
}

.-scroll-mb-48 {
  scroll-margin-bottom: -12rem;
}

.-scroll-mb-5 {
  scroll-margin-bottom: -1.25rem;
}

.-scroll-mb-52 {
  scroll-margin-bottom: -13rem;
}

.-scroll-mb-56 {
  scroll-margin-bottom: -14rem;
}

.-scroll-mb-6 {
  scroll-margin-bottom: -1.5rem;
}

.-scroll-mb-60 {
  scroll-margin-bottom: -15rem;
}

.-scroll-mb-64 {
  scroll-margin-bottom: -16rem;
}

.-scroll-mb-7 {
  scroll-margin-bottom: -1.75rem;
}

.-scroll-mb-72 {
  scroll-margin-bottom: -18rem;
}

.-scroll-mb-8 {
  scroll-margin-bottom: -2rem;
}

.-scroll-mb-80 {
  scroll-margin-bottom: -20rem;
}

.-scroll-mb-9 {
  scroll-margin-bottom: -2.25rem;
}

.-scroll-mb-96 {
  scroll-margin-bottom: -24rem;
}

.-scroll-mb-px {
  scroll-margin-bottom: -1px;
}

.-scroll-me-0 {
  scroll-margin-inline-end: -0px;
}

.-scroll-me-0\.5 {
  scroll-margin-inline-end: -0.125rem;
}

.-scroll-me-1 {
  scroll-margin-inline-end: -0.25rem;
}

.-scroll-me-1\.5 {
  scroll-margin-inline-end: -0.375rem;
}

.-scroll-me-10 {
  scroll-margin-inline-end: -2.5rem;
}

.-scroll-me-11 {
  scroll-margin-inline-end: -2.75rem;
}

.-scroll-me-12 {
  scroll-margin-inline-end: -3rem;
}

.-scroll-me-14 {
  scroll-margin-inline-end: -3.5rem;
}

.-scroll-me-16 {
  scroll-margin-inline-end: -4rem;
}

.-scroll-me-2 {
  scroll-margin-inline-end: -0.5rem;
}

.-scroll-me-2\.5 {
  scroll-margin-inline-end: -0.625rem;
}

.-scroll-me-20 {
  scroll-margin-inline-end: -5rem;
}

.-scroll-me-24 {
  scroll-margin-inline-end: -6rem;
}

.-scroll-me-28 {
  scroll-margin-inline-end: -7rem;
}

.-scroll-me-3 {
  scroll-margin-inline-end: -0.75rem;
}

.-scroll-me-3\.5 {
  scroll-margin-inline-end: -0.875rem;
}

.-scroll-me-32 {
  scroll-margin-inline-end: -8rem;
}

.-scroll-me-36 {
  scroll-margin-inline-end: -9rem;
}

.-scroll-me-4 {
  scroll-margin-inline-end: -1rem;
}

.-scroll-me-4\.5 {
  scroll-margin-inline-end: -1.125rem;
}

.-scroll-me-40 {
  scroll-margin-inline-end: -10rem;
}

.-scroll-me-44 {
  scroll-margin-inline-end: -11rem;
}

.-scroll-me-48 {
  scroll-margin-inline-end: -12rem;
}

.-scroll-me-5 {
  scroll-margin-inline-end: -1.25rem;
}

.-scroll-me-52 {
  scroll-margin-inline-end: -13rem;
}

.-scroll-me-56 {
  scroll-margin-inline-end: -14rem;
}

.-scroll-me-6 {
  scroll-margin-inline-end: -1.5rem;
}

.-scroll-me-60 {
  scroll-margin-inline-end: -15rem;
}

.-scroll-me-64 {
  scroll-margin-inline-end: -16rem;
}

.-scroll-me-7 {
  scroll-margin-inline-end: -1.75rem;
}

.-scroll-me-72 {
  scroll-margin-inline-end: -18rem;
}

.-scroll-me-8 {
  scroll-margin-inline-end: -2rem;
}

.-scroll-me-80 {
  scroll-margin-inline-end: -20rem;
}

.-scroll-me-9 {
  scroll-margin-inline-end: -2.25rem;
}

.-scroll-me-96 {
  scroll-margin-inline-end: -24rem;
}

.-scroll-me-px {
  scroll-margin-inline-end: -1px;
}

.-scroll-ml-0 {
  scroll-margin-left: -0px;
}

.-scroll-ml-0\.5 {
  scroll-margin-left: -0.125rem;
}

.-scroll-ml-1 {
  scroll-margin-left: -0.25rem;
}

.-scroll-ml-1\.5 {
  scroll-margin-left: -0.375rem;
}

.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}

.-scroll-ml-11 {
  scroll-margin-left: -2.75rem;
}

.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}

.-scroll-ml-14 {
  scroll-margin-left: -3.5rem;
}

.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}

.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}

.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}

.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}

.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}

.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}

.-scroll-ml-3 {
  scroll-margin-left: -0.75rem;
}

.-scroll-ml-3\.5 {
  scroll-margin-left: -0.875rem;
}

.-scroll-ml-32 {
  scroll-margin-left: -8rem;
}

.-scroll-ml-36 {
  scroll-margin-left: -9rem;
}

.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}

.-scroll-ml-4\.5 {
  scroll-margin-left: -1.125rem;
}

.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}

.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}

.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}

.-scroll-ml-5 {
  scroll-margin-left: -1.25rem;
}

.-scroll-ml-52 {
  scroll-margin-left: -13rem;
}

.-scroll-ml-56 {
  scroll-margin-left: -14rem;
}

.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}

.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}

.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}

.-scroll-ml-7 {
  scroll-margin-left: -1.75rem;
}

.-scroll-ml-72 {
  scroll-margin-left: -18rem;
}

.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}

.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}

.-scroll-ml-9 {
  scroll-margin-left: -2.25rem;
}

.-scroll-ml-96 {
  scroll-margin-left: -24rem;
}

.-scroll-ml-px {
  scroll-margin-left: -1px;
}

.-scroll-mr-0 {
  scroll-margin-right: -0px;
}

.-scroll-mr-0\.5 {
  scroll-margin-right: -0.125rem;
}

.-scroll-mr-1 {
  scroll-margin-right: -0.25rem;
}

.-scroll-mr-1\.5 {
  scroll-margin-right: -0.375rem;
}

.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}

.-scroll-mr-11 {
  scroll-margin-right: -2.75rem;
}

.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}

.-scroll-mr-14 {
  scroll-margin-right: -3.5rem;
}

.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}

.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}

.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}

.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}

.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}

.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}

.-scroll-mr-3 {
  scroll-margin-right: -0.75rem;
}

.-scroll-mr-3\.5 {
  scroll-margin-right: -0.875rem;
}

.-scroll-mr-32 {
  scroll-margin-right: -8rem;
}

.-scroll-mr-36 {
  scroll-margin-right: -9rem;
}

.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}

.-scroll-mr-4\.5 {
  scroll-margin-right: -1.125rem;
}

.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}

.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}

.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}

.-scroll-mr-5 {
  scroll-margin-right: -1.25rem;
}

.-scroll-mr-52 {
  scroll-margin-right: -13rem;
}

.-scroll-mr-56 {
  scroll-margin-right: -14rem;
}

.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}

.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}

.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}

.-scroll-mr-7 {
  scroll-margin-right: -1.75rem;
}

.-scroll-mr-72 {
  scroll-margin-right: -18rem;
}

.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}

.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}

.-scroll-mr-9 {
  scroll-margin-right: -2.25rem;
}

.-scroll-mr-96 {
  scroll-margin-right: -24rem;
}

.-scroll-mr-px {
  scroll-margin-right: -1px;
}

.-scroll-ms-0 {
  scroll-margin-inline-start: -0px;
}

.-scroll-ms-0\.5 {
  scroll-margin-inline-start: -0.125rem;
}

.-scroll-ms-1 {
  scroll-margin-inline-start: -0.25rem;
}

.-scroll-ms-1\.5 {
  scroll-margin-inline-start: -0.375rem;
}

.-scroll-ms-10 {
  scroll-margin-inline-start: -2.5rem;
}

.-scroll-ms-11 {
  scroll-margin-inline-start: -2.75rem;
}

.-scroll-ms-12 {
  scroll-margin-inline-start: -3rem;
}

.-scroll-ms-14 {
  scroll-margin-inline-start: -3.5rem;
}

.-scroll-ms-16 {
  scroll-margin-inline-start: -4rem;
}

.-scroll-ms-2 {
  scroll-margin-inline-start: -0.5rem;
}

.-scroll-ms-2\.5 {
  scroll-margin-inline-start: -0.625rem;
}

.-scroll-ms-20 {
  scroll-margin-inline-start: -5rem;
}

.-scroll-ms-24 {
  scroll-margin-inline-start: -6rem;
}

.-scroll-ms-28 {
  scroll-margin-inline-start: -7rem;
}

.-scroll-ms-3 {
  scroll-margin-inline-start: -0.75rem;
}

.-scroll-ms-3\.5 {
  scroll-margin-inline-start: -0.875rem;
}

.-scroll-ms-32 {
  scroll-margin-inline-start: -8rem;
}

.-scroll-ms-36 {
  scroll-margin-inline-start: -9rem;
}

.-scroll-ms-4 {
  scroll-margin-inline-start: -1rem;
}

.-scroll-ms-4\.5 {
  scroll-margin-inline-start: -1.125rem;
}

.-scroll-ms-40 {
  scroll-margin-inline-start: -10rem;
}

.-scroll-ms-44 {
  scroll-margin-inline-start: -11rem;
}

.-scroll-ms-48 {
  scroll-margin-inline-start: -12rem;
}

.-scroll-ms-5 {
  scroll-margin-inline-start: -1.25rem;
}

.-scroll-ms-52 {
  scroll-margin-inline-start: -13rem;
}

.-scroll-ms-56 {
  scroll-margin-inline-start: -14rem;
}

.-scroll-ms-6 {
  scroll-margin-inline-start: -1.5rem;
}

.-scroll-ms-60 {
  scroll-margin-inline-start: -15rem;
}

.-scroll-ms-64 {
  scroll-margin-inline-start: -16rem;
}

.-scroll-ms-7 {
  scroll-margin-inline-start: -1.75rem;
}

.-scroll-ms-72 {
  scroll-margin-inline-start: -18rem;
}

.-scroll-ms-8 {
  scroll-margin-inline-start: -2rem;
}

.-scroll-ms-80 {
  scroll-margin-inline-start: -20rem;
}

.-scroll-ms-9 {
  scroll-margin-inline-start: -2.25rem;
}

.-scroll-ms-96 {
  scroll-margin-inline-start: -24rem;
}

.-scroll-ms-px {
  scroll-margin-inline-start: -1px;
}

.-scroll-mt-0 {
  scroll-margin-top: -0px;
}

.-scroll-mt-0\.5 {
  scroll-margin-top: -0.125rem;
}

.-scroll-mt-1 {
  scroll-margin-top: -0.25rem;
}

.-scroll-mt-1\.5 {
  scroll-margin-top: -0.375rem;
}

.-scroll-mt-10 {
  scroll-margin-top: -2.5rem;
}

.-scroll-mt-11 {
  scroll-margin-top: -2.75rem;
}

.-scroll-mt-12 {
  scroll-margin-top: -3rem;
}

.-scroll-mt-14 {
  scroll-margin-top: -3.5rem;
}

.-scroll-mt-16 {
  scroll-margin-top: -4rem;
}

.-scroll-mt-2 {
  scroll-margin-top: -0.5rem;
}

.-scroll-mt-2\.5 {
  scroll-margin-top: -0.625rem;
}

.-scroll-mt-20 {
  scroll-margin-top: -5rem;
}

.-scroll-mt-24 {
  scroll-margin-top: -6rem;
}

.-scroll-mt-28 {
  scroll-margin-top: -7rem;
}

.-scroll-mt-3 {
  scroll-margin-top: -0.75rem;
}

.-scroll-mt-3\.5 {
  scroll-margin-top: -0.875rem;
}

.-scroll-mt-32 {
  scroll-margin-top: -8rem;
}

.-scroll-mt-36 {
  scroll-margin-top: -9rem;
}

.-scroll-mt-4 {
  scroll-margin-top: -1rem;
}

.-scroll-mt-4\.5 {
  scroll-margin-top: -1.125rem;
}

.-scroll-mt-40 {
  scroll-margin-top: -10rem;
}

.-scroll-mt-44 {
  scroll-margin-top: -11rem;
}

.-scroll-mt-48 {
  scroll-margin-top: -12rem;
}

.-scroll-mt-5 {
  scroll-margin-top: -1.25rem;
}

.-scroll-mt-52 {
  scroll-margin-top: -13rem;
}

.-scroll-mt-56 {
  scroll-margin-top: -14rem;
}

.-scroll-mt-6 {
  scroll-margin-top: -1.5rem;
}

.-scroll-mt-60 {
  scroll-margin-top: -15rem;
}

.-scroll-mt-64 {
  scroll-margin-top: -16rem;
}

.-scroll-mt-7 {
  scroll-margin-top: -1.75rem;
}

.-scroll-mt-72 {
  scroll-margin-top: -18rem;
}

.-scroll-mt-8 {
  scroll-margin-top: -2rem;
}

.-scroll-mt-80 {
  scroll-margin-top: -20rem;
}

.-scroll-mt-9 {
  scroll-margin-top: -2.25rem;
}

.-scroll-mt-96 {
  scroll-margin-top: -24rem;
}

.-scroll-mt-px {
  scroll-margin-top: -1px;
}

.scroll-mb-0 {
  scroll-margin-bottom: 0px;
}

.scroll-mb-0\.5 {
  scroll-margin-bottom: 0.125rem;
}

.scroll-mb-1 {
  scroll-margin-bottom: 0.25rem;
}

.scroll-mb-1\.5 {
  scroll-margin-bottom: 0.375rem;
}

.scroll-mb-10 {
  scroll-margin-bottom: 2.5rem;
}

.scroll-mb-11 {
  scroll-margin-bottom: 2.75rem;
}

.scroll-mb-12 {
  scroll-margin-bottom: 3rem;
}

.scroll-mb-14 {
  scroll-margin-bottom: 3.5rem;
}

.scroll-mb-16 {
  scroll-margin-bottom: 4rem;
}

.scroll-mb-2 {
  scroll-margin-bottom: 0.5rem;
}

.scroll-mb-2\.5 {
  scroll-margin-bottom: 0.625rem;
}

.scroll-mb-20 {
  scroll-margin-bottom: 5rem;
}

.scroll-mb-24 {
  scroll-margin-bottom: 6rem;
}

.scroll-mb-28 {
  scroll-margin-bottom: 7rem;
}

.scroll-mb-3 {
  scroll-margin-bottom: 0.75rem;
}

.scroll-mb-3\.5 {
  scroll-margin-bottom: 0.875rem;
}

.scroll-mb-32 {
  scroll-margin-bottom: 8rem;
}

.scroll-mb-36 {
  scroll-margin-bottom: 9rem;
}

.scroll-mb-4 {
  scroll-margin-bottom: 1rem;
}

.scroll-mb-4\.5 {
  scroll-margin-bottom: 1.125rem;
}

.scroll-mb-40 {
  scroll-margin-bottom: 10rem;
}

.scroll-mb-44 {
  scroll-margin-bottom: 11rem;
}

.scroll-mb-48 {
  scroll-margin-bottom: 12rem;
}

.scroll-mb-5 {
  scroll-margin-bottom: 1.25rem;
}

.scroll-mb-52 {
  scroll-margin-bottom: 13rem;
}

.scroll-mb-56 {
  scroll-margin-bottom: 14rem;
}

.scroll-mb-6 {
  scroll-margin-bottom: 1.5rem;
}

.scroll-mb-60 {
  scroll-margin-bottom: 15rem;
}

.scroll-mb-64 {
  scroll-margin-bottom: 16rem;
}

.scroll-mb-7 {
  scroll-margin-bottom: 1.75rem;
}

.scroll-mb-72 {
  scroll-margin-bottom: 18rem;
}

.scroll-mb-8 {
  scroll-margin-bottom: 2rem;
}

.scroll-mb-80 {
  scroll-margin-bottom: 20rem;
}

.scroll-mb-9 {
  scroll-margin-bottom: 2.25rem;
}

.scroll-mb-96 {
  scroll-margin-bottom: 24rem;
}

.scroll-mb-px {
  scroll-margin-bottom: 1px;
}

.scroll-me-0 {
  scroll-margin-inline-end: 0px;
}

.scroll-me-0\.5 {
  scroll-margin-inline-end: 0.125rem;
}

.scroll-me-1 {
  scroll-margin-inline-end: 0.25rem;
}

.scroll-me-1\.5 {
  scroll-margin-inline-end: 0.375rem;
}

.scroll-me-10 {
  scroll-margin-inline-end: 2.5rem;
}

.scroll-me-11 {
  scroll-margin-inline-end: 2.75rem;
}

.scroll-me-12 {
  scroll-margin-inline-end: 3rem;
}

.scroll-me-14 {
  scroll-margin-inline-end: 3.5rem;
}

.scroll-me-16 {
  scroll-margin-inline-end: 4rem;
}

.scroll-me-2 {
  scroll-margin-inline-end: 0.5rem;
}

.scroll-me-2\.5 {
  scroll-margin-inline-end: 0.625rem;
}

.scroll-me-20 {
  scroll-margin-inline-end: 5rem;
}

.scroll-me-24 {
  scroll-margin-inline-end: 6rem;
}

.scroll-me-28 {
  scroll-margin-inline-end: 7rem;
}

.scroll-me-3 {
  scroll-margin-inline-end: 0.75rem;
}

.scroll-me-3\.5 {
  scroll-margin-inline-end: 0.875rem;
}

.scroll-me-32 {
  scroll-margin-inline-end: 8rem;
}

.scroll-me-36 {
  scroll-margin-inline-end: 9rem;
}

.scroll-me-4 {
  scroll-margin-inline-end: 1rem;
}

.scroll-me-4\.5 {
  scroll-margin-inline-end: 1.125rem;
}

.scroll-me-40 {
  scroll-margin-inline-end: 10rem;
}

.scroll-me-44 {
  scroll-margin-inline-end: 11rem;
}

.scroll-me-48 {
  scroll-margin-inline-end: 12rem;
}

.scroll-me-5 {
  scroll-margin-inline-end: 1.25rem;
}

.scroll-me-52 {
  scroll-margin-inline-end: 13rem;
}

.scroll-me-56 {
  scroll-margin-inline-end: 14rem;
}

.scroll-me-6 {
  scroll-margin-inline-end: 1.5rem;
}

.scroll-me-60 {
  scroll-margin-inline-end: 15rem;
}

.scroll-me-64 {
  scroll-margin-inline-end: 16rem;
}

.scroll-me-7 {
  scroll-margin-inline-end: 1.75rem;
}

.scroll-me-72 {
  scroll-margin-inline-end: 18rem;
}

.scroll-me-8 {
  scroll-margin-inline-end: 2rem;
}

.scroll-me-80 {
  scroll-margin-inline-end: 20rem;
}

.scroll-me-9 {
  scroll-margin-inline-end: 2.25rem;
}

.scroll-me-96 {
  scroll-margin-inline-end: 24rem;
}

.scroll-me-px {
  scroll-margin-inline-end: 1px;
}

.scroll-ml-0 {
  scroll-margin-left: 0px;
}

.scroll-ml-0\.5 {
  scroll-margin-left: 0.125rem;
}

.scroll-ml-1 {
  scroll-margin-left: 0.25rem;
}

.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem;
}

.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}

.scroll-ml-11 {
  scroll-margin-left: 2.75rem;
}

.scroll-ml-12 {
  scroll-margin-left: 3rem;
}

.scroll-ml-14 {
  scroll-margin-left: 3.5rem;
}

.scroll-ml-16 {
  scroll-margin-left: 4rem;
}

.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}

.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}

.scroll-ml-20 {
  scroll-margin-left: 5rem;
}

.scroll-ml-24 {
  scroll-margin-left: 6rem;
}

.scroll-ml-28 {
  scroll-margin-left: 7rem;
}

.scroll-ml-3 {
  scroll-margin-left: 0.75rem;
}

.scroll-ml-3\.5 {
  scroll-margin-left: 0.875rem;
}

.scroll-ml-32 {
  scroll-margin-left: 8rem;
}

.scroll-ml-36 {
  scroll-margin-left: 9rem;
}

.scroll-ml-4 {
  scroll-margin-left: 1rem;
}

.scroll-ml-4\.5 {
  scroll-margin-left: 1.125rem;
}

.scroll-ml-40 {
  scroll-margin-left: 10rem;
}

.scroll-ml-44 {
  scroll-margin-left: 11rem;
}

.scroll-ml-48 {
  scroll-margin-left: 12rem;
}

.scroll-ml-5 {
  scroll-margin-left: 1.25rem;
}

.scroll-ml-52 {
  scroll-margin-left: 13rem;
}

.scroll-ml-56 {
  scroll-margin-left: 14rem;
}

.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}

.scroll-ml-60 {
  scroll-margin-left: 15rem;
}

.scroll-ml-64 {
  scroll-margin-left: 16rem;
}

.scroll-ml-7 {
  scroll-margin-left: 1.75rem;
}

.scroll-ml-72 {
  scroll-margin-left: 18rem;
}

.scroll-ml-8 {
  scroll-margin-left: 2rem;
}

.scroll-ml-80 {
  scroll-margin-left: 20rem;
}

.scroll-ml-9 {
  scroll-margin-left: 2.25rem;
}

.scroll-ml-96 {
  scroll-margin-left: 24rem;
}

.scroll-ml-px {
  scroll-margin-left: 1px;
}

.scroll-mr-0 {
  scroll-margin-right: 0px;
}

.scroll-mr-0\.5 {
  scroll-margin-right: 0.125rem;
}

.scroll-mr-1 {
  scroll-margin-right: 0.25rem;
}

.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem;
}

.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}

.scroll-mr-11 {
  scroll-margin-right: 2.75rem;
}

.scroll-mr-12 {
  scroll-margin-right: 3rem;
}

.scroll-mr-14 {
  scroll-margin-right: 3.5rem;
}

.scroll-mr-16 {
  scroll-margin-right: 4rem;
}

.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}

.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}

.scroll-mr-20 {
  scroll-margin-right: 5rem;
}

.scroll-mr-24 {
  scroll-margin-right: 6rem;
}

.scroll-mr-28 {
  scroll-margin-right: 7rem;
}

.scroll-mr-3 {
  scroll-margin-right: 0.75rem;
}

.scroll-mr-3\.5 {
  scroll-margin-right: 0.875rem;
}

.scroll-mr-32 {
  scroll-margin-right: 8rem;
}

.scroll-mr-36 {
  scroll-margin-right: 9rem;
}

.scroll-mr-4 {
  scroll-margin-right: 1rem;
}

.scroll-mr-4\.5 {
  scroll-margin-right: 1.125rem;
}

.scroll-mr-40 {
  scroll-margin-right: 10rem;
}

.scroll-mr-44 {
  scroll-margin-right: 11rem;
}

.scroll-mr-48 {
  scroll-margin-right: 12rem;
}

.scroll-mr-5 {
  scroll-margin-right: 1.25rem;
}

.scroll-mr-52 {
  scroll-margin-right: 13rem;
}

.scroll-mr-56 {
  scroll-margin-right: 14rem;
}

.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}

.scroll-mr-60 {
  scroll-margin-right: 15rem;
}

.scroll-mr-64 {
  scroll-margin-right: 16rem;
}

.scroll-mr-7 {
  scroll-margin-right: 1.75rem;
}

.scroll-mr-72 {
  scroll-margin-right: 18rem;
}

.scroll-mr-8 {
  scroll-margin-right: 2rem;
}

.scroll-mr-80 {
  scroll-margin-right: 20rem;
}

.scroll-mr-9 {
  scroll-margin-right: 2.25rem;
}

.scroll-mr-96 {
  scroll-margin-right: 24rem;
}

.scroll-mr-px {
  scroll-margin-right: 1px;
}

.scroll-ms-0 {
  scroll-margin-inline-start: 0px;
}

.scroll-ms-0\.5 {
  scroll-margin-inline-start: 0.125rem;
}

.scroll-ms-1 {
  scroll-margin-inline-start: 0.25rem;
}

.scroll-ms-1\.5 {
  scroll-margin-inline-start: 0.375rem;
}

.scroll-ms-10 {
  scroll-margin-inline-start: 2.5rem;
}

.scroll-ms-11 {
  scroll-margin-inline-start: 2.75rem;
}

.scroll-ms-12 {
  scroll-margin-inline-start: 3rem;
}

.scroll-ms-14 {
  scroll-margin-inline-start: 3.5rem;
}

.scroll-ms-16 {
  scroll-margin-inline-start: 4rem;
}

.scroll-ms-2 {
  scroll-margin-inline-start: 0.5rem;
}

.scroll-ms-2\.5 {
  scroll-margin-inline-start: 0.625rem;
}

.scroll-ms-20 {
  scroll-margin-inline-start: 5rem;
}

.scroll-ms-24 {
  scroll-margin-inline-start: 6rem;
}

.scroll-ms-28 {
  scroll-margin-inline-start: 7rem;
}

.scroll-ms-3 {
  scroll-margin-inline-start: 0.75rem;
}

.scroll-ms-3\.5 {
  scroll-margin-inline-start: 0.875rem;
}

.scroll-ms-32 {
  scroll-margin-inline-start: 8rem;
}

.scroll-ms-36 {
  scroll-margin-inline-start: 9rem;
}

.scroll-ms-4 {
  scroll-margin-inline-start: 1rem;
}

.scroll-ms-4\.5 {
  scroll-margin-inline-start: 1.125rem;
}

.scroll-ms-40 {
  scroll-margin-inline-start: 10rem;
}

.scroll-ms-44 {
  scroll-margin-inline-start: 11rem;
}

.scroll-ms-48 {
  scroll-margin-inline-start: 12rem;
}

.scroll-ms-5 {
  scroll-margin-inline-start: 1.25rem;
}

.scroll-ms-52 {
  scroll-margin-inline-start: 13rem;
}

.scroll-ms-56 {
  scroll-margin-inline-start: 14rem;
}

.scroll-ms-6 {
  scroll-margin-inline-start: 1.5rem;
}

.scroll-ms-60 {
  scroll-margin-inline-start: 15rem;
}

.scroll-ms-64 {
  scroll-margin-inline-start: 16rem;
}

.scroll-ms-7 {
  scroll-margin-inline-start: 1.75rem;
}

.scroll-ms-72 {
  scroll-margin-inline-start: 18rem;
}

.scroll-ms-8 {
  scroll-margin-inline-start: 2rem;
}

.scroll-ms-80 {
  scroll-margin-inline-start: 20rem;
}

.scroll-ms-9 {
  scroll-margin-inline-start: 2.25rem;
}

.scroll-ms-96 {
  scroll-margin-inline-start: 24rem;
}

.scroll-ms-px {
  scroll-margin-inline-start: 1px;
}

.scroll-mt-0 {
  scroll-margin-top: 0px;
}

.scroll-mt-0\.5 {
  scroll-margin-top: 0.125rem;
}

.scroll-mt-1 {
  scroll-margin-top: 0.25rem;
}

.scroll-mt-1\.5 {
  scroll-margin-top: 0.375rem;
}

.scroll-mt-10 {
  scroll-margin-top: 2.5rem;
}

.scroll-mt-11 {
  scroll-margin-top: 2.75rem;
}

.scroll-mt-12 {
  scroll-margin-top: 3rem;
}

.scroll-mt-14 {
  scroll-margin-top: 3.5rem;
}

.scroll-mt-16 {
  scroll-margin-top: 4rem;
}

.scroll-mt-2 {
  scroll-margin-top: 0.5rem;
}

.scroll-mt-2\.5 {
  scroll-margin-top: 0.625rem;
}

.scroll-mt-20 {
  scroll-margin-top: 5rem;
}

.scroll-mt-24 {
  scroll-margin-top: 6rem;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

.scroll-mt-3 {
  scroll-margin-top: 0.75rem;
}

.scroll-mt-3\.5 {
  scroll-margin-top: 0.875rem;
}

.scroll-mt-32 {
  scroll-margin-top: 8rem;
}

.scroll-mt-36 {
  scroll-margin-top: 9rem;
}

.scroll-mt-4 {
  scroll-margin-top: 1rem;
}

.scroll-mt-4\.5 {
  scroll-margin-top: 1.125rem;
}

.scroll-mt-40 {
  scroll-margin-top: 10rem;
}

.scroll-mt-44 {
  scroll-margin-top: 11rem;
}

.scroll-mt-48 {
  scroll-margin-top: 12rem;
}

.scroll-mt-5 {
  scroll-margin-top: 1.25rem;
}

.scroll-mt-52 {
  scroll-margin-top: 13rem;
}

.scroll-mt-56 {
  scroll-margin-top: 14rem;
}

.scroll-mt-6 {
  scroll-margin-top: 1.5rem;
}

.scroll-mt-60 {
  scroll-margin-top: 15rem;
}

.scroll-mt-64 {
  scroll-margin-top: 16rem;
}

.scroll-mt-7 {
  scroll-margin-top: 1.75rem;
}

.scroll-mt-72 {
  scroll-margin-top: 18rem;
}

.scroll-mt-8 {
  scroll-margin-top: 2rem;
}

.scroll-mt-80 {
  scroll-margin-top: 20rem;
}

.scroll-mt-9 {
  scroll-margin-top: 2.25rem;
}

.scroll-mt-96 {
  scroll-margin-top: 24rem;
}

.scroll-mt-px {
  scroll-margin-top: 1px;
}

.scroll-p-0 {
  scroll-padding: 0px;
}

.scroll-p-0\.5 {
  scroll-padding: 0.125rem;
}

.scroll-p-1 {
  scroll-padding: 0.25rem;
}

.scroll-p-1\.5 {
  scroll-padding: 0.375rem;
}

.scroll-p-10 {
  scroll-padding: 2.5rem;
}

.scroll-p-11 {
  scroll-padding: 2.75rem;
}

.scroll-p-12 {
  scroll-padding: 3rem;
}

.scroll-p-14 {
  scroll-padding: 3.5rem;
}

.scroll-p-16 {
  scroll-padding: 4rem;
}

.scroll-p-2 {
  scroll-padding: 0.5rem;
}

.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}

.scroll-p-20 {
  scroll-padding: 5rem;
}

.scroll-p-24 {
  scroll-padding: 6rem;
}

.scroll-p-28 {
  scroll-padding: 7rem;
}

.scroll-p-3 {
  scroll-padding: 0.75rem;
}

.scroll-p-3\.5 {
  scroll-padding: 0.875rem;
}

.scroll-p-32 {
  scroll-padding: 8rem;
}

.scroll-p-36 {
  scroll-padding: 9rem;
}

.scroll-p-4 {
  scroll-padding: 1rem;
}

.scroll-p-4\.5 {
  scroll-padding: 1.125rem;
}

.scroll-p-40 {
  scroll-padding: 10rem;
}

.scroll-p-44 {
  scroll-padding: 11rem;
}

.scroll-p-48 {
  scroll-padding: 12rem;
}

.scroll-p-5 {
  scroll-padding: 1.25rem;
}

.scroll-p-52 {
  scroll-padding: 13rem;
}

.scroll-p-56 {
  scroll-padding: 14rem;
}

.scroll-p-6 {
  scroll-padding: 1.5rem;
}

.scroll-p-60 {
  scroll-padding: 15rem;
}

.scroll-p-64 {
  scroll-padding: 16rem;
}

.scroll-p-7 {
  scroll-padding: 1.75rem;
}

.scroll-p-72 {
  scroll-padding: 18rem;
}

.scroll-p-8 {
  scroll-padding: 2rem;
}

.scroll-p-80 {
  scroll-padding: 20rem;
}

.scroll-p-9 {
  scroll-padding: 2.25rem;
}

.scroll-p-96 {
  scroll-padding: 24rem;
}

.scroll-p-px {
  scroll-padding: 1px;
}

.scroll-px-0 {
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}

.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}

.scroll-px-1 {
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}

.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}

.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}

.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}

.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}

.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}

.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}

.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}

.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}

.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}

.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}

.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}

.scroll-px-3 {
  scroll-padding-left: 0.75rem;
  scroll-padding-right: 0.75rem;
}

.scroll-px-3\.5 {
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}

.scroll-px-32 {
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}

.scroll-px-36 {
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}

.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}

.scroll-px-4\.5 {
  scroll-padding-left: 1.125rem;
  scroll-padding-right: 1.125rem;
}

.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}

.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}

.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}

.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}

.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}

.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}

.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}

.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}

.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}

.scroll-px-7 {
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}

.scroll-px-72 {
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}

.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}

.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.scroll-px-9 {
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}

.scroll-px-96 {
  scroll-padding-left: 24rem;
  scroll-padding-right: 24rem;
}

.scroll-px-px {
  scroll-padding-left: 1px;
  scroll-padding-right: 1px;
}

.scroll-py-0 {
  scroll-padding-top: 0px;
  scroll-padding-bottom: 0px;
}

.scroll-py-0\.5 {
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}

.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}

.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}

.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}

.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}

.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}

.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}

.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}

.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}

.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}

.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}

.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}

.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}

.scroll-py-3 {
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}

.scroll-py-3\.5 {
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}

.scroll-py-32 {
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}

.scroll-py-36 {
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}

.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}

.scroll-py-4\.5 {
  scroll-padding-top: 1.125rem;
  scroll-padding-bottom: 1.125rem;
}

.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}

.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}

.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}

.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}

.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}

.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}

.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}

.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}

.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}

.scroll-py-7 {
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}

.scroll-py-72 {
  scroll-padding-top: 18rem;
  scroll-padding-bottom: 18rem;
}

.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}

.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.scroll-py-9 {
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}

.scroll-py-96 {
  scroll-padding-top: 24rem;
  scroll-padding-bottom: 24rem;
}

.scroll-py-px {
  scroll-padding-top: 1px;
  scroll-padding-bottom: 1px;
}

.scroll-pb-0 {
  scroll-padding-bottom: 0px;
}

.scroll-pb-0\.5 {
  scroll-padding-bottom: 0.125rem;
}

.scroll-pb-1 {
  scroll-padding-bottom: 0.25rem;
}

.scroll-pb-1\.5 {
  scroll-padding-bottom: 0.375rem;
}

.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem;
}

.scroll-pb-11 {
  scroll-padding-bottom: 2.75rem;
}

.scroll-pb-12 {
  scroll-padding-bottom: 3rem;
}

.scroll-pb-14 {
  scroll-padding-bottom: 3.5rem;
}

.scroll-pb-16 {
  scroll-padding-bottom: 4rem;
}

.scroll-pb-2 {
  scroll-padding-bottom: 0.5rem;
}

.scroll-pb-2\.5 {
  scroll-padding-bottom: 0.625rem;
}

.scroll-pb-20 {
  scroll-padding-bottom: 5rem;
}

.scroll-pb-24 {
  scroll-padding-bottom: 6rem;
}

.scroll-pb-28 {
  scroll-padding-bottom: 7rem;
}

.scroll-pb-3 {
  scroll-padding-bottom: 0.75rem;
}

.scroll-pb-3\.5 {
  scroll-padding-bottom: 0.875rem;
}

.scroll-pb-32 {
  scroll-padding-bottom: 8rem;
}

.scroll-pb-36 {
  scroll-padding-bottom: 9rem;
}

.scroll-pb-4 {
  scroll-padding-bottom: 1rem;
}

.scroll-pb-4\.5 {
  scroll-padding-bottom: 1.125rem;
}

.scroll-pb-40 {
  scroll-padding-bottom: 10rem;
}

.scroll-pb-44 {
  scroll-padding-bottom: 11rem;
}

.scroll-pb-48 {
  scroll-padding-bottom: 12rem;
}

.scroll-pb-5 {
  scroll-padding-bottom: 1.25rem;
}

.scroll-pb-52 {
  scroll-padding-bottom: 13rem;
}

.scroll-pb-56 {
  scroll-padding-bottom: 14rem;
}

.scroll-pb-6 {
  scroll-padding-bottom: 1.5rem;
}

.scroll-pb-60 {
  scroll-padding-bottom: 15rem;
}

.scroll-pb-64 {
  scroll-padding-bottom: 16rem;
}

.scroll-pb-7 {
  scroll-padding-bottom: 1.75rem;
}

.scroll-pb-72 {
  scroll-padding-bottom: 18rem;
}

.scroll-pb-8 {
  scroll-padding-bottom: 2rem;
}

.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}

.scroll-pb-9 {
  scroll-padding-bottom: 2.25rem;
}

.scroll-pb-96 {
  scroll-padding-bottom: 24rem;
}

.scroll-pb-px {
  scroll-padding-bottom: 1px;
}

.scroll-pe-0 {
  scroll-padding-inline-end: 0px;
}

.scroll-pe-0\.5 {
  scroll-padding-inline-end: 0.125rem;
}

.scroll-pe-1 {
  scroll-padding-inline-end: 0.25rem;
}

.scroll-pe-1\.5 {
  scroll-padding-inline-end: 0.375rem;
}

.scroll-pe-10 {
  scroll-padding-inline-end: 2.5rem;
}

.scroll-pe-11 {
  scroll-padding-inline-end: 2.75rem;
}

.scroll-pe-12 {
  scroll-padding-inline-end: 3rem;
}

.scroll-pe-14 {
  scroll-padding-inline-end: 3.5rem;
}

.scroll-pe-16 {
  scroll-padding-inline-end: 4rem;
}

.scroll-pe-2 {
  scroll-padding-inline-end: 0.5rem;
}

.scroll-pe-2\.5 {
  scroll-padding-inline-end: 0.625rem;
}

.scroll-pe-20 {
  scroll-padding-inline-end: 5rem;
}

.scroll-pe-24 {
  scroll-padding-inline-end: 6rem;
}

.scroll-pe-28 {
  scroll-padding-inline-end: 7rem;
}

.scroll-pe-3 {
  scroll-padding-inline-end: 0.75rem;
}

.scroll-pe-3\.5 {
  scroll-padding-inline-end: 0.875rem;
}

.scroll-pe-32 {
  scroll-padding-inline-end: 8rem;
}

.scroll-pe-36 {
  scroll-padding-inline-end: 9rem;
}

.scroll-pe-4 {
  scroll-padding-inline-end: 1rem;
}

.scroll-pe-4\.5 {
  scroll-padding-inline-end: 1.125rem;
}

.scroll-pe-40 {
  scroll-padding-inline-end: 10rem;
}

.scroll-pe-44 {
  scroll-padding-inline-end: 11rem;
}

.scroll-pe-48 {
  scroll-padding-inline-end: 12rem;
}

.scroll-pe-5 {
  scroll-padding-inline-end: 1.25rem;
}

.scroll-pe-52 {
  scroll-padding-inline-end: 13rem;
}

.scroll-pe-56 {
  scroll-padding-inline-end: 14rem;
}

.scroll-pe-6 {
  scroll-padding-inline-end: 1.5rem;
}

.scroll-pe-60 {
  scroll-padding-inline-end: 15rem;
}

.scroll-pe-64 {
  scroll-padding-inline-end: 16rem;
}

.scroll-pe-7 {
  scroll-padding-inline-end: 1.75rem;
}

.scroll-pe-72 {
  scroll-padding-inline-end: 18rem;
}

.scroll-pe-8 {
  scroll-padding-inline-end: 2rem;
}

.scroll-pe-80 {
  scroll-padding-inline-end: 20rem;
}

.scroll-pe-9 {
  scroll-padding-inline-end: 2.25rem;
}

.scroll-pe-96 {
  scroll-padding-inline-end: 24rem;
}

.scroll-pe-px {
  scroll-padding-inline-end: 1px;
}

.scroll-pl-0 {
  scroll-padding-left: 0px;
}

.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem;
}

.scroll-pl-1 {
  scroll-padding-left: 0.25rem;
}

.scroll-pl-1\.5 {
  scroll-padding-left: 0.375rem;
}

.scroll-pl-10 {
  scroll-padding-left: 2.5rem;
}

.scroll-pl-11 {
  scroll-padding-left: 2.75rem;
}

.scroll-pl-12 {
  scroll-padding-left: 3rem;
}

.scroll-pl-14 {
  scroll-padding-left: 3.5rem;
}

.scroll-pl-16 {
  scroll-padding-left: 4rem;
}

.scroll-pl-2 {
  scroll-padding-left: 0.5rem;
}

.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}

.scroll-pl-20 {
  scroll-padding-left: 5rem;
}

.scroll-pl-24 {
  scroll-padding-left: 6rem;
}

.scroll-pl-28 {
  scroll-padding-left: 7rem;
}

.scroll-pl-3 {
  scroll-padding-left: 0.75rem;
}

.scroll-pl-3\.5 {
  scroll-padding-left: 0.875rem;
}

.scroll-pl-32 {
  scroll-padding-left: 8rem;
}

.scroll-pl-36 {
  scroll-padding-left: 9rem;
}

.scroll-pl-4 {
  scroll-padding-left: 1rem;
}

.scroll-pl-4\.5 {
  scroll-padding-left: 1.125rem;
}

.scroll-pl-40 {
  scroll-padding-left: 10rem;
}

.scroll-pl-44 {
  scroll-padding-left: 11rem;
}

.scroll-pl-48 {
  scroll-padding-left: 12rem;
}

.scroll-pl-5 {
  scroll-padding-left: 1.25rem;
}

.scroll-pl-52 {
  scroll-padding-left: 13rem;
}

.scroll-pl-56 {
  scroll-padding-left: 14rem;
}

.scroll-pl-6 {
  scroll-padding-left: 1.5rem;
}

.scroll-pl-60 {
  scroll-padding-left: 15rem;
}

.scroll-pl-64 {
  scroll-padding-left: 16rem;
}

.scroll-pl-7 {
  scroll-padding-left: 1.75rem;
}

.scroll-pl-72 {
  scroll-padding-left: 18rem;
}

.scroll-pl-8 {
  scroll-padding-left: 2rem;
}

.scroll-pl-80 {
  scroll-padding-left: 20rem;
}

.scroll-pl-9 {
  scroll-padding-left: 2.25rem;
}

.scroll-pl-96 {
  scroll-padding-left: 24rem;
}

.scroll-pl-px {
  scroll-padding-left: 1px;
}

.scroll-pr-0 {
  scroll-padding-right: 0px;
}

.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem;
}

.scroll-pr-1 {
  scroll-padding-right: 0.25rem;
}

.scroll-pr-1\.5 {
  scroll-padding-right: 0.375rem;
}

.scroll-pr-10 {
  scroll-padding-right: 2.5rem;
}

.scroll-pr-11 {
  scroll-padding-right: 2.75rem;
}

.scroll-pr-12 {
  scroll-padding-right: 3rem;
}

.scroll-pr-14 {
  scroll-padding-right: 3.5rem;
}

.scroll-pr-16 {
  scroll-padding-right: 4rem;
}

.scroll-pr-2 {
  scroll-padding-right: 0.5rem;
}

.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}

.scroll-pr-20 {
  scroll-padding-right: 5rem;
}

.scroll-pr-24 {
  scroll-padding-right: 6rem;
}

.scroll-pr-28 {
  scroll-padding-right: 7rem;
}

.scroll-pr-3 {
  scroll-padding-right: 0.75rem;
}

.scroll-pr-3\.5 {
  scroll-padding-right: 0.875rem;
}

.scroll-pr-32 {
  scroll-padding-right: 8rem;
}

.scroll-pr-36 {
  scroll-padding-right: 9rem;
}

.scroll-pr-4 {
  scroll-padding-right: 1rem;
}

.scroll-pr-4\.5 {
  scroll-padding-right: 1.125rem;
}

.scroll-pr-40 {
  scroll-padding-right: 10rem;
}

.scroll-pr-44 {
  scroll-padding-right: 11rem;
}

.scroll-pr-48 {
  scroll-padding-right: 12rem;
}

.scroll-pr-5 {
  scroll-padding-right: 1.25rem;
}

.scroll-pr-52 {
  scroll-padding-right: 13rem;
}

.scroll-pr-56 {
  scroll-padding-right: 14rem;
}

.scroll-pr-6 {
  scroll-padding-right: 1.5rem;
}

.scroll-pr-60 {
  scroll-padding-right: 15rem;
}

.scroll-pr-64 {
  scroll-padding-right: 16rem;
}

.scroll-pr-7 {
  scroll-padding-right: 1.75rem;
}

.scroll-pr-72 {
  scroll-padding-right: 18rem;
}

.scroll-pr-8 {
  scroll-padding-right: 2rem;
}

.scroll-pr-80 {
  scroll-padding-right: 20rem;
}

.scroll-pr-9 {
  scroll-padding-right: 2.25rem;
}

.scroll-pr-96 {
  scroll-padding-right: 24rem;
}

.scroll-pr-px {
  scroll-padding-right: 1px;
}

.scroll-ps-0 {
  scroll-padding-inline-start: 0px;
}

.scroll-ps-0\.5 {
  scroll-padding-inline-start: 0.125rem;
}

.scroll-ps-1 {
  scroll-padding-inline-start: 0.25rem;
}

.scroll-ps-1\.5 {
  scroll-padding-inline-start: 0.375rem;
}

.scroll-ps-10 {
  scroll-padding-inline-start: 2.5rem;
}

.scroll-ps-11 {
  scroll-padding-inline-start: 2.75rem;
}

.scroll-ps-12 {
  scroll-padding-inline-start: 3rem;
}

.scroll-ps-14 {
  scroll-padding-inline-start: 3.5rem;
}

.scroll-ps-16 {
  scroll-padding-inline-start: 4rem;
}

.scroll-ps-2 {
  scroll-padding-inline-start: 0.5rem;
}

.scroll-ps-2\.5 {
  scroll-padding-inline-start: 0.625rem;
}

.scroll-ps-20 {
  scroll-padding-inline-start: 5rem;
}

.scroll-ps-24 {
  scroll-padding-inline-start: 6rem;
}

.scroll-ps-28 {
  scroll-padding-inline-start: 7rem;
}

.scroll-ps-3 {
  scroll-padding-inline-start: 0.75rem;
}

.scroll-ps-3\.5 {
  scroll-padding-inline-start: 0.875rem;
}

.scroll-ps-32 {
  scroll-padding-inline-start: 8rem;
}

.scroll-ps-36 {
  scroll-padding-inline-start: 9rem;
}

.scroll-ps-4 {
  scroll-padding-inline-start: 1rem;
}

.scroll-ps-4\.5 {
  scroll-padding-inline-start: 1.125rem;
}

.scroll-ps-40 {
  scroll-padding-inline-start: 10rem;
}

.scroll-ps-44 {
  scroll-padding-inline-start: 11rem;
}

.scroll-ps-48 {
  scroll-padding-inline-start: 12rem;
}

.scroll-ps-5 {
  scroll-padding-inline-start: 1.25rem;
}

.scroll-ps-52 {
  scroll-padding-inline-start: 13rem;
}

.scroll-ps-56 {
  scroll-padding-inline-start: 14rem;
}

.scroll-ps-6 {
  scroll-padding-inline-start: 1.5rem;
}

.scroll-ps-60 {
  scroll-padding-inline-start: 15rem;
}

.scroll-ps-64 {
  scroll-padding-inline-start: 16rem;
}

.scroll-ps-7 {
  scroll-padding-inline-start: 1.75rem;
}

.scroll-ps-72 {
  scroll-padding-inline-start: 18rem;
}

.scroll-ps-8 {
  scroll-padding-inline-start: 2rem;
}

.scroll-ps-80 {
  scroll-padding-inline-start: 20rem;
}

.scroll-ps-9 {
  scroll-padding-inline-start: 2.25rem;
}

.scroll-ps-96 {
  scroll-padding-inline-start: 24rem;
}

.scroll-ps-px {
  scroll-padding-inline-start: 1px;
}

.scroll-pt-0 {
  scroll-padding-top: 0px;
}

.scroll-pt-0\.5 {
  scroll-padding-top: 0.125rem;
}

.scroll-pt-1 {
  scroll-padding-top: 0.25rem;
}

.scroll-pt-1\.5 {
  scroll-padding-top: 0.375rem;
}

.scroll-pt-10 {
  scroll-padding-top: 2.5rem;
}

.scroll-pt-11 {
  scroll-padding-top: 2.75rem;
}

.scroll-pt-12 {
  scroll-padding-top: 3rem;
}

.scroll-pt-14 {
  scroll-padding-top: 3.5rem;
}

.scroll-pt-16 {
  scroll-padding-top: 4rem;
}

.scroll-pt-2 {
  scroll-padding-top: 0.5rem;
}

.scroll-pt-2\.5 {
  scroll-padding-top: 0.625rem;
}

.scroll-pt-20 {
  scroll-padding-top: 5rem;
}

.scroll-pt-24 {
  scroll-padding-top: 6rem;
}

.scroll-pt-28 {
  scroll-padding-top: 7rem;
}

.scroll-pt-3 {
  scroll-padding-top: 0.75rem;
}

.scroll-pt-3\.5 {
  scroll-padding-top: 0.875rem;
}

.scroll-pt-32 {
  scroll-padding-top: 8rem;
}

.scroll-pt-36 {
  scroll-padding-top: 9rem;
}

.scroll-pt-4 {
  scroll-padding-top: 1rem;
}

.scroll-pt-4\.5 {
  scroll-padding-top: 1.125rem;
}

.scroll-pt-40 {
  scroll-padding-top: 10rem;
}

.scroll-pt-44 {
  scroll-padding-top: 11rem;
}

.scroll-pt-48 {
  scroll-padding-top: 12rem;
}

.scroll-pt-5 {
  scroll-padding-top: 1.25rem;
}

.scroll-pt-52 {
  scroll-padding-top: 13rem;
}

.scroll-pt-56 {
  scroll-padding-top: 14rem;
}

.scroll-pt-6 {
  scroll-padding-top: 1.5rem;
}

.scroll-pt-60 {
  scroll-padding-top: 15rem;
}

.scroll-pt-64 {
  scroll-padding-top: 16rem;
}

.scroll-pt-7 {
  scroll-padding-top: 1.75rem;
}

.scroll-pt-72 {
  scroll-padding-top: 18rem;
}

.scroll-pt-8 {
  scroll-padding-top: 2rem;
}

.scroll-pt-80 {
  scroll-padding-top: 20rem;
}

.scroll-pt-9 {
  scroll-padding-top: 2.25rem;
}

.scroll-pt-96 {
  scroll-padding-top: 24rem;
}

.scroll-pt-px {
  scroll-padding-top: 1px;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.list-image-none {
  list-style-image: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-10 {
  -moz-columns: 10;
       columns: 10;
}

.columns-11 {
  -moz-columns: 11;
       columns: 11;
}

.columns-12 {
  -moz-columns: 12;
       columns: 12;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.columns-2xl {
  -moz-columns: 42rem;
       columns: 42rem;
}

.columns-2xs {
  -moz-columns: 18rem;
       columns: 18rem;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.columns-3xl {
  -moz-columns: 48rem;
       columns: 48rem;
}

.columns-3xs {
  -moz-columns: 16rem;
       columns: 16rem;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

.columns-4xl {
  -moz-columns: 56rem;
       columns: 56rem;
}

.columns-5 {
  -moz-columns: 5;
       columns: 5;
}

.columns-5xl {
  -moz-columns: 64rem;
       columns: 64rem;
}

.columns-6 {
  -moz-columns: 6;
       columns: 6;
}

.columns-6xl {
  -moz-columns: 72rem;
       columns: 72rem;
}

.columns-7 {
  -moz-columns: 7;
       columns: 7;
}

.columns-7xl {
  -moz-columns: 80rem;
       columns: 80rem;
}

.columns-8 {
  -moz-columns: 8;
       columns: 8;
}

.columns-9 {
  -moz-columns: 9;
       columns: 9;
}

.columns-auto {
  -moz-columns: auto;
       columns: auto;
}

.columns-lg {
  -moz-columns: 32rem;
       columns: 32rem;
}

.columns-md {
  -moz-columns: 28rem;
       columns: 28rem;
}

.columns-sm {
  -moz-columns: 24rem;
       columns: 24rem;
}

.columns-xl {
  -moz-columns: 36rem;
       columns: 36rem;
}

.columns-xs {
  -moz-columns: 20rem;
       columns: 20rem;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-baseline {
  place-items: baseline;
}

.place-items-stretch {
  place-items: stretch;
}

.content-normal {
  align-content: normal;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

.content-stretch {
  align-content: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-normal {
  justify-content: normal;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-\[1\.75rem\] {
  gap: 1.75rem;
}

.gap-\[3\.75rem\] {
  gap: 3.75rem;
}

.gap-px {
  gap: 1px;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-4\.5 {
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-4\.5 {
  row-gap: 1.125rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0px * var(--tw-space-x-reverse));
  margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0px * var(--tw-space-y-reverse));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.125rem * var(--tw-space-x-reverse));
  margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-backgroundGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-divide-opacity, 1));
}

.divide-backgroundGray\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0);
}

.divide-backgroundGray\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.1);
}

.divide-backgroundGray\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 1);
}

.divide-backgroundGray\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.15);
}

.divide-backgroundGray\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.2);
}

.divide-backgroundGray\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.25);
}

.divide-backgroundGray\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.3);
}

.divide-backgroundGray\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.35);
}

.divide-backgroundGray\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.4);
}

.divide-backgroundGray\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.45);
}

.divide-backgroundGray\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.05);
}

.divide-backgroundGray\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.5);
}

.divide-backgroundGray\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.55);
}

.divide-backgroundGray\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.6);
}

.divide-backgroundGray\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.65);
}

.divide-backgroundGray\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.7);
}

.divide-backgroundGray\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.75);
}

.divide-backgroundGray\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.8);
}

.divide-backgroundGray\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.85);
}

.divide-backgroundGray\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.9);
}

.divide-backgroundGray\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(247 247 247 / 0.95);
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.divide-black\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0);
}

.divide-black\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}

.divide-black\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 1);
}

.divide-black\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.15);
}

.divide-black\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.2);
}

.divide-black\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.25);
}

.divide-black\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3);
}

.divide-black\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.35);
}

.divide-black\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.4);
}

.divide-black\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.45);
}

.divide-black\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.05);
}

.divide-black\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.5);
}

.divide-black\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.55);
}

.divide-black\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.6);
}

.divide-black\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.65);
}

.divide-black\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.7);
}

.divide-black\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.75);
}

.divide-black\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.8);
}

.divide-black\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.85);
}

.divide-black\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.9);
}

.divide-black\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.95);
}

.divide-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 127 178 / var(--tw-divide-opacity, 1));
}

.divide-blue\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0);
}

.divide-blue\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.1);
}

.divide-blue\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 1);
}

.divide-blue\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.15);
}

.divide-blue\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.2);
}

.divide-blue\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.25);
}

.divide-blue\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.3);
}

.divide-blue\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.35);
}

.divide-blue\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.4);
}

.divide-blue\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.45);
}

.divide-blue\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.05);
}

.divide-blue\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.5);
}

.divide-blue\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.55);
}

.divide-blue\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.6);
}

.divide-blue\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.65);
}

.divide-blue\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.7);
}

.divide-blue\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.75);
}

.divide-blue\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.8);
}

.divide-blue\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.85);
}

.divide-blue\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.9);
}

.divide-blue\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 127 178 / 0.95);
}

.divide-dark > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--color-dark);
}

.divide-darkGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(53 53 53 / var(--tw-divide-opacity, 1));
}

.divide-darkGray\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0);
}

.divide-darkGray\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.1);
}

.divide-darkGray\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 1);
}

.divide-darkGray\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.15);
}

.divide-darkGray\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.2);
}

.divide-darkGray\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.25);
}

.divide-darkGray\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.3);
}

.divide-darkGray\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.35);
}

.divide-darkGray\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.4);
}

.divide-darkGray\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.45);
}

.divide-darkGray\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.05);
}

.divide-darkGray\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.5);
}

.divide-darkGray\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.55);
}

.divide-darkGray\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.6);
}

.divide-darkGray\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.65);
}

.divide-darkGray\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.7);
}

.divide-darkGray\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.75);
}

.divide-darkGray\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.8);
}

.divide-darkGray\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.85);
}

.divide-darkGray\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.9);
}

.divide-darkGray\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(53 53 53 / 0.95);
}

.divide-green > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.divide-green\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0);
}

.divide-green\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.1);
}

.divide-green\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 1);
}

.divide-green\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.15);
}

.divide-green\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.2);
}

.divide-green\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.25);
}

.divide-green\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.3);
}

.divide-green\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.35);
}

.divide-green\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.4);
}

.divide-green\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.45);
}

.divide-green\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.05);
}

.divide-green\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.5);
}

.divide-green\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.55);
}

.divide-green\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.6);
}

.divide-green\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.65);
}

.divide-green\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.7);
}

.divide-green\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.75);
}

.divide-green\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.8);
}

.divide-green\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.85);
}

.divide-green\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.9);
}

.divide-green\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(22 163 74 / 0.95);
}

.divide-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-divide-opacity, 1));
}

.divide-grey\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0);
}

.divide-grey\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.1);
}

.divide-grey\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 1);
}

.divide-grey\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.15);
}

.divide-grey\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.2);
}

.divide-grey\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.25);
}

.divide-grey\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.3);
}

.divide-grey\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.35);
}

.divide-grey\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.4);
}

.divide-grey\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.45);
}

.divide-grey\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.05);
}

.divide-grey\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.5);
}

.divide-grey\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.55);
}

.divide-grey\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.6);
}

.divide-grey\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.65);
}

.divide-grey\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.7);
}

.divide-grey\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.75);
}

.divide-grey\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.8);
}

.divide-grey\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.85);
}

.divide-grey\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.9);
}

.divide-grey\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(155 155 155 / 0.95);
}

.divide-lightBlue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 156 220 / var(--tw-divide-opacity, 1));
}

.divide-lightBlue\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0);
}

.divide-lightBlue\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.1);
}

.divide-lightBlue\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 1);
}

.divide-lightBlue\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.15);
}

.divide-lightBlue\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.2);
}

.divide-lightBlue\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.25);
}

.divide-lightBlue\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.3);
}

.divide-lightBlue\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.35);
}

.divide-lightBlue\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.4);
}

.divide-lightBlue\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.45);
}

.divide-lightBlue\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.05);
}

.divide-lightBlue\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.5);
}

.divide-lightBlue\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.55);
}

.divide-lightBlue\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.6);
}

.divide-lightBlue\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.65);
}

.divide-lightBlue\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.7);
}

.divide-lightBlue\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.75);
}

.divide-lightBlue\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.8);
}

.divide-lightBlue\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.85);
}

.divide-lightBlue\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.9);
}

.divide-lightBlue\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 156 220 / 0.95);
}

.divide-lightGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-divide-opacity, 1));
}

.divide-lightGray\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0);
}

.divide-lightGray\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.1);
}

.divide-lightGray\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 1);
}

.divide-lightGray\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.15);
}

.divide-lightGray\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.2);
}

.divide-lightGray\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.25);
}

.divide-lightGray\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.3);
}

.divide-lightGray\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.35);
}

.divide-lightGray\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.4);
}

.divide-lightGray\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.45);
}

.divide-lightGray\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.05);
}

.divide-lightGray\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.5);
}

.divide-lightGray\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.55);
}

.divide-lightGray\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.6);
}

.divide-lightGray\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.65);
}

.divide-lightGray\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.7);
}

.divide-lightGray\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.75);
}

.divide-lightGray\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.8);
}

.divide-lightGray\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.85);
}

.divide-lightGray\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.9);
}

.divide-lightGray\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(194 194 194 / 0.95);
}

.divide-lightRed > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 245 243 / var(--tw-divide-opacity, 1));
}

.divide-lightRed\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0);
}

.divide-lightRed\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.1);
}

.divide-lightRed\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 1);
}

.divide-lightRed\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.15);
}

.divide-lightRed\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.2);
}

.divide-lightRed\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.25);
}

.divide-lightRed\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.3);
}

.divide-lightRed\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.35);
}

.divide-lightRed\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.4);
}

.divide-lightRed\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.45);
}

.divide-lightRed\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.05);
}

.divide-lightRed\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.5);
}

.divide-lightRed\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.55);
}

.divide-lightRed\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.6);
}

.divide-lightRed\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.65);
}

.divide-lightRed\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.7);
}

.divide-lightRed\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.75);
}

.divide-lightRed\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.8);
}

.divide-lightRed\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.85);
}

.divide-lightRed\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.9);
}

.divide-lightRed\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 245 243 / 0.95);
}

.divide-orange > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 124 60 / var(--tw-divide-opacity, 1));
}

.divide-orange\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0);
}

.divide-orange\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.1);
}

.divide-orange\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 1);
}

.divide-orange\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.15);
}

.divide-orange\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.2);
}

.divide-orange\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.25);
}

.divide-orange\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.3);
}

.divide-orange\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.35);
}

.divide-orange\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.4);
}

.divide-orange\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.45);
}

.divide-orange\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.05);
}

.divide-orange\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.5);
}

.divide-orange\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.55);
}

.divide-orange\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.6);
}

.divide-orange\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.65);
}

.divide-orange\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.7);
}

.divide-orange\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.75);
}

.divide-orange\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.8);
}

.divide-orange\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.85);
}

.divide-orange\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.9);
}

.divide-orange\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(244 124 60 / 0.95);
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--color-primary);
}

.divide-red > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 46 46 / var(--tw-divide-opacity, 1));
}

.divide-red\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0);
}

.divide-red\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.1);
}

.divide-red\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 1);
}

.divide-red\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.15);
}

.divide-red\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.2);
}

.divide-red\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.25);
}

.divide-red\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.3);
}

.divide-red\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.35);
}

.divide-red\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.4);
}

.divide-red\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.45);
}

.divide-red\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.05);
}

.divide-red\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.5);
}

.divide-red\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.55);
}

.divide-red\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.6);
}

.divide-red\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.65);
}

.divide-red\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.7);
}

.divide-red\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.75);
}

.divide-red\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.8);
}

.divide-red\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.85);
}

.divide-red\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.9);
}

.divide-red\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(237 46 46 / 0.95);
}

.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--color-secondary);
}

.divide-veryLightGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.divide-veryLightGray\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0);
}

.divide-veryLightGray\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.1);
}

.divide-veryLightGray\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 1);
}

.divide-veryLightGray\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.15);
}

.divide-veryLightGray\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.2);
}

.divide-veryLightGray\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.25);
}

.divide-veryLightGray\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.3);
}

.divide-veryLightGray\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.35);
}

.divide-veryLightGray\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.4);
}

.divide-veryLightGray\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.45);
}

.divide-veryLightGray\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.05);
}

.divide-veryLightGray\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.5);
}

.divide-veryLightGray\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.55);
}

.divide-veryLightGray\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.6);
}

.divide-veryLightGray\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.65);
}

.divide-veryLightGray\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.7);
}

.divide-veryLightGray\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.75);
}

.divide-veryLightGray\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.8);
}

.divide-veryLightGray\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.85);
}

.divide-veryLightGray\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.9);
}

.divide-veryLightGray\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 250 250 / 0.95);
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.divide-white\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}

.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}

.divide-white\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}

.divide-white\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.15);
}

.divide-white\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}

.divide-white\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}

.divide-white\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}

.divide-white\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.35);
}

.divide-white\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}

.divide-white\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.45);
}

.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}

.divide-white\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}

.divide-white\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.55);
}

.divide-white\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}

.divide-white\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.65);
}

.divide-white\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}

.divide-white\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}

.divide-white\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}

.divide-white\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.85);
}

.divide-white\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}

.divide-white\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.divide-opacity-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.15;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.35;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-45 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.45;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.55;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-65 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.65;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.85;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[4rem\] {
  border-radius: 4rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-e-2xl {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}

.rounded-e-3xl {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}

.rounded-e-full {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.rounded-e-md {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}

.rounded-e-none {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

.rounded-e-sm {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}

.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-s-2xl {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}

.rounded-s-3xl {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}

.rounded-s-full {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}

.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.rounded-s-md {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}

.rounded-s-none {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.rounded-s-sm {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}

.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-ee-2xl {
  border-end-end-radius: 1rem;
}

.rounded-ee-3xl {
  border-end-end-radius: 1.5rem;
}

.rounded-ee-full {
  border-end-end-radius: 9999px;
}

.rounded-ee-lg {
  border-end-end-radius: 0.5rem;
}

.rounded-ee-md {
  border-end-end-radius: 0.375rem;
}

.rounded-ee-none {
  border-end-end-radius: 0px;
}

.rounded-ee-sm {
  border-end-end-radius: 0.125rem;
}

.rounded-ee-xl {
  border-end-end-radius: 0.75rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-es-2xl {
  border-end-start-radius: 1rem;
}

.rounded-es-3xl {
  border-end-start-radius: 1.5rem;
}

.rounded-es-full {
  border-end-start-radius: 9999px;
}

.rounded-es-lg {
  border-end-start-radius: 0.5rem;
}

.rounded-es-md {
  border-end-start-radius: 0.375rem;
}

.rounded-es-none {
  border-end-start-radius: 0px;
}

.rounded-es-sm {
  border-end-start-radius: 0.125rem;
}

.rounded-es-xl {
  border-end-start-radius: 0.75rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-se-2xl {
  border-start-end-radius: 1rem;
}

.rounded-se-3xl {
  border-start-end-radius: 1.5rem;
}

.rounded-se-full {
  border-start-end-radius: 9999px;
}

.rounded-se-lg {
  border-start-end-radius: 0.5rem;
}

.rounded-se-md {
  border-start-end-radius: 0.375rem;
}

.rounded-se-none {
  border-start-end-radius: 0px;
}

.rounded-se-sm {
  border-start-end-radius: 0.125rem;
}

.rounded-se-xl {
  border-start-end-radius: 0.75rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-ss-2xl {
  border-start-start-radius: 1rem;
}

.rounded-ss-3xl {
  border-start-start-radius: 1.5rem;
}

.rounded-ss-full {
  border-start-start-radius: 9999px;
}

.rounded-ss-lg {
  border-start-start-radius: 0.5rem;
}

.rounded-ss-md {
  border-start-start-radius: 0.375rem;
}

.rounded-ss-none {
  border-start-start-radius: 0px;
}

.rounded-ss-sm {
  border-start-start-radius: 0.125rem;
}

.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-e {
  border-inline-end-width: 1px;
}

.border-e-0 {
  border-inline-end-width: 0px;
}

.border-e-2 {
  border-inline-end-width: 2px;
}

.border-e-4 {
  border-inline-end-width: 4px;
}

.border-e-8 {
  border-inline-end-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-s {
  border-inline-start-width: 1px;
}

.border-s-0 {
  border-inline-start-width: 0px;
}

.border-s-2 {
  border-inline-start-width: 2px;
}

.border-s-4 {
  border-inline-start-width: 4px;
}

.border-s-8 {
  border-inline-start-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

.border-backgroundGray {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-backgroundGray\/0 {
  border-color: rgb(247 247 247 / 0);
}

.border-backgroundGray\/10 {
  border-color: rgb(247 247 247 / 0.1);
}

.border-backgroundGray\/100 {
  border-color: rgb(247 247 247 / 1);
}

.border-backgroundGray\/15 {
  border-color: rgb(247 247 247 / 0.15);
}

.border-backgroundGray\/20 {
  border-color: rgb(247 247 247 / 0.2);
}

.border-backgroundGray\/25 {
  border-color: rgb(247 247 247 / 0.25);
}

.border-backgroundGray\/30 {
  border-color: rgb(247 247 247 / 0.3);
}

.border-backgroundGray\/35 {
  border-color: rgb(247 247 247 / 0.35);
}

.border-backgroundGray\/40 {
  border-color: rgb(247 247 247 / 0.4);
}

.border-backgroundGray\/45 {
  border-color: rgb(247 247 247 / 0.45);
}

.border-backgroundGray\/5 {
  border-color: rgb(247 247 247 / 0.05);
}

.border-backgroundGray\/50 {
  border-color: rgb(247 247 247 / 0.5);
}

.border-backgroundGray\/55 {
  border-color: rgb(247 247 247 / 0.55);
}

.border-backgroundGray\/60 {
  border-color: rgb(247 247 247 / 0.6);
}

.border-backgroundGray\/65 {
  border-color: rgb(247 247 247 / 0.65);
}

.border-backgroundGray\/70 {
  border-color: rgb(247 247 247 / 0.7);
}

.border-backgroundGray\/75 {
  border-color: rgb(247 247 247 / 0.75);
}

.border-backgroundGray\/80 {
  border-color: rgb(247 247 247 / 0.8);
}

.border-backgroundGray\/85 {
  border-color: rgb(247 247 247 / 0.85);
}

.border-backgroundGray\/90 {
  border-color: rgb(247 247 247 / 0.9);
}

.border-backgroundGray\/95 {
  border-color: rgb(247 247 247 / 0.95);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-black\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-blue\/0 {
  border-color: rgb(6 127 178 / 0);
}

.border-blue\/10 {
  border-color: rgb(6 127 178 / 0.1);
}

.border-blue\/100 {
  border-color: rgb(6 127 178 / 1);
}

.border-blue\/15 {
  border-color: rgb(6 127 178 / 0.15);
}

.border-blue\/20 {
  border-color: rgb(6 127 178 / 0.2);
}

.border-blue\/25 {
  border-color: rgb(6 127 178 / 0.25);
}

.border-blue\/30 {
  border-color: rgb(6 127 178 / 0.3);
}

.border-blue\/35 {
  border-color: rgb(6 127 178 / 0.35);
}

.border-blue\/40 {
  border-color: rgb(6 127 178 / 0.4);
}

.border-blue\/45 {
  border-color: rgb(6 127 178 / 0.45);
}

.border-blue\/5 {
  border-color: rgb(6 127 178 / 0.05);
}

.border-blue\/50 {
  border-color: rgb(6 127 178 / 0.5);
}

.border-blue\/55 {
  border-color: rgb(6 127 178 / 0.55);
}

.border-blue\/60 {
  border-color: rgb(6 127 178 / 0.6);
}

.border-blue\/65 {
  border-color: rgb(6 127 178 / 0.65);
}

.border-blue\/70 {
  border-color: rgb(6 127 178 / 0.7);
}

.border-blue\/75 {
  border-color: rgb(6 127 178 / 0.75);
}

.border-blue\/80 {
  border-color: rgb(6 127 178 / 0.8);
}

.border-blue\/85 {
  border-color: rgb(6 127 178 / 0.85);
}

.border-blue\/90 {
  border-color: rgb(6 127 178 / 0.9);
}

.border-blue\/95 {
  border-color: rgb(6 127 178 / 0.95);
}

.border-dark {
  border-color: var(--color-dark);
}

.border-darkGray {
  --tw-border-opacity: 1;
  border-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-darkGray\/0 {
  border-color: rgb(53 53 53 / 0);
}

.border-darkGray\/10 {
  border-color: rgb(53 53 53 / 0.1);
}

.border-darkGray\/100 {
  border-color: rgb(53 53 53 / 1);
}

.border-darkGray\/15 {
  border-color: rgb(53 53 53 / 0.15);
}

.border-darkGray\/20 {
  border-color: rgb(53 53 53 / 0.2);
}

.border-darkGray\/25 {
  border-color: rgb(53 53 53 / 0.25);
}

.border-darkGray\/30 {
  border-color: rgb(53 53 53 / 0.3);
}

.border-darkGray\/35 {
  border-color: rgb(53 53 53 / 0.35);
}

.border-darkGray\/40 {
  border-color: rgb(53 53 53 / 0.4);
}

.border-darkGray\/45 {
  border-color: rgb(53 53 53 / 0.45);
}

.border-darkGray\/5 {
  border-color: rgb(53 53 53 / 0.05);
}

.border-darkGray\/50 {
  border-color: rgb(53 53 53 / 0.5);
}

.border-darkGray\/55 {
  border-color: rgb(53 53 53 / 0.55);
}

.border-darkGray\/60 {
  border-color: rgb(53 53 53 / 0.6);
}

.border-darkGray\/65 {
  border-color: rgb(53 53 53 / 0.65);
}

.border-darkGray\/70 {
  border-color: rgb(53 53 53 / 0.7);
}

.border-darkGray\/75 {
  border-color: rgb(53 53 53 / 0.75);
}

.border-darkGray\/80 {
  border-color: rgb(53 53 53 / 0.8);
}

.border-darkGray\/85 {
  border-color: rgb(53 53 53 / 0.85);
}

.border-darkGray\/90 {
  border-color: rgb(53 53 53 / 0.9);
}

.border-darkGray\/95 {
  border-color: rgb(53 53 53 / 0.95);
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-green\/0 {
  border-color: rgb(22 163 74 / 0);
}

.border-green\/10 {
  border-color: rgb(22 163 74 / 0.1);
}

.border-green\/100 {
  border-color: rgb(22 163 74 / 1);
}

.border-green\/15 {
  border-color: rgb(22 163 74 / 0.15);
}

.border-green\/20 {
  border-color: rgb(22 163 74 / 0.2);
}

.border-green\/25 {
  border-color: rgb(22 163 74 / 0.25);
}

.border-green\/30 {
  border-color: rgb(22 163 74 / 0.3);
}

.border-green\/35 {
  border-color: rgb(22 163 74 / 0.35);
}

.border-green\/40 {
  border-color: rgb(22 163 74 / 0.4);
}

.border-green\/45 {
  border-color: rgb(22 163 74 / 0.45);
}

.border-green\/5 {
  border-color: rgb(22 163 74 / 0.05);
}

.border-green\/50 {
  border-color: rgb(22 163 74 / 0.5);
}

.border-green\/55 {
  border-color: rgb(22 163 74 / 0.55);
}

.border-green\/60 {
  border-color: rgb(22 163 74 / 0.6);
}

.border-green\/65 {
  border-color: rgb(22 163 74 / 0.65);
}

.border-green\/70 {
  border-color: rgb(22 163 74 / 0.7);
}

.border-green\/75 {
  border-color: rgb(22 163 74 / 0.75);
}

.border-green\/80 {
  border-color: rgb(22 163 74 / 0.8);
}

.border-green\/85 {
  border-color: rgb(22 163 74 / 0.85);
}

.border-green\/90 {
  border-color: rgb(22 163 74 / 0.9);
}

.border-green\/95 {
  border-color: rgb(22 163 74 / 0.95);
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-grey\/0 {
  border-color: rgb(155 155 155 / 0);
}

.border-grey\/10 {
  border-color: rgb(155 155 155 / 0.1);
}

.border-grey\/100 {
  border-color: rgb(155 155 155 / 1);
}

.border-grey\/15 {
  border-color: rgb(155 155 155 / 0.15);
}

.border-grey\/20 {
  border-color: rgb(155 155 155 / 0.2);
}

.border-grey\/25 {
  border-color: rgb(155 155 155 / 0.25);
}

.border-grey\/30 {
  border-color: rgb(155 155 155 / 0.3);
}

.border-grey\/35 {
  border-color: rgb(155 155 155 / 0.35);
}

.border-grey\/40 {
  border-color: rgb(155 155 155 / 0.4);
}

.border-grey\/45 {
  border-color: rgb(155 155 155 / 0.45);
}

.border-grey\/5 {
  border-color: rgb(155 155 155 / 0.05);
}

.border-grey\/50 {
  border-color: rgb(155 155 155 / 0.5);
}

.border-grey\/55 {
  border-color: rgb(155 155 155 / 0.55);
}

.border-grey\/60 {
  border-color: rgb(155 155 155 / 0.6);
}

.border-grey\/65 {
  border-color: rgb(155 155 155 / 0.65);
}

.border-grey\/70 {
  border-color: rgb(155 155 155 / 0.7);
}

.border-grey\/75 {
  border-color: rgb(155 155 155 / 0.75);
}

.border-grey\/80 {
  border-color: rgb(155 155 155 / 0.8);
}

.border-grey\/85 {
  border-color: rgb(155 155 155 / 0.85);
}

.border-grey\/90 {
  border-color: rgb(155 155 155 / 0.9);
}

.border-grey\/95 {
  border-color: rgb(155 155 155 / 0.95);
}

.border-lightBlue {
  --tw-border-opacity: 1;
  border-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-lightBlue\/0 {
  border-color: rgb(6 156 220 / 0);
}

.border-lightBlue\/10 {
  border-color: rgb(6 156 220 / 0.1);
}

.border-lightBlue\/100 {
  border-color: rgb(6 156 220 / 1);
}

.border-lightBlue\/15 {
  border-color: rgb(6 156 220 / 0.15);
}

.border-lightBlue\/20 {
  border-color: rgb(6 156 220 / 0.2);
}

.border-lightBlue\/25 {
  border-color: rgb(6 156 220 / 0.25);
}

.border-lightBlue\/30 {
  border-color: rgb(6 156 220 / 0.3);
}

.border-lightBlue\/35 {
  border-color: rgb(6 156 220 / 0.35);
}

.border-lightBlue\/40 {
  border-color: rgb(6 156 220 / 0.4);
}

.border-lightBlue\/45 {
  border-color: rgb(6 156 220 / 0.45);
}

.border-lightBlue\/5 {
  border-color: rgb(6 156 220 / 0.05);
}

.border-lightBlue\/50 {
  border-color: rgb(6 156 220 / 0.5);
}

.border-lightBlue\/55 {
  border-color: rgb(6 156 220 / 0.55);
}

.border-lightBlue\/60 {
  border-color: rgb(6 156 220 / 0.6);
}

.border-lightBlue\/65 {
  border-color: rgb(6 156 220 / 0.65);
}

.border-lightBlue\/70 {
  border-color: rgb(6 156 220 / 0.7);
}

.border-lightBlue\/75 {
  border-color: rgb(6 156 220 / 0.75);
}

.border-lightBlue\/80 {
  border-color: rgb(6 156 220 / 0.8);
}

.border-lightBlue\/85 {
  border-color: rgb(6 156 220 / 0.85);
}

.border-lightBlue\/90 {
  border-color: rgb(6 156 220 / 0.9);
}

.border-lightBlue\/95 {
  border-color: rgb(6 156 220 / 0.95);
}

.border-lightGray {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-lightGray\/0 {
  border-color: rgb(194 194 194 / 0);
}

.border-lightGray\/10 {
  border-color: rgb(194 194 194 / 0.1);
}

.border-lightGray\/100 {
  border-color: rgb(194 194 194 / 1);
}

.border-lightGray\/15 {
  border-color: rgb(194 194 194 / 0.15);
}

.border-lightGray\/20 {
  border-color: rgb(194 194 194 / 0.2);
}

.border-lightGray\/25 {
  border-color: rgb(194 194 194 / 0.25);
}

.border-lightGray\/30 {
  border-color: rgb(194 194 194 / 0.3);
}

.border-lightGray\/35 {
  border-color: rgb(194 194 194 / 0.35);
}

.border-lightGray\/40 {
  border-color: rgb(194 194 194 / 0.4);
}

.border-lightGray\/45 {
  border-color: rgb(194 194 194 / 0.45);
}

.border-lightGray\/5 {
  border-color: rgb(194 194 194 / 0.05);
}

.border-lightGray\/50 {
  border-color: rgb(194 194 194 / 0.5);
}

.border-lightGray\/55 {
  border-color: rgb(194 194 194 / 0.55);
}

.border-lightGray\/60 {
  border-color: rgb(194 194 194 / 0.6);
}

.border-lightGray\/65 {
  border-color: rgb(194 194 194 / 0.65);
}

.border-lightGray\/70 {
  border-color: rgb(194 194 194 / 0.7);
}

.border-lightGray\/75 {
  border-color: rgb(194 194 194 / 0.75);
}

.border-lightGray\/80 {
  border-color: rgb(194 194 194 / 0.8);
}

.border-lightGray\/85 {
  border-color: rgb(194 194 194 / 0.85);
}

.border-lightGray\/90 {
  border-color: rgb(194 194 194 / 0.9);
}

.border-lightGray\/95 {
  border-color: rgb(194 194 194 / 0.95);
}

.border-lightRed {
  --tw-border-opacity: 1;
  border-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-lightRed\/0 {
  border-color: rgb(255 245 243 / 0);
}

.border-lightRed\/10 {
  border-color: rgb(255 245 243 / 0.1);
}

.border-lightRed\/100 {
  border-color: rgb(255 245 243 / 1);
}

.border-lightRed\/15 {
  border-color: rgb(255 245 243 / 0.15);
}

.border-lightRed\/20 {
  border-color: rgb(255 245 243 / 0.2);
}

.border-lightRed\/25 {
  border-color: rgb(255 245 243 / 0.25);
}

.border-lightRed\/30 {
  border-color: rgb(255 245 243 / 0.3);
}

.border-lightRed\/35 {
  border-color: rgb(255 245 243 / 0.35);
}

.border-lightRed\/40 {
  border-color: rgb(255 245 243 / 0.4);
}

.border-lightRed\/45 {
  border-color: rgb(255 245 243 / 0.45);
}

.border-lightRed\/5 {
  border-color: rgb(255 245 243 / 0.05);
}

.border-lightRed\/50 {
  border-color: rgb(255 245 243 / 0.5);
}

.border-lightRed\/55 {
  border-color: rgb(255 245 243 / 0.55);
}

.border-lightRed\/60 {
  border-color: rgb(255 245 243 / 0.6);
}

.border-lightRed\/65 {
  border-color: rgb(255 245 243 / 0.65);
}

.border-lightRed\/70 {
  border-color: rgb(255 245 243 / 0.7);
}

.border-lightRed\/75 {
  border-color: rgb(255 245 243 / 0.75);
}

.border-lightRed\/80 {
  border-color: rgb(255 245 243 / 0.8);
}

.border-lightRed\/85 {
  border-color: rgb(255 245 243 / 0.85);
}

.border-lightRed\/90 {
  border-color: rgb(255 245 243 / 0.9);
}

.border-lightRed\/95 {
  border-color: rgb(255 245 243 / 0.95);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-orange\/0 {
  border-color: rgb(244 124 60 / 0);
}

.border-orange\/10 {
  border-color: rgb(244 124 60 / 0.1);
}

.border-orange\/100 {
  border-color: rgb(244 124 60 / 1);
}

.border-orange\/15 {
  border-color: rgb(244 124 60 / 0.15);
}

.border-orange\/20 {
  border-color: rgb(244 124 60 / 0.2);
}

.border-orange\/25 {
  border-color: rgb(244 124 60 / 0.25);
}

.border-orange\/30 {
  border-color: rgb(244 124 60 / 0.3);
}

.border-orange\/35 {
  border-color: rgb(244 124 60 / 0.35);
}

.border-orange\/40 {
  border-color: rgb(244 124 60 / 0.4);
}

.border-orange\/45 {
  border-color: rgb(244 124 60 / 0.45);
}

.border-orange\/5 {
  border-color: rgb(244 124 60 / 0.05);
}

.border-orange\/50 {
  border-color: rgb(244 124 60 / 0.5);
}

.border-orange\/55 {
  border-color: rgb(244 124 60 / 0.55);
}

.border-orange\/60 {
  border-color: rgb(244 124 60 / 0.6);
}

.border-orange\/65 {
  border-color: rgb(244 124 60 / 0.65);
}

.border-orange\/70 {
  border-color: rgb(244 124 60 / 0.7);
}

.border-orange\/75 {
  border-color: rgb(244 124 60 / 0.75);
}

.border-orange\/80 {
  border-color: rgb(244 124 60 / 0.8);
}

.border-orange\/85 {
  border-color: rgb(244 124 60 / 0.85);
}

.border-orange\/90 {
  border-color: rgb(244 124 60 / 0.9);
}

.border-orange\/95 {
  border-color: rgb(244 124 60 / 0.95);
}

.border-primary {
  border-color: var(--color-primary);
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-red\/0 {
  border-color: rgb(237 46 46 / 0);
}

.border-red\/10 {
  border-color: rgb(237 46 46 / 0.1);
}

.border-red\/100 {
  border-color: rgb(237 46 46 / 1);
}

.border-red\/15 {
  border-color: rgb(237 46 46 / 0.15);
}

.border-red\/20 {
  border-color: rgb(237 46 46 / 0.2);
}

.border-red\/25 {
  border-color: rgb(237 46 46 / 0.25);
}

.border-red\/30 {
  border-color: rgb(237 46 46 / 0.3);
}

.border-red\/35 {
  border-color: rgb(237 46 46 / 0.35);
}

.border-red\/40 {
  border-color: rgb(237 46 46 / 0.4);
}

.border-red\/45 {
  border-color: rgb(237 46 46 / 0.45);
}

.border-red\/5 {
  border-color: rgb(237 46 46 / 0.05);
}

.border-red\/50 {
  border-color: rgb(237 46 46 / 0.5);
}

.border-red\/55 {
  border-color: rgb(237 46 46 / 0.55);
}

.border-red\/60 {
  border-color: rgb(237 46 46 / 0.6);
}

.border-red\/65 {
  border-color: rgb(237 46 46 / 0.65);
}

.border-red\/70 {
  border-color: rgb(237 46 46 / 0.7);
}

.border-red\/75 {
  border-color: rgb(237 46 46 / 0.75);
}

.border-red\/80 {
  border-color: rgb(237 46 46 / 0.8);
}

.border-red\/85 {
  border-color: rgb(237 46 46 / 0.85);
}

.border-red\/90 {
  border-color: rgb(237 46 46 / 0.9);
}

.border-red\/95 {
  border-color: rgb(237 46 46 / 0.95);
}

.border-secondary {
  border-color: var(--color-secondary);
}

.border-veryLightGray {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-veryLightGray\/0 {
  border-color: rgb(250 250 250 / 0);
}

.border-veryLightGray\/10 {
  border-color: rgb(250 250 250 / 0.1);
}

.border-veryLightGray\/100 {
  border-color: rgb(250 250 250 / 1);
}

.border-veryLightGray\/15 {
  border-color: rgb(250 250 250 / 0.15);
}

.border-veryLightGray\/20 {
  border-color: rgb(250 250 250 / 0.2);
}

.border-veryLightGray\/25 {
  border-color: rgb(250 250 250 / 0.25);
}

.border-veryLightGray\/30 {
  border-color: rgb(250 250 250 / 0.3);
}

.border-veryLightGray\/35 {
  border-color: rgb(250 250 250 / 0.35);
}

.border-veryLightGray\/40 {
  border-color: rgb(250 250 250 / 0.4);
}

.border-veryLightGray\/45 {
  border-color: rgb(250 250 250 / 0.45);
}

.border-veryLightGray\/5 {
  border-color: rgb(250 250 250 / 0.05);
}

.border-veryLightGray\/50 {
  border-color: rgb(250 250 250 / 0.5);
}

.border-veryLightGray\/55 {
  border-color: rgb(250 250 250 / 0.55);
}

.border-veryLightGray\/60 {
  border-color: rgb(250 250 250 / 0.6);
}

.border-veryLightGray\/65 {
  border-color: rgb(250 250 250 / 0.65);
}

.border-veryLightGray\/70 {
  border-color: rgb(250 250 250 / 0.7);
}

.border-veryLightGray\/75 {
  border-color: rgb(250 250 250 / 0.75);
}

.border-veryLightGray\/80 {
  border-color: rgb(250 250 250 / 0.8);
}

.border-veryLightGray\/85 {
  border-color: rgb(250 250 250 / 0.85);
}

.border-veryLightGray\/90 {
  border-color: rgb(250 250 250 / 0.9);
}

.border-veryLightGray\/95 {
  border-color: rgb(250 250 250 / 0.95);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

.border-x-backgroundGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
  border-right-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-x-backgroundGray\/0 {
  border-left-color: rgb(247 247 247 / 0);
  border-right-color: rgb(247 247 247 / 0);
}

.border-x-backgroundGray\/10 {
  border-left-color: rgb(247 247 247 / 0.1);
  border-right-color: rgb(247 247 247 / 0.1);
}

.border-x-backgroundGray\/100 {
  border-left-color: rgb(247 247 247 / 1);
  border-right-color: rgb(247 247 247 / 1);
}

.border-x-backgroundGray\/15 {
  border-left-color: rgb(247 247 247 / 0.15);
  border-right-color: rgb(247 247 247 / 0.15);
}

.border-x-backgroundGray\/20 {
  border-left-color: rgb(247 247 247 / 0.2);
  border-right-color: rgb(247 247 247 / 0.2);
}

.border-x-backgroundGray\/25 {
  border-left-color: rgb(247 247 247 / 0.25);
  border-right-color: rgb(247 247 247 / 0.25);
}

.border-x-backgroundGray\/30 {
  border-left-color: rgb(247 247 247 / 0.3);
  border-right-color: rgb(247 247 247 / 0.3);
}

.border-x-backgroundGray\/35 {
  border-left-color: rgb(247 247 247 / 0.35);
  border-right-color: rgb(247 247 247 / 0.35);
}

.border-x-backgroundGray\/40 {
  border-left-color: rgb(247 247 247 / 0.4);
  border-right-color: rgb(247 247 247 / 0.4);
}

.border-x-backgroundGray\/45 {
  border-left-color: rgb(247 247 247 / 0.45);
  border-right-color: rgb(247 247 247 / 0.45);
}

.border-x-backgroundGray\/5 {
  border-left-color: rgb(247 247 247 / 0.05);
  border-right-color: rgb(247 247 247 / 0.05);
}

.border-x-backgroundGray\/50 {
  border-left-color: rgb(247 247 247 / 0.5);
  border-right-color: rgb(247 247 247 / 0.5);
}

.border-x-backgroundGray\/55 {
  border-left-color: rgb(247 247 247 / 0.55);
  border-right-color: rgb(247 247 247 / 0.55);
}

.border-x-backgroundGray\/60 {
  border-left-color: rgb(247 247 247 / 0.6);
  border-right-color: rgb(247 247 247 / 0.6);
}

.border-x-backgroundGray\/65 {
  border-left-color: rgb(247 247 247 / 0.65);
  border-right-color: rgb(247 247 247 / 0.65);
}

.border-x-backgroundGray\/70 {
  border-left-color: rgb(247 247 247 / 0.7);
  border-right-color: rgb(247 247 247 / 0.7);
}

.border-x-backgroundGray\/75 {
  border-left-color: rgb(247 247 247 / 0.75);
  border-right-color: rgb(247 247 247 / 0.75);
}

.border-x-backgroundGray\/80 {
  border-left-color: rgb(247 247 247 / 0.8);
  border-right-color: rgb(247 247 247 / 0.8);
}

.border-x-backgroundGray\/85 {
  border-left-color: rgb(247 247 247 / 0.85);
  border-right-color: rgb(247 247 247 / 0.85);
}

.border-x-backgroundGray\/90 {
  border-left-color: rgb(247 247 247 / 0.9);
  border-right-color: rgb(247 247 247 / 0.9);
}

.border-x-backgroundGray\/95 {
  border-left-color: rgb(247 247 247 / 0.95);
  border-right-color: rgb(247 247 247 / 0.95);
}

.border-x-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-x-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-x-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-x-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-x-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-x-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-x-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-x-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
  border-right-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-x-blue\/0 {
  border-left-color: rgb(6 127 178 / 0);
  border-right-color: rgb(6 127 178 / 0);
}

.border-x-blue\/10 {
  border-left-color: rgb(6 127 178 / 0.1);
  border-right-color: rgb(6 127 178 / 0.1);
}

.border-x-blue\/100 {
  border-left-color: rgb(6 127 178 / 1);
  border-right-color: rgb(6 127 178 / 1);
}

.border-x-blue\/15 {
  border-left-color: rgb(6 127 178 / 0.15);
  border-right-color: rgb(6 127 178 / 0.15);
}

.border-x-blue\/20 {
  border-left-color: rgb(6 127 178 / 0.2);
  border-right-color: rgb(6 127 178 / 0.2);
}

.border-x-blue\/25 {
  border-left-color: rgb(6 127 178 / 0.25);
  border-right-color: rgb(6 127 178 / 0.25);
}

.border-x-blue\/30 {
  border-left-color: rgb(6 127 178 / 0.3);
  border-right-color: rgb(6 127 178 / 0.3);
}

.border-x-blue\/35 {
  border-left-color: rgb(6 127 178 / 0.35);
  border-right-color: rgb(6 127 178 / 0.35);
}

.border-x-blue\/40 {
  border-left-color: rgb(6 127 178 / 0.4);
  border-right-color: rgb(6 127 178 / 0.4);
}

.border-x-blue\/45 {
  border-left-color: rgb(6 127 178 / 0.45);
  border-right-color: rgb(6 127 178 / 0.45);
}

.border-x-blue\/5 {
  border-left-color: rgb(6 127 178 / 0.05);
  border-right-color: rgb(6 127 178 / 0.05);
}

.border-x-blue\/50 {
  border-left-color: rgb(6 127 178 / 0.5);
  border-right-color: rgb(6 127 178 / 0.5);
}

.border-x-blue\/55 {
  border-left-color: rgb(6 127 178 / 0.55);
  border-right-color: rgb(6 127 178 / 0.55);
}

.border-x-blue\/60 {
  border-left-color: rgb(6 127 178 / 0.6);
  border-right-color: rgb(6 127 178 / 0.6);
}

.border-x-blue\/65 {
  border-left-color: rgb(6 127 178 / 0.65);
  border-right-color: rgb(6 127 178 / 0.65);
}

.border-x-blue\/70 {
  border-left-color: rgb(6 127 178 / 0.7);
  border-right-color: rgb(6 127 178 / 0.7);
}

.border-x-blue\/75 {
  border-left-color: rgb(6 127 178 / 0.75);
  border-right-color: rgb(6 127 178 / 0.75);
}

.border-x-blue\/80 {
  border-left-color: rgb(6 127 178 / 0.8);
  border-right-color: rgb(6 127 178 / 0.8);
}

.border-x-blue\/85 {
  border-left-color: rgb(6 127 178 / 0.85);
  border-right-color: rgb(6 127 178 / 0.85);
}

.border-x-blue\/90 {
  border-left-color: rgb(6 127 178 / 0.9);
  border-right-color: rgb(6 127 178 / 0.9);
}

.border-x-blue\/95 {
  border-left-color: rgb(6 127 178 / 0.95);
  border-right-color: rgb(6 127 178 / 0.95);
}

.border-x-dark {
  border-left-color: var(--color-dark);
  border-right-color: var(--color-dark);
}

.border-x-darkGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
  border-right-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-x-darkGray\/0 {
  border-left-color: rgb(53 53 53 / 0);
  border-right-color: rgb(53 53 53 / 0);
}

.border-x-darkGray\/10 {
  border-left-color: rgb(53 53 53 / 0.1);
  border-right-color: rgb(53 53 53 / 0.1);
}

.border-x-darkGray\/100 {
  border-left-color: rgb(53 53 53 / 1);
  border-right-color: rgb(53 53 53 / 1);
}

.border-x-darkGray\/15 {
  border-left-color: rgb(53 53 53 / 0.15);
  border-right-color: rgb(53 53 53 / 0.15);
}

.border-x-darkGray\/20 {
  border-left-color: rgb(53 53 53 / 0.2);
  border-right-color: rgb(53 53 53 / 0.2);
}

.border-x-darkGray\/25 {
  border-left-color: rgb(53 53 53 / 0.25);
  border-right-color: rgb(53 53 53 / 0.25);
}

.border-x-darkGray\/30 {
  border-left-color: rgb(53 53 53 / 0.3);
  border-right-color: rgb(53 53 53 / 0.3);
}

.border-x-darkGray\/35 {
  border-left-color: rgb(53 53 53 / 0.35);
  border-right-color: rgb(53 53 53 / 0.35);
}

.border-x-darkGray\/40 {
  border-left-color: rgb(53 53 53 / 0.4);
  border-right-color: rgb(53 53 53 / 0.4);
}

.border-x-darkGray\/45 {
  border-left-color: rgb(53 53 53 / 0.45);
  border-right-color: rgb(53 53 53 / 0.45);
}

.border-x-darkGray\/5 {
  border-left-color: rgb(53 53 53 / 0.05);
  border-right-color: rgb(53 53 53 / 0.05);
}

.border-x-darkGray\/50 {
  border-left-color: rgb(53 53 53 / 0.5);
  border-right-color: rgb(53 53 53 / 0.5);
}

.border-x-darkGray\/55 {
  border-left-color: rgb(53 53 53 / 0.55);
  border-right-color: rgb(53 53 53 / 0.55);
}

.border-x-darkGray\/60 {
  border-left-color: rgb(53 53 53 / 0.6);
  border-right-color: rgb(53 53 53 / 0.6);
}

.border-x-darkGray\/65 {
  border-left-color: rgb(53 53 53 / 0.65);
  border-right-color: rgb(53 53 53 / 0.65);
}

.border-x-darkGray\/70 {
  border-left-color: rgb(53 53 53 / 0.7);
  border-right-color: rgb(53 53 53 / 0.7);
}

.border-x-darkGray\/75 {
  border-left-color: rgb(53 53 53 / 0.75);
  border-right-color: rgb(53 53 53 / 0.75);
}

.border-x-darkGray\/80 {
  border-left-color: rgb(53 53 53 / 0.8);
  border-right-color: rgb(53 53 53 / 0.8);
}

.border-x-darkGray\/85 {
  border-left-color: rgb(53 53 53 / 0.85);
  border-right-color: rgb(53 53 53 / 0.85);
}

.border-x-darkGray\/90 {
  border-left-color: rgb(53 53 53 / 0.9);
  border-right-color: rgb(53 53 53 / 0.9);
}

.border-x-darkGray\/95 {
  border-left-color: rgb(53 53 53 / 0.95);
  border-right-color: rgb(53 53 53 / 0.95);
}

.border-x-green {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-x-green\/0 {
  border-left-color: rgb(22 163 74 / 0);
  border-right-color: rgb(22 163 74 / 0);
}

.border-x-green\/10 {
  border-left-color: rgb(22 163 74 / 0.1);
  border-right-color: rgb(22 163 74 / 0.1);
}

.border-x-green\/100 {
  border-left-color: rgb(22 163 74 / 1);
  border-right-color: rgb(22 163 74 / 1);
}

.border-x-green\/15 {
  border-left-color: rgb(22 163 74 / 0.15);
  border-right-color: rgb(22 163 74 / 0.15);
}

.border-x-green\/20 {
  border-left-color: rgb(22 163 74 / 0.2);
  border-right-color: rgb(22 163 74 / 0.2);
}

.border-x-green\/25 {
  border-left-color: rgb(22 163 74 / 0.25);
  border-right-color: rgb(22 163 74 / 0.25);
}

.border-x-green\/30 {
  border-left-color: rgb(22 163 74 / 0.3);
  border-right-color: rgb(22 163 74 / 0.3);
}

.border-x-green\/35 {
  border-left-color: rgb(22 163 74 / 0.35);
  border-right-color: rgb(22 163 74 / 0.35);
}

.border-x-green\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
  border-right-color: rgb(22 163 74 / 0.4);
}

.border-x-green\/45 {
  border-left-color: rgb(22 163 74 / 0.45);
  border-right-color: rgb(22 163 74 / 0.45);
}

.border-x-green\/5 {
  border-left-color: rgb(22 163 74 / 0.05);
  border-right-color: rgb(22 163 74 / 0.05);
}

.border-x-green\/50 {
  border-left-color: rgb(22 163 74 / 0.5);
  border-right-color: rgb(22 163 74 / 0.5);
}

.border-x-green\/55 {
  border-left-color: rgb(22 163 74 / 0.55);
  border-right-color: rgb(22 163 74 / 0.55);
}

.border-x-green\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
  border-right-color: rgb(22 163 74 / 0.6);
}

.border-x-green\/65 {
  border-left-color: rgb(22 163 74 / 0.65);
  border-right-color: rgb(22 163 74 / 0.65);
}

.border-x-green\/70 {
  border-left-color: rgb(22 163 74 / 0.7);
  border-right-color: rgb(22 163 74 / 0.7);
}

.border-x-green\/75 {
  border-left-color: rgb(22 163 74 / 0.75);
  border-right-color: rgb(22 163 74 / 0.75);
}

.border-x-green\/80 {
  border-left-color: rgb(22 163 74 / 0.8);
  border-right-color: rgb(22 163 74 / 0.8);
}

.border-x-green\/85 {
  border-left-color: rgb(22 163 74 / 0.85);
  border-right-color: rgb(22 163 74 / 0.85);
}

.border-x-green\/90 {
  border-left-color: rgb(22 163 74 / 0.9);
  border-right-color: rgb(22 163 74 / 0.9);
}

.border-x-green\/95 {
  border-left-color: rgb(22 163 74 / 0.95);
  border-right-color: rgb(22 163 74 / 0.95);
}

.border-x-grey {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
  border-right-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-x-grey\/0 {
  border-left-color: rgb(155 155 155 / 0);
  border-right-color: rgb(155 155 155 / 0);
}

.border-x-grey\/10 {
  border-left-color: rgb(155 155 155 / 0.1);
  border-right-color: rgb(155 155 155 / 0.1);
}

.border-x-grey\/100 {
  border-left-color: rgb(155 155 155 / 1);
  border-right-color: rgb(155 155 155 / 1);
}

.border-x-grey\/15 {
  border-left-color: rgb(155 155 155 / 0.15);
  border-right-color: rgb(155 155 155 / 0.15);
}

.border-x-grey\/20 {
  border-left-color: rgb(155 155 155 / 0.2);
  border-right-color: rgb(155 155 155 / 0.2);
}

.border-x-grey\/25 {
  border-left-color: rgb(155 155 155 / 0.25);
  border-right-color: rgb(155 155 155 / 0.25);
}

.border-x-grey\/30 {
  border-left-color: rgb(155 155 155 / 0.3);
  border-right-color: rgb(155 155 155 / 0.3);
}

.border-x-grey\/35 {
  border-left-color: rgb(155 155 155 / 0.35);
  border-right-color: rgb(155 155 155 / 0.35);
}

.border-x-grey\/40 {
  border-left-color: rgb(155 155 155 / 0.4);
  border-right-color: rgb(155 155 155 / 0.4);
}

.border-x-grey\/45 {
  border-left-color: rgb(155 155 155 / 0.45);
  border-right-color: rgb(155 155 155 / 0.45);
}

.border-x-grey\/5 {
  border-left-color: rgb(155 155 155 / 0.05);
  border-right-color: rgb(155 155 155 / 0.05);
}

.border-x-grey\/50 {
  border-left-color: rgb(155 155 155 / 0.5);
  border-right-color: rgb(155 155 155 / 0.5);
}

.border-x-grey\/55 {
  border-left-color: rgb(155 155 155 / 0.55);
  border-right-color: rgb(155 155 155 / 0.55);
}

.border-x-grey\/60 {
  border-left-color: rgb(155 155 155 / 0.6);
  border-right-color: rgb(155 155 155 / 0.6);
}

.border-x-grey\/65 {
  border-left-color: rgb(155 155 155 / 0.65);
  border-right-color: rgb(155 155 155 / 0.65);
}

.border-x-grey\/70 {
  border-left-color: rgb(155 155 155 / 0.7);
  border-right-color: rgb(155 155 155 / 0.7);
}

.border-x-grey\/75 {
  border-left-color: rgb(155 155 155 / 0.75);
  border-right-color: rgb(155 155 155 / 0.75);
}

.border-x-grey\/80 {
  border-left-color: rgb(155 155 155 / 0.8);
  border-right-color: rgb(155 155 155 / 0.8);
}

.border-x-grey\/85 {
  border-left-color: rgb(155 155 155 / 0.85);
  border-right-color: rgb(155 155 155 / 0.85);
}

.border-x-grey\/90 {
  border-left-color: rgb(155 155 155 / 0.9);
  border-right-color: rgb(155 155 155 / 0.9);
}

.border-x-grey\/95 {
  border-left-color: rgb(155 155 155 / 0.95);
  border-right-color: rgb(155 155 155 / 0.95);
}

.border-x-lightBlue {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
  border-right-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-x-lightBlue\/0 {
  border-left-color: rgb(6 156 220 / 0);
  border-right-color: rgb(6 156 220 / 0);
}

.border-x-lightBlue\/10 {
  border-left-color: rgb(6 156 220 / 0.1);
  border-right-color: rgb(6 156 220 / 0.1);
}

.border-x-lightBlue\/100 {
  border-left-color: rgb(6 156 220 / 1);
  border-right-color: rgb(6 156 220 / 1);
}

.border-x-lightBlue\/15 {
  border-left-color: rgb(6 156 220 / 0.15);
  border-right-color: rgb(6 156 220 / 0.15);
}

.border-x-lightBlue\/20 {
  border-left-color: rgb(6 156 220 / 0.2);
  border-right-color: rgb(6 156 220 / 0.2);
}

.border-x-lightBlue\/25 {
  border-left-color: rgb(6 156 220 / 0.25);
  border-right-color: rgb(6 156 220 / 0.25);
}

.border-x-lightBlue\/30 {
  border-left-color: rgb(6 156 220 / 0.3);
  border-right-color: rgb(6 156 220 / 0.3);
}

.border-x-lightBlue\/35 {
  border-left-color: rgb(6 156 220 / 0.35);
  border-right-color: rgb(6 156 220 / 0.35);
}

.border-x-lightBlue\/40 {
  border-left-color: rgb(6 156 220 / 0.4);
  border-right-color: rgb(6 156 220 / 0.4);
}

.border-x-lightBlue\/45 {
  border-left-color: rgb(6 156 220 / 0.45);
  border-right-color: rgb(6 156 220 / 0.45);
}

.border-x-lightBlue\/5 {
  border-left-color: rgb(6 156 220 / 0.05);
  border-right-color: rgb(6 156 220 / 0.05);
}

.border-x-lightBlue\/50 {
  border-left-color: rgb(6 156 220 / 0.5);
  border-right-color: rgb(6 156 220 / 0.5);
}

.border-x-lightBlue\/55 {
  border-left-color: rgb(6 156 220 / 0.55);
  border-right-color: rgb(6 156 220 / 0.55);
}

.border-x-lightBlue\/60 {
  border-left-color: rgb(6 156 220 / 0.6);
  border-right-color: rgb(6 156 220 / 0.6);
}

.border-x-lightBlue\/65 {
  border-left-color: rgb(6 156 220 / 0.65);
  border-right-color: rgb(6 156 220 / 0.65);
}

.border-x-lightBlue\/70 {
  border-left-color: rgb(6 156 220 / 0.7);
  border-right-color: rgb(6 156 220 / 0.7);
}

.border-x-lightBlue\/75 {
  border-left-color: rgb(6 156 220 / 0.75);
  border-right-color: rgb(6 156 220 / 0.75);
}

.border-x-lightBlue\/80 {
  border-left-color: rgb(6 156 220 / 0.8);
  border-right-color: rgb(6 156 220 / 0.8);
}

.border-x-lightBlue\/85 {
  border-left-color: rgb(6 156 220 / 0.85);
  border-right-color: rgb(6 156 220 / 0.85);
}

.border-x-lightBlue\/90 {
  border-left-color: rgb(6 156 220 / 0.9);
  border-right-color: rgb(6 156 220 / 0.9);
}

.border-x-lightBlue\/95 {
  border-left-color: rgb(6 156 220 / 0.95);
  border-right-color: rgb(6 156 220 / 0.95);
}

.border-x-lightGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
  border-right-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-x-lightGray\/0 {
  border-left-color: rgb(194 194 194 / 0);
  border-right-color: rgb(194 194 194 / 0);
}

.border-x-lightGray\/10 {
  border-left-color: rgb(194 194 194 / 0.1);
  border-right-color: rgb(194 194 194 / 0.1);
}

.border-x-lightGray\/100 {
  border-left-color: rgb(194 194 194 / 1);
  border-right-color: rgb(194 194 194 / 1);
}

.border-x-lightGray\/15 {
  border-left-color: rgb(194 194 194 / 0.15);
  border-right-color: rgb(194 194 194 / 0.15);
}

.border-x-lightGray\/20 {
  border-left-color: rgb(194 194 194 / 0.2);
  border-right-color: rgb(194 194 194 / 0.2);
}

.border-x-lightGray\/25 {
  border-left-color: rgb(194 194 194 / 0.25);
  border-right-color: rgb(194 194 194 / 0.25);
}

.border-x-lightGray\/30 {
  border-left-color: rgb(194 194 194 / 0.3);
  border-right-color: rgb(194 194 194 / 0.3);
}

.border-x-lightGray\/35 {
  border-left-color: rgb(194 194 194 / 0.35);
  border-right-color: rgb(194 194 194 / 0.35);
}

.border-x-lightGray\/40 {
  border-left-color: rgb(194 194 194 / 0.4);
  border-right-color: rgb(194 194 194 / 0.4);
}

.border-x-lightGray\/45 {
  border-left-color: rgb(194 194 194 / 0.45);
  border-right-color: rgb(194 194 194 / 0.45);
}

.border-x-lightGray\/5 {
  border-left-color: rgb(194 194 194 / 0.05);
  border-right-color: rgb(194 194 194 / 0.05);
}

.border-x-lightGray\/50 {
  border-left-color: rgb(194 194 194 / 0.5);
  border-right-color: rgb(194 194 194 / 0.5);
}

.border-x-lightGray\/55 {
  border-left-color: rgb(194 194 194 / 0.55);
  border-right-color: rgb(194 194 194 / 0.55);
}

.border-x-lightGray\/60 {
  border-left-color: rgb(194 194 194 / 0.6);
  border-right-color: rgb(194 194 194 / 0.6);
}

.border-x-lightGray\/65 {
  border-left-color: rgb(194 194 194 / 0.65);
  border-right-color: rgb(194 194 194 / 0.65);
}

.border-x-lightGray\/70 {
  border-left-color: rgb(194 194 194 / 0.7);
  border-right-color: rgb(194 194 194 / 0.7);
}

.border-x-lightGray\/75 {
  border-left-color: rgb(194 194 194 / 0.75);
  border-right-color: rgb(194 194 194 / 0.75);
}

.border-x-lightGray\/80 {
  border-left-color: rgb(194 194 194 / 0.8);
  border-right-color: rgb(194 194 194 / 0.8);
}

.border-x-lightGray\/85 {
  border-left-color: rgb(194 194 194 / 0.85);
  border-right-color: rgb(194 194 194 / 0.85);
}

.border-x-lightGray\/90 {
  border-left-color: rgb(194 194 194 / 0.9);
  border-right-color: rgb(194 194 194 / 0.9);
}

.border-x-lightGray\/95 {
  border-left-color: rgb(194 194 194 / 0.95);
  border-right-color: rgb(194 194 194 / 0.95);
}

.border-x-lightRed {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-x-lightRed\/0 {
  border-left-color: rgb(255 245 243 / 0);
  border-right-color: rgb(255 245 243 / 0);
}

.border-x-lightRed\/10 {
  border-left-color: rgb(255 245 243 / 0.1);
  border-right-color: rgb(255 245 243 / 0.1);
}

.border-x-lightRed\/100 {
  border-left-color: rgb(255 245 243 / 1);
  border-right-color: rgb(255 245 243 / 1);
}

.border-x-lightRed\/15 {
  border-left-color: rgb(255 245 243 / 0.15);
  border-right-color: rgb(255 245 243 / 0.15);
}

.border-x-lightRed\/20 {
  border-left-color: rgb(255 245 243 / 0.2);
  border-right-color: rgb(255 245 243 / 0.2);
}

.border-x-lightRed\/25 {
  border-left-color: rgb(255 245 243 / 0.25);
  border-right-color: rgb(255 245 243 / 0.25);
}

.border-x-lightRed\/30 {
  border-left-color: rgb(255 245 243 / 0.3);
  border-right-color: rgb(255 245 243 / 0.3);
}

.border-x-lightRed\/35 {
  border-left-color: rgb(255 245 243 / 0.35);
  border-right-color: rgb(255 245 243 / 0.35);
}

.border-x-lightRed\/40 {
  border-left-color: rgb(255 245 243 / 0.4);
  border-right-color: rgb(255 245 243 / 0.4);
}

.border-x-lightRed\/45 {
  border-left-color: rgb(255 245 243 / 0.45);
  border-right-color: rgb(255 245 243 / 0.45);
}

.border-x-lightRed\/5 {
  border-left-color: rgb(255 245 243 / 0.05);
  border-right-color: rgb(255 245 243 / 0.05);
}

.border-x-lightRed\/50 {
  border-left-color: rgb(255 245 243 / 0.5);
  border-right-color: rgb(255 245 243 / 0.5);
}

.border-x-lightRed\/55 {
  border-left-color: rgb(255 245 243 / 0.55);
  border-right-color: rgb(255 245 243 / 0.55);
}

.border-x-lightRed\/60 {
  border-left-color: rgb(255 245 243 / 0.6);
  border-right-color: rgb(255 245 243 / 0.6);
}

.border-x-lightRed\/65 {
  border-left-color: rgb(255 245 243 / 0.65);
  border-right-color: rgb(255 245 243 / 0.65);
}

.border-x-lightRed\/70 {
  border-left-color: rgb(255 245 243 / 0.7);
  border-right-color: rgb(255 245 243 / 0.7);
}

.border-x-lightRed\/75 {
  border-left-color: rgb(255 245 243 / 0.75);
  border-right-color: rgb(255 245 243 / 0.75);
}

.border-x-lightRed\/80 {
  border-left-color: rgb(255 245 243 / 0.8);
  border-right-color: rgb(255 245 243 / 0.8);
}

.border-x-lightRed\/85 {
  border-left-color: rgb(255 245 243 / 0.85);
  border-right-color: rgb(255 245 243 / 0.85);
}

.border-x-lightRed\/90 {
  border-left-color: rgb(255 245 243 / 0.9);
  border-right-color: rgb(255 245 243 / 0.9);
}

.border-x-lightRed\/95 {
  border-left-color: rgb(255 245 243 / 0.95);
  border-right-color: rgb(255 245 243 / 0.95);
}

.border-x-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
  border-right-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-x-orange\/0 {
  border-left-color: rgb(244 124 60 / 0);
  border-right-color: rgb(244 124 60 / 0);
}

.border-x-orange\/10 {
  border-left-color: rgb(244 124 60 / 0.1);
  border-right-color: rgb(244 124 60 / 0.1);
}

.border-x-orange\/100 {
  border-left-color: rgb(244 124 60 / 1);
  border-right-color: rgb(244 124 60 / 1);
}

.border-x-orange\/15 {
  border-left-color: rgb(244 124 60 / 0.15);
  border-right-color: rgb(244 124 60 / 0.15);
}

.border-x-orange\/20 {
  border-left-color: rgb(244 124 60 / 0.2);
  border-right-color: rgb(244 124 60 / 0.2);
}

.border-x-orange\/25 {
  border-left-color: rgb(244 124 60 / 0.25);
  border-right-color: rgb(244 124 60 / 0.25);
}

.border-x-orange\/30 {
  border-left-color: rgb(244 124 60 / 0.3);
  border-right-color: rgb(244 124 60 / 0.3);
}

.border-x-orange\/35 {
  border-left-color: rgb(244 124 60 / 0.35);
  border-right-color: rgb(244 124 60 / 0.35);
}

.border-x-orange\/40 {
  border-left-color: rgb(244 124 60 / 0.4);
  border-right-color: rgb(244 124 60 / 0.4);
}

.border-x-orange\/45 {
  border-left-color: rgb(244 124 60 / 0.45);
  border-right-color: rgb(244 124 60 / 0.45);
}

.border-x-orange\/5 {
  border-left-color: rgb(244 124 60 / 0.05);
  border-right-color: rgb(244 124 60 / 0.05);
}

.border-x-orange\/50 {
  border-left-color: rgb(244 124 60 / 0.5);
  border-right-color: rgb(244 124 60 / 0.5);
}

.border-x-orange\/55 {
  border-left-color: rgb(244 124 60 / 0.55);
  border-right-color: rgb(244 124 60 / 0.55);
}

.border-x-orange\/60 {
  border-left-color: rgb(244 124 60 / 0.6);
  border-right-color: rgb(244 124 60 / 0.6);
}

.border-x-orange\/65 {
  border-left-color: rgb(244 124 60 / 0.65);
  border-right-color: rgb(244 124 60 / 0.65);
}

.border-x-orange\/70 {
  border-left-color: rgb(244 124 60 / 0.7);
  border-right-color: rgb(244 124 60 / 0.7);
}

.border-x-orange\/75 {
  border-left-color: rgb(244 124 60 / 0.75);
  border-right-color: rgb(244 124 60 / 0.75);
}

.border-x-orange\/80 {
  border-left-color: rgb(244 124 60 / 0.8);
  border-right-color: rgb(244 124 60 / 0.8);
}

.border-x-orange\/85 {
  border-left-color: rgb(244 124 60 / 0.85);
  border-right-color: rgb(244 124 60 / 0.85);
}

.border-x-orange\/90 {
  border-left-color: rgb(244 124 60 / 0.9);
  border-right-color: rgb(244 124 60 / 0.9);
}

.border-x-orange\/95 {
  border-left-color: rgb(244 124 60 / 0.95);
  border-right-color: rgb(244 124 60 / 0.95);
}

.border-x-primary {
  border-left-color: var(--color-primary);
  border-right-color: var(--color-primary);
}

.border-x-red {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
  border-right-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-x-red\/0 {
  border-left-color: rgb(237 46 46 / 0);
  border-right-color: rgb(237 46 46 / 0);
}

.border-x-red\/10 {
  border-left-color: rgb(237 46 46 / 0.1);
  border-right-color: rgb(237 46 46 / 0.1);
}

.border-x-red\/100 {
  border-left-color: rgb(237 46 46 / 1);
  border-right-color: rgb(237 46 46 / 1);
}

.border-x-red\/15 {
  border-left-color: rgb(237 46 46 / 0.15);
  border-right-color: rgb(237 46 46 / 0.15);
}

.border-x-red\/20 {
  border-left-color: rgb(237 46 46 / 0.2);
  border-right-color: rgb(237 46 46 / 0.2);
}

.border-x-red\/25 {
  border-left-color: rgb(237 46 46 / 0.25);
  border-right-color: rgb(237 46 46 / 0.25);
}

.border-x-red\/30 {
  border-left-color: rgb(237 46 46 / 0.3);
  border-right-color: rgb(237 46 46 / 0.3);
}

.border-x-red\/35 {
  border-left-color: rgb(237 46 46 / 0.35);
  border-right-color: rgb(237 46 46 / 0.35);
}

.border-x-red\/40 {
  border-left-color: rgb(237 46 46 / 0.4);
  border-right-color: rgb(237 46 46 / 0.4);
}

.border-x-red\/45 {
  border-left-color: rgb(237 46 46 / 0.45);
  border-right-color: rgb(237 46 46 / 0.45);
}

.border-x-red\/5 {
  border-left-color: rgb(237 46 46 / 0.05);
  border-right-color: rgb(237 46 46 / 0.05);
}

.border-x-red\/50 {
  border-left-color: rgb(237 46 46 / 0.5);
  border-right-color: rgb(237 46 46 / 0.5);
}

.border-x-red\/55 {
  border-left-color: rgb(237 46 46 / 0.55);
  border-right-color: rgb(237 46 46 / 0.55);
}

.border-x-red\/60 {
  border-left-color: rgb(237 46 46 / 0.6);
  border-right-color: rgb(237 46 46 / 0.6);
}

.border-x-red\/65 {
  border-left-color: rgb(237 46 46 / 0.65);
  border-right-color: rgb(237 46 46 / 0.65);
}

.border-x-red\/70 {
  border-left-color: rgb(237 46 46 / 0.7);
  border-right-color: rgb(237 46 46 / 0.7);
}

.border-x-red\/75 {
  border-left-color: rgb(237 46 46 / 0.75);
  border-right-color: rgb(237 46 46 / 0.75);
}

.border-x-red\/80 {
  border-left-color: rgb(237 46 46 / 0.8);
  border-right-color: rgb(237 46 46 / 0.8);
}

.border-x-red\/85 {
  border-left-color: rgb(237 46 46 / 0.85);
  border-right-color: rgb(237 46 46 / 0.85);
}

.border-x-red\/90 {
  border-left-color: rgb(237 46 46 / 0.9);
  border-right-color: rgb(237 46 46 / 0.9);
}

.border-x-red\/95 {
  border-left-color: rgb(237 46 46 / 0.95);
  border-right-color: rgb(237 46 46 / 0.95);
}

.border-x-secondary {
  border-left-color: var(--color-secondary);
  border-right-color: var(--color-secondary);
}

.border-x-veryLightGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-x-veryLightGray\/0 {
  border-left-color: rgb(250 250 250 / 0);
  border-right-color: rgb(250 250 250 / 0);
}

.border-x-veryLightGray\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-x-veryLightGray\/100 {
  border-left-color: rgb(250 250 250 / 1);
  border-right-color: rgb(250 250 250 / 1);
}

.border-x-veryLightGray\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
  border-right-color: rgb(250 250 250 / 0.15);
}

.border-x-veryLightGray\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-x-veryLightGray\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-x-veryLightGray\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-x-veryLightGray\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
  border-right-color: rgb(250 250 250 / 0.35);
}

.border-x-veryLightGray\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-x-veryLightGray\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
  border-right-color: rgb(250 250 250 / 0.45);
}

.border-x-veryLightGray\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-x-veryLightGray\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-x-veryLightGray\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
  border-right-color: rgb(250 250 250 / 0.55);
}

.border-x-veryLightGray\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-x-veryLightGray\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
  border-right-color: rgb(250 250 250 / 0.65);
}

.border-x-veryLightGray\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-x-veryLightGray\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-x-veryLightGray\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-x-veryLightGray\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
  border-right-color: rgb(250 250 250 / 0.85);
}

.border-x-veryLightGray\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-x-veryLightGray\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-x-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.border-x-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-x-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-x-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-x-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-x-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-x-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-x-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-y-backgroundGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-y-backgroundGray\/0 {
  border-top-color: rgb(247 247 247 / 0);
  border-bottom-color: rgb(247 247 247 / 0);
}

.border-y-backgroundGray\/10 {
  border-top-color: rgb(247 247 247 / 0.1);
  border-bottom-color: rgb(247 247 247 / 0.1);
}

.border-y-backgroundGray\/100 {
  border-top-color: rgb(247 247 247 / 1);
  border-bottom-color: rgb(247 247 247 / 1);
}

.border-y-backgroundGray\/15 {
  border-top-color: rgb(247 247 247 / 0.15);
  border-bottom-color: rgb(247 247 247 / 0.15);
}

.border-y-backgroundGray\/20 {
  border-top-color: rgb(247 247 247 / 0.2);
  border-bottom-color: rgb(247 247 247 / 0.2);
}

.border-y-backgroundGray\/25 {
  border-top-color: rgb(247 247 247 / 0.25);
  border-bottom-color: rgb(247 247 247 / 0.25);
}

.border-y-backgroundGray\/30 {
  border-top-color: rgb(247 247 247 / 0.3);
  border-bottom-color: rgb(247 247 247 / 0.3);
}

.border-y-backgroundGray\/35 {
  border-top-color: rgb(247 247 247 / 0.35);
  border-bottom-color: rgb(247 247 247 / 0.35);
}

.border-y-backgroundGray\/40 {
  border-top-color: rgb(247 247 247 / 0.4);
  border-bottom-color: rgb(247 247 247 / 0.4);
}

.border-y-backgroundGray\/45 {
  border-top-color: rgb(247 247 247 / 0.45);
  border-bottom-color: rgb(247 247 247 / 0.45);
}

.border-y-backgroundGray\/5 {
  border-top-color: rgb(247 247 247 / 0.05);
  border-bottom-color: rgb(247 247 247 / 0.05);
}

.border-y-backgroundGray\/50 {
  border-top-color: rgb(247 247 247 / 0.5);
  border-bottom-color: rgb(247 247 247 / 0.5);
}

.border-y-backgroundGray\/55 {
  border-top-color: rgb(247 247 247 / 0.55);
  border-bottom-color: rgb(247 247 247 / 0.55);
}

.border-y-backgroundGray\/60 {
  border-top-color: rgb(247 247 247 / 0.6);
  border-bottom-color: rgb(247 247 247 / 0.6);
}

.border-y-backgroundGray\/65 {
  border-top-color: rgb(247 247 247 / 0.65);
  border-bottom-color: rgb(247 247 247 / 0.65);
}

.border-y-backgroundGray\/70 {
  border-top-color: rgb(247 247 247 / 0.7);
  border-bottom-color: rgb(247 247 247 / 0.7);
}

.border-y-backgroundGray\/75 {
  border-top-color: rgb(247 247 247 / 0.75);
  border-bottom-color: rgb(247 247 247 / 0.75);
}

.border-y-backgroundGray\/80 {
  border-top-color: rgb(247 247 247 / 0.8);
  border-bottom-color: rgb(247 247 247 / 0.8);
}

.border-y-backgroundGray\/85 {
  border-top-color: rgb(247 247 247 / 0.85);
  border-bottom-color: rgb(247 247 247 / 0.85);
}

.border-y-backgroundGray\/90 {
  border-top-color: rgb(247 247 247 / 0.9);
  border-bottom-color: rgb(247 247 247 / 0.9);
}

.border-y-backgroundGray\/95 {
  border-top-color: rgb(247 247 247 / 0.95);
  border-bottom-color: rgb(247 247 247 / 0.95);
}

.border-y-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-y-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-y-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-y-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-y-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-y-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-y-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-y-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-y-blue\/0 {
  border-top-color: rgb(6 127 178 / 0);
  border-bottom-color: rgb(6 127 178 / 0);
}

.border-y-blue\/10 {
  border-top-color: rgb(6 127 178 / 0.1);
  border-bottom-color: rgb(6 127 178 / 0.1);
}

.border-y-blue\/100 {
  border-top-color: rgb(6 127 178 / 1);
  border-bottom-color: rgb(6 127 178 / 1);
}

.border-y-blue\/15 {
  border-top-color: rgb(6 127 178 / 0.15);
  border-bottom-color: rgb(6 127 178 / 0.15);
}

.border-y-blue\/20 {
  border-top-color: rgb(6 127 178 / 0.2);
  border-bottom-color: rgb(6 127 178 / 0.2);
}

.border-y-blue\/25 {
  border-top-color: rgb(6 127 178 / 0.25);
  border-bottom-color: rgb(6 127 178 / 0.25);
}

.border-y-blue\/30 {
  border-top-color: rgb(6 127 178 / 0.3);
  border-bottom-color: rgb(6 127 178 / 0.3);
}

.border-y-blue\/35 {
  border-top-color: rgb(6 127 178 / 0.35);
  border-bottom-color: rgb(6 127 178 / 0.35);
}

.border-y-blue\/40 {
  border-top-color: rgb(6 127 178 / 0.4);
  border-bottom-color: rgb(6 127 178 / 0.4);
}

.border-y-blue\/45 {
  border-top-color: rgb(6 127 178 / 0.45);
  border-bottom-color: rgb(6 127 178 / 0.45);
}

.border-y-blue\/5 {
  border-top-color: rgb(6 127 178 / 0.05);
  border-bottom-color: rgb(6 127 178 / 0.05);
}

.border-y-blue\/50 {
  border-top-color: rgb(6 127 178 / 0.5);
  border-bottom-color: rgb(6 127 178 / 0.5);
}

.border-y-blue\/55 {
  border-top-color: rgb(6 127 178 / 0.55);
  border-bottom-color: rgb(6 127 178 / 0.55);
}

.border-y-blue\/60 {
  border-top-color: rgb(6 127 178 / 0.6);
  border-bottom-color: rgb(6 127 178 / 0.6);
}

.border-y-blue\/65 {
  border-top-color: rgb(6 127 178 / 0.65);
  border-bottom-color: rgb(6 127 178 / 0.65);
}

.border-y-blue\/70 {
  border-top-color: rgb(6 127 178 / 0.7);
  border-bottom-color: rgb(6 127 178 / 0.7);
}

.border-y-blue\/75 {
  border-top-color: rgb(6 127 178 / 0.75);
  border-bottom-color: rgb(6 127 178 / 0.75);
}

.border-y-blue\/80 {
  border-top-color: rgb(6 127 178 / 0.8);
  border-bottom-color: rgb(6 127 178 / 0.8);
}

.border-y-blue\/85 {
  border-top-color: rgb(6 127 178 / 0.85);
  border-bottom-color: rgb(6 127 178 / 0.85);
}

.border-y-blue\/90 {
  border-top-color: rgb(6 127 178 / 0.9);
  border-bottom-color: rgb(6 127 178 / 0.9);
}

.border-y-blue\/95 {
  border-top-color: rgb(6 127 178 / 0.95);
  border-bottom-color: rgb(6 127 178 / 0.95);
}

.border-y-dark {
  border-top-color: var(--color-dark);
  border-bottom-color: var(--color-dark);
}

.border-y-darkGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-y-darkGray\/0 {
  border-top-color: rgb(53 53 53 / 0);
  border-bottom-color: rgb(53 53 53 / 0);
}

.border-y-darkGray\/10 {
  border-top-color: rgb(53 53 53 / 0.1);
  border-bottom-color: rgb(53 53 53 / 0.1);
}

.border-y-darkGray\/100 {
  border-top-color: rgb(53 53 53 / 1);
  border-bottom-color: rgb(53 53 53 / 1);
}

.border-y-darkGray\/15 {
  border-top-color: rgb(53 53 53 / 0.15);
  border-bottom-color: rgb(53 53 53 / 0.15);
}

.border-y-darkGray\/20 {
  border-top-color: rgb(53 53 53 / 0.2);
  border-bottom-color: rgb(53 53 53 / 0.2);
}

.border-y-darkGray\/25 {
  border-top-color: rgb(53 53 53 / 0.25);
  border-bottom-color: rgb(53 53 53 / 0.25);
}

.border-y-darkGray\/30 {
  border-top-color: rgb(53 53 53 / 0.3);
  border-bottom-color: rgb(53 53 53 / 0.3);
}

.border-y-darkGray\/35 {
  border-top-color: rgb(53 53 53 / 0.35);
  border-bottom-color: rgb(53 53 53 / 0.35);
}

.border-y-darkGray\/40 {
  border-top-color: rgb(53 53 53 / 0.4);
  border-bottom-color: rgb(53 53 53 / 0.4);
}

.border-y-darkGray\/45 {
  border-top-color: rgb(53 53 53 / 0.45);
  border-bottom-color: rgb(53 53 53 / 0.45);
}

.border-y-darkGray\/5 {
  border-top-color: rgb(53 53 53 / 0.05);
  border-bottom-color: rgb(53 53 53 / 0.05);
}

.border-y-darkGray\/50 {
  border-top-color: rgb(53 53 53 / 0.5);
  border-bottom-color: rgb(53 53 53 / 0.5);
}

.border-y-darkGray\/55 {
  border-top-color: rgb(53 53 53 / 0.55);
  border-bottom-color: rgb(53 53 53 / 0.55);
}

.border-y-darkGray\/60 {
  border-top-color: rgb(53 53 53 / 0.6);
  border-bottom-color: rgb(53 53 53 / 0.6);
}

.border-y-darkGray\/65 {
  border-top-color: rgb(53 53 53 / 0.65);
  border-bottom-color: rgb(53 53 53 / 0.65);
}

.border-y-darkGray\/70 {
  border-top-color: rgb(53 53 53 / 0.7);
  border-bottom-color: rgb(53 53 53 / 0.7);
}

.border-y-darkGray\/75 {
  border-top-color: rgb(53 53 53 / 0.75);
  border-bottom-color: rgb(53 53 53 / 0.75);
}

.border-y-darkGray\/80 {
  border-top-color: rgb(53 53 53 / 0.8);
  border-bottom-color: rgb(53 53 53 / 0.8);
}

.border-y-darkGray\/85 {
  border-top-color: rgb(53 53 53 / 0.85);
  border-bottom-color: rgb(53 53 53 / 0.85);
}

.border-y-darkGray\/90 {
  border-top-color: rgb(53 53 53 / 0.9);
  border-bottom-color: rgb(53 53 53 / 0.9);
}

.border-y-darkGray\/95 {
  border-top-color: rgb(53 53 53 / 0.95);
  border-bottom-color: rgb(53 53 53 / 0.95);
}

.border-y-green {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-y-green\/0 {
  border-top-color: rgb(22 163 74 / 0);
  border-bottom-color: rgb(22 163 74 / 0);
}

.border-y-green\/10 {
  border-top-color: rgb(22 163 74 / 0.1);
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.border-y-green\/100 {
  border-top-color: rgb(22 163 74 / 1);
  border-bottom-color: rgb(22 163 74 / 1);
}

.border-y-green\/15 {
  border-top-color: rgb(22 163 74 / 0.15);
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.border-y-green\/20 {
  border-top-color: rgb(22 163 74 / 0.2);
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.border-y-green\/25 {
  border-top-color: rgb(22 163 74 / 0.25);
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.border-y-green\/30 {
  border-top-color: rgb(22 163 74 / 0.3);
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.border-y-green\/35 {
  border-top-color: rgb(22 163 74 / 0.35);
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.border-y-green\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.border-y-green\/45 {
  border-top-color: rgb(22 163 74 / 0.45);
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.border-y-green\/5 {
  border-top-color: rgb(22 163 74 / 0.05);
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.border-y-green\/50 {
  border-top-color: rgb(22 163 74 / 0.5);
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.border-y-green\/55 {
  border-top-color: rgb(22 163 74 / 0.55);
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.border-y-green\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.border-y-green\/65 {
  border-top-color: rgb(22 163 74 / 0.65);
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.border-y-green\/70 {
  border-top-color: rgb(22 163 74 / 0.7);
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.border-y-green\/75 {
  border-top-color: rgb(22 163 74 / 0.75);
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.border-y-green\/80 {
  border-top-color: rgb(22 163 74 / 0.8);
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.border-y-green\/85 {
  border-top-color: rgb(22 163 74 / 0.85);
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.border-y-green\/90 {
  border-top-color: rgb(22 163 74 / 0.9);
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.border-y-green\/95 {
  border-top-color: rgb(22 163 74 / 0.95);
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.border-y-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-y-grey\/0 {
  border-top-color: rgb(155 155 155 / 0);
  border-bottom-color: rgb(155 155 155 / 0);
}

.border-y-grey\/10 {
  border-top-color: rgb(155 155 155 / 0.1);
  border-bottom-color: rgb(155 155 155 / 0.1);
}

.border-y-grey\/100 {
  border-top-color: rgb(155 155 155 / 1);
  border-bottom-color: rgb(155 155 155 / 1);
}

.border-y-grey\/15 {
  border-top-color: rgb(155 155 155 / 0.15);
  border-bottom-color: rgb(155 155 155 / 0.15);
}

.border-y-grey\/20 {
  border-top-color: rgb(155 155 155 / 0.2);
  border-bottom-color: rgb(155 155 155 / 0.2);
}

.border-y-grey\/25 {
  border-top-color: rgb(155 155 155 / 0.25);
  border-bottom-color: rgb(155 155 155 / 0.25);
}

.border-y-grey\/30 {
  border-top-color: rgb(155 155 155 / 0.3);
  border-bottom-color: rgb(155 155 155 / 0.3);
}

.border-y-grey\/35 {
  border-top-color: rgb(155 155 155 / 0.35);
  border-bottom-color: rgb(155 155 155 / 0.35);
}

.border-y-grey\/40 {
  border-top-color: rgb(155 155 155 / 0.4);
  border-bottom-color: rgb(155 155 155 / 0.4);
}

.border-y-grey\/45 {
  border-top-color: rgb(155 155 155 / 0.45);
  border-bottom-color: rgb(155 155 155 / 0.45);
}

.border-y-grey\/5 {
  border-top-color: rgb(155 155 155 / 0.05);
  border-bottom-color: rgb(155 155 155 / 0.05);
}

.border-y-grey\/50 {
  border-top-color: rgb(155 155 155 / 0.5);
  border-bottom-color: rgb(155 155 155 / 0.5);
}

.border-y-grey\/55 {
  border-top-color: rgb(155 155 155 / 0.55);
  border-bottom-color: rgb(155 155 155 / 0.55);
}

.border-y-grey\/60 {
  border-top-color: rgb(155 155 155 / 0.6);
  border-bottom-color: rgb(155 155 155 / 0.6);
}

.border-y-grey\/65 {
  border-top-color: rgb(155 155 155 / 0.65);
  border-bottom-color: rgb(155 155 155 / 0.65);
}

.border-y-grey\/70 {
  border-top-color: rgb(155 155 155 / 0.7);
  border-bottom-color: rgb(155 155 155 / 0.7);
}

.border-y-grey\/75 {
  border-top-color: rgb(155 155 155 / 0.75);
  border-bottom-color: rgb(155 155 155 / 0.75);
}

.border-y-grey\/80 {
  border-top-color: rgb(155 155 155 / 0.8);
  border-bottom-color: rgb(155 155 155 / 0.8);
}

.border-y-grey\/85 {
  border-top-color: rgb(155 155 155 / 0.85);
  border-bottom-color: rgb(155 155 155 / 0.85);
}

.border-y-grey\/90 {
  border-top-color: rgb(155 155 155 / 0.9);
  border-bottom-color: rgb(155 155 155 / 0.9);
}

.border-y-grey\/95 {
  border-top-color: rgb(155 155 155 / 0.95);
  border-bottom-color: rgb(155 155 155 / 0.95);
}

.border-y-lightBlue {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-y-lightBlue\/0 {
  border-top-color: rgb(6 156 220 / 0);
  border-bottom-color: rgb(6 156 220 / 0);
}

.border-y-lightBlue\/10 {
  border-top-color: rgb(6 156 220 / 0.1);
  border-bottom-color: rgb(6 156 220 / 0.1);
}

.border-y-lightBlue\/100 {
  border-top-color: rgb(6 156 220 / 1);
  border-bottom-color: rgb(6 156 220 / 1);
}

.border-y-lightBlue\/15 {
  border-top-color: rgb(6 156 220 / 0.15);
  border-bottom-color: rgb(6 156 220 / 0.15);
}

.border-y-lightBlue\/20 {
  border-top-color: rgb(6 156 220 / 0.2);
  border-bottom-color: rgb(6 156 220 / 0.2);
}

.border-y-lightBlue\/25 {
  border-top-color: rgb(6 156 220 / 0.25);
  border-bottom-color: rgb(6 156 220 / 0.25);
}

.border-y-lightBlue\/30 {
  border-top-color: rgb(6 156 220 / 0.3);
  border-bottom-color: rgb(6 156 220 / 0.3);
}

.border-y-lightBlue\/35 {
  border-top-color: rgb(6 156 220 / 0.35);
  border-bottom-color: rgb(6 156 220 / 0.35);
}

.border-y-lightBlue\/40 {
  border-top-color: rgb(6 156 220 / 0.4);
  border-bottom-color: rgb(6 156 220 / 0.4);
}

.border-y-lightBlue\/45 {
  border-top-color: rgb(6 156 220 / 0.45);
  border-bottom-color: rgb(6 156 220 / 0.45);
}

.border-y-lightBlue\/5 {
  border-top-color: rgb(6 156 220 / 0.05);
  border-bottom-color: rgb(6 156 220 / 0.05);
}

.border-y-lightBlue\/50 {
  border-top-color: rgb(6 156 220 / 0.5);
  border-bottom-color: rgb(6 156 220 / 0.5);
}

.border-y-lightBlue\/55 {
  border-top-color: rgb(6 156 220 / 0.55);
  border-bottom-color: rgb(6 156 220 / 0.55);
}

.border-y-lightBlue\/60 {
  border-top-color: rgb(6 156 220 / 0.6);
  border-bottom-color: rgb(6 156 220 / 0.6);
}

.border-y-lightBlue\/65 {
  border-top-color: rgb(6 156 220 / 0.65);
  border-bottom-color: rgb(6 156 220 / 0.65);
}

.border-y-lightBlue\/70 {
  border-top-color: rgb(6 156 220 / 0.7);
  border-bottom-color: rgb(6 156 220 / 0.7);
}

.border-y-lightBlue\/75 {
  border-top-color: rgb(6 156 220 / 0.75);
  border-bottom-color: rgb(6 156 220 / 0.75);
}

.border-y-lightBlue\/80 {
  border-top-color: rgb(6 156 220 / 0.8);
  border-bottom-color: rgb(6 156 220 / 0.8);
}

.border-y-lightBlue\/85 {
  border-top-color: rgb(6 156 220 / 0.85);
  border-bottom-color: rgb(6 156 220 / 0.85);
}

.border-y-lightBlue\/90 {
  border-top-color: rgb(6 156 220 / 0.9);
  border-bottom-color: rgb(6 156 220 / 0.9);
}

.border-y-lightBlue\/95 {
  border-top-color: rgb(6 156 220 / 0.95);
  border-bottom-color: rgb(6 156 220 / 0.95);
}

.border-y-lightGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-y-lightGray\/0 {
  border-top-color: rgb(194 194 194 / 0);
  border-bottom-color: rgb(194 194 194 / 0);
}

.border-y-lightGray\/10 {
  border-top-color: rgb(194 194 194 / 0.1);
  border-bottom-color: rgb(194 194 194 / 0.1);
}

.border-y-lightGray\/100 {
  border-top-color: rgb(194 194 194 / 1);
  border-bottom-color: rgb(194 194 194 / 1);
}

.border-y-lightGray\/15 {
  border-top-color: rgb(194 194 194 / 0.15);
  border-bottom-color: rgb(194 194 194 / 0.15);
}

.border-y-lightGray\/20 {
  border-top-color: rgb(194 194 194 / 0.2);
  border-bottom-color: rgb(194 194 194 / 0.2);
}

.border-y-lightGray\/25 {
  border-top-color: rgb(194 194 194 / 0.25);
  border-bottom-color: rgb(194 194 194 / 0.25);
}

.border-y-lightGray\/30 {
  border-top-color: rgb(194 194 194 / 0.3);
  border-bottom-color: rgb(194 194 194 / 0.3);
}

.border-y-lightGray\/35 {
  border-top-color: rgb(194 194 194 / 0.35);
  border-bottom-color: rgb(194 194 194 / 0.35);
}

.border-y-lightGray\/40 {
  border-top-color: rgb(194 194 194 / 0.4);
  border-bottom-color: rgb(194 194 194 / 0.4);
}

.border-y-lightGray\/45 {
  border-top-color: rgb(194 194 194 / 0.45);
  border-bottom-color: rgb(194 194 194 / 0.45);
}

.border-y-lightGray\/5 {
  border-top-color: rgb(194 194 194 / 0.05);
  border-bottom-color: rgb(194 194 194 / 0.05);
}

.border-y-lightGray\/50 {
  border-top-color: rgb(194 194 194 / 0.5);
  border-bottom-color: rgb(194 194 194 / 0.5);
}

.border-y-lightGray\/55 {
  border-top-color: rgb(194 194 194 / 0.55);
  border-bottom-color: rgb(194 194 194 / 0.55);
}

.border-y-lightGray\/60 {
  border-top-color: rgb(194 194 194 / 0.6);
  border-bottom-color: rgb(194 194 194 / 0.6);
}

.border-y-lightGray\/65 {
  border-top-color: rgb(194 194 194 / 0.65);
  border-bottom-color: rgb(194 194 194 / 0.65);
}

.border-y-lightGray\/70 {
  border-top-color: rgb(194 194 194 / 0.7);
  border-bottom-color: rgb(194 194 194 / 0.7);
}

.border-y-lightGray\/75 {
  border-top-color: rgb(194 194 194 / 0.75);
  border-bottom-color: rgb(194 194 194 / 0.75);
}

.border-y-lightGray\/80 {
  border-top-color: rgb(194 194 194 / 0.8);
  border-bottom-color: rgb(194 194 194 / 0.8);
}

.border-y-lightGray\/85 {
  border-top-color: rgb(194 194 194 / 0.85);
  border-bottom-color: rgb(194 194 194 / 0.85);
}

.border-y-lightGray\/90 {
  border-top-color: rgb(194 194 194 / 0.9);
  border-bottom-color: rgb(194 194 194 / 0.9);
}

.border-y-lightGray\/95 {
  border-top-color: rgb(194 194 194 / 0.95);
  border-bottom-color: rgb(194 194 194 / 0.95);
}

.border-y-lightRed {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-y-lightRed\/0 {
  border-top-color: rgb(255 245 243 / 0);
  border-bottom-color: rgb(255 245 243 / 0);
}

.border-y-lightRed\/10 {
  border-top-color: rgb(255 245 243 / 0.1);
  border-bottom-color: rgb(255 245 243 / 0.1);
}

.border-y-lightRed\/100 {
  border-top-color: rgb(255 245 243 / 1);
  border-bottom-color: rgb(255 245 243 / 1);
}

.border-y-lightRed\/15 {
  border-top-color: rgb(255 245 243 / 0.15);
  border-bottom-color: rgb(255 245 243 / 0.15);
}

.border-y-lightRed\/20 {
  border-top-color: rgb(255 245 243 / 0.2);
  border-bottom-color: rgb(255 245 243 / 0.2);
}

.border-y-lightRed\/25 {
  border-top-color: rgb(255 245 243 / 0.25);
  border-bottom-color: rgb(255 245 243 / 0.25);
}

.border-y-lightRed\/30 {
  border-top-color: rgb(255 245 243 / 0.3);
  border-bottom-color: rgb(255 245 243 / 0.3);
}

.border-y-lightRed\/35 {
  border-top-color: rgb(255 245 243 / 0.35);
  border-bottom-color: rgb(255 245 243 / 0.35);
}

.border-y-lightRed\/40 {
  border-top-color: rgb(255 245 243 / 0.4);
  border-bottom-color: rgb(255 245 243 / 0.4);
}

.border-y-lightRed\/45 {
  border-top-color: rgb(255 245 243 / 0.45);
  border-bottom-color: rgb(255 245 243 / 0.45);
}

.border-y-lightRed\/5 {
  border-top-color: rgb(255 245 243 / 0.05);
  border-bottom-color: rgb(255 245 243 / 0.05);
}

.border-y-lightRed\/50 {
  border-top-color: rgb(255 245 243 / 0.5);
  border-bottom-color: rgb(255 245 243 / 0.5);
}

.border-y-lightRed\/55 {
  border-top-color: rgb(255 245 243 / 0.55);
  border-bottom-color: rgb(255 245 243 / 0.55);
}

.border-y-lightRed\/60 {
  border-top-color: rgb(255 245 243 / 0.6);
  border-bottom-color: rgb(255 245 243 / 0.6);
}

.border-y-lightRed\/65 {
  border-top-color: rgb(255 245 243 / 0.65);
  border-bottom-color: rgb(255 245 243 / 0.65);
}

.border-y-lightRed\/70 {
  border-top-color: rgb(255 245 243 / 0.7);
  border-bottom-color: rgb(255 245 243 / 0.7);
}

.border-y-lightRed\/75 {
  border-top-color: rgb(255 245 243 / 0.75);
  border-bottom-color: rgb(255 245 243 / 0.75);
}

.border-y-lightRed\/80 {
  border-top-color: rgb(255 245 243 / 0.8);
  border-bottom-color: rgb(255 245 243 / 0.8);
}

.border-y-lightRed\/85 {
  border-top-color: rgb(255 245 243 / 0.85);
  border-bottom-color: rgb(255 245 243 / 0.85);
}

.border-y-lightRed\/90 {
  border-top-color: rgb(255 245 243 / 0.9);
  border-bottom-color: rgb(255 245 243 / 0.9);
}

.border-y-lightRed\/95 {
  border-top-color: rgb(255 245 243 / 0.95);
  border-bottom-color: rgb(255 245 243 / 0.95);
}

.border-y-orange {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-y-orange\/0 {
  border-top-color: rgb(244 124 60 / 0);
  border-bottom-color: rgb(244 124 60 / 0);
}

.border-y-orange\/10 {
  border-top-color: rgb(244 124 60 / 0.1);
  border-bottom-color: rgb(244 124 60 / 0.1);
}

.border-y-orange\/100 {
  border-top-color: rgb(244 124 60 / 1);
  border-bottom-color: rgb(244 124 60 / 1);
}

.border-y-orange\/15 {
  border-top-color: rgb(244 124 60 / 0.15);
  border-bottom-color: rgb(244 124 60 / 0.15);
}

.border-y-orange\/20 {
  border-top-color: rgb(244 124 60 / 0.2);
  border-bottom-color: rgb(244 124 60 / 0.2);
}

.border-y-orange\/25 {
  border-top-color: rgb(244 124 60 / 0.25);
  border-bottom-color: rgb(244 124 60 / 0.25);
}

.border-y-orange\/30 {
  border-top-color: rgb(244 124 60 / 0.3);
  border-bottom-color: rgb(244 124 60 / 0.3);
}

.border-y-orange\/35 {
  border-top-color: rgb(244 124 60 / 0.35);
  border-bottom-color: rgb(244 124 60 / 0.35);
}

.border-y-orange\/40 {
  border-top-color: rgb(244 124 60 / 0.4);
  border-bottom-color: rgb(244 124 60 / 0.4);
}

.border-y-orange\/45 {
  border-top-color: rgb(244 124 60 / 0.45);
  border-bottom-color: rgb(244 124 60 / 0.45);
}

.border-y-orange\/5 {
  border-top-color: rgb(244 124 60 / 0.05);
  border-bottom-color: rgb(244 124 60 / 0.05);
}

.border-y-orange\/50 {
  border-top-color: rgb(244 124 60 / 0.5);
  border-bottom-color: rgb(244 124 60 / 0.5);
}

.border-y-orange\/55 {
  border-top-color: rgb(244 124 60 / 0.55);
  border-bottom-color: rgb(244 124 60 / 0.55);
}

.border-y-orange\/60 {
  border-top-color: rgb(244 124 60 / 0.6);
  border-bottom-color: rgb(244 124 60 / 0.6);
}

.border-y-orange\/65 {
  border-top-color: rgb(244 124 60 / 0.65);
  border-bottom-color: rgb(244 124 60 / 0.65);
}

.border-y-orange\/70 {
  border-top-color: rgb(244 124 60 / 0.7);
  border-bottom-color: rgb(244 124 60 / 0.7);
}

.border-y-orange\/75 {
  border-top-color: rgb(244 124 60 / 0.75);
  border-bottom-color: rgb(244 124 60 / 0.75);
}

.border-y-orange\/80 {
  border-top-color: rgb(244 124 60 / 0.8);
  border-bottom-color: rgb(244 124 60 / 0.8);
}

.border-y-orange\/85 {
  border-top-color: rgb(244 124 60 / 0.85);
  border-bottom-color: rgb(244 124 60 / 0.85);
}

.border-y-orange\/90 {
  border-top-color: rgb(244 124 60 / 0.9);
  border-bottom-color: rgb(244 124 60 / 0.9);
}

.border-y-orange\/95 {
  border-top-color: rgb(244 124 60 / 0.95);
  border-bottom-color: rgb(244 124 60 / 0.95);
}

.border-y-primary {
  border-top-color: var(--color-primary);
  border-bottom-color: var(--color-primary);
}

.border-y-red {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-y-red\/0 {
  border-top-color: rgb(237 46 46 / 0);
  border-bottom-color: rgb(237 46 46 / 0);
}

.border-y-red\/10 {
  border-top-color: rgb(237 46 46 / 0.1);
  border-bottom-color: rgb(237 46 46 / 0.1);
}

.border-y-red\/100 {
  border-top-color: rgb(237 46 46 / 1);
  border-bottom-color: rgb(237 46 46 / 1);
}

.border-y-red\/15 {
  border-top-color: rgb(237 46 46 / 0.15);
  border-bottom-color: rgb(237 46 46 / 0.15);
}

.border-y-red\/20 {
  border-top-color: rgb(237 46 46 / 0.2);
  border-bottom-color: rgb(237 46 46 / 0.2);
}

.border-y-red\/25 {
  border-top-color: rgb(237 46 46 / 0.25);
  border-bottom-color: rgb(237 46 46 / 0.25);
}

.border-y-red\/30 {
  border-top-color: rgb(237 46 46 / 0.3);
  border-bottom-color: rgb(237 46 46 / 0.3);
}

.border-y-red\/35 {
  border-top-color: rgb(237 46 46 / 0.35);
  border-bottom-color: rgb(237 46 46 / 0.35);
}

.border-y-red\/40 {
  border-top-color: rgb(237 46 46 / 0.4);
  border-bottom-color: rgb(237 46 46 / 0.4);
}

.border-y-red\/45 {
  border-top-color: rgb(237 46 46 / 0.45);
  border-bottom-color: rgb(237 46 46 / 0.45);
}

.border-y-red\/5 {
  border-top-color: rgb(237 46 46 / 0.05);
  border-bottom-color: rgb(237 46 46 / 0.05);
}

.border-y-red\/50 {
  border-top-color: rgb(237 46 46 / 0.5);
  border-bottom-color: rgb(237 46 46 / 0.5);
}

.border-y-red\/55 {
  border-top-color: rgb(237 46 46 / 0.55);
  border-bottom-color: rgb(237 46 46 / 0.55);
}

.border-y-red\/60 {
  border-top-color: rgb(237 46 46 / 0.6);
  border-bottom-color: rgb(237 46 46 / 0.6);
}

.border-y-red\/65 {
  border-top-color: rgb(237 46 46 / 0.65);
  border-bottom-color: rgb(237 46 46 / 0.65);
}

.border-y-red\/70 {
  border-top-color: rgb(237 46 46 / 0.7);
  border-bottom-color: rgb(237 46 46 / 0.7);
}

.border-y-red\/75 {
  border-top-color: rgb(237 46 46 / 0.75);
  border-bottom-color: rgb(237 46 46 / 0.75);
}

.border-y-red\/80 {
  border-top-color: rgb(237 46 46 / 0.8);
  border-bottom-color: rgb(237 46 46 / 0.8);
}

.border-y-red\/85 {
  border-top-color: rgb(237 46 46 / 0.85);
  border-bottom-color: rgb(237 46 46 / 0.85);
}

.border-y-red\/90 {
  border-top-color: rgb(237 46 46 / 0.9);
  border-bottom-color: rgb(237 46 46 / 0.9);
}

.border-y-red\/95 {
  border-top-color: rgb(237 46 46 / 0.95);
  border-bottom-color: rgb(237 46 46 / 0.95);
}

.border-y-secondary {
  border-top-color: var(--color-secondary);
  border-bottom-color: var(--color-secondary);
}

.border-y-veryLightGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-y-veryLightGray\/0 {
  border-top-color: rgb(250 250 250 / 0);
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-y-veryLightGray\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-y-veryLightGray\/100 {
  border-top-color: rgb(250 250 250 / 1);
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-y-veryLightGray\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.border-y-veryLightGray\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-y-veryLightGray\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-y-veryLightGray\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-y-veryLightGray\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.border-y-veryLightGray\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-y-veryLightGray\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.border-y-veryLightGray\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-y-veryLightGray\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-y-veryLightGray\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.border-y-veryLightGray\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-y-veryLightGray\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.border-y-veryLightGray\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-y-veryLightGray\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-y-veryLightGray\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-y-veryLightGray\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.border-y-veryLightGray\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-y-veryLightGray\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-y-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-y-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-y-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-y-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-y-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-y-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-y-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-y-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-y-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-b-backgroundGray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-b-backgroundGray\/0 {
  border-bottom-color: rgb(247 247 247 / 0);
}

.border-b-backgroundGray\/10 {
  border-bottom-color: rgb(247 247 247 / 0.1);
}

.border-b-backgroundGray\/100 {
  border-bottom-color: rgb(247 247 247 / 1);
}

.border-b-backgroundGray\/15 {
  border-bottom-color: rgb(247 247 247 / 0.15);
}

.border-b-backgroundGray\/20 {
  border-bottom-color: rgb(247 247 247 / 0.2);
}

.border-b-backgroundGray\/25 {
  border-bottom-color: rgb(247 247 247 / 0.25);
}

.border-b-backgroundGray\/30 {
  border-bottom-color: rgb(247 247 247 / 0.3);
}

.border-b-backgroundGray\/35 {
  border-bottom-color: rgb(247 247 247 / 0.35);
}

.border-b-backgroundGray\/40 {
  border-bottom-color: rgb(247 247 247 / 0.4);
}

.border-b-backgroundGray\/45 {
  border-bottom-color: rgb(247 247 247 / 0.45);
}

.border-b-backgroundGray\/5 {
  border-bottom-color: rgb(247 247 247 / 0.05);
}

.border-b-backgroundGray\/50 {
  border-bottom-color: rgb(247 247 247 / 0.5);
}

.border-b-backgroundGray\/55 {
  border-bottom-color: rgb(247 247 247 / 0.55);
}

.border-b-backgroundGray\/60 {
  border-bottom-color: rgb(247 247 247 / 0.6);
}

.border-b-backgroundGray\/65 {
  border-bottom-color: rgb(247 247 247 / 0.65);
}

.border-b-backgroundGray\/70 {
  border-bottom-color: rgb(247 247 247 / 0.7);
}

.border-b-backgroundGray\/75 {
  border-bottom-color: rgb(247 247 247 / 0.75);
}

.border-b-backgroundGray\/80 {
  border-bottom-color: rgb(247 247 247 / 0.8);
}

.border-b-backgroundGray\/85 {
  border-bottom-color: rgb(247 247 247 / 0.85);
}

.border-b-backgroundGray\/90 {
  border-bottom-color: rgb(247 247 247 / 0.9);
}

.border-b-backgroundGray\/95 {
  border-bottom-color: rgb(247 247 247 / 0.95);
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-b-black\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-black\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-black\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-black\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-b-black\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-black\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-black\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-black\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-b-black\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-black\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-b-black\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-black\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-black\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-b-black\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-black\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-b-black\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-black\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-black\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-black\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-b-black\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-black\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-b-blue\/0 {
  border-bottom-color: rgb(6 127 178 / 0);
}

.border-b-blue\/10 {
  border-bottom-color: rgb(6 127 178 / 0.1);
}

.border-b-blue\/100 {
  border-bottom-color: rgb(6 127 178 / 1);
}

.border-b-blue\/15 {
  border-bottom-color: rgb(6 127 178 / 0.15);
}

.border-b-blue\/20 {
  border-bottom-color: rgb(6 127 178 / 0.2);
}

.border-b-blue\/25 {
  border-bottom-color: rgb(6 127 178 / 0.25);
}

.border-b-blue\/30 {
  border-bottom-color: rgb(6 127 178 / 0.3);
}

.border-b-blue\/35 {
  border-bottom-color: rgb(6 127 178 / 0.35);
}

.border-b-blue\/40 {
  border-bottom-color: rgb(6 127 178 / 0.4);
}

.border-b-blue\/45 {
  border-bottom-color: rgb(6 127 178 / 0.45);
}

.border-b-blue\/5 {
  border-bottom-color: rgb(6 127 178 / 0.05);
}

.border-b-blue\/50 {
  border-bottom-color: rgb(6 127 178 / 0.5);
}

.border-b-blue\/55 {
  border-bottom-color: rgb(6 127 178 / 0.55);
}

.border-b-blue\/60 {
  border-bottom-color: rgb(6 127 178 / 0.6);
}

.border-b-blue\/65 {
  border-bottom-color: rgb(6 127 178 / 0.65);
}

.border-b-blue\/70 {
  border-bottom-color: rgb(6 127 178 / 0.7);
}

.border-b-blue\/75 {
  border-bottom-color: rgb(6 127 178 / 0.75);
}

.border-b-blue\/80 {
  border-bottom-color: rgb(6 127 178 / 0.8);
}

.border-b-blue\/85 {
  border-bottom-color: rgb(6 127 178 / 0.85);
}

.border-b-blue\/90 {
  border-bottom-color: rgb(6 127 178 / 0.9);
}

.border-b-blue\/95 {
  border-bottom-color: rgb(6 127 178 / 0.95);
}

.border-b-dark {
  border-bottom-color: var(--color-dark);
}

.border-b-darkGray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-b-darkGray\/0 {
  border-bottom-color: rgb(53 53 53 / 0);
}

.border-b-darkGray\/10 {
  border-bottom-color: rgb(53 53 53 / 0.1);
}

.border-b-darkGray\/100 {
  border-bottom-color: rgb(53 53 53 / 1);
}

.border-b-darkGray\/15 {
  border-bottom-color: rgb(53 53 53 / 0.15);
}

.border-b-darkGray\/20 {
  border-bottom-color: rgb(53 53 53 / 0.2);
}

.border-b-darkGray\/25 {
  border-bottom-color: rgb(53 53 53 / 0.25);
}

.border-b-darkGray\/30 {
  border-bottom-color: rgb(53 53 53 / 0.3);
}

.border-b-darkGray\/35 {
  border-bottom-color: rgb(53 53 53 / 0.35);
}

.border-b-darkGray\/40 {
  border-bottom-color: rgb(53 53 53 / 0.4);
}

.border-b-darkGray\/45 {
  border-bottom-color: rgb(53 53 53 / 0.45);
}

.border-b-darkGray\/5 {
  border-bottom-color: rgb(53 53 53 / 0.05);
}

.border-b-darkGray\/50 {
  border-bottom-color: rgb(53 53 53 / 0.5);
}

.border-b-darkGray\/55 {
  border-bottom-color: rgb(53 53 53 / 0.55);
}

.border-b-darkGray\/60 {
  border-bottom-color: rgb(53 53 53 / 0.6);
}

.border-b-darkGray\/65 {
  border-bottom-color: rgb(53 53 53 / 0.65);
}

.border-b-darkGray\/70 {
  border-bottom-color: rgb(53 53 53 / 0.7);
}

.border-b-darkGray\/75 {
  border-bottom-color: rgb(53 53 53 / 0.75);
}

.border-b-darkGray\/80 {
  border-bottom-color: rgb(53 53 53 / 0.8);
}

.border-b-darkGray\/85 {
  border-bottom-color: rgb(53 53 53 / 0.85);
}

.border-b-darkGray\/90 {
  border-bottom-color: rgb(53 53 53 / 0.9);
}

.border-b-darkGray\/95 {
  border-bottom-color: rgb(53 53 53 / 0.95);
}

.border-b-green {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-b-green\/0 {
  border-bottom-color: rgb(22 163 74 / 0);
}

.border-b-green\/10 {
  border-bottom-color: rgb(22 163 74 / 0.1);
}

.border-b-green\/100 {
  border-bottom-color: rgb(22 163 74 / 1);
}

.border-b-green\/15 {
  border-bottom-color: rgb(22 163 74 / 0.15);
}

.border-b-green\/20 {
  border-bottom-color: rgb(22 163 74 / 0.2);
}

.border-b-green\/25 {
  border-bottom-color: rgb(22 163 74 / 0.25);
}

.border-b-green\/30 {
  border-bottom-color: rgb(22 163 74 / 0.3);
}

.border-b-green\/35 {
  border-bottom-color: rgb(22 163 74 / 0.35);
}

.border-b-green\/40 {
  border-bottom-color: rgb(22 163 74 / 0.4);
}

.border-b-green\/45 {
  border-bottom-color: rgb(22 163 74 / 0.45);
}

.border-b-green\/5 {
  border-bottom-color: rgb(22 163 74 / 0.05);
}

.border-b-green\/50 {
  border-bottom-color: rgb(22 163 74 / 0.5);
}

.border-b-green\/55 {
  border-bottom-color: rgb(22 163 74 / 0.55);
}

.border-b-green\/60 {
  border-bottom-color: rgb(22 163 74 / 0.6);
}

.border-b-green\/65 {
  border-bottom-color: rgb(22 163 74 / 0.65);
}

.border-b-green\/70 {
  border-bottom-color: rgb(22 163 74 / 0.7);
}

.border-b-green\/75 {
  border-bottom-color: rgb(22 163 74 / 0.75);
}

.border-b-green\/80 {
  border-bottom-color: rgb(22 163 74 / 0.8);
}

.border-b-green\/85 {
  border-bottom-color: rgb(22 163 74 / 0.85);
}

.border-b-green\/90 {
  border-bottom-color: rgb(22 163 74 / 0.9);
}

.border-b-green\/95 {
  border-bottom-color: rgb(22 163 74 / 0.95);
}

.border-b-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-b-grey\/0 {
  border-bottom-color: rgb(155 155 155 / 0);
}

.border-b-grey\/10 {
  border-bottom-color: rgb(155 155 155 / 0.1);
}

.border-b-grey\/100 {
  border-bottom-color: rgb(155 155 155 / 1);
}

.border-b-grey\/15 {
  border-bottom-color: rgb(155 155 155 / 0.15);
}

.border-b-grey\/20 {
  border-bottom-color: rgb(155 155 155 / 0.2);
}

.border-b-grey\/25 {
  border-bottom-color: rgb(155 155 155 / 0.25);
}

.border-b-grey\/30 {
  border-bottom-color: rgb(155 155 155 / 0.3);
}

.border-b-grey\/35 {
  border-bottom-color: rgb(155 155 155 / 0.35);
}

.border-b-grey\/40 {
  border-bottom-color: rgb(155 155 155 / 0.4);
}

.border-b-grey\/45 {
  border-bottom-color: rgb(155 155 155 / 0.45);
}

.border-b-grey\/5 {
  border-bottom-color: rgb(155 155 155 / 0.05);
}

.border-b-grey\/50 {
  border-bottom-color: rgb(155 155 155 / 0.5);
}

.border-b-grey\/55 {
  border-bottom-color: rgb(155 155 155 / 0.55);
}

.border-b-grey\/60 {
  border-bottom-color: rgb(155 155 155 / 0.6);
}

.border-b-grey\/65 {
  border-bottom-color: rgb(155 155 155 / 0.65);
}

.border-b-grey\/70 {
  border-bottom-color: rgb(155 155 155 / 0.7);
}

.border-b-grey\/75 {
  border-bottom-color: rgb(155 155 155 / 0.75);
}

.border-b-grey\/80 {
  border-bottom-color: rgb(155 155 155 / 0.8);
}

.border-b-grey\/85 {
  border-bottom-color: rgb(155 155 155 / 0.85);
}

.border-b-grey\/90 {
  border-bottom-color: rgb(155 155 155 / 0.9);
}

.border-b-grey\/95 {
  border-bottom-color: rgb(155 155 155 / 0.95);
}

.border-b-lightBlue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-b-lightBlue\/0 {
  border-bottom-color: rgb(6 156 220 / 0);
}

.border-b-lightBlue\/10 {
  border-bottom-color: rgb(6 156 220 / 0.1);
}

.border-b-lightBlue\/100 {
  border-bottom-color: rgb(6 156 220 / 1);
}

.border-b-lightBlue\/15 {
  border-bottom-color: rgb(6 156 220 / 0.15);
}

.border-b-lightBlue\/20 {
  border-bottom-color: rgb(6 156 220 / 0.2);
}

.border-b-lightBlue\/25 {
  border-bottom-color: rgb(6 156 220 / 0.25);
}

.border-b-lightBlue\/30 {
  border-bottom-color: rgb(6 156 220 / 0.3);
}

.border-b-lightBlue\/35 {
  border-bottom-color: rgb(6 156 220 / 0.35);
}

.border-b-lightBlue\/40 {
  border-bottom-color: rgb(6 156 220 / 0.4);
}

.border-b-lightBlue\/45 {
  border-bottom-color: rgb(6 156 220 / 0.45);
}

.border-b-lightBlue\/5 {
  border-bottom-color: rgb(6 156 220 / 0.05);
}

.border-b-lightBlue\/50 {
  border-bottom-color: rgb(6 156 220 / 0.5);
}

.border-b-lightBlue\/55 {
  border-bottom-color: rgb(6 156 220 / 0.55);
}

.border-b-lightBlue\/60 {
  border-bottom-color: rgb(6 156 220 / 0.6);
}

.border-b-lightBlue\/65 {
  border-bottom-color: rgb(6 156 220 / 0.65);
}

.border-b-lightBlue\/70 {
  border-bottom-color: rgb(6 156 220 / 0.7);
}

.border-b-lightBlue\/75 {
  border-bottom-color: rgb(6 156 220 / 0.75);
}

.border-b-lightBlue\/80 {
  border-bottom-color: rgb(6 156 220 / 0.8);
}

.border-b-lightBlue\/85 {
  border-bottom-color: rgb(6 156 220 / 0.85);
}

.border-b-lightBlue\/90 {
  border-bottom-color: rgb(6 156 220 / 0.9);
}

.border-b-lightBlue\/95 {
  border-bottom-color: rgb(6 156 220 / 0.95);
}

.border-b-lightGray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-b-lightGray\/0 {
  border-bottom-color: rgb(194 194 194 / 0);
}

.border-b-lightGray\/10 {
  border-bottom-color: rgb(194 194 194 / 0.1);
}

.border-b-lightGray\/100 {
  border-bottom-color: rgb(194 194 194 / 1);
}

.border-b-lightGray\/15 {
  border-bottom-color: rgb(194 194 194 / 0.15);
}

.border-b-lightGray\/20 {
  border-bottom-color: rgb(194 194 194 / 0.2);
}

.border-b-lightGray\/25 {
  border-bottom-color: rgb(194 194 194 / 0.25);
}

.border-b-lightGray\/30 {
  border-bottom-color: rgb(194 194 194 / 0.3);
}

.border-b-lightGray\/35 {
  border-bottom-color: rgb(194 194 194 / 0.35);
}

.border-b-lightGray\/40 {
  border-bottom-color: rgb(194 194 194 / 0.4);
}

.border-b-lightGray\/45 {
  border-bottom-color: rgb(194 194 194 / 0.45);
}

.border-b-lightGray\/5 {
  border-bottom-color: rgb(194 194 194 / 0.05);
}

.border-b-lightGray\/50 {
  border-bottom-color: rgb(194 194 194 / 0.5);
}

.border-b-lightGray\/55 {
  border-bottom-color: rgb(194 194 194 / 0.55);
}

.border-b-lightGray\/60 {
  border-bottom-color: rgb(194 194 194 / 0.6);
}

.border-b-lightGray\/65 {
  border-bottom-color: rgb(194 194 194 / 0.65);
}

.border-b-lightGray\/70 {
  border-bottom-color: rgb(194 194 194 / 0.7);
}

.border-b-lightGray\/75 {
  border-bottom-color: rgb(194 194 194 / 0.75);
}

.border-b-lightGray\/80 {
  border-bottom-color: rgb(194 194 194 / 0.8);
}

.border-b-lightGray\/85 {
  border-bottom-color: rgb(194 194 194 / 0.85);
}

.border-b-lightGray\/90 {
  border-bottom-color: rgb(194 194 194 / 0.9);
}

.border-b-lightGray\/95 {
  border-bottom-color: rgb(194 194 194 / 0.95);
}

.border-b-lightRed {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-b-lightRed\/0 {
  border-bottom-color: rgb(255 245 243 / 0);
}

.border-b-lightRed\/10 {
  border-bottom-color: rgb(255 245 243 / 0.1);
}

.border-b-lightRed\/100 {
  border-bottom-color: rgb(255 245 243 / 1);
}

.border-b-lightRed\/15 {
  border-bottom-color: rgb(255 245 243 / 0.15);
}

.border-b-lightRed\/20 {
  border-bottom-color: rgb(255 245 243 / 0.2);
}

.border-b-lightRed\/25 {
  border-bottom-color: rgb(255 245 243 / 0.25);
}

.border-b-lightRed\/30 {
  border-bottom-color: rgb(255 245 243 / 0.3);
}

.border-b-lightRed\/35 {
  border-bottom-color: rgb(255 245 243 / 0.35);
}

.border-b-lightRed\/40 {
  border-bottom-color: rgb(255 245 243 / 0.4);
}

.border-b-lightRed\/45 {
  border-bottom-color: rgb(255 245 243 / 0.45);
}

.border-b-lightRed\/5 {
  border-bottom-color: rgb(255 245 243 / 0.05);
}

.border-b-lightRed\/50 {
  border-bottom-color: rgb(255 245 243 / 0.5);
}

.border-b-lightRed\/55 {
  border-bottom-color: rgb(255 245 243 / 0.55);
}

.border-b-lightRed\/60 {
  border-bottom-color: rgb(255 245 243 / 0.6);
}

.border-b-lightRed\/65 {
  border-bottom-color: rgb(255 245 243 / 0.65);
}

.border-b-lightRed\/70 {
  border-bottom-color: rgb(255 245 243 / 0.7);
}

.border-b-lightRed\/75 {
  border-bottom-color: rgb(255 245 243 / 0.75);
}

.border-b-lightRed\/80 {
  border-bottom-color: rgb(255 245 243 / 0.8);
}

.border-b-lightRed\/85 {
  border-bottom-color: rgb(255 245 243 / 0.85);
}

.border-b-lightRed\/90 {
  border-bottom-color: rgb(255 245 243 / 0.9);
}

.border-b-lightRed\/95 {
  border-bottom-color: rgb(255 245 243 / 0.95);
}

.border-b-orange {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-b-orange\/0 {
  border-bottom-color: rgb(244 124 60 / 0);
}

.border-b-orange\/10 {
  border-bottom-color: rgb(244 124 60 / 0.1);
}

.border-b-orange\/100 {
  border-bottom-color: rgb(244 124 60 / 1);
}

.border-b-orange\/15 {
  border-bottom-color: rgb(244 124 60 / 0.15);
}

.border-b-orange\/20 {
  border-bottom-color: rgb(244 124 60 / 0.2);
}

.border-b-orange\/25 {
  border-bottom-color: rgb(244 124 60 / 0.25);
}

.border-b-orange\/30 {
  border-bottom-color: rgb(244 124 60 / 0.3);
}

.border-b-orange\/35 {
  border-bottom-color: rgb(244 124 60 / 0.35);
}

.border-b-orange\/40 {
  border-bottom-color: rgb(244 124 60 / 0.4);
}

.border-b-orange\/45 {
  border-bottom-color: rgb(244 124 60 / 0.45);
}

.border-b-orange\/5 {
  border-bottom-color: rgb(244 124 60 / 0.05);
}

.border-b-orange\/50 {
  border-bottom-color: rgb(244 124 60 / 0.5);
}

.border-b-orange\/55 {
  border-bottom-color: rgb(244 124 60 / 0.55);
}

.border-b-orange\/60 {
  border-bottom-color: rgb(244 124 60 / 0.6);
}

.border-b-orange\/65 {
  border-bottom-color: rgb(244 124 60 / 0.65);
}

.border-b-orange\/70 {
  border-bottom-color: rgb(244 124 60 / 0.7);
}

.border-b-orange\/75 {
  border-bottom-color: rgb(244 124 60 / 0.75);
}

.border-b-orange\/80 {
  border-bottom-color: rgb(244 124 60 / 0.8);
}

.border-b-orange\/85 {
  border-bottom-color: rgb(244 124 60 / 0.85);
}

.border-b-orange\/90 {
  border-bottom-color: rgb(244 124 60 / 0.9);
}

.border-b-orange\/95 {
  border-bottom-color: rgb(244 124 60 / 0.95);
}

.border-b-primary {
  border-bottom-color: var(--color-primary);
}

.border-b-red {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-b-red\/0 {
  border-bottom-color: rgb(237 46 46 / 0);
}

.border-b-red\/10 {
  border-bottom-color: rgb(237 46 46 / 0.1);
}

.border-b-red\/100 {
  border-bottom-color: rgb(237 46 46 / 1);
}

.border-b-red\/15 {
  border-bottom-color: rgb(237 46 46 / 0.15);
}

.border-b-red\/20 {
  border-bottom-color: rgb(237 46 46 / 0.2);
}

.border-b-red\/25 {
  border-bottom-color: rgb(237 46 46 / 0.25);
}

.border-b-red\/30 {
  border-bottom-color: rgb(237 46 46 / 0.3);
}

.border-b-red\/35 {
  border-bottom-color: rgb(237 46 46 / 0.35);
}

.border-b-red\/40 {
  border-bottom-color: rgb(237 46 46 / 0.4);
}

.border-b-red\/45 {
  border-bottom-color: rgb(237 46 46 / 0.45);
}

.border-b-red\/5 {
  border-bottom-color: rgb(237 46 46 / 0.05);
}

.border-b-red\/50 {
  border-bottom-color: rgb(237 46 46 / 0.5);
}

.border-b-red\/55 {
  border-bottom-color: rgb(237 46 46 / 0.55);
}

.border-b-red\/60 {
  border-bottom-color: rgb(237 46 46 / 0.6);
}

.border-b-red\/65 {
  border-bottom-color: rgb(237 46 46 / 0.65);
}

.border-b-red\/70 {
  border-bottom-color: rgb(237 46 46 / 0.7);
}

.border-b-red\/75 {
  border-bottom-color: rgb(237 46 46 / 0.75);
}

.border-b-red\/80 {
  border-bottom-color: rgb(237 46 46 / 0.8);
}

.border-b-red\/85 {
  border-bottom-color: rgb(237 46 46 / 0.85);
}

.border-b-red\/90 {
  border-bottom-color: rgb(237 46 46 / 0.9);
}

.border-b-red\/95 {
  border-bottom-color: rgb(237 46 46 / 0.95);
}

.border-b-secondary {
  border-bottom-color: var(--color-secondary);
}

.border-b-veryLightGray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-b-veryLightGray\/0 {
  border-bottom-color: rgb(250 250 250 / 0);
}

.border-b-veryLightGray\/10 {
  border-bottom-color: rgb(250 250 250 / 0.1);
}

.border-b-veryLightGray\/100 {
  border-bottom-color: rgb(250 250 250 / 1);
}

.border-b-veryLightGray\/15 {
  border-bottom-color: rgb(250 250 250 / 0.15);
}

.border-b-veryLightGray\/20 {
  border-bottom-color: rgb(250 250 250 / 0.2);
}

.border-b-veryLightGray\/25 {
  border-bottom-color: rgb(250 250 250 / 0.25);
}

.border-b-veryLightGray\/30 {
  border-bottom-color: rgb(250 250 250 / 0.3);
}

.border-b-veryLightGray\/35 {
  border-bottom-color: rgb(250 250 250 / 0.35);
}

.border-b-veryLightGray\/40 {
  border-bottom-color: rgb(250 250 250 / 0.4);
}

.border-b-veryLightGray\/45 {
  border-bottom-color: rgb(250 250 250 / 0.45);
}

.border-b-veryLightGray\/5 {
  border-bottom-color: rgb(250 250 250 / 0.05);
}

.border-b-veryLightGray\/50 {
  border-bottom-color: rgb(250 250 250 / 0.5);
}

.border-b-veryLightGray\/55 {
  border-bottom-color: rgb(250 250 250 / 0.55);
}

.border-b-veryLightGray\/60 {
  border-bottom-color: rgb(250 250 250 / 0.6);
}

.border-b-veryLightGray\/65 {
  border-bottom-color: rgb(250 250 250 / 0.65);
}

.border-b-veryLightGray\/70 {
  border-bottom-color: rgb(250 250 250 / 0.7);
}

.border-b-veryLightGray\/75 {
  border-bottom-color: rgb(250 250 250 / 0.75);
}

.border-b-veryLightGray\/80 {
  border-bottom-color: rgb(250 250 250 / 0.8);
}

.border-b-veryLightGray\/85 {
  border-bottom-color: rgb(250 250 250 / 0.85);
}

.border-b-veryLightGray\/90 {
  border-bottom-color: rgb(250 250 250 / 0.9);
}

.border-b-veryLightGray\/95 {
  border-bottom-color: rgb(250 250 250 / 0.95);
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-white\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-white\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-white\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-white\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-white\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-white\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

.border-e-backgroundGray {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-e-backgroundGray\/0 {
  border-inline-end-color: rgb(247 247 247 / 0);
}

.border-e-backgroundGray\/10 {
  border-inline-end-color: rgb(247 247 247 / 0.1);
}

.border-e-backgroundGray\/100 {
  border-inline-end-color: rgb(247 247 247 / 1);
}

.border-e-backgroundGray\/15 {
  border-inline-end-color: rgb(247 247 247 / 0.15);
}

.border-e-backgroundGray\/20 {
  border-inline-end-color: rgb(247 247 247 / 0.2);
}

.border-e-backgroundGray\/25 {
  border-inline-end-color: rgb(247 247 247 / 0.25);
}

.border-e-backgroundGray\/30 {
  border-inline-end-color: rgb(247 247 247 / 0.3);
}

.border-e-backgroundGray\/35 {
  border-inline-end-color: rgb(247 247 247 / 0.35);
}

.border-e-backgroundGray\/40 {
  border-inline-end-color: rgb(247 247 247 / 0.4);
}

.border-e-backgroundGray\/45 {
  border-inline-end-color: rgb(247 247 247 / 0.45);
}

.border-e-backgroundGray\/5 {
  border-inline-end-color: rgb(247 247 247 / 0.05);
}

.border-e-backgroundGray\/50 {
  border-inline-end-color: rgb(247 247 247 / 0.5);
}

.border-e-backgroundGray\/55 {
  border-inline-end-color: rgb(247 247 247 / 0.55);
}

.border-e-backgroundGray\/60 {
  border-inline-end-color: rgb(247 247 247 / 0.6);
}

.border-e-backgroundGray\/65 {
  border-inline-end-color: rgb(247 247 247 / 0.65);
}

.border-e-backgroundGray\/70 {
  border-inline-end-color: rgb(247 247 247 / 0.7);
}

.border-e-backgroundGray\/75 {
  border-inline-end-color: rgb(247 247 247 / 0.75);
}

.border-e-backgroundGray\/80 {
  border-inline-end-color: rgb(247 247 247 / 0.8);
}

.border-e-backgroundGray\/85 {
  border-inline-end-color: rgb(247 247 247 / 0.85);
}

.border-e-backgroundGray\/90 {
  border-inline-end-color: rgb(247 247 247 / 0.9);
}

.border-e-backgroundGray\/95 {
  border-inline-end-color: rgb(247 247 247 / 0.95);
}

.border-e-black {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-e-black\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-black\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-black\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-black\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}

.border-e-black\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-black\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-black\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-black\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}

.border-e-black\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-black\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}

.border-e-black\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-black\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-black\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}

.border-e-black\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-black\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}

.border-e-black\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-black\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-black\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-black\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}

.border-e-black\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-black\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-blue {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-e-blue\/0 {
  border-inline-end-color: rgb(6 127 178 / 0);
}

.border-e-blue\/10 {
  border-inline-end-color: rgb(6 127 178 / 0.1);
}

.border-e-blue\/100 {
  border-inline-end-color: rgb(6 127 178 / 1);
}

.border-e-blue\/15 {
  border-inline-end-color: rgb(6 127 178 / 0.15);
}

.border-e-blue\/20 {
  border-inline-end-color: rgb(6 127 178 / 0.2);
}

.border-e-blue\/25 {
  border-inline-end-color: rgb(6 127 178 / 0.25);
}

.border-e-blue\/30 {
  border-inline-end-color: rgb(6 127 178 / 0.3);
}

.border-e-blue\/35 {
  border-inline-end-color: rgb(6 127 178 / 0.35);
}

.border-e-blue\/40 {
  border-inline-end-color: rgb(6 127 178 / 0.4);
}

.border-e-blue\/45 {
  border-inline-end-color: rgb(6 127 178 / 0.45);
}

.border-e-blue\/5 {
  border-inline-end-color: rgb(6 127 178 / 0.05);
}

.border-e-blue\/50 {
  border-inline-end-color: rgb(6 127 178 / 0.5);
}

.border-e-blue\/55 {
  border-inline-end-color: rgb(6 127 178 / 0.55);
}

.border-e-blue\/60 {
  border-inline-end-color: rgb(6 127 178 / 0.6);
}

.border-e-blue\/65 {
  border-inline-end-color: rgb(6 127 178 / 0.65);
}

.border-e-blue\/70 {
  border-inline-end-color: rgb(6 127 178 / 0.7);
}

.border-e-blue\/75 {
  border-inline-end-color: rgb(6 127 178 / 0.75);
}

.border-e-blue\/80 {
  border-inline-end-color: rgb(6 127 178 / 0.8);
}

.border-e-blue\/85 {
  border-inline-end-color: rgb(6 127 178 / 0.85);
}

.border-e-blue\/90 {
  border-inline-end-color: rgb(6 127 178 / 0.9);
}

.border-e-blue\/95 {
  border-inline-end-color: rgb(6 127 178 / 0.95);
}

.border-e-dark {
  border-inline-end-color: var(--color-dark);
}

.border-e-darkGray {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-e-darkGray\/0 {
  border-inline-end-color: rgb(53 53 53 / 0);
}

.border-e-darkGray\/10 {
  border-inline-end-color: rgb(53 53 53 / 0.1);
}

.border-e-darkGray\/100 {
  border-inline-end-color: rgb(53 53 53 / 1);
}

.border-e-darkGray\/15 {
  border-inline-end-color: rgb(53 53 53 / 0.15);
}

.border-e-darkGray\/20 {
  border-inline-end-color: rgb(53 53 53 / 0.2);
}

.border-e-darkGray\/25 {
  border-inline-end-color: rgb(53 53 53 / 0.25);
}

.border-e-darkGray\/30 {
  border-inline-end-color: rgb(53 53 53 / 0.3);
}

.border-e-darkGray\/35 {
  border-inline-end-color: rgb(53 53 53 / 0.35);
}

.border-e-darkGray\/40 {
  border-inline-end-color: rgb(53 53 53 / 0.4);
}

.border-e-darkGray\/45 {
  border-inline-end-color: rgb(53 53 53 / 0.45);
}

.border-e-darkGray\/5 {
  border-inline-end-color: rgb(53 53 53 / 0.05);
}

.border-e-darkGray\/50 {
  border-inline-end-color: rgb(53 53 53 / 0.5);
}

.border-e-darkGray\/55 {
  border-inline-end-color: rgb(53 53 53 / 0.55);
}

.border-e-darkGray\/60 {
  border-inline-end-color: rgb(53 53 53 / 0.6);
}

.border-e-darkGray\/65 {
  border-inline-end-color: rgb(53 53 53 / 0.65);
}

.border-e-darkGray\/70 {
  border-inline-end-color: rgb(53 53 53 / 0.7);
}

.border-e-darkGray\/75 {
  border-inline-end-color: rgb(53 53 53 / 0.75);
}

.border-e-darkGray\/80 {
  border-inline-end-color: rgb(53 53 53 / 0.8);
}

.border-e-darkGray\/85 {
  border-inline-end-color: rgb(53 53 53 / 0.85);
}

.border-e-darkGray\/90 {
  border-inline-end-color: rgb(53 53 53 / 0.9);
}

.border-e-darkGray\/95 {
  border-inline-end-color: rgb(53 53 53 / 0.95);
}

.border-e-green {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-e-green\/0 {
  border-inline-end-color: rgb(22 163 74 / 0);
}

.border-e-green\/10 {
  border-inline-end-color: rgb(22 163 74 / 0.1);
}

.border-e-green\/100 {
  border-inline-end-color: rgb(22 163 74 / 1);
}

.border-e-green\/15 {
  border-inline-end-color: rgb(22 163 74 / 0.15);
}

.border-e-green\/20 {
  border-inline-end-color: rgb(22 163 74 / 0.2);
}

.border-e-green\/25 {
  border-inline-end-color: rgb(22 163 74 / 0.25);
}

.border-e-green\/30 {
  border-inline-end-color: rgb(22 163 74 / 0.3);
}

.border-e-green\/35 {
  border-inline-end-color: rgb(22 163 74 / 0.35);
}

.border-e-green\/40 {
  border-inline-end-color: rgb(22 163 74 / 0.4);
}

.border-e-green\/45 {
  border-inline-end-color: rgb(22 163 74 / 0.45);
}

.border-e-green\/5 {
  border-inline-end-color: rgb(22 163 74 / 0.05);
}

.border-e-green\/50 {
  border-inline-end-color: rgb(22 163 74 / 0.5);
}

.border-e-green\/55 {
  border-inline-end-color: rgb(22 163 74 / 0.55);
}

.border-e-green\/60 {
  border-inline-end-color: rgb(22 163 74 / 0.6);
}

.border-e-green\/65 {
  border-inline-end-color: rgb(22 163 74 / 0.65);
}

.border-e-green\/70 {
  border-inline-end-color: rgb(22 163 74 / 0.7);
}

.border-e-green\/75 {
  border-inline-end-color: rgb(22 163 74 / 0.75);
}

.border-e-green\/80 {
  border-inline-end-color: rgb(22 163 74 / 0.8);
}

.border-e-green\/85 {
  border-inline-end-color: rgb(22 163 74 / 0.85);
}

.border-e-green\/90 {
  border-inline-end-color: rgb(22 163 74 / 0.9);
}

.border-e-green\/95 {
  border-inline-end-color: rgb(22 163 74 / 0.95);
}

.border-e-grey {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-e-grey\/0 {
  border-inline-end-color: rgb(155 155 155 / 0);
}

.border-e-grey\/10 {
  border-inline-end-color: rgb(155 155 155 / 0.1);
}

.border-e-grey\/100 {
  border-inline-end-color: rgb(155 155 155 / 1);
}

.border-e-grey\/15 {
  border-inline-end-color: rgb(155 155 155 / 0.15);
}

.border-e-grey\/20 {
  border-inline-end-color: rgb(155 155 155 / 0.2);
}

.border-e-grey\/25 {
  border-inline-end-color: rgb(155 155 155 / 0.25);
}

.border-e-grey\/30 {
  border-inline-end-color: rgb(155 155 155 / 0.3);
}

.border-e-grey\/35 {
  border-inline-end-color: rgb(155 155 155 / 0.35);
}

.border-e-grey\/40 {
  border-inline-end-color: rgb(155 155 155 / 0.4);
}

.border-e-grey\/45 {
  border-inline-end-color: rgb(155 155 155 / 0.45);
}

.border-e-grey\/5 {
  border-inline-end-color: rgb(155 155 155 / 0.05);
}

.border-e-grey\/50 {
  border-inline-end-color: rgb(155 155 155 / 0.5);
}

.border-e-grey\/55 {
  border-inline-end-color: rgb(155 155 155 / 0.55);
}

.border-e-grey\/60 {
  border-inline-end-color: rgb(155 155 155 / 0.6);
}

.border-e-grey\/65 {
  border-inline-end-color: rgb(155 155 155 / 0.65);
}

.border-e-grey\/70 {
  border-inline-end-color: rgb(155 155 155 / 0.7);
}

.border-e-grey\/75 {
  border-inline-end-color: rgb(155 155 155 / 0.75);
}

.border-e-grey\/80 {
  border-inline-end-color: rgb(155 155 155 / 0.8);
}

.border-e-grey\/85 {
  border-inline-end-color: rgb(155 155 155 / 0.85);
}

.border-e-grey\/90 {
  border-inline-end-color: rgb(155 155 155 / 0.9);
}

.border-e-grey\/95 {
  border-inline-end-color: rgb(155 155 155 / 0.95);
}

.border-e-lightBlue {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-e-lightBlue\/0 {
  border-inline-end-color: rgb(6 156 220 / 0);
}

.border-e-lightBlue\/10 {
  border-inline-end-color: rgb(6 156 220 / 0.1);
}

.border-e-lightBlue\/100 {
  border-inline-end-color: rgb(6 156 220 / 1);
}

.border-e-lightBlue\/15 {
  border-inline-end-color: rgb(6 156 220 / 0.15);
}

.border-e-lightBlue\/20 {
  border-inline-end-color: rgb(6 156 220 / 0.2);
}

.border-e-lightBlue\/25 {
  border-inline-end-color: rgb(6 156 220 / 0.25);
}

.border-e-lightBlue\/30 {
  border-inline-end-color: rgb(6 156 220 / 0.3);
}

.border-e-lightBlue\/35 {
  border-inline-end-color: rgb(6 156 220 / 0.35);
}

.border-e-lightBlue\/40 {
  border-inline-end-color: rgb(6 156 220 / 0.4);
}

.border-e-lightBlue\/45 {
  border-inline-end-color: rgb(6 156 220 / 0.45);
}

.border-e-lightBlue\/5 {
  border-inline-end-color: rgb(6 156 220 / 0.05);
}

.border-e-lightBlue\/50 {
  border-inline-end-color: rgb(6 156 220 / 0.5);
}

.border-e-lightBlue\/55 {
  border-inline-end-color: rgb(6 156 220 / 0.55);
}

.border-e-lightBlue\/60 {
  border-inline-end-color: rgb(6 156 220 / 0.6);
}

.border-e-lightBlue\/65 {
  border-inline-end-color: rgb(6 156 220 / 0.65);
}

.border-e-lightBlue\/70 {
  border-inline-end-color: rgb(6 156 220 / 0.7);
}

.border-e-lightBlue\/75 {
  border-inline-end-color: rgb(6 156 220 / 0.75);
}

.border-e-lightBlue\/80 {
  border-inline-end-color: rgb(6 156 220 / 0.8);
}

.border-e-lightBlue\/85 {
  border-inline-end-color: rgb(6 156 220 / 0.85);
}

.border-e-lightBlue\/90 {
  border-inline-end-color: rgb(6 156 220 / 0.9);
}

.border-e-lightBlue\/95 {
  border-inline-end-color: rgb(6 156 220 / 0.95);
}

.border-e-lightGray {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-e-lightGray\/0 {
  border-inline-end-color: rgb(194 194 194 / 0);
}

.border-e-lightGray\/10 {
  border-inline-end-color: rgb(194 194 194 / 0.1);
}

.border-e-lightGray\/100 {
  border-inline-end-color: rgb(194 194 194 / 1);
}

.border-e-lightGray\/15 {
  border-inline-end-color: rgb(194 194 194 / 0.15);
}

.border-e-lightGray\/20 {
  border-inline-end-color: rgb(194 194 194 / 0.2);
}

.border-e-lightGray\/25 {
  border-inline-end-color: rgb(194 194 194 / 0.25);
}

.border-e-lightGray\/30 {
  border-inline-end-color: rgb(194 194 194 / 0.3);
}

.border-e-lightGray\/35 {
  border-inline-end-color: rgb(194 194 194 / 0.35);
}

.border-e-lightGray\/40 {
  border-inline-end-color: rgb(194 194 194 / 0.4);
}

.border-e-lightGray\/45 {
  border-inline-end-color: rgb(194 194 194 / 0.45);
}

.border-e-lightGray\/5 {
  border-inline-end-color: rgb(194 194 194 / 0.05);
}

.border-e-lightGray\/50 {
  border-inline-end-color: rgb(194 194 194 / 0.5);
}

.border-e-lightGray\/55 {
  border-inline-end-color: rgb(194 194 194 / 0.55);
}

.border-e-lightGray\/60 {
  border-inline-end-color: rgb(194 194 194 / 0.6);
}

.border-e-lightGray\/65 {
  border-inline-end-color: rgb(194 194 194 / 0.65);
}

.border-e-lightGray\/70 {
  border-inline-end-color: rgb(194 194 194 / 0.7);
}

.border-e-lightGray\/75 {
  border-inline-end-color: rgb(194 194 194 / 0.75);
}

.border-e-lightGray\/80 {
  border-inline-end-color: rgb(194 194 194 / 0.8);
}

.border-e-lightGray\/85 {
  border-inline-end-color: rgb(194 194 194 / 0.85);
}

.border-e-lightGray\/90 {
  border-inline-end-color: rgb(194 194 194 / 0.9);
}

.border-e-lightGray\/95 {
  border-inline-end-color: rgb(194 194 194 / 0.95);
}

.border-e-lightRed {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-e-lightRed\/0 {
  border-inline-end-color: rgb(255 245 243 / 0);
}

.border-e-lightRed\/10 {
  border-inline-end-color: rgb(255 245 243 / 0.1);
}

.border-e-lightRed\/100 {
  border-inline-end-color: rgb(255 245 243 / 1);
}

.border-e-lightRed\/15 {
  border-inline-end-color: rgb(255 245 243 / 0.15);
}

.border-e-lightRed\/20 {
  border-inline-end-color: rgb(255 245 243 / 0.2);
}

.border-e-lightRed\/25 {
  border-inline-end-color: rgb(255 245 243 / 0.25);
}

.border-e-lightRed\/30 {
  border-inline-end-color: rgb(255 245 243 / 0.3);
}

.border-e-lightRed\/35 {
  border-inline-end-color: rgb(255 245 243 / 0.35);
}

.border-e-lightRed\/40 {
  border-inline-end-color: rgb(255 245 243 / 0.4);
}

.border-e-lightRed\/45 {
  border-inline-end-color: rgb(255 245 243 / 0.45);
}

.border-e-lightRed\/5 {
  border-inline-end-color: rgb(255 245 243 / 0.05);
}

.border-e-lightRed\/50 {
  border-inline-end-color: rgb(255 245 243 / 0.5);
}

.border-e-lightRed\/55 {
  border-inline-end-color: rgb(255 245 243 / 0.55);
}

.border-e-lightRed\/60 {
  border-inline-end-color: rgb(255 245 243 / 0.6);
}

.border-e-lightRed\/65 {
  border-inline-end-color: rgb(255 245 243 / 0.65);
}

.border-e-lightRed\/70 {
  border-inline-end-color: rgb(255 245 243 / 0.7);
}

.border-e-lightRed\/75 {
  border-inline-end-color: rgb(255 245 243 / 0.75);
}

.border-e-lightRed\/80 {
  border-inline-end-color: rgb(255 245 243 / 0.8);
}

.border-e-lightRed\/85 {
  border-inline-end-color: rgb(255 245 243 / 0.85);
}

.border-e-lightRed\/90 {
  border-inline-end-color: rgb(255 245 243 / 0.9);
}

.border-e-lightRed\/95 {
  border-inline-end-color: rgb(255 245 243 / 0.95);
}

.border-e-orange {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-e-orange\/0 {
  border-inline-end-color: rgb(244 124 60 / 0);
}

.border-e-orange\/10 {
  border-inline-end-color: rgb(244 124 60 / 0.1);
}

.border-e-orange\/100 {
  border-inline-end-color: rgb(244 124 60 / 1);
}

.border-e-orange\/15 {
  border-inline-end-color: rgb(244 124 60 / 0.15);
}

.border-e-orange\/20 {
  border-inline-end-color: rgb(244 124 60 / 0.2);
}

.border-e-orange\/25 {
  border-inline-end-color: rgb(244 124 60 / 0.25);
}

.border-e-orange\/30 {
  border-inline-end-color: rgb(244 124 60 / 0.3);
}

.border-e-orange\/35 {
  border-inline-end-color: rgb(244 124 60 / 0.35);
}

.border-e-orange\/40 {
  border-inline-end-color: rgb(244 124 60 / 0.4);
}

.border-e-orange\/45 {
  border-inline-end-color: rgb(244 124 60 / 0.45);
}

.border-e-orange\/5 {
  border-inline-end-color: rgb(244 124 60 / 0.05);
}

.border-e-orange\/50 {
  border-inline-end-color: rgb(244 124 60 / 0.5);
}

.border-e-orange\/55 {
  border-inline-end-color: rgb(244 124 60 / 0.55);
}

.border-e-orange\/60 {
  border-inline-end-color: rgb(244 124 60 / 0.6);
}

.border-e-orange\/65 {
  border-inline-end-color: rgb(244 124 60 / 0.65);
}

.border-e-orange\/70 {
  border-inline-end-color: rgb(244 124 60 / 0.7);
}

.border-e-orange\/75 {
  border-inline-end-color: rgb(244 124 60 / 0.75);
}

.border-e-orange\/80 {
  border-inline-end-color: rgb(244 124 60 / 0.8);
}

.border-e-orange\/85 {
  border-inline-end-color: rgb(244 124 60 / 0.85);
}

.border-e-orange\/90 {
  border-inline-end-color: rgb(244 124 60 / 0.9);
}

.border-e-orange\/95 {
  border-inline-end-color: rgb(244 124 60 / 0.95);
}

.border-e-primary {
  border-inline-end-color: var(--color-primary);
}

.border-e-red {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-e-red\/0 {
  border-inline-end-color: rgb(237 46 46 / 0);
}

.border-e-red\/10 {
  border-inline-end-color: rgb(237 46 46 / 0.1);
}

.border-e-red\/100 {
  border-inline-end-color: rgb(237 46 46 / 1);
}

.border-e-red\/15 {
  border-inline-end-color: rgb(237 46 46 / 0.15);
}

.border-e-red\/20 {
  border-inline-end-color: rgb(237 46 46 / 0.2);
}

.border-e-red\/25 {
  border-inline-end-color: rgb(237 46 46 / 0.25);
}

.border-e-red\/30 {
  border-inline-end-color: rgb(237 46 46 / 0.3);
}

.border-e-red\/35 {
  border-inline-end-color: rgb(237 46 46 / 0.35);
}

.border-e-red\/40 {
  border-inline-end-color: rgb(237 46 46 / 0.4);
}

.border-e-red\/45 {
  border-inline-end-color: rgb(237 46 46 / 0.45);
}

.border-e-red\/5 {
  border-inline-end-color: rgb(237 46 46 / 0.05);
}

.border-e-red\/50 {
  border-inline-end-color: rgb(237 46 46 / 0.5);
}

.border-e-red\/55 {
  border-inline-end-color: rgb(237 46 46 / 0.55);
}

.border-e-red\/60 {
  border-inline-end-color: rgb(237 46 46 / 0.6);
}

.border-e-red\/65 {
  border-inline-end-color: rgb(237 46 46 / 0.65);
}

.border-e-red\/70 {
  border-inline-end-color: rgb(237 46 46 / 0.7);
}

.border-e-red\/75 {
  border-inline-end-color: rgb(237 46 46 / 0.75);
}

.border-e-red\/80 {
  border-inline-end-color: rgb(237 46 46 / 0.8);
}

.border-e-red\/85 {
  border-inline-end-color: rgb(237 46 46 / 0.85);
}

.border-e-red\/90 {
  border-inline-end-color: rgb(237 46 46 / 0.9);
}

.border-e-red\/95 {
  border-inline-end-color: rgb(237 46 46 / 0.95);
}

.border-e-secondary {
  border-inline-end-color: var(--color-secondary);
}

.border-e-veryLightGray {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-e-veryLightGray\/0 {
  border-inline-end-color: rgb(250 250 250 / 0);
}

.border-e-veryLightGray\/10 {
  border-inline-end-color: rgb(250 250 250 / 0.1);
}

.border-e-veryLightGray\/100 {
  border-inline-end-color: rgb(250 250 250 / 1);
}

.border-e-veryLightGray\/15 {
  border-inline-end-color: rgb(250 250 250 / 0.15);
}

.border-e-veryLightGray\/20 {
  border-inline-end-color: rgb(250 250 250 / 0.2);
}

.border-e-veryLightGray\/25 {
  border-inline-end-color: rgb(250 250 250 / 0.25);
}

.border-e-veryLightGray\/30 {
  border-inline-end-color: rgb(250 250 250 / 0.3);
}

.border-e-veryLightGray\/35 {
  border-inline-end-color: rgb(250 250 250 / 0.35);
}

.border-e-veryLightGray\/40 {
  border-inline-end-color: rgb(250 250 250 / 0.4);
}

.border-e-veryLightGray\/45 {
  border-inline-end-color: rgb(250 250 250 / 0.45);
}

.border-e-veryLightGray\/5 {
  border-inline-end-color: rgb(250 250 250 / 0.05);
}

.border-e-veryLightGray\/50 {
  border-inline-end-color: rgb(250 250 250 / 0.5);
}

.border-e-veryLightGray\/55 {
  border-inline-end-color: rgb(250 250 250 / 0.55);
}

.border-e-veryLightGray\/60 {
  border-inline-end-color: rgb(250 250 250 / 0.6);
}

.border-e-veryLightGray\/65 {
  border-inline-end-color: rgb(250 250 250 / 0.65);
}

.border-e-veryLightGray\/70 {
  border-inline-end-color: rgb(250 250 250 / 0.7);
}

.border-e-veryLightGray\/75 {
  border-inline-end-color: rgb(250 250 250 / 0.75);
}

.border-e-veryLightGray\/80 {
  border-inline-end-color: rgb(250 250 250 / 0.8);
}

.border-e-veryLightGray\/85 {
  border-inline-end-color: rgb(250 250 250 / 0.85);
}

.border-e-veryLightGray\/90 {
  border-inline-end-color: rgb(250 250 250 / 0.9);
}

.border-e-veryLightGray\/95 {
  border-inline-end-color: rgb(250 250 250 / 0.95);
}

.border-e-white {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-e-white\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-white\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-white\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-white\/15 {
  border-inline-end-color: rgb(255 255 255 / 0.15);
}

.border-e-white\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-white\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-white\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-white\/35 {
  border-inline-end-color: rgb(255 255 255 / 0.35);
}

.border-e-white\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-white\/45 {
  border-inline-end-color: rgb(255 255 255 / 0.45);
}

.border-e-white\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-white\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-white\/55 {
  border-inline-end-color: rgb(255 255 255 / 0.55);
}

.border-e-white\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-white\/65 {
  border-inline-end-color: rgb(255 255 255 / 0.65);
}

.border-e-white\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-white\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-white\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-white\/85 {
  border-inline-end-color: rgb(255 255 255 / 0.85);
}

.border-e-white\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-white\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

.border-l-backgroundGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-l-backgroundGray\/0 {
  border-left-color: rgb(247 247 247 / 0);
}

.border-l-backgroundGray\/10 {
  border-left-color: rgb(247 247 247 / 0.1);
}

.border-l-backgroundGray\/100 {
  border-left-color: rgb(247 247 247 / 1);
}

.border-l-backgroundGray\/15 {
  border-left-color: rgb(247 247 247 / 0.15);
}

.border-l-backgroundGray\/20 {
  border-left-color: rgb(247 247 247 / 0.2);
}

.border-l-backgroundGray\/25 {
  border-left-color: rgb(247 247 247 / 0.25);
}

.border-l-backgroundGray\/30 {
  border-left-color: rgb(247 247 247 / 0.3);
}

.border-l-backgroundGray\/35 {
  border-left-color: rgb(247 247 247 / 0.35);
}

.border-l-backgroundGray\/40 {
  border-left-color: rgb(247 247 247 / 0.4);
}

.border-l-backgroundGray\/45 {
  border-left-color: rgb(247 247 247 / 0.45);
}

.border-l-backgroundGray\/5 {
  border-left-color: rgb(247 247 247 / 0.05);
}

.border-l-backgroundGray\/50 {
  border-left-color: rgb(247 247 247 / 0.5);
}

.border-l-backgroundGray\/55 {
  border-left-color: rgb(247 247 247 / 0.55);
}

.border-l-backgroundGray\/60 {
  border-left-color: rgb(247 247 247 / 0.6);
}

.border-l-backgroundGray\/65 {
  border-left-color: rgb(247 247 247 / 0.65);
}

.border-l-backgroundGray\/70 {
  border-left-color: rgb(247 247 247 / 0.7);
}

.border-l-backgroundGray\/75 {
  border-left-color: rgb(247 247 247 / 0.75);
}

.border-l-backgroundGray\/80 {
  border-left-color: rgb(247 247 247 / 0.8);
}

.border-l-backgroundGray\/85 {
  border-left-color: rgb(247 247 247 / 0.85);
}

.border-l-backgroundGray\/90 {
  border-left-color: rgb(247 247 247 / 0.9);
}

.border-l-backgroundGray\/95 {
  border-left-color: rgb(247 247 247 / 0.95);
}

.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-l-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}

.border-l-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}

.border-l-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}

.border-l-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}

.border-l-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}

.border-l-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}

.border-l-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-l-blue\/0 {
  border-left-color: rgb(6 127 178 / 0);
}

.border-l-blue\/10 {
  border-left-color: rgb(6 127 178 / 0.1);
}

.border-l-blue\/100 {
  border-left-color: rgb(6 127 178 / 1);
}

.border-l-blue\/15 {
  border-left-color: rgb(6 127 178 / 0.15);
}

.border-l-blue\/20 {
  border-left-color: rgb(6 127 178 / 0.2);
}

.border-l-blue\/25 {
  border-left-color: rgb(6 127 178 / 0.25);
}

.border-l-blue\/30 {
  border-left-color: rgb(6 127 178 / 0.3);
}

.border-l-blue\/35 {
  border-left-color: rgb(6 127 178 / 0.35);
}

.border-l-blue\/40 {
  border-left-color: rgb(6 127 178 / 0.4);
}

.border-l-blue\/45 {
  border-left-color: rgb(6 127 178 / 0.45);
}

.border-l-blue\/5 {
  border-left-color: rgb(6 127 178 / 0.05);
}

.border-l-blue\/50 {
  border-left-color: rgb(6 127 178 / 0.5);
}

.border-l-blue\/55 {
  border-left-color: rgb(6 127 178 / 0.55);
}

.border-l-blue\/60 {
  border-left-color: rgb(6 127 178 / 0.6);
}

.border-l-blue\/65 {
  border-left-color: rgb(6 127 178 / 0.65);
}

.border-l-blue\/70 {
  border-left-color: rgb(6 127 178 / 0.7);
}

.border-l-blue\/75 {
  border-left-color: rgb(6 127 178 / 0.75);
}

.border-l-blue\/80 {
  border-left-color: rgb(6 127 178 / 0.8);
}

.border-l-blue\/85 {
  border-left-color: rgb(6 127 178 / 0.85);
}

.border-l-blue\/90 {
  border-left-color: rgb(6 127 178 / 0.9);
}

.border-l-blue\/95 {
  border-left-color: rgb(6 127 178 / 0.95);
}

.border-l-dark {
  border-left-color: var(--color-dark);
}

.border-l-darkGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-l-darkGray\/0 {
  border-left-color: rgb(53 53 53 / 0);
}

.border-l-darkGray\/10 {
  border-left-color: rgb(53 53 53 / 0.1);
}

.border-l-darkGray\/100 {
  border-left-color: rgb(53 53 53 / 1);
}

.border-l-darkGray\/15 {
  border-left-color: rgb(53 53 53 / 0.15);
}

.border-l-darkGray\/20 {
  border-left-color: rgb(53 53 53 / 0.2);
}

.border-l-darkGray\/25 {
  border-left-color: rgb(53 53 53 / 0.25);
}

.border-l-darkGray\/30 {
  border-left-color: rgb(53 53 53 / 0.3);
}

.border-l-darkGray\/35 {
  border-left-color: rgb(53 53 53 / 0.35);
}

.border-l-darkGray\/40 {
  border-left-color: rgb(53 53 53 / 0.4);
}

.border-l-darkGray\/45 {
  border-left-color: rgb(53 53 53 / 0.45);
}

.border-l-darkGray\/5 {
  border-left-color: rgb(53 53 53 / 0.05);
}

.border-l-darkGray\/50 {
  border-left-color: rgb(53 53 53 / 0.5);
}

.border-l-darkGray\/55 {
  border-left-color: rgb(53 53 53 / 0.55);
}

.border-l-darkGray\/60 {
  border-left-color: rgb(53 53 53 / 0.6);
}

.border-l-darkGray\/65 {
  border-left-color: rgb(53 53 53 / 0.65);
}

.border-l-darkGray\/70 {
  border-left-color: rgb(53 53 53 / 0.7);
}

.border-l-darkGray\/75 {
  border-left-color: rgb(53 53 53 / 0.75);
}

.border-l-darkGray\/80 {
  border-left-color: rgb(53 53 53 / 0.8);
}

.border-l-darkGray\/85 {
  border-left-color: rgb(53 53 53 / 0.85);
}

.border-l-darkGray\/90 {
  border-left-color: rgb(53 53 53 / 0.9);
}

.border-l-darkGray\/95 {
  border-left-color: rgb(53 53 53 / 0.95);
}

.border-l-green {
  --tw-border-opacity: 1;
  border-left-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-l-green\/0 {
  border-left-color: rgb(22 163 74 / 0);
}

.border-l-green\/10 {
  border-left-color: rgb(22 163 74 / 0.1);
}

.border-l-green\/100 {
  border-left-color: rgb(22 163 74 / 1);
}

.border-l-green\/15 {
  border-left-color: rgb(22 163 74 / 0.15);
}

.border-l-green\/20 {
  border-left-color: rgb(22 163 74 / 0.2);
}

.border-l-green\/25 {
  border-left-color: rgb(22 163 74 / 0.25);
}

.border-l-green\/30 {
  border-left-color: rgb(22 163 74 / 0.3);
}

.border-l-green\/35 {
  border-left-color: rgb(22 163 74 / 0.35);
}

.border-l-green\/40 {
  border-left-color: rgb(22 163 74 / 0.4);
}

.border-l-green\/45 {
  border-left-color: rgb(22 163 74 / 0.45);
}

.border-l-green\/5 {
  border-left-color: rgb(22 163 74 / 0.05);
}

.border-l-green\/50 {
  border-left-color: rgb(22 163 74 / 0.5);
}

.border-l-green\/55 {
  border-left-color: rgb(22 163 74 / 0.55);
}

.border-l-green\/60 {
  border-left-color: rgb(22 163 74 / 0.6);
}

.border-l-green\/65 {
  border-left-color: rgb(22 163 74 / 0.65);
}

.border-l-green\/70 {
  border-left-color: rgb(22 163 74 / 0.7);
}

.border-l-green\/75 {
  border-left-color: rgb(22 163 74 / 0.75);
}

.border-l-green\/80 {
  border-left-color: rgb(22 163 74 / 0.8);
}

.border-l-green\/85 {
  border-left-color: rgb(22 163 74 / 0.85);
}

.border-l-green\/90 {
  border-left-color: rgb(22 163 74 / 0.9);
}

.border-l-green\/95 {
  border-left-color: rgb(22 163 74 / 0.95);
}

.border-l-grey {
  --tw-border-opacity: 1;
  border-left-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-l-grey\/0 {
  border-left-color: rgb(155 155 155 / 0);
}

.border-l-grey\/10 {
  border-left-color: rgb(155 155 155 / 0.1);
}

.border-l-grey\/100 {
  border-left-color: rgb(155 155 155 / 1);
}

.border-l-grey\/15 {
  border-left-color: rgb(155 155 155 / 0.15);
}

.border-l-grey\/20 {
  border-left-color: rgb(155 155 155 / 0.2);
}

.border-l-grey\/25 {
  border-left-color: rgb(155 155 155 / 0.25);
}

.border-l-grey\/30 {
  border-left-color: rgb(155 155 155 / 0.3);
}

.border-l-grey\/35 {
  border-left-color: rgb(155 155 155 / 0.35);
}

.border-l-grey\/40 {
  border-left-color: rgb(155 155 155 / 0.4);
}

.border-l-grey\/45 {
  border-left-color: rgb(155 155 155 / 0.45);
}

.border-l-grey\/5 {
  border-left-color: rgb(155 155 155 / 0.05);
}

.border-l-grey\/50 {
  border-left-color: rgb(155 155 155 / 0.5);
}

.border-l-grey\/55 {
  border-left-color: rgb(155 155 155 / 0.55);
}

.border-l-grey\/60 {
  border-left-color: rgb(155 155 155 / 0.6);
}

.border-l-grey\/65 {
  border-left-color: rgb(155 155 155 / 0.65);
}

.border-l-grey\/70 {
  border-left-color: rgb(155 155 155 / 0.7);
}

.border-l-grey\/75 {
  border-left-color: rgb(155 155 155 / 0.75);
}

.border-l-grey\/80 {
  border-left-color: rgb(155 155 155 / 0.8);
}

.border-l-grey\/85 {
  border-left-color: rgb(155 155 155 / 0.85);
}

.border-l-grey\/90 {
  border-left-color: rgb(155 155 155 / 0.9);
}

.border-l-grey\/95 {
  border-left-color: rgb(155 155 155 / 0.95);
}

.border-l-lightBlue {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-l-lightBlue\/0 {
  border-left-color: rgb(6 156 220 / 0);
}

.border-l-lightBlue\/10 {
  border-left-color: rgb(6 156 220 / 0.1);
}

.border-l-lightBlue\/100 {
  border-left-color: rgb(6 156 220 / 1);
}

.border-l-lightBlue\/15 {
  border-left-color: rgb(6 156 220 / 0.15);
}

.border-l-lightBlue\/20 {
  border-left-color: rgb(6 156 220 / 0.2);
}

.border-l-lightBlue\/25 {
  border-left-color: rgb(6 156 220 / 0.25);
}

.border-l-lightBlue\/30 {
  border-left-color: rgb(6 156 220 / 0.3);
}

.border-l-lightBlue\/35 {
  border-left-color: rgb(6 156 220 / 0.35);
}

.border-l-lightBlue\/40 {
  border-left-color: rgb(6 156 220 / 0.4);
}

.border-l-lightBlue\/45 {
  border-left-color: rgb(6 156 220 / 0.45);
}

.border-l-lightBlue\/5 {
  border-left-color: rgb(6 156 220 / 0.05);
}

.border-l-lightBlue\/50 {
  border-left-color: rgb(6 156 220 / 0.5);
}

.border-l-lightBlue\/55 {
  border-left-color: rgb(6 156 220 / 0.55);
}

.border-l-lightBlue\/60 {
  border-left-color: rgb(6 156 220 / 0.6);
}

.border-l-lightBlue\/65 {
  border-left-color: rgb(6 156 220 / 0.65);
}

.border-l-lightBlue\/70 {
  border-left-color: rgb(6 156 220 / 0.7);
}

.border-l-lightBlue\/75 {
  border-left-color: rgb(6 156 220 / 0.75);
}

.border-l-lightBlue\/80 {
  border-left-color: rgb(6 156 220 / 0.8);
}

.border-l-lightBlue\/85 {
  border-left-color: rgb(6 156 220 / 0.85);
}

.border-l-lightBlue\/90 {
  border-left-color: rgb(6 156 220 / 0.9);
}

.border-l-lightBlue\/95 {
  border-left-color: rgb(6 156 220 / 0.95);
}

.border-l-lightGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-l-lightGray\/0 {
  border-left-color: rgb(194 194 194 / 0);
}

.border-l-lightGray\/10 {
  border-left-color: rgb(194 194 194 / 0.1);
}

.border-l-lightGray\/100 {
  border-left-color: rgb(194 194 194 / 1);
}

.border-l-lightGray\/15 {
  border-left-color: rgb(194 194 194 / 0.15);
}

.border-l-lightGray\/20 {
  border-left-color: rgb(194 194 194 / 0.2);
}

.border-l-lightGray\/25 {
  border-left-color: rgb(194 194 194 / 0.25);
}

.border-l-lightGray\/30 {
  border-left-color: rgb(194 194 194 / 0.3);
}

.border-l-lightGray\/35 {
  border-left-color: rgb(194 194 194 / 0.35);
}

.border-l-lightGray\/40 {
  border-left-color: rgb(194 194 194 / 0.4);
}

.border-l-lightGray\/45 {
  border-left-color: rgb(194 194 194 / 0.45);
}

.border-l-lightGray\/5 {
  border-left-color: rgb(194 194 194 / 0.05);
}

.border-l-lightGray\/50 {
  border-left-color: rgb(194 194 194 / 0.5);
}

.border-l-lightGray\/55 {
  border-left-color: rgb(194 194 194 / 0.55);
}

.border-l-lightGray\/60 {
  border-left-color: rgb(194 194 194 / 0.6);
}

.border-l-lightGray\/65 {
  border-left-color: rgb(194 194 194 / 0.65);
}

.border-l-lightGray\/70 {
  border-left-color: rgb(194 194 194 / 0.7);
}

.border-l-lightGray\/75 {
  border-left-color: rgb(194 194 194 / 0.75);
}

.border-l-lightGray\/80 {
  border-left-color: rgb(194 194 194 / 0.8);
}

.border-l-lightGray\/85 {
  border-left-color: rgb(194 194 194 / 0.85);
}

.border-l-lightGray\/90 {
  border-left-color: rgb(194 194 194 / 0.9);
}

.border-l-lightGray\/95 {
  border-left-color: rgb(194 194 194 / 0.95);
}

.border-l-lightRed {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-l-lightRed\/0 {
  border-left-color: rgb(255 245 243 / 0);
}

.border-l-lightRed\/10 {
  border-left-color: rgb(255 245 243 / 0.1);
}

.border-l-lightRed\/100 {
  border-left-color: rgb(255 245 243 / 1);
}

.border-l-lightRed\/15 {
  border-left-color: rgb(255 245 243 / 0.15);
}

.border-l-lightRed\/20 {
  border-left-color: rgb(255 245 243 / 0.2);
}

.border-l-lightRed\/25 {
  border-left-color: rgb(255 245 243 / 0.25);
}

.border-l-lightRed\/30 {
  border-left-color: rgb(255 245 243 / 0.3);
}

.border-l-lightRed\/35 {
  border-left-color: rgb(255 245 243 / 0.35);
}

.border-l-lightRed\/40 {
  border-left-color: rgb(255 245 243 / 0.4);
}

.border-l-lightRed\/45 {
  border-left-color: rgb(255 245 243 / 0.45);
}

.border-l-lightRed\/5 {
  border-left-color: rgb(255 245 243 / 0.05);
}

.border-l-lightRed\/50 {
  border-left-color: rgb(255 245 243 / 0.5);
}

.border-l-lightRed\/55 {
  border-left-color: rgb(255 245 243 / 0.55);
}

.border-l-lightRed\/60 {
  border-left-color: rgb(255 245 243 / 0.6);
}

.border-l-lightRed\/65 {
  border-left-color: rgb(255 245 243 / 0.65);
}

.border-l-lightRed\/70 {
  border-left-color: rgb(255 245 243 / 0.7);
}

.border-l-lightRed\/75 {
  border-left-color: rgb(255 245 243 / 0.75);
}

.border-l-lightRed\/80 {
  border-left-color: rgb(255 245 243 / 0.8);
}

.border-l-lightRed\/85 {
  border-left-color: rgb(255 245 243 / 0.85);
}

.border-l-lightRed\/90 {
  border-left-color: rgb(255 245 243 / 0.9);
}

.border-l-lightRed\/95 {
  border-left-color: rgb(255 245 243 / 0.95);
}

.border-l-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-l-orange\/0 {
  border-left-color: rgb(244 124 60 / 0);
}

.border-l-orange\/10 {
  border-left-color: rgb(244 124 60 / 0.1);
}

.border-l-orange\/100 {
  border-left-color: rgb(244 124 60 / 1);
}

.border-l-orange\/15 {
  border-left-color: rgb(244 124 60 / 0.15);
}

.border-l-orange\/20 {
  border-left-color: rgb(244 124 60 / 0.2);
}

.border-l-orange\/25 {
  border-left-color: rgb(244 124 60 / 0.25);
}

.border-l-orange\/30 {
  border-left-color: rgb(244 124 60 / 0.3);
}

.border-l-orange\/35 {
  border-left-color: rgb(244 124 60 / 0.35);
}

.border-l-orange\/40 {
  border-left-color: rgb(244 124 60 / 0.4);
}

.border-l-orange\/45 {
  border-left-color: rgb(244 124 60 / 0.45);
}

.border-l-orange\/5 {
  border-left-color: rgb(244 124 60 / 0.05);
}

.border-l-orange\/50 {
  border-left-color: rgb(244 124 60 / 0.5);
}

.border-l-orange\/55 {
  border-left-color: rgb(244 124 60 / 0.55);
}

.border-l-orange\/60 {
  border-left-color: rgb(244 124 60 / 0.6);
}

.border-l-orange\/65 {
  border-left-color: rgb(244 124 60 / 0.65);
}

.border-l-orange\/70 {
  border-left-color: rgb(244 124 60 / 0.7);
}

.border-l-orange\/75 {
  border-left-color: rgb(244 124 60 / 0.75);
}

.border-l-orange\/80 {
  border-left-color: rgb(244 124 60 / 0.8);
}

.border-l-orange\/85 {
  border-left-color: rgb(244 124 60 / 0.85);
}

.border-l-orange\/90 {
  border-left-color: rgb(244 124 60 / 0.9);
}

.border-l-orange\/95 {
  border-left-color: rgb(244 124 60 / 0.95);
}

.border-l-primary {
  border-left-color: var(--color-primary);
}

.border-l-red {
  --tw-border-opacity: 1;
  border-left-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-l-red\/0 {
  border-left-color: rgb(237 46 46 / 0);
}

.border-l-red\/10 {
  border-left-color: rgb(237 46 46 / 0.1);
}

.border-l-red\/100 {
  border-left-color: rgb(237 46 46 / 1);
}

.border-l-red\/15 {
  border-left-color: rgb(237 46 46 / 0.15);
}

.border-l-red\/20 {
  border-left-color: rgb(237 46 46 / 0.2);
}

.border-l-red\/25 {
  border-left-color: rgb(237 46 46 / 0.25);
}

.border-l-red\/30 {
  border-left-color: rgb(237 46 46 / 0.3);
}

.border-l-red\/35 {
  border-left-color: rgb(237 46 46 / 0.35);
}

.border-l-red\/40 {
  border-left-color: rgb(237 46 46 / 0.4);
}

.border-l-red\/45 {
  border-left-color: rgb(237 46 46 / 0.45);
}

.border-l-red\/5 {
  border-left-color: rgb(237 46 46 / 0.05);
}

.border-l-red\/50 {
  border-left-color: rgb(237 46 46 / 0.5);
}

.border-l-red\/55 {
  border-left-color: rgb(237 46 46 / 0.55);
}

.border-l-red\/60 {
  border-left-color: rgb(237 46 46 / 0.6);
}

.border-l-red\/65 {
  border-left-color: rgb(237 46 46 / 0.65);
}

.border-l-red\/70 {
  border-left-color: rgb(237 46 46 / 0.7);
}

.border-l-red\/75 {
  border-left-color: rgb(237 46 46 / 0.75);
}

.border-l-red\/80 {
  border-left-color: rgb(237 46 46 / 0.8);
}

.border-l-red\/85 {
  border-left-color: rgb(237 46 46 / 0.85);
}

.border-l-red\/90 {
  border-left-color: rgb(237 46 46 / 0.9);
}

.border-l-red\/95 {
  border-left-color: rgb(237 46 46 / 0.95);
}

.border-l-secondary {
  border-left-color: var(--color-secondary);
}

.border-l-veryLightGray {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-l-veryLightGray\/0 {
  border-left-color: rgb(250 250 250 / 0);
}

.border-l-veryLightGray\/10 {
  border-left-color: rgb(250 250 250 / 0.1);
}

.border-l-veryLightGray\/100 {
  border-left-color: rgb(250 250 250 / 1);
}

.border-l-veryLightGray\/15 {
  border-left-color: rgb(250 250 250 / 0.15);
}

.border-l-veryLightGray\/20 {
  border-left-color: rgb(250 250 250 / 0.2);
}

.border-l-veryLightGray\/25 {
  border-left-color: rgb(250 250 250 / 0.25);
}

.border-l-veryLightGray\/30 {
  border-left-color: rgb(250 250 250 / 0.3);
}

.border-l-veryLightGray\/35 {
  border-left-color: rgb(250 250 250 / 0.35);
}

.border-l-veryLightGray\/40 {
  border-left-color: rgb(250 250 250 / 0.4);
}

.border-l-veryLightGray\/45 {
  border-left-color: rgb(250 250 250 / 0.45);
}

.border-l-veryLightGray\/5 {
  border-left-color: rgb(250 250 250 / 0.05);
}

.border-l-veryLightGray\/50 {
  border-left-color: rgb(250 250 250 / 0.5);
}

.border-l-veryLightGray\/55 {
  border-left-color: rgb(250 250 250 / 0.55);
}

.border-l-veryLightGray\/60 {
  border-left-color: rgb(250 250 250 / 0.6);
}

.border-l-veryLightGray\/65 {
  border-left-color: rgb(250 250 250 / 0.65);
}

.border-l-veryLightGray\/70 {
  border-left-color: rgb(250 250 250 / 0.7);
}

.border-l-veryLightGray\/75 {
  border-left-color: rgb(250 250 250 / 0.75);
}

.border-l-veryLightGray\/80 {
  border-left-color: rgb(250 250 250 / 0.8);
}

.border-l-veryLightGray\/85 {
  border-left-color: rgb(250 250 250 / 0.85);
}

.border-l-veryLightGray\/90 {
  border-left-color: rgb(250 250 250 / 0.9);
}

.border-l-veryLightGray\/95 {
  border-left-color: rgb(250 250 250 / 0.95);
}

.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}

.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}

.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}

.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}

.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}

.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}

.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}

.border-r-backgroundGray {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-r-backgroundGray\/0 {
  border-right-color: rgb(247 247 247 / 0);
}

.border-r-backgroundGray\/10 {
  border-right-color: rgb(247 247 247 / 0.1);
}

.border-r-backgroundGray\/100 {
  border-right-color: rgb(247 247 247 / 1);
}

.border-r-backgroundGray\/15 {
  border-right-color: rgb(247 247 247 / 0.15);
}

.border-r-backgroundGray\/20 {
  border-right-color: rgb(247 247 247 / 0.2);
}

.border-r-backgroundGray\/25 {
  border-right-color: rgb(247 247 247 / 0.25);
}

.border-r-backgroundGray\/30 {
  border-right-color: rgb(247 247 247 / 0.3);
}

.border-r-backgroundGray\/35 {
  border-right-color: rgb(247 247 247 / 0.35);
}

.border-r-backgroundGray\/40 {
  border-right-color: rgb(247 247 247 / 0.4);
}

.border-r-backgroundGray\/45 {
  border-right-color: rgb(247 247 247 / 0.45);
}

.border-r-backgroundGray\/5 {
  border-right-color: rgb(247 247 247 / 0.05);
}

.border-r-backgroundGray\/50 {
  border-right-color: rgb(247 247 247 / 0.5);
}

.border-r-backgroundGray\/55 {
  border-right-color: rgb(247 247 247 / 0.55);
}

.border-r-backgroundGray\/60 {
  border-right-color: rgb(247 247 247 / 0.6);
}

.border-r-backgroundGray\/65 {
  border-right-color: rgb(247 247 247 / 0.65);
}

.border-r-backgroundGray\/70 {
  border-right-color: rgb(247 247 247 / 0.7);
}

.border-r-backgroundGray\/75 {
  border-right-color: rgb(247 247 247 / 0.75);
}

.border-r-backgroundGray\/80 {
  border-right-color: rgb(247 247 247 / 0.8);
}

.border-r-backgroundGray\/85 {
  border-right-color: rgb(247 247 247 / 0.85);
}

.border-r-backgroundGray\/90 {
  border-right-color: rgb(247 247 247 / 0.9);
}

.border-r-backgroundGray\/95 {
  border-right-color: rgb(247 247 247 / 0.95);
}

.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-r-black\/0 {
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-black\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-black\/100 {
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-black\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-r-black\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-black\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-black\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-black\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-r-black\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-black\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-r-black\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-black\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-black\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-r-black\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-black\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-r-black\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-black\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-black\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-black\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-r-black\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-black\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-r-blue\/0 {
  border-right-color: rgb(6 127 178 / 0);
}

.border-r-blue\/10 {
  border-right-color: rgb(6 127 178 / 0.1);
}

.border-r-blue\/100 {
  border-right-color: rgb(6 127 178 / 1);
}

.border-r-blue\/15 {
  border-right-color: rgb(6 127 178 / 0.15);
}

.border-r-blue\/20 {
  border-right-color: rgb(6 127 178 / 0.2);
}

.border-r-blue\/25 {
  border-right-color: rgb(6 127 178 / 0.25);
}

.border-r-blue\/30 {
  border-right-color: rgb(6 127 178 / 0.3);
}

.border-r-blue\/35 {
  border-right-color: rgb(6 127 178 / 0.35);
}

.border-r-blue\/40 {
  border-right-color: rgb(6 127 178 / 0.4);
}

.border-r-blue\/45 {
  border-right-color: rgb(6 127 178 / 0.45);
}

.border-r-blue\/5 {
  border-right-color: rgb(6 127 178 / 0.05);
}

.border-r-blue\/50 {
  border-right-color: rgb(6 127 178 / 0.5);
}

.border-r-blue\/55 {
  border-right-color: rgb(6 127 178 / 0.55);
}

.border-r-blue\/60 {
  border-right-color: rgb(6 127 178 / 0.6);
}

.border-r-blue\/65 {
  border-right-color: rgb(6 127 178 / 0.65);
}

.border-r-blue\/70 {
  border-right-color: rgb(6 127 178 / 0.7);
}

.border-r-blue\/75 {
  border-right-color: rgb(6 127 178 / 0.75);
}

.border-r-blue\/80 {
  border-right-color: rgb(6 127 178 / 0.8);
}

.border-r-blue\/85 {
  border-right-color: rgb(6 127 178 / 0.85);
}

.border-r-blue\/90 {
  border-right-color: rgb(6 127 178 / 0.9);
}

.border-r-blue\/95 {
  border-right-color: rgb(6 127 178 / 0.95);
}

.border-r-dark {
  border-right-color: var(--color-dark);
}

.border-r-darkGray {
  --tw-border-opacity: 1;
  border-right-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-r-darkGray\/0 {
  border-right-color: rgb(53 53 53 / 0);
}

.border-r-darkGray\/10 {
  border-right-color: rgb(53 53 53 / 0.1);
}

.border-r-darkGray\/100 {
  border-right-color: rgb(53 53 53 / 1);
}

.border-r-darkGray\/15 {
  border-right-color: rgb(53 53 53 / 0.15);
}

.border-r-darkGray\/20 {
  border-right-color: rgb(53 53 53 / 0.2);
}

.border-r-darkGray\/25 {
  border-right-color: rgb(53 53 53 / 0.25);
}

.border-r-darkGray\/30 {
  border-right-color: rgb(53 53 53 / 0.3);
}

.border-r-darkGray\/35 {
  border-right-color: rgb(53 53 53 / 0.35);
}

.border-r-darkGray\/40 {
  border-right-color: rgb(53 53 53 / 0.4);
}

.border-r-darkGray\/45 {
  border-right-color: rgb(53 53 53 / 0.45);
}

.border-r-darkGray\/5 {
  border-right-color: rgb(53 53 53 / 0.05);
}

.border-r-darkGray\/50 {
  border-right-color: rgb(53 53 53 / 0.5);
}

.border-r-darkGray\/55 {
  border-right-color: rgb(53 53 53 / 0.55);
}

.border-r-darkGray\/60 {
  border-right-color: rgb(53 53 53 / 0.6);
}

.border-r-darkGray\/65 {
  border-right-color: rgb(53 53 53 / 0.65);
}

.border-r-darkGray\/70 {
  border-right-color: rgb(53 53 53 / 0.7);
}

.border-r-darkGray\/75 {
  border-right-color: rgb(53 53 53 / 0.75);
}

.border-r-darkGray\/80 {
  border-right-color: rgb(53 53 53 / 0.8);
}

.border-r-darkGray\/85 {
  border-right-color: rgb(53 53 53 / 0.85);
}

.border-r-darkGray\/90 {
  border-right-color: rgb(53 53 53 / 0.9);
}

.border-r-darkGray\/95 {
  border-right-color: rgb(53 53 53 / 0.95);
}

.border-r-green {
  --tw-border-opacity: 1;
  border-right-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-r-green\/0 {
  border-right-color: rgb(22 163 74 / 0);
}

.border-r-green\/10 {
  border-right-color: rgb(22 163 74 / 0.1);
}

.border-r-green\/100 {
  border-right-color: rgb(22 163 74 / 1);
}

.border-r-green\/15 {
  border-right-color: rgb(22 163 74 / 0.15);
}

.border-r-green\/20 {
  border-right-color: rgb(22 163 74 / 0.2);
}

.border-r-green\/25 {
  border-right-color: rgb(22 163 74 / 0.25);
}

.border-r-green\/30 {
  border-right-color: rgb(22 163 74 / 0.3);
}

.border-r-green\/35 {
  border-right-color: rgb(22 163 74 / 0.35);
}

.border-r-green\/40 {
  border-right-color: rgb(22 163 74 / 0.4);
}

.border-r-green\/45 {
  border-right-color: rgb(22 163 74 / 0.45);
}

.border-r-green\/5 {
  border-right-color: rgb(22 163 74 / 0.05);
}

.border-r-green\/50 {
  border-right-color: rgb(22 163 74 / 0.5);
}

.border-r-green\/55 {
  border-right-color: rgb(22 163 74 / 0.55);
}

.border-r-green\/60 {
  border-right-color: rgb(22 163 74 / 0.6);
}

.border-r-green\/65 {
  border-right-color: rgb(22 163 74 / 0.65);
}

.border-r-green\/70 {
  border-right-color: rgb(22 163 74 / 0.7);
}

.border-r-green\/75 {
  border-right-color: rgb(22 163 74 / 0.75);
}

.border-r-green\/80 {
  border-right-color: rgb(22 163 74 / 0.8);
}

.border-r-green\/85 {
  border-right-color: rgb(22 163 74 / 0.85);
}

.border-r-green\/90 {
  border-right-color: rgb(22 163 74 / 0.9);
}

.border-r-green\/95 {
  border-right-color: rgb(22 163 74 / 0.95);
}

.border-r-grey {
  --tw-border-opacity: 1;
  border-right-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-r-grey\/0 {
  border-right-color: rgb(155 155 155 / 0);
}

.border-r-grey\/10 {
  border-right-color: rgb(155 155 155 / 0.1);
}

.border-r-grey\/100 {
  border-right-color: rgb(155 155 155 / 1);
}

.border-r-grey\/15 {
  border-right-color: rgb(155 155 155 / 0.15);
}

.border-r-grey\/20 {
  border-right-color: rgb(155 155 155 / 0.2);
}

.border-r-grey\/25 {
  border-right-color: rgb(155 155 155 / 0.25);
}

.border-r-grey\/30 {
  border-right-color: rgb(155 155 155 / 0.3);
}

.border-r-grey\/35 {
  border-right-color: rgb(155 155 155 / 0.35);
}

.border-r-grey\/40 {
  border-right-color: rgb(155 155 155 / 0.4);
}

.border-r-grey\/45 {
  border-right-color: rgb(155 155 155 / 0.45);
}

.border-r-grey\/5 {
  border-right-color: rgb(155 155 155 / 0.05);
}

.border-r-grey\/50 {
  border-right-color: rgb(155 155 155 / 0.5);
}

.border-r-grey\/55 {
  border-right-color: rgb(155 155 155 / 0.55);
}

.border-r-grey\/60 {
  border-right-color: rgb(155 155 155 / 0.6);
}

.border-r-grey\/65 {
  border-right-color: rgb(155 155 155 / 0.65);
}

.border-r-grey\/70 {
  border-right-color: rgb(155 155 155 / 0.7);
}

.border-r-grey\/75 {
  border-right-color: rgb(155 155 155 / 0.75);
}

.border-r-grey\/80 {
  border-right-color: rgb(155 155 155 / 0.8);
}

.border-r-grey\/85 {
  border-right-color: rgb(155 155 155 / 0.85);
}

.border-r-grey\/90 {
  border-right-color: rgb(155 155 155 / 0.9);
}

.border-r-grey\/95 {
  border-right-color: rgb(155 155 155 / 0.95);
}

.border-r-lightBlue {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-r-lightBlue\/0 {
  border-right-color: rgb(6 156 220 / 0);
}

.border-r-lightBlue\/10 {
  border-right-color: rgb(6 156 220 / 0.1);
}

.border-r-lightBlue\/100 {
  border-right-color: rgb(6 156 220 / 1);
}

.border-r-lightBlue\/15 {
  border-right-color: rgb(6 156 220 / 0.15);
}

.border-r-lightBlue\/20 {
  border-right-color: rgb(6 156 220 / 0.2);
}

.border-r-lightBlue\/25 {
  border-right-color: rgb(6 156 220 / 0.25);
}

.border-r-lightBlue\/30 {
  border-right-color: rgb(6 156 220 / 0.3);
}

.border-r-lightBlue\/35 {
  border-right-color: rgb(6 156 220 / 0.35);
}

.border-r-lightBlue\/40 {
  border-right-color: rgb(6 156 220 / 0.4);
}

.border-r-lightBlue\/45 {
  border-right-color: rgb(6 156 220 / 0.45);
}

.border-r-lightBlue\/5 {
  border-right-color: rgb(6 156 220 / 0.05);
}

.border-r-lightBlue\/50 {
  border-right-color: rgb(6 156 220 / 0.5);
}

.border-r-lightBlue\/55 {
  border-right-color: rgb(6 156 220 / 0.55);
}

.border-r-lightBlue\/60 {
  border-right-color: rgb(6 156 220 / 0.6);
}

.border-r-lightBlue\/65 {
  border-right-color: rgb(6 156 220 / 0.65);
}

.border-r-lightBlue\/70 {
  border-right-color: rgb(6 156 220 / 0.7);
}

.border-r-lightBlue\/75 {
  border-right-color: rgb(6 156 220 / 0.75);
}

.border-r-lightBlue\/80 {
  border-right-color: rgb(6 156 220 / 0.8);
}

.border-r-lightBlue\/85 {
  border-right-color: rgb(6 156 220 / 0.85);
}

.border-r-lightBlue\/90 {
  border-right-color: rgb(6 156 220 / 0.9);
}

.border-r-lightBlue\/95 {
  border-right-color: rgb(6 156 220 / 0.95);
}

.border-r-lightGray {
  --tw-border-opacity: 1;
  border-right-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-r-lightGray\/0 {
  border-right-color: rgb(194 194 194 / 0);
}

.border-r-lightGray\/10 {
  border-right-color: rgb(194 194 194 / 0.1);
}

.border-r-lightGray\/100 {
  border-right-color: rgb(194 194 194 / 1);
}

.border-r-lightGray\/15 {
  border-right-color: rgb(194 194 194 / 0.15);
}

.border-r-lightGray\/20 {
  border-right-color: rgb(194 194 194 / 0.2);
}

.border-r-lightGray\/25 {
  border-right-color: rgb(194 194 194 / 0.25);
}

.border-r-lightGray\/30 {
  border-right-color: rgb(194 194 194 / 0.3);
}

.border-r-lightGray\/35 {
  border-right-color: rgb(194 194 194 / 0.35);
}

.border-r-lightGray\/40 {
  border-right-color: rgb(194 194 194 / 0.4);
}

.border-r-lightGray\/45 {
  border-right-color: rgb(194 194 194 / 0.45);
}

.border-r-lightGray\/5 {
  border-right-color: rgb(194 194 194 / 0.05);
}

.border-r-lightGray\/50 {
  border-right-color: rgb(194 194 194 / 0.5);
}

.border-r-lightGray\/55 {
  border-right-color: rgb(194 194 194 / 0.55);
}

.border-r-lightGray\/60 {
  border-right-color: rgb(194 194 194 / 0.6);
}

.border-r-lightGray\/65 {
  border-right-color: rgb(194 194 194 / 0.65);
}

.border-r-lightGray\/70 {
  border-right-color: rgb(194 194 194 / 0.7);
}

.border-r-lightGray\/75 {
  border-right-color: rgb(194 194 194 / 0.75);
}

.border-r-lightGray\/80 {
  border-right-color: rgb(194 194 194 / 0.8);
}

.border-r-lightGray\/85 {
  border-right-color: rgb(194 194 194 / 0.85);
}

.border-r-lightGray\/90 {
  border-right-color: rgb(194 194 194 / 0.9);
}

.border-r-lightGray\/95 {
  border-right-color: rgb(194 194 194 / 0.95);
}

.border-r-lightRed {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-r-lightRed\/0 {
  border-right-color: rgb(255 245 243 / 0);
}

.border-r-lightRed\/10 {
  border-right-color: rgb(255 245 243 / 0.1);
}

.border-r-lightRed\/100 {
  border-right-color: rgb(255 245 243 / 1);
}

.border-r-lightRed\/15 {
  border-right-color: rgb(255 245 243 / 0.15);
}

.border-r-lightRed\/20 {
  border-right-color: rgb(255 245 243 / 0.2);
}

.border-r-lightRed\/25 {
  border-right-color: rgb(255 245 243 / 0.25);
}

.border-r-lightRed\/30 {
  border-right-color: rgb(255 245 243 / 0.3);
}

.border-r-lightRed\/35 {
  border-right-color: rgb(255 245 243 / 0.35);
}

.border-r-lightRed\/40 {
  border-right-color: rgb(255 245 243 / 0.4);
}

.border-r-lightRed\/45 {
  border-right-color: rgb(255 245 243 / 0.45);
}

.border-r-lightRed\/5 {
  border-right-color: rgb(255 245 243 / 0.05);
}

.border-r-lightRed\/50 {
  border-right-color: rgb(255 245 243 / 0.5);
}

.border-r-lightRed\/55 {
  border-right-color: rgb(255 245 243 / 0.55);
}

.border-r-lightRed\/60 {
  border-right-color: rgb(255 245 243 / 0.6);
}

.border-r-lightRed\/65 {
  border-right-color: rgb(255 245 243 / 0.65);
}

.border-r-lightRed\/70 {
  border-right-color: rgb(255 245 243 / 0.7);
}

.border-r-lightRed\/75 {
  border-right-color: rgb(255 245 243 / 0.75);
}

.border-r-lightRed\/80 {
  border-right-color: rgb(255 245 243 / 0.8);
}

.border-r-lightRed\/85 {
  border-right-color: rgb(255 245 243 / 0.85);
}

.border-r-lightRed\/90 {
  border-right-color: rgb(255 245 243 / 0.9);
}

.border-r-lightRed\/95 {
  border-right-color: rgb(255 245 243 / 0.95);
}

.border-r-orange {
  --tw-border-opacity: 1;
  border-right-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-r-orange\/0 {
  border-right-color: rgb(244 124 60 / 0);
}

.border-r-orange\/10 {
  border-right-color: rgb(244 124 60 / 0.1);
}

.border-r-orange\/100 {
  border-right-color: rgb(244 124 60 / 1);
}

.border-r-orange\/15 {
  border-right-color: rgb(244 124 60 / 0.15);
}

.border-r-orange\/20 {
  border-right-color: rgb(244 124 60 / 0.2);
}

.border-r-orange\/25 {
  border-right-color: rgb(244 124 60 / 0.25);
}

.border-r-orange\/30 {
  border-right-color: rgb(244 124 60 / 0.3);
}

.border-r-orange\/35 {
  border-right-color: rgb(244 124 60 / 0.35);
}

.border-r-orange\/40 {
  border-right-color: rgb(244 124 60 / 0.4);
}

.border-r-orange\/45 {
  border-right-color: rgb(244 124 60 / 0.45);
}

.border-r-orange\/5 {
  border-right-color: rgb(244 124 60 / 0.05);
}

.border-r-orange\/50 {
  border-right-color: rgb(244 124 60 / 0.5);
}

.border-r-orange\/55 {
  border-right-color: rgb(244 124 60 / 0.55);
}

.border-r-orange\/60 {
  border-right-color: rgb(244 124 60 / 0.6);
}

.border-r-orange\/65 {
  border-right-color: rgb(244 124 60 / 0.65);
}

.border-r-orange\/70 {
  border-right-color: rgb(244 124 60 / 0.7);
}

.border-r-orange\/75 {
  border-right-color: rgb(244 124 60 / 0.75);
}

.border-r-orange\/80 {
  border-right-color: rgb(244 124 60 / 0.8);
}

.border-r-orange\/85 {
  border-right-color: rgb(244 124 60 / 0.85);
}

.border-r-orange\/90 {
  border-right-color: rgb(244 124 60 / 0.9);
}

.border-r-orange\/95 {
  border-right-color: rgb(244 124 60 / 0.95);
}

.border-r-primary {
  border-right-color: var(--color-primary);
}

.border-r-red {
  --tw-border-opacity: 1;
  border-right-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-r-red\/0 {
  border-right-color: rgb(237 46 46 / 0);
}

.border-r-red\/10 {
  border-right-color: rgb(237 46 46 / 0.1);
}

.border-r-red\/100 {
  border-right-color: rgb(237 46 46 / 1);
}

.border-r-red\/15 {
  border-right-color: rgb(237 46 46 / 0.15);
}

.border-r-red\/20 {
  border-right-color: rgb(237 46 46 / 0.2);
}

.border-r-red\/25 {
  border-right-color: rgb(237 46 46 / 0.25);
}

.border-r-red\/30 {
  border-right-color: rgb(237 46 46 / 0.3);
}

.border-r-red\/35 {
  border-right-color: rgb(237 46 46 / 0.35);
}

.border-r-red\/40 {
  border-right-color: rgb(237 46 46 / 0.4);
}

.border-r-red\/45 {
  border-right-color: rgb(237 46 46 / 0.45);
}

.border-r-red\/5 {
  border-right-color: rgb(237 46 46 / 0.05);
}

.border-r-red\/50 {
  border-right-color: rgb(237 46 46 / 0.5);
}

.border-r-red\/55 {
  border-right-color: rgb(237 46 46 / 0.55);
}

.border-r-red\/60 {
  border-right-color: rgb(237 46 46 / 0.6);
}

.border-r-red\/65 {
  border-right-color: rgb(237 46 46 / 0.65);
}

.border-r-red\/70 {
  border-right-color: rgb(237 46 46 / 0.7);
}

.border-r-red\/75 {
  border-right-color: rgb(237 46 46 / 0.75);
}

.border-r-red\/80 {
  border-right-color: rgb(237 46 46 / 0.8);
}

.border-r-red\/85 {
  border-right-color: rgb(237 46 46 / 0.85);
}

.border-r-red\/90 {
  border-right-color: rgb(237 46 46 / 0.9);
}

.border-r-red\/95 {
  border-right-color: rgb(237 46 46 / 0.95);
}

.border-r-secondary {
  border-right-color: var(--color-secondary);
}

.border-r-veryLightGray {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-r-veryLightGray\/0 {
  border-right-color: rgb(250 250 250 / 0);
}

.border-r-veryLightGray\/10 {
  border-right-color: rgb(250 250 250 / 0.1);
}

.border-r-veryLightGray\/100 {
  border-right-color: rgb(250 250 250 / 1);
}

.border-r-veryLightGray\/15 {
  border-right-color: rgb(250 250 250 / 0.15);
}

.border-r-veryLightGray\/20 {
  border-right-color: rgb(250 250 250 / 0.2);
}

.border-r-veryLightGray\/25 {
  border-right-color: rgb(250 250 250 / 0.25);
}

.border-r-veryLightGray\/30 {
  border-right-color: rgb(250 250 250 / 0.3);
}

.border-r-veryLightGray\/35 {
  border-right-color: rgb(250 250 250 / 0.35);
}

.border-r-veryLightGray\/40 {
  border-right-color: rgb(250 250 250 / 0.4);
}

.border-r-veryLightGray\/45 {
  border-right-color: rgb(250 250 250 / 0.45);
}

.border-r-veryLightGray\/5 {
  border-right-color: rgb(250 250 250 / 0.05);
}

.border-r-veryLightGray\/50 {
  border-right-color: rgb(250 250 250 / 0.5);
}

.border-r-veryLightGray\/55 {
  border-right-color: rgb(250 250 250 / 0.55);
}

.border-r-veryLightGray\/60 {
  border-right-color: rgb(250 250 250 / 0.6);
}

.border-r-veryLightGray\/65 {
  border-right-color: rgb(250 250 250 / 0.65);
}

.border-r-veryLightGray\/70 {
  border-right-color: rgb(250 250 250 / 0.7);
}

.border-r-veryLightGray\/75 {
  border-right-color: rgb(250 250 250 / 0.75);
}

.border-r-veryLightGray\/80 {
  border-right-color: rgb(250 250 250 / 0.8);
}

.border-r-veryLightGray\/85 {
  border-right-color: rgb(250 250 250 / 0.85);
}

.border-r-veryLightGray\/90 {
  border-right-color: rgb(250 250 250 / 0.9);
}

.border-r-veryLightGray\/95 {
  border-right-color: rgb(250 250 250 / 0.95);
}

.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-white\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-white\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-white\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-white\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-white\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-white\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}

.border-s-backgroundGray {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-s-backgroundGray\/0 {
  border-inline-start-color: rgb(247 247 247 / 0);
}

.border-s-backgroundGray\/10 {
  border-inline-start-color: rgb(247 247 247 / 0.1);
}

.border-s-backgroundGray\/100 {
  border-inline-start-color: rgb(247 247 247 / 1);
}

.border-s-backgroundGray\/15 {
  border-inline-start-color: rgb(247 247 247 / 0.15);
}

.border-s-backgroundGray\/20 {
  border-inline-start-color: rgb(247 247 247 / 0.2);
}

.border-s-backgroundGray\/25 {
  border-inline-start-color: rgb(247 247 247 / 0.25);
}

.border-s-backgroundGray\/30 {
  border-inline-start-color: rgb(247 247 247 / 0.3);
}

.border-s-backgroundGray\/35 {
  border-inline-start-color: rgb(247 247 247 / 0.35);
}

.border-s-backgroundGray\/40 {
  border-inline-start-color: rgb(247 247 247 / 0.4);
}

.border-s-backgroundGray\/45 {
  border-inline-start-color: rgb(247 247 247 / 0.45);
}

.border-s-backgroundGray\/5 {
  border-inline-start-color: rgb(247 247 247 / 0.05);
}

.border-s-backgroundGray\/50 {
  border-inline-start-color: rgb(247 247 247 / 0.5);
}

.border-s-backgroundGray\/55 {
  border-inline-start-color: rgb(247 247 247 / 0.55);
}

.border-s-backgroundGray\/60 {
  border-inline-start-color: rgb(247 247 247 / 0.6);
}

.border-s-backgroundGray\/65 {
  border-inline-start-color: rgb(247 247 247 / 0.65);
}

.border-s-backgroundGray\/70 {
  border-inline-start-color: rgb(247 247 247 / 0.7);
}

.border-s-backgroundGray\/75 {
  border-inline-start-color: rgb(247 247 247 / 0.75);
}

.border-s-backgroundGray\/80 {
  border-inline-start-color: rgb(247 247 247 / 0.8);
}

.border-s-backgroundGray\/85 {
  border-inline-start-color: rgb(247 247 247 / 0.85);
}

.border-s-backgroundGray\/90 {
  border-inline-start-color: rgb(247 247 247 / 0.9);
}

.border-s-backgroundGray\/95 {
  border-inline-start-color: rgb(247 247 247 / 0.95);
}

.border-s-black {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-s-black\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-black\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-black\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-black\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}

.border-s-black\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-black\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-black\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-black\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}

.border-s-black\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-black\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}

.border-s-black\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-black\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-black\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}

.border-s-black\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-black\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}

.border-s-black\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-black\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-black\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-black\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}

.border-s-black\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-black\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-blue {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-s-blue\/0 {
  border-inline-start-color: rgb(6 127 178 / 0);
}

.border-s-blue\/10 {
  border-inline-start-color: rgb(6 127 178 / 0.1);
}

.border-s-blue\/100 {
  border-inline-start-color: rgb(6 127 178 / 1);
}

.border-s-blue\/15 {
  border-inline-start-color: rgb(6 127 178 / 0.15);
}

.border-s-blue\/20 {
  border-inline-start-color: rgb(6 127 178 / 0.2);
}

.border-s-blue\/25 {
  border-inline-start-color: rgb(6 127 178 / 0.25);
}

.border-s-blue\/30 {
  border-inline-start-color: rgb(6 127 178 / 0.3);
}

.border-s-blue\/35 {
  border-inline-start-color: rgb(6 127 178 / 0.35);
}

.border-s-blue\/40 {
  border-inline-start-color: rgb(6 127 178 / 0.4);
}

.border-s-blue\/45 {
  border-inline-start-color: rgb(6 127 178 / 0.45);
}

.border-s-blue\/5 {
  border-inline-start-color: rgb(6 127 178 / 0.05);
}

.border-s-blue\/50 {
  border-inline-start-color: rgb(6 127 178 / 0.5);
}

.border-s-blue\/55 {
  border-inline-start-color: rgb(6 127 178 / 0.55);
}

.border-s-blue\/60 {
  border-inline-start-color: rgb(6 127 178 / 0.6);
}

.border-s-blue\/65 {
  border-inline-start-color: rgb(6 127 178 / 0.65);
}

.border-s-blue\/70 {
  border-inline-start-color: rgb(6 127 178 / 0.7);
}

.border-s-blue\/75 {
  border-inline-start-color: rgb(6 127 178 / 0.75);
}

.border-s-blue\/80 {
  border-inline-start-color: rgb(6 127 178 / 0.8);
}

.border-s-blue\/85 {
  border-inline-start-color: rgb(6 127 178 / 0.85);
}

.border-s-blue\/90 {
  border-inline-start-color: rgb(6 127 178 / 0.9);
}

.border-s-blue\/95 {
  border-inline-start-color: rgb(6 127 178 / 0.95);
}

.border-s-dark {
  border-inline-start-color: var(--color-dark);
}

.border-s-darkGray {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-s-darkGray\/0 {
  border-inline-start-color: rgb(53 53 53 / 0);
}

.border-s-darkGray\/10 {
  border-inline-start-color: rgb(53 53 53 / 0.1);
}

.border-s-darkGray\/100 {
  border-inline-start-color: rgb(53 53 53 / 1);
}

.border-s-darkGray\/15 {
  border-inline-start-color: rgb(53 53 53 / 0.15);
}

.border-s-darkGray\/20 {
  border-inline-start-color: rgb(53 53 53 / 0.2);
}

.border-s-darkGray\/25 {
  border-inline-start-color: rgb(53 53 53 / 0.25);
}

.border-s-darkGray\/30 {
  border-inline-start-color: rgb(53 53 53 / 0.3);
}

.border-s-darkGray\/35 {
  border-inline-start-color: rgb(53 53 53 / 0.35);
}

.border-s-darkGray\/40 {
  border-inline-start-color: rgb(53 53 53 / 0.4);
}

.border-s-darkGray\/45 {
  border-inline-start-color: rgb(53 53 53 / 0.45);
}

.border-s-darkGray\/5 {
  border-inline-start-color: rgb(53 53 53 / 0.05);
}

.border-s-darkGray\/50 {
  border-inline-start-color: rgb(53 53 53 / 0.5);
}

.border-s-darkGray\/55 {
  border-inline-start-color: rgb(53 53 53 / 0.55);
}

.border-s-darkGray\/60 {
  border-inline-start-color: rgb(53 53 53 / 0.6);
}

.border-s-darkGray\/65 {
  border-inline-start-color: rgb(53 53 53 / 0.65);
}

.border-s-darkGray\/70 {
  border-inline-start-color: rgb(53 53 53 / 0.7);
}

.border-s-darkGray\/75 {
  border-inline-start-color: rgb(53 53 53 / 0.75);
}

.border-s-darkGray\/80 {
  border-inline-start-color: rgb(53 53 53 / 0.8);
}

.border-s-darkGray\/85 {
  border-inline-start-color: rgb(53 53 53 / 0.85);
}

.border-s-darkGray\/90 {
  border-inline-start-color: rgb(53 53 53 / 0.9);
}

.border-s-darkGray\/95 {
  border-inline-start-color: rgb(53 53 53 / 0.95);
}

.border-s-green {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-s-green\/0 {
  border-inline-start-color: rgb(22 163 74 / 0);
}

.border-s-green\/10 {
  border-inline-start-color: rgb(22 163 74 / 0.1);
}

.border-s-green\/100 {
  border-inline-start-color: rgb(22 163 74 / 1);
}

.border-s-green\/15 {
  border-inline-start-color: rgb(22 163 74 / 0.15);
}

.border-s-green\/20 {
  border-inline-start-color: rgb(22 163 74 / 0.2);
}

.border-s-green\/25 {
  border-inline-start-color: rgb(22 163 74 / 0.25);
}

.border-s-green\/30 {
  border-inline-start-color: rgb(22 163 74 / 0.3);
}

.border-s-green\/35 {
  border-inline-start-color: rgb(22 163 74 / 0.35);
}

.border-s-green\/40 {
  border-inline-start-color: rgb(22 163 74 / 0.4);
}

.border-s-green\/45 {
  border-inline-start-color: rgb(22 163 74 / 0.45);
}

.border-s-green\/5 {
  border-inline-start-color: rgb(22 163 74 / 0.05);
}

.border-s-green\/50 {
  border-inline-start-color: rgb(22 163 74 / 0.5);
}

.border-s-green\/55 {
  border-inline-start-color: rgb(22 163 74 / 0.55);
}

.border-s-green\/60 {
  border-inline-start-color: rgb(22 163 74 / 0.6);
}

.border-s-green\/65 {
  border-inline-start-color: rgb(22 163 74 / 0.65);
}

.border-s-green\/70 {
  border-inline-start-color: rgb(22 163 74 / 0.7);
}

.border-s-green\/75 {
  border-inline-start-color: rgb(22 163 74 / 0.75);
}

.border-s-green\/80 {
  border-inline-start-color: rgb(22 163 74 / 0.8);
}

.border-s-green\/85 {
  border-inline-start-color: rgb(22 163 74 / 0.85);
}

.border-s-green\/90 {
  border-inline-start-color: rgb(22 163 74 / 0.9);
}

.border-s-green\/95 {
  border-inline-start-color: rgb(22 163 74 / 0.95);
}

.border-s-grey {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-s-grey\/0 {
  border-inline-start-color: rgb(155 155 155 / 0);
}

.border-s-grey\/10 {
  border-inline-start-color: rgb(155 155 155 / 0.1);
}

.border-s-grey\/100 {
  border-inline-start-color: rgb(155 155 155 / 1);
}

.border-s-grey\/15 {
  border-inline-start-color: rgb(155 155 155 / 0.15);
}

.border-s-grey\/20 {
  border-inline-start-color: rgb(155 155 155 / 0.2);
}

.border-s-grey\/25 {
  border-inline-start-color: rgb(155 155 155 / 0.25);
}

.border-s-grey\/30 {
  border-inline-start-color: rgb(155 155 155 / 0.3);
}

.border-s-grey\/35 {
  border-inline-start-color: rgb(155 155 155 / 0.35);
}

.border-s-grey\/40 {
  border-inline-start-color: rgb(155 155 155 / 0.4);
}

.border-s-grey\/45 {
  border-inline-start-color: rgb(155 155 155 / 0.45);
}

.border-s-grey\/5 {
  border-inline-start-color: rgb(155 155 155 / 0.05);
}

.border-s-grey\/50 {
  border-inline-start-color: rgb(155 155 155 / 0.5);
}

.border-s-grey\/55 {
  border-inline-start-color: rgb(155 155 155 / 0.55);
}

.border-s-grey\/60 {
  border-inline-start-color: rgb(155 155 155 / 0.6);
}

.border-s-grey\/65 {
  border-inline-start-color: rgb(155 155 155 / 0.65);
}

.border-s-grey\/70 {
  border-inline-start-color: rgb(155 155 155 / 0.7);
}

.border-s-grey\/75 {
  border-inline-start-color: rgb(155 155 155 / 0.75);
}

.border-s-grey\/80 {
  border-inline-start-color: rgb(155 155 155 / 0.8);
}

.border-s-grey\/85 {
  border-inline-start-color: rgb(155 155 155 / 0.85);
}

.border-s-grey\/90 {
  border-inline-start-color: rgb(155 155 155 / 0.9);
}

.border-s-grey\/95 {
  border-inline-start-color: rgb(155 155 155 / 0.95);
}

.border-s-lightBlue {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-s-lightBlue\/0 {
  border-inline-start-color: rgb(6 156 220 / 0);
}

.border-s-lightBlue\/10 {
  border-inline-start-color: rgb(6 156 220 / 0.1);
}

.border-s-lightBlue\/100 {
  border-inline-start-color: rgb(6 156 220 / 1);
}

.border-s-lightBlue\/15 {
  border-inline-start-color: rgb(6 156 220 / 0.15);
}

.border-s-lightBlue\/20 {
  border-inline-start-color: rgb(6 156 220 / 0.2);
}

.border-s-lightBlue\/25 {
  border-inline-start-color: rgb(6 156 220 / 0.25);
}

.border-s-lightBlue\/30 {
  border-inline-start-color: rgb(6 156 220 / 0.3);
}

.border-s-lightBlue\/35 {
  border-inline-start-color: rgb(6 156 220 / 0.35);
}

.border-s-lightBlue\/40 {
  border-inline-start-color: rgb(6 156 220 / 0.4);
}

.border-s-lightBlue\/45 {
  border-inline-start-color: rgb(6 156 220 / 0.45);
}

.border-s-lightBlue\/5 {
  border-inline-start-color: rgb(6 156 220 / 0.05);
}

.border-s-lightBlue\/50 {
  border-inline-start-color: rgb(6 156 220 / 0.5);
}

.border-s-lightBlue\/55 {
  border-inline-start-color: rgb(6 156 220 / 0.55);
}

.border-s-lightBlue\/60 {
  border-inline-start-color: rgb(6 156 220 / 0.6);
}

.border-s-lightBlue\/65 {
  border-inline-start-color: rgb(6 156 220 / 0.65);
}

.border-s-lightBlue\/70 {
  border-inline-start-color: rgb(6 156 220 / 0.7);
}

.border-s-lightBlue\/75 {
  border-inline-start-color: rgb(6 156 220 / 0.75);
}

.border-s-lightBlue\/80 {
  border-inline-start-color: rgb(6 156 220 / 0.8);
}

.border-s-lightBlue\/85 {
  border-inline-start-color: rgb(6 156 220 / 0.85);
}

.border-s-lightBlue\/90 {
  border-inline-start-color: rgb(6 156 220 / 0.9);
}

.border-s-lightBlue\/95 {
  border-inline-start-color: rgb(6 156 220 / 0.95);
}

.border-s-lightGray {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-s-lightGray\/0 {
  border-inline-start-color: rgb(194 194 194 / 0);
}

.border-s-lightGray\/10 {
  border-inline-start-color: rgb(194 194 194 / 0.1);
}

.border-s-lightGray\/100 {
  border-inline-start-color: rgb(194 194 194 / 1);
}

.border-s-lightGray\/15 {
  border-inline-start-color: rgb(194 194 194 / 0.15);
}

.border-s-lightGray\/20 {
  border-inline-start-color: rgb(194 194 194 / 0.2);
}

.border-s-lightGray\/25 {
  border-inline-start-color: rgb(194 194 194 / 0.25);
}

.border-s-lightGray\/30 {
  border-inline-start-color: rgb(194 194 194 / 0.3);
}

.border-s-lightGray\/35 {
  border-inline-start-color: rgb(194 194 194 / 0.35);
}

.border-s-lightGray\/40 {
  border-inline-start-color: rgb(194 194 194 / 0.4);
}

.border-s-lightGray\/45 {
  border-inline-start-color: rgb(194 194 194 / 0.45);
}

.border-s-lightGray\/5 {
  border-inline-start-color: rgb(194 194 194 / 0.05);
}

.border-s-lightGray\/50 {
  border-inline-start-color: rgb(194 194 194 / 0.5);
}

.border-s-lightGray\/55 {
  border-inline-start-color: rgb(194 194 194 / 0.55);
}

.border-s-lightGray\/60 {
  border-inline-start-color: rgb(194 194 194 / 0.6);
}

.border-s-lightGray\/65 {
  border-inline-start-color: rgb(194 194 194 / 0.65);
}

.border-s-lightGray\/70 {
  border-inline-start-color: rgb(194 194 194 / 0.7);
}

.border-s-lightGray\/75 {
  border-inline-start-color: rgb(194 194 194 / 0.75);
}

.border-s-lightGray\/80 {
  border-inline-start-color: rgb(194 194 194 / 0.8);
}

.border-s-lightGray\/85 {
  border-inline-start-color: rgb(194 194 194 / 0.85);
}

.border-s-lightGray\/90 {
  border-inline-start-color: rgb(194 194 194 / 0.9);
}

.border-s-lightGray\/95 {
  border-inline-start-color: rgb(194 194 194 / 0.95);
}

.border-s-lightRed {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-s-lightRed\/0 {
  border-inline-start-color: rgb(255 245 243 / 0);
}

.border-s-lightRed\/10 {
  border-inline-start-color: rgb(255 245 243 / 0.1);
}

.border-s-lightRed\/100 {
  border-inline-start-color: rgb(255 245 243 / 1);
}

.border-s-lightRed\/15 {
  border-inline-start-color: rgb(255 245 243 / 0.15);
}

.border-s-lightRed\/20 {
  border-inline-start-color: rgb(255 245 243 / 0.2);
}

.border-s-lightRed\/25 {
  border-inline-start-color: rgb(255 245 243 / 0.25);
}

.border-s-lightRed\/30 {
  border-inline-start-color: rgb(255 245 243 / 0.3);
}

.border-s-lightRed\/35 {
  border-inline-start-color: rgb(255 245 243 / 0.35);
}

.border-s-lightRed\/40 {
  border-inline-start-color: rgb(255 245 243 / 0.4);
}

.border-s-lightRed\/45 {
  border-inline-start-color: rgb(255 245 243 / 0.45);
}

.border-s-lightRed\/5 {
  border-inline-start-color: rgb(255 245 243 / 0.05);
}

.border-s-lightRed\/50 {
  border-inline-start-color: rgb(255 245 243 / 0.5);
}

.border-s-lightRed\/55 {
  border-inline-start-color: rgb(255 245 243 / 0.55);
}

.border-s-lightRed\/60 {
  border-inline-start-color: rgb(255 245 243 / 0.6);
}

.border-s-lightRed\/65 {
  border-inline-start-color: rgb(255 245 243 / 0.65);
}

.border-s-lightRed\/70 {
  border-inline-start-color: rgb(255 245 243 / 0.7);
}

.border-s-lightRed\/75 {
  border-inline-start-color: rgb(255 245 243 / 0.75);
}

.border-s-lightRed\/80 {
  border-inline-start-color: rgb(255 245 243 / 0.8);
}

.border-s-lightRed\/85 {
  border-inline-start-color: rgb(255 245 243 / 0.85);
}

.border-s-lightRed\/90 {
  border-inline-start-color: rgb(255 245 243 / 0.9);
}

.border-s-lightRed\/95 {
  border-inline-start-color: rgb(255 245 243 / 0.95);
}

.border-s-orange {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-s-orange\/0 {
  border-inline-start-color: rgb(244 124 60 / 0);
}

.border-s-orange\/10 {
  border-inline-start-color: rgb(244 124 60 / 0.1);
}

.border-s-orange\/100 {
  border-inline-start-color: rgb(244 124 60 / 1);
}

.border-s-orange\/15 {
  border-inline-start-color: rgb(244 124 60 / 0.15);
}

.border-s-orange\/20 {
  border-inline-start-color: rgb(244 124 60 / 0.2);
}

.border-s-orange\/25 {
  border-inline-start-color: rgb(244 124 60 / 0.25);
}

.border-s-orange\/30 {
  border-inline-start-color: rgb(244 124 60 / 0.3);
}

.border-s-orange\/35 {
  border-inline-start-color: rgb(244 124 60 / 0.35);
}

.border-s-orange\/40 {
  border-inline-start-color: rgb(244 124 60 / 0.4);
}

.border-s-orange\/45 {
  border-inline-start-color: rgb(244 124 60 / 0.45);
}

.border-s-orange\/5 {
  border-inline-start-color: rgb(244 124 60 / 0.05);
}

.border-s-orange\/50 {
  border-inline-start-color: rgb(244 124 60 / 0.5);
}

.border-s-orange\/55 {
  border-inline-start-color: rgb(244 124 60 / 0.55);
}

.border-s-orange\/60 {
  border-inline-start-color: rgb(244 124 60 / 0.6);
}

.border-s-orange\/65 {
  border-inline-start-color: rgb(244 124 60 / 0.65);
}

.border-s-orange\/70 {
  border-inline-start-color: rgb(244 124 60 / 0.7);
}

.border-s-orange\/75 {
  border-inline-start-color: rgb(244 124 60 / 0.75);
}

.border-s-orange\/80 {
  border-inline-start-color: rgb(244 124 60 / 0.8);
}

.border-s-orange\/85 {
  border-inline-start-color: rgb(244 124 60 / 0.85);
}

.border-s-orange\/90 {
  border-inline-start-color: rgb(244 124 60 / 0.9);
}

.border-s-orange\/95 {
  border-inline-start-color: rgb(244 124 60 / 0.95);
}

.border-s-primary {
  border-inline-start-color: var(--color-primary);
}

.border-s-red {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-s-red\/0 {
  border-inline-start-color: rgb(237 46 46 / 0);
}

.border-s-red\/10 {
  border-inline-start-color: rgb(237 46 46 / 0.1);
}

.border-s-red\/100 {
  border-inline-start-color: rgb(237 46 46 / 1);
}

.border-s-red\/15 {
  border-inline-start-color: rgb(237 46 46 / 0.15);
}

.border-s-red\/20 {
  border-inline-start-color: rgb(237 46 46 / 0.2);
}

.border-s-red\/25 {
  border-inline-start-color: rgb(237 46 46 / 0.25);
}

.border-s-red\/30 {
  border-inline-start-color: rgb(237 46 46 / 0.3);
}

.border-s-red\/35 {
  border-inline-start-color: rgb(237 46 46 / 0.35);
}

.border-s-red\/40 {
  border-inline-start-color: rgb(237 46 46 / 0.4);
}

.border-s-red\/45 {
  border-inline-start-color: rgb(237 46 46 / 0.45);
}

.border-s-red\/5 {
  border-inline-start-color: rgb(237 46 46 / 0.05);
}

.border-s-red\/50 {
  border-inline-start-color: rgb(237 46 46 / 0.5);
}

.border-s-red\/55 {
  border-inline-start-color: rgb(237 46 46 / 0.55);
}

.border-s-red\/60 {
  border-inline-start-color: rgb(237 46 46 / 0.6);
}

.border-s-red\/65 {
  border-inline-start-color: rgb(237 46 46 / 0.65);
}

.border-s-red\/70 {
  border-inline-start-color: rgb(237 46 46 / 0.7);
}

.border-s-red\/75 {
  border-inline-start-color: rgb(237 46 46 / 0.75);
}

.border-s-red\/80 {
  border-inline-start-color: rgb(237 46 46 / 0.8);
}

.border-s-red\/85 {
  border-inline-start-color: rgb(237 46 46 / 0.85);
}

.border-s-red\/90 {
  border-inline-start-color: rgb(237 46 46 / 0.9);
}

.border-s-red\/95 {
  border-inline-start-color: rgb(237 46 46 / 0.95);
}

.border-s-secondary {
  border-inline-start-color: var(--color-secondary);
}

.border-s-veryLightGray {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-s-veryLightGray\/0 {
  border-inline-start-color: rgb(250 250 250 / 0);
}

.border-s-veryLightGray\/10 {
  border-inline-start-color: rgb(250 250 250 / 0.1);
}

.border-s-veryLightGray\/100 {
  border-inline-start-color: rgb(250 250 250 / 1);
}

.border-s-veryLightGray\/15 {
  border-inline-start-color: rgb(250 250 250 / 0.15);
}

.border-s-veryLightGray\/20 {
  border-inline-start-color: rgb(250 250 250 / 0.2);
}

.border-s-veryLightGray\/25 {
  border-inline-start-color: rgb(250 250 250 / 0.25);
}

.border-s-veryLightGray\/30 {
  border-inline-start-color: rgb(250 250 250 / 0.3);
}

.border-s-veryLightGray\/35 {
  border-inline-start-color: rgb(250 250 250 / 0.35);
}

.border-s-veryLightGray\/40 {
  border-inline-start-color: rgb(250 250 250 / 0.4);
}

.border-s-veryLightGray\/45 {
  border-inline-start-color: rgb(250 250 250 / 0.45);
}

.border-s-veryLightGray\/5 {
  border-inline-start-color: rgb(250 250 250 / 0.05);
}

.border-s-veryLightGray\/50 {
  border-inline-start-color: rgb(250 250 250 / 0.5);
}

.border-s-veryLightGray\/55 {
  border-inline-start-color: rgb(250 250 250 / 0.55);
}

.border-s-veryLightGray\/60 {
  border-inline-start-color: rgb(250 250 250 / 0.6);
}

.border-s-veryLightGray\/65 {
  border-inline-start-color: rgb(250 250 250 / 0.65);
}

.border-s-veryLightGray\/70 {
  border-inline-start-color: rgb(250 250 250 / 0.7);
}

.border-s-veryLightGray\/75 {
  border-inline-start-color: rgb(250 250 250 / 0.75);
}

.border-s-veryLightGray\/80 {
  border-inline-start-color: rgb(250 250 250 / 0.8);
}

.border-s-veryLightGray\/85 {
  border-inline-start-color: rgb(250 250 250 / 0.85);
}

.border-s-veryLightGray\/90 {
  border-inline-start-color: rgb(250 250 250 / 0.9);
}

.border-s-veryLightGray\/95 {
  border-inline-start-color: rgb(250 250 250 / 0.95);
}

.border-s-white {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-s-white\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-white\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-white\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-white\/15 {
  border-inline-start-color: rgb(255 255 255 / 0.15);
}

.border-s-white\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-white\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-white\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-white\/35 {
  border-inline-start-color: rgb(255 255 255 / 0.35);
}

.border-s-white\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-white\/45 {
  border-inline-start-color: rgb(255 255 255 / 0.45);
}

.border-s-white\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-white\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-white\/55 {
  border-inline-start-color: rgb(255 255 255 / 0.55);
}

.border-s-white\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-white\/65 {
  border-inline-start-color: rgb(255 255 255 / 0.65);
}

.border-s-white\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-white\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-white\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-white\/85 {
  border-inline-start-color: rgb(255 255 255 / 0.85);
}

.border-s-white\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-white\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

.border-t-backgroundGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 247 247 / var(--tw-border-opacity, 1));
}

.border-t-backgroundGray\/0 {
  border-top-color: rgb(247 247 247 / 0);
}

.border-t-backgroundGray\/10 {
  border-top-color: rgb(247 247 247 / 0.1);
}

.border-t-backgroundGray\/100 {
  border-top-color: rgb(247 247 247 / 1);
}

.border-t-backgroundGray\/15 {
  border-top-color: rgb(247 247 247 / 0.15);
}

.border-t-backgroundGray\/20 {
  border-top-color: rgb(247 247 247 / 0.2);
}

.border-t-backgroundGray\/25 {
  border-top-color: rgb(247 247 247 / 0.25);
}

.border-t-backgroundGray\/30 {
  border-top-color: rgb(247 247 247 / 0.3);
}

.border-t-backgroundGray\/35 {
  border-top-color: rgb(247 247 247 / 0.35);
}

.border-t-backgroundGray\/40 {
  border-top-color: rgb(247 247 247 / 0.4);
}

.border-t-backgroundGray\/45 {
  border-top-color: rgb(247 247 247 / 0.45);
}

.border-t-backgroundGray\/5 {
  border-top-color: rgb(247 247 247 / 0.05);
}

.border-t-backgroundGray\/50 {
  border-top-color: rgb(247 247 247 / 0.5);
}

.border-t-backgroundGray\/55 {
  border-top-color: rgb(247 247 247 / 0.55);
}

.border-t-backgroundGray\/60 {
  border-top-color: rgb(247 247 247 / 0.6);
}

.border-t-backgroundGray\/65 {
  border-top-color: rgb(247 247 247 / 0.65);
}

.border-t-backgroundGray\/70 {
  border-top-color: rgb(247 247 247 / 0.7);
}

.border-t-backgroundGray\/75 {
  border-top-color: rgb(247 247 247 / 0.75);
}

.border-t-backgroundGray\/80 {
  border-top-color: rgb(247 247 247 / 0.8);
}

.border-t-backgroundGray\/85 {
  border-top-color: rgb(247 247 247 / 0.85);
}

.border-t-backgroundGray\/90 {
  border-top-color: rgb(247 247 247 / 0.9);
}

.border-t-backgroundGray\/95 {
  border-top-color: rgb(247 247 247 / 0.95);
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-t-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}

.border-t-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}

.border-t-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}

.border-t-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}

.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}

.border-t-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}

.border-t-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 127 178 / var(--tw-border-opacity, 1));
}

.border-t-blue\/0 {
  border-top-color: rgb(6 127 178 / 0);
}

.border-t-blue\/10 {
  border-top-color: rgb(6 127 178 / 0.1);
}

.border-t-blue\/100 {
  border-top-color: rgb(6 127 178 / 1);
}

.border-t-blue\/15 {
  border-top-color: rgb(6 127 178 / 0.15);
}

.border-t-blue\/20 {
  border-top-color: rgb(6 127 178 / 0.2);
}

.border-t-blue\/25 {
  border-top-color: rgb(6 127 178 / 0.25);
}

.border-t-blue\/30 {
  border-top-color: rgb(6 127 178 / 0.3);
}

.border-t-blue\/35 {
  border-top-color: rgb(6 127 178 / 0.35);
}

.border-t-blue\/40 {
  border-top-color: rgb(6 127 178 / 0.4);
}

.border-t-blue\/45 {
  border-top-color: rgb(6 127 178 / 0.45);
}

.border-t-blue\/5 {
  border-top-color: rgb(6 127 178 / 0.05);
}

.border-t-blue\/50 {
  border-top-color: rgb(6 127 178 / 0.5);
}

.border-t-blue\/55 {
  border-top-color: rgb(6 127 178 / 0.55);
}

.border-t-blue\/60 {
  border-top-color: rgb(6 127 178 / 0.6);
}

.border-t-blue\/65 {
  border-top-color: rgb(6 127 178 / 0.65);
}

.border-t-blue\/70 {
  border-top-color: rgb(6 127 178 / 0.7);
}

.border-t-blue\/75 {
  border-top-color: rgb(6 127 178 / 0.75);
}

.border-t-blue\/80 {
  border-top-color: rgb(6 127 178 / 0.8);
}

.border-t-blue\/85 {
  border-top-color: rgb(6 127 178 / 0.85);
}

.border-t-blue\/90 {
  border-top-color: rgb(6 127 178 / 0.9);
}

.border-t-blue\/95 {
  border-top-color: rgb(6 127 178 / 0.95);
}

.border-t-dark {
  border-top-color: var(--color-dark);
}

.border-t-darkGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(53 53 53 / var(--tw-border-opacity, 1));
}

.border-t-darkGray\/0 {
  border-top-color: rgb(53 53 53 / 0);
}

.border-t-darkGray\/10 {
  border-top-color: rgb(53 53 53 / 0.1);
}

.border-t-darkGray\/100 {
  border-top-color: rgb(53 53 53 / 1);
}

.border-t-darkGray\/15 {
  border-top-color: rgb(53 53 53 / 0.15);
}

.border-t-darkGray\/20 {
  border-top-color: rgb(53 53 53 / 0.2);
}

.border-t-darkGray\/25 {
  border-top-color: rgb(53 53 53 / 0.25);
}

.border-t-darkGray\/30 {
  border-top-color: rgb(53 53 53 / 0.3);
}

.border-t-darkGray\/35 {
  border-top-color: rgb(53 53 53 / 0.35);
}

.border-t-darkGray\/40 {
  border-top-color: rgb(53 53 53 / 0.4);
}

.border-t-darkGray\/45 {
  border-top-color: rgb(53 53 53 / 0.45);
}

.border-t-darkGray\/5 {
  border-top-color: rgb(53 53 53 / 0.05);
}

.border-t-darkGray\/50 {
  border-top-color: rgb(53 53 53 / 0.5);
}

.border-t-darkGray\/55 {
  border-top-color: rgb(53 53 53 / 0.55);
}

.border-t-darkGray\/60 {
  border-top-color: rgb(53 53 53 / 0.6);
}

.border-t-darkGray\/65 {
  border-top-color: rgb(53 53 53 / 0.65);
}

.border-t-darkGray\/70 {
  border-top-color: rgb(53 53 53 / 0.7);
}

.border-t-darkGray\/75 {
  border-top-color: rgb(53 53 53 / 0.75);
}

.border-t-darkGray\/80 {
  border-top-color: rgb(53 53 53 / 0.8);
}

.border-t-darkGray\/85 {
  border-top-color: rgb(53 53 53 / 0.85);
}

.border-t-darkGray\/90 {
  border-top-color: rgb(53 53 53 / 0.9);
}

.border-t-darkGray\/95 {
  border-top-color: rgb(53 53 53 / 0.95);
}

.border-t-green {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-t-green\/0 {
  border-top-color: rgb(22 163 74 / 0);
}

.border-t-green\/10 {
  border-top-color: rgb(22 163 74 / 0.1);
}

.border-t-green\/100 {
  border-top-color: rgb(22 163 74 / 1);
}

.border-t-green\/15 {
  border-top-color: rgb(22 163 74 / 0.15);
}

.border-t-green\/20 {
  border-top-color: rgb(22 163 74 / 0.2);
}

.border-t-green\/25 {
  border-top-color: rgb(22 163 74 / 0.25);
}

.border-t-green\/30 {
  border-top-color: rgb(22 163 74 / 0.3);
}

.border-t-green\/35 {
  border-top-color: rgb(22 163 74 / 0.35);
}

.border-t-green\/40 {
  border-top-color: rgb(22 163 74 / 0.4);
}

.border-t-green\/45 {
  border-top-color: rgb(22 163 74 / 0.45);
}

.border-t-green\/5 {
  border-top-color: rgb(22 163 74 / 0.05);
}

.border-t-green\/50 {
  border-top-color: rgb(22 163 74 / 0.5);
}

.border-t-green\/55 {
  border-top-color: rgb(22 163 74 / 0.55);
}

.border-t-green\/60 {
  border-top-color: rgb(22 163 74 / 0.6);
}

.border-t-green\/65 {
  border-top-color: rgb(22 163 74 / 0.65);
}

.border-t-green\/70 {
  border-top-color: rgb(22 163 74 / 0.7);
}

.border-t-green\/75 {
  border-top-color: rgb(22 163 74 / 0.75);
}

.border-t-green\/80 {
  border-top-color: rgb(22 163 74 / 0.8);
}

.border-t-green\/85 {
  border-top-color: rgb(22 163 74 / 0.85);
}

.border-t-green\/90 {
  border-top-color: rgb(22 163 74 / 0.9);
}

.border-t-green\/95 {
  border-top-color: rgb(22 163 74 / 0.95);
}

.border-t-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
}

.border-t-grey\/0 {
  border-top-color: rgb(155 155 155 / 0);
}

.border-t-grey\/10 {
  border-top-color: rgb(155 155 155 / 0.1);
}

.border-t-grey\/100 {
  border-top-color: rgb(155 155 155 / 1);
}

.border-t-grey\/15 {
  border-top-color: rgb(155 155 155 / 0.15);
}

.border-t-grey\/20 {
  border-top-color: rgb(155 155 155 / 0.2);
}

.border-t-grey\/25 {
  border-top-color: rgb(155 155 155 / 0.25);
}

.border-t-grey\/30 {
  border-top-color: rgb(155 155 155 / 0.3);
}

.border-t-grey\/35 {
  border-top-color: rgb(155 155 155 / 0.35);
}

.border-t-grey\/40 {
  border-top-color: rgb(155 155 155 / 0.4);
}

.border-t-grey\/45 {
  border-top-color: rgb(155 155 155 / 0.45);
}

.border-t-grey\/5 {
  border-top-color: rgb(155 155 155 / 0.05);
}

.border-t-grey\/50 {
  border-top-color: rgb(155 155 155 / 0.5);
}

.border-t-grey\/55 {
  border-top-color: rgb(155 155 155 / 0.55);
}

.border-t-grey\/60 {
  border-top-color: rgb(155 155 155 / 0.6);
}

.border-t-grey\/65 {
  border-top-color: rgb(155 155 155 / 0.65);
}

.border-t-grey\/70 {
  border-top-color: rgb(155 155 155 / 0.7);
}

.border-t-grey\/75 {
  border-top-color: rgb(155 155 155 / 0.75);
}

.border-t-grey\/80 {
  border-top-color: rgb(155 155 155 / 0.8);
}

.border-t-grey\/85 {
  border-top-color: rgb(155 155 155 / 0.85);
}

.border-t-grey\/90 {
  border-top-color: rgb(155 155 155 / 0.9);
}

.border-t-grey\/95 {
  border-top-color: rgb(155 155 155 / 0.95);
}

.border-t-lightBlue {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 156 220 / var(--tw-border-opacity, 1));
}

.border-t-lightBlue\/0 {
  border-top-color: rgb(6 156 220 / 0);
}

.border-t-lightBlue\/10 {
  border-top-color: rgb(6 156 220 / 0.1);
}

.border-t-lightBlue\/100 {
  border-top-color: rgb(6 156 220 / 1);
}

.border-t-lightBlue\/15 {
  border-top-color: rgb(6 156 220 / 0.15);
}

.border-t-lightBlue\/20 {
  border-top-color: rgb(6 156 220 / 0.2);
}

.border-t-lightBlue\/25 {
  border-top-color: rgb(6 156 220 / 0.25);
}

.border-t-lightBlue\/30 {
  border-top-color: rgb(6 156 220 / 0.3);
}

.border-t-lightBlue\/35 {
  border-top-color: rgb(6 156 220 / 0.35);
}

.border-t-lightBlue\/40 {
  border-top-color: rgb(6 156 220 / 0.4);
}

.border-t-lightBlue\/45 {
  border-top-color: rgb(6 156 220 / 0.45);
}

.border-t-lightBlue\/5 {
  border-top-color: rgb(6 156 220 / 0.05);
}

.border-t-lightBlue\/50 {
  border-top-color: rgb(6 156 220 / 0.5);
}

.border-t-lightBlue\/55 {
  border-top-color: rgb(6 156 220 / 0.55);
}

.border-t-lightBlue\/60 {
  border-top-color: rgb(6 156 220 / 0.6);
}

.border-t-lightBlue\/65 {
  border-top-color: rgb(6 156 220 / 0.65);
}

.border-t-lightBlue\/70 {
  border-top-color: rgb(6 156 220 / 0.7);
}

.border-t-lightBlue\/75 {
  border-top-color: rgb(6 156 220 / 0.75);
}

.border-t-lightBlue\/80 {
  border-top-color: rgb(6 156 220 / 0.8);
}

.border-t-lightBlue\/85 {
  border-top-color: rgb(6 156 220 / 0.85);
}

.border-t-lightBlue\/90 {
  border-top-color: rgb(6 156 220 / 0.9);
}

.border-t-lightBlue\/95 {
  border-top-color: rgb(6 156 220 / 0.95);
}

.border-t-lightGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(194 194 194 / var(--tw-border-opacity, 1));
}

.border-t-lightGray\/0 {
  border-top-color: rgb(194 194 194 / 0);
}

.border-t-lightGray\/10 {
  border-top-color: rgb(194 194 194 / 0.1);
}

.border-t-lightGray\/100 {
  border-top-color: rgb(194 194 194 / 1);
}

.border-t-lightGray\/15 {
  border-top-color: rgb(194 194 194 / 0.15);
}

.border-t-lightGray\/20 {
  border-top-color: rgb(194 194 194 / 0.2);
}

.border-t-lightGray\/25 {
  border-top-color: rgb(194 194 194 / 0.25);
}

.border-t-lightGray\/30 {
  border-top-color: rgb(194 194 194 / 0.3);
}

.border-t-lightGray\/35 {
  border-top-color: rgb(194 194 194 / 0.35);
}

.border-t-lightGray\/40 {
  border-top-color: rgb(194 194 194 / 0.4);
}

.border-t-lightGray\/45 {
  border-top-color: rgb(194 194 194 / 0.45);
}

.border-t-lightGray\/5 {
  border-top-color: rgb(194 194 194 / 0.05);
}

.border-t-lightGray\/50 {
  border-top-color: rgb(194 194 194 / 0.5);
}

.border-t-lightGray\/55 {
  border-top-color: rgb(194 194 194 / 0.55);
}

.border-t-lightGray\/60 {
  border-top-color: rgb(194 194 194 / 0.6);
}

.border-t-lightGray\/65 {
  border-top-color: rgb(194 194 194 / 0.65);
}

.border-t-lightGray\/70 {
  border-top-color: rgb(194 194 194 / 0.7);
}

.border-t-lightGray\/75 {
  border-top-color: rgb(194 194 194 / 0.75);
}

.border-t-lightGray\/80 {
  border-top-color: rgb(194 194 194 / 0.8);
}

.border-t-lightGray\/85 {
  border-top-color: rgb(194 194 194 / 0.85);
}

.border-t-lightGray\/90 {
  border-top-color: rgb(194 194 194 / 0.9);
}

.border-t-lightGray\/95 {
  border-top-color: rgb(194 194 194 / 0.95);
}

.border-t-lightRed {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 245 243 / var(--tw-border-opacity, 1));
}

.border-t-lightRed\/0 {
  border-top-color: rgb(255 245 243 / 0);
}

.border-t-lightRed\/10 {
  border-top-color: rgb(255 245 243 / 0.1);
}

.border-t-lightRed\/100 {
  border-top-color: rgb(255 245 243 / 1);
}

.border-t-lightRed\/15 {
  border-top-color: rgb(255 245 243 / 0.15);
}

.border-t-lightRed\/20 {
  border-top-color: rgb(255 245 243 / 0.2);
}

.border-t-lightRed\/25 {
  border-top-color: rgb(255 245 243 / 0.25);
}

.border-t-lightRed\/30 {
  border-top-color: rgb(255 245 243 / 0.3);
}

.border-t-lightRed\/35 {
  border-top-color: rgb(255 245 243 / 0.35);
}

.border-t-lightRed\/40 {
  border-top-color: rgb(255 245 243 / 0.4);
}

.border-t-lightRed\/45 {
  border-top-color: rgb(255 245 243 / 0.45);
}

.border-t-lightRed\/5 {
  border-top-color: rgb(255 245 243 / 0.05);
}

.border-t-lightRed\/50 {
  border-top-color: rgb(255 245 243 / 0.5);
}

.border-t-lightRed\/55 {
  border-top-color: rgb(255 245 243 / 0.55);
}

.border-t-lightRed\/60 {
  border-top-color: rgb(255 245 243 / 0.6);
}

.border-t-lightRed\/65 {
  border-top-color: rgb(255 245 243 / 0.65);
}

.border-t-lightRed\/70 {
  border-top-color: rgb(255 245 243 / 0.7);
}

.border-t-lightRed\/75 {
  border-top-color: rgb(255 245 243 / 0.75);
}

.border-t-lightRed\/80 {
  border-top-color: rgb(255 245 243 / 0.8);
}

.border-t-lightRed\/85 {
  border-top-color: rgb(255 245 243 / 0.85);
}

.border-t-lightRed\/90 {
  border-top-color: rgb(255 245 243 / 0.9);
}

.border-t-lightRed\/95 {
  border-top-color: rgb(255 245 243 / 0.95);
}

.border-t-orange {
  --tw-border-opacity: 1;
  border-top-color: rgb(244 124 60 / var(--tw-border-opacity, 1));
}

.border-t-orange\/0 {
  border-top-color: rgb(244 124 60 / 0);
}

.border-t-orange\/10 {
  border-top-color: rgb(244 124 60 / 0.1);
}

.border-t-orange\/100 {
  border-top-color: rgb(244 124 60 / 1);
}

.border-t-orange\/15 {
  border-top-color: rgb(244 124 60 / 0.15);
}

.border-t-orange\/20 {
  border-top-color: rgb(244 124 60 / 0.2);
}

.border-t-orange\/25 {
  border-top-color: rgb(244 124 60 / 0.25);
}

.border-t-orange\/30 {
  border-top-color: rgb(244 124 60 / 0.3);
}

.border-t-orange\/35 {
  border-top-color: rgb(244 124 60 / 0.35);
}

.border-t-orange\/40 {
  border-top-color: rgb(244 124 60 / 0.4);
}

.border-t-orange\/45 {
  border-top-color: rgb(244 124 60 / 0.45);
}

.border-t-orange\/5 {
  border-top-color: rgb(244 124 60 / 0.05);
}

.border-t-orange\/50 {
  border-top-color: rgb(244 124 60 / 0.5);
}

.border-t-orange\/55 {
  border-top-color: rgb(244 124 60 / 0.55);
}

.border-t-orange\/60 {
  border-top-color: rgb(244 124 60 / 0.6);
}

.border-t-orange\/65 {
  border-top-color: rgb(244 124 60 / 0.65);
}

.border-t-orange\/70 {
  border-top-color: rgb(244 124 60 / 0.7);
}

.border-t-orange\/75 {
  border-top-color: rgb(244 124 60 / 0.75);
}

.border-t-orange\/80 {
  border-top-color: rgb(244 124 60 / 0.8);
}

.border-t-orange\/85 {
  border-top-color: rgb(244 124 60 / 0.85);
}

.border-t-orange\/90 {
  border-top-color: rgb(244 124 60 / 0.9);
}

.border-t-orange\/95 {
  border-top-color: rgb(244 124 60 / 0.95);
}

.border-t-primary {
  border-top-color: var(--color-primary);
}

.border-t-red {
  --tw-border-opacity: 1;
  border-top-color: rgb(237 46 46 / var(--tw-border-opacity, 1));
}

.border-t-red\/0 {
  border-top-color: rgb(237 46 46 / 0);
}

.border-t-red\/10 {
  border-top-color: rgb(237 46 46 / 0.1);
}

.border-t-red\/100 {
  border-top-color: rgb(237 46 46 / 1);
}

.border-t-red\/15 {
  border-top-color: rgb(237 46 46 / 0.15);
}

.border-t-red\/20 {
  border-top-color: rgb(237 46 46 / 0.2);
}

.border-t-red\/25 {
  border-top-color: rgb(237 46 46 / 0.25);
}

.border-t-red\/30 {
  border-top-color: rgb(237 46 46 / 0.3);
}

.border-t-red\/35 {
  border-top-color: rgb(237 46 46 / 0.35);
}

.border-t-red\/40 {
  border-top-color: rgb(237 46 46 / 0.4);
}

.border-t-red\/45 {
  border-top-color: rgb(237 46 46 / 0.45);
}

.border-t-red\/5 {
  border-top-color: rgb(237 46 46 / 0.05);
}

.border-t-red\/50 {
  border-top-color: rgb(237 46 46 / 0.5);
}

.border-t-red\/55 {
  border-top-color: rgb(237 46 46 / 0.55);
}

.border-t-red\/60 {
  border-top-color: rgb(237 46 46 / 0.6);
}

.border-t-red\/65 {
  border-top-color: rgb(237 46 46 / 0.65);
}

.border-t-red\/70 {
  border-top-color: rgb(237 46 46 / 0.7);
}

.border-t-red\/75 {
  border-top-color: rgb(237 46 46 / 0.75);
}

.border-t-red\/80 {
  border-top-color: rgb(237 46 46 / 0.8);
}

.border-t-red\/85 {
  border-top-color: rgb(237 46 46 / 0.85);
}

.border-t-red\/90 {
  border-top-color: rgb(237 46 46 / 0.9);
}

.border-t-red\/95 {
  border-top-color: rgb(237 46 46 / 0.95);
}

.border-t-secondary {
  border-top-color: var(--color-secondary);
}

.border-t-veryLightGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-t-veryLightGray\/0 {
  border-top-color: rgb(250 250 250 / 0);
}

.border-t-veryLightGray\/10 {
  border-top-color: rgb(250 250 250 / 0.1);
}

.border-t-veryLightGray\/100 {
  border-top-color: rgb(250 250 250 / 1);
}

.border-t-veryLightGray\/15 {
  border-top-color: rgb(250 250 250 / 0.15);
}

.border-t-veryLightGray\/20 {
  border-top-color: rgb(250 250 250 / 0.2);
}

.border-t-veryLightGray\/25 {
  border-top-color: rgb(250 250 250 / 0.25);
}

.border-t-veryLightGray\/30 {
  border-top-color: rgb(250 250 250 / 0.3);
}

.border-t-veryLightGray\/35 {
  border-top-color: rgb(250 250 250 / 0.35);
}

.border-t-veryLightGray\/40 {
  border-top-color: rgb(250 250 250 / 0.4);
}

.border-t-veryLightGray\/45 {
  border-top-color: rgb(250 250 250 / 0.45);
}

.border-t-veryLightGray\/5 {
  border-top-color: rgb(250 250 250 / 0.05);
}

.border-t-veryLightGray\/50 {
  border-top-color: rgb(250 250 250 / 0.5);
}

.border-t-veryLightGray\/55 {
  border-top-color: rgb(250 250 250 / 0.55);
}

.border-t-veryLightGray\/60 {
  border-top-color: rgb(250 250 250 / 0.6);
}

.border-t-veryLightGray\/65 {
  border-top-color: rgb(250 250 250 / 0.65);
}

.border-t-veryLightGray\/70 {
  border-top-color: rgb(250 250 250 / 0.7);
}

.border-t-veryLightGray\/75 {
  border-top-color: rgb(250 250 250 / 0.75);
}

.border-t-veryLightGray\/80 {
  border-top-color: rgb(250 250 250 / 0.8);
}

.border-t-veryLightGray\/85 {
  border-top-color: rgb(250 250 250 / 0.85);
}

.border-t-veryLightGray\/90 {
  border-top-color: rgb(250 250 250 / 0.9);
}

.border-t-veryLightGray\/95 {
  border-top-color: rgb(250 250 250 / 0.95);
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}

.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}

.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}

.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}

.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}

.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}

.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-15 {
  --tw-border-opacity: 0.15;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-35 {
  --tw-border-opacity: 0.35;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-45 {
  --tw-border-opacity: 0.45;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-55 {
  --tw-border-opacity: 0.55;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-65 {
  --tw-border-opacity: 0.65;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-85 {
  --tw-border-opacity: 0.85;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.bg-backgroundGray {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-backgroundGray\/0 {
  background-color: rgb(247 247 247 / 0);
}

.bg-backgroundGray\/10 {
  background-color: rgb(247 247 247 / 0.1);
}

.bg-backgroundGray\/100 {
  background-color: rgb(247 247 247 / 1);
}

.bg-backgroundGray\/15 {
  background-color: rgb(247 247 247 / 0.15);
}

.bg-backgroundGray\/20 {
  background-color: rgb(247 247 247 / 0.2);
}

.bg-backgroundGray\/25 {
  background-color: rgb(247 247 247 / 0.25);
}

.bg-backgroundGray\/30 {
  background-color: rgb(247 247 247 / 0.3);
}

.bg-backgroundGray\/35 {
  background-color: rgb(247 247 247 / 0.35);
}

.bg-backgroundGray\/40 {
  background-color: rgb(247 247 247 / 0.4);
}

.bg-backgroundGray\/45 {
  background-color: rgb(247 247 247 / 0.45);
}

.bg-backgroundGray\/5 {
  background-color: rgb(247 247 247 / 0.05);
}

.bg-backgroundGray\/50 {
  background-color: rgb(247 247 247 / 0.5);
}

.bg-backgroundGray\/55 {
  background-color: rgb(247 247 247 / 0.55);
}

.bg-backgroundGray\/60 {
  background-color: rgb(247 247 247 / 0.6);
}

.bg-backgroundGray\/65 {
  background-color: rgb(247 247 247 / 0.65);
}

.bg-backgroundGray\/70 {
  background-color: rgb(247 247 247 / 0.7);
}

.bg-backgroundGray\/75 {
  background-color: rgb(247 247 247 / 0.75);
}

.bg-backgroundGray\/80 {
  background-color: rgb(247 247 247 / 0.8);
}

.bg-backgroundGray\/85 {
  background-color: rgb(247 247 247 / 0.85);
}

.bg-backgroundGray\/90 {
  background-color: rgb(247 247 247 / 0.9);
}

.bg-backgroundGray\/95 {
  background-color: rgb(247 247 247 / 0.95);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 127 178 / var(--tw-bg-opacity, 1));
}

.bg-blue\/0 {
  background-color: rgb(6 127 178 / 0);
}

.bg-blue\/10 {
  background-color: rgb(6 127 178 / 0.1);
}

.bg-blue\/100 {
  background-color: rgb(6 127 178 / 1);
}

.bg-blue\/15 {
  background-color: rgb(6 127 178 / 0.15);
}

.bg-blue\/20 {
  background-color: rgb(6 127 178 / 0.2);
}

.bg-blue\/25 {
  background-color: rgb(6 127 178 / 0.25);
}

.bg-blue\/30 {
  background-color: rgb(6 127 178 / 0.3);
}

.bg-blue\/35 {
  background-color: rgb(6 127 178 / 0.35);
}

.bg-blue\/40 {
  background-color: rgb(6 127 178 / 0.4);
}

.bg-blue\/45 {
  background-color: rgb(6 127 178 / 0.45);
}

.bg-blue\/5 {
  background-color: rgb(6 127 178 / 0.05);
}

.bg-blue\/50 {
  background-color: rgb(6 127 178 / 0.5);
}

.bg-blue\/55 {
  background-color: rgb(6 127 178 / 0.55);
}

.bg-blue\/60 {
  background-color: rgb(6 127 178 / 0.6);
}

.bg-blue\/65 {
  background-color: rgb(6 127 178 / 0.65);
}

.bg-blue\/70 {
  background-color: rgb(6 127 178 / 0.7);
}

.bg-blue\/75 {
  background-color: rgb(6 127 178 / 0.75);
}

.bg-blue\/80 {
  background-color: rgb(6 127 178 / 0.8);
}

.bg-blue\/85 {
  background-color: rgb(6 127 178 / 0.85);
}

.bg-blue\/90 {
  background-color: rgb(6 127 178 / 0.9);
}

.bg-blue\/95 {
  background-color: rgb(6 127 178 / 0.95);
}

.bg-dark {
  background-color: var(--color-dark);
}

.bg-darkGray {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity, 1));
}

.bg-darkGray\/0 {
  background-color: rgb(53 53 53 / 0);
}

.bg-darkGray\/10 {
  background-color: rgb(53 53 53 / 0.1);
}

.bg-darkGray\/100 {
  background-color: rgb(53 53 53 / 1);
}

.bg-darkGray\/15 {
  background-color: rgb(53 53 53 / 0.15);
}

.bg-darkGray\/20 {
  background-color: rgb(53 53 53 / 0.2);
}

.bg-darkGray\/25 {
  background-color: rgb(53 53 53 / 0.25);
}

.bg-darkGray\/30 {
  background-color: rgb(53 53 53 / 0.3);
}

.bg-darkGray\/35 {
  background-color: rgb(53 53 53 / 0.35);
}

.bg-darkGray\/40 {
  background-color: rgb(53 53 53 / 0.4);
}

.bg-darkGray\/45 {
  background-color: rgb(53 53 53 / 0.45);
}

.bg-darkGray\/5 {
  background-color: rgb(53 53 53 / 0.05);
}

.bg-darkGray\/50 {
  background-color: rgb(53 53 53 / 0.5);
}

.bg-darkGray\/55 {
  background-color: rgb(53 53 53 / 0.55);
}

.bg-darkGray\/60 {
  background-color: rgb(53 53 53 / 0.6);
}

.bg-darkGray\/65 {
  background-color: rgb(53 53 53 / 0.65);
}

.bg-darkGray\/70 {
  background-color: rgb(53 53 53 / 0.7);
}

.bg-darkGray\/75 {
  background-color: rgb(53 53 53 / 0.75);
}

.bg-darkGray\/80 {
  background-color: rgb(53 53 53 / 0.8);
}

.bg-darkGray\/85 {
  background-color: rgb(53 53 53 / 0.85);
}

.bg-darkGray\/90 {
  background-color: rgb(53 53 53 / 0.9);
}

.bg-darkGray\/95 {
  background-color: rgb(53 53 53 / 0.95);
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green\/0 {
  background-color: rgb(22 163 74 / 0);
}

.bg-green\/10 {
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green\/100 {
  background-color: rgb(22 163 74 / 1);
}

.bg-green\/15 {
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green\/25 {
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green\/30 {
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green\/35 {
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green\/40 {
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green\/45 {
  background-color: rgb(22 163 74 / 0.45);
}

.bg-green\/5 {
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green\/50 {
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green\/55 {
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green\/60 {
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green\/65 {
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green\/70 {
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green\/75 {
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green\/80 {
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green\/85 {
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green\/90 {
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green\/95 {
  background-color: rgb(22 163 74 / 0.95);
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(155 155 155 / var(--tw-bg-opacity, 1));
}

.bg-grey\/0 {
  background-color: rgb(155 155 155 / 0);
}

.bg-grey\/10 {
  background-color: rgb(155 155 155 / 0.1);
}

.bg-grey\/100 {
  background-color: rgb(155 155 155 / 1);
}

.bg-grey\/15 {
  background-color: rgb(155 155 155 / 0.15);
}

.bg-grey\/20 {
  background-color: rgb(155 155 155 / 0.2);
}

.bg-grey\/25 {
  background-color: rgb(155 155 155 / 0.25);
}

.bg-grey\/30 {
  background-color: rgb(155 155 155 / 0.3);
}

.bg-grey\/35 {
  background-color: rgb(155 155 155 / 0.35);
}

.bg-grey\/40 {
  background-color: rgb(155 155 155 / 0.4);
}

.bg-grey\/45 {
  background-color: rgb(155 155 155 / 0.45);
}

.bg-grey\/5 {
  background-color: rgb(155 155 155 / 0.05);
}

.bg-grey\/50 {
  background-color: rgb(155 155 155 / 0.5);
}

.bg-grey\/55 {
  background-color: rgb(155 155 155 / 0.55);
}

.bg-grey\/60 {
  background-color: rgb(155 155 155 / 0.6);
}

.bg-grey\/65 {
  background-color: rgb(155 155 155 / 0.65);
}

.bg-grey\/70 {
  background-color: rgb(155 155 155 / 0.7);
}

.bg-grey\/75 {
  background-color: rgb(155 155 155 / 0.75);
}

.bg-grey\/80 {
  background-color: rgb(155 155 155 / 0.8);
}

.bg-grey\/85 {
  background-color: rgb(155 155 155 / 0.85);
}

.bg-grey\/90 {
  background-color: rgb(155 155 155 / 0.9);
}

.bg-grey\/95 {
  background-color: rgb(155 155 155 / 0.95);
}

.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 156 220 / var(--tw-bg-opacity, 1));
}

.bg-lightBlue\/0 {
  background-color: rgb(6 156 220 / 0);
}

.bg-lightBlue\/10 {
  background-color: rgb(6 156 220 / 0.1);
}

.bg-lightBlue\/100 {
  background-color: rgb(6 156 220 / 1);
}

.bg-lightBlue\/15 {
  background-color: rgb(6 156 220 / 0.15);
}

.bg-lightBlue\/20 {
  background-color: rgb(6 156 220 / 0.2);
}

.bg-lightBlue\/25 {
  background-color: rgb(6 156 220 / 0.25);
}

.bg-lightBlue\/30 {
  background-color: rgb(6 156 220 / 0.3);
}

.bg-lightBlue\/35 {
  background-color: rgb(6 156 220 / 0.35);
}

.bg-lightBlue\/40 {
  background-color: rgb(6 156 220 / 0.4);
}

.bg-lightBlue\/45 {
  background-color: rgb(6 156 220 / 0.45);
}

.bg-lightBlue\/5 {
  background-color: rgb(6 156 220 / 0.05);
}

.bg-lightBlue\/50 {
  background-color: rgb(6 156 220 / 0.5);
}

.bg-lightBlue\/55 {
  background-color: rgb(6 156 220 / 0.55);
}

.bg-lightBlue\/60 {
  background-color: rgb(6 156 220 / 0.6);
}

.bg-lightBlue\/65 {
  background-color: rgb(6 156 220 / 0.65);
}

.bg-lightBlue\/70 {
  background-color: rgb(6 156 220 / 0.7);
}

.bg-lightBlue\/75 {
  background-color: rgb(6 156 220 / 0.75);
}

.bg-lightBlue\/80 {
  background-color: rgb(6 156 220 / 0.8);
}

.bg-lightBlue\/85 {
  background-color: rgb(6 156 220 / 0.85);
}

.bg-lightBlue\/90 {
  background-color: rgb(6 156 220 / 0.9);
}

.bg-lightBlue\/95 {
  background-color: rgb(6 156 220 / 0.95);
}

.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(194 194 194 / var(--tw-bg-opacity, 1));
}

.bg-lightGray\/0 {
  background-color: rgb(194 194 194 / 0);
}

.bg-lightGray\/10 {
  background-color: rgb(194 194 194 / 0.1);
}

.bg-lightGray\/100 {
  background-color: rgb(194 194 194 / 1);
}

.bg-lightGray\/15 {
  background-color: rgb(194 194 194 / 0.15);
}

.bg-lightGray\/20 {
  background-color: rgb(194 194 194 / 0.2);
}

.bg-lightGray\/25 {
  background-color: rgb(194 194 194 / 0.25);
}

.bg-lightGray\/30 {
  background-color: rgb(194 194 194 / 0.3);
}

.bg-lightGray\/35 {
  background-color: rgb(194 194 194 / 0.35);
}

.bg-lightGray\/40 {
  background-color: rgb(194 194 194 / 0.4);
}

.bg-lightGray\/45 {
  background-color: rgb(194 194 194 / 0.45);
}

.bg-lightGray\/5 {
  background-color: rgb(194 194 194 / 0.05);
}

.bg-lightGray\/50 {
  background-color: rgb(194 194 194 / 0.5);
}

.bg-lightGray\/55 {
  background-color: rgb(194 194 194 / 0.55);
}

.bg-lightGray\/60 {
  background-color: rgb(194 194 194 / 0.6);
}

.bg-lightGray\/65 {
  background-color: rgb(194 194 194 / 0.65);
}

.bg-lightGray\/70 {
  background-color: rgb(194 194 194 / 0.7);
}

.bg-lightGray\/75 {
  background-color: rgb(194 194 194 / 0.75);
}

.bg-lightGray\/80 {
  background-color: rgb(194 194 194 / 0.8);
}

.bg-lightGray\/85 {
  background-color: rgb(194 194 194 / 0.85);
}

.bg-lightGray\/90 {
  background-color: rgb(194 194 194 / 0.9);
}

.bg-lightGray\/95 {
  background-color: rgb(194 194 194 / 0.95);
}

.bg-lightRed {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 243 / var(--tw-bg-opacity, 1));
}

.bg-lightRed\/0 {
  background-color: rgb(255 245 243 / 0);
}

.bg-lightRed\/10 {
  background-color: rgb(255 245 243 / 0.1);
}

.bg-lightRed\/100 {
  background-color: rgb(255 245 243 / 1);
}

.bg-lightRed\/15 {
  background-color: rgb(255 245 243 / 0.15);
}

.bg-lightRed\/20 {
  background-color: rgb(255 245 243 / 0.2);
}

.bg-lightRed\/25 {
  background-color: rgb(255 245 243 / 0.25);
}

.bg-lightRed\/30 {
  background-color: rgb(255 245 243 / 0.3);
}

.bg-lightRed\/35 {
  background-color: rgb(255 245 243 / 0.35);
}

.bg-lightRed\/40 {
  background-color: rgb(255 245 243 / 0.4);
}

.bg-lightRed\/45 {
  background-color: rgb(255 245 243 / 0.45);
}

.bg-lightRed\/5 {
  background-color: rgb(255 245 243 / 0.05);
}

.bg-lightRed\/50 {
  background-color: rgb(255 245 243 / 0.5);
}

.bg-lightRed\/55 {
  background-color: rgb(255 245 243 / 0.55);
}

.bg-lightRed\/60 {
  background-color: rgb(255 245 243 / 0.6);
}

.bg-lightRed\/65 {
  background-color: rgb(255 245 243 / 0.65);
}

.bg-lightRed\/70 {
  background-color: rgb(255 245 243 / 0.7);
}

.bg-lightRed\/75 {
  background-color: rgb(255 245 243 / 0.75);
}

.bg-lightRed\/80 {
  background-color: rgb(255 245 243 / 0.8);
}

.bg-lightRed\/85 {
  background-color: rgb(255 245 243 / 0.85);
}

.bg-lightRed\/90 {
  background-color: rgb(255 245 243 / 0.9);
}

.bg-lightRed\/95 {
  background-color: rgb(255 245 243 / 0.95);
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(244 124 60 / var(--tw-bg-opacity, 1));
}

.bg-orange\/0 {
  background-color: rgb(244 124 60 / 0);
}

.bg-orange\/10 {
  background-color: rgb(244 124 60 / 0.1);
}

.bg-orange\/100 {
  background-color: rgb(244 124 60 / 1);
}

.bg-orange\/15 {
  background-color: rgb(244 124 60 / 0.15);
}

.bg-orange\/20 {
  background-color: rgb(244 124 60 / 0.2);
}

.bg-orange\/25 {
  background-color: rgb(244 124 60 / 0.25);
}

.bg-orange\/30 {
  background-color: rgb(244 124 60 / 0.3);
}

.bg-orange\/35 {
  background-color: rgb(244 124 60 / 0.35);
}

.bg-orange\/40 {
  background-color: rgb(244 124 60 / 0.4);
}

.bg-orange\/45 {
  background-color: rgb(244 124 60 / 0.45);
}

.bg-orange\/5 {
  background-color: rgb(244 124 60 / 0.05);
}

.bg-orange\/50 {
  background-color: rgb(244 124 60 / 0.5);
}

.bg-orange\/55 {
  background-color: rgb(244 124 60 / 0.55);
}

.bg-orange\/60 {
  background-color: rgb(244 124 60 / 0.6);
}

.bg-orange\/65 {
  background-color: rgb(244 124 60 / 0.65);
}

.bg-orange\/70 {
  background-color: rgb(244 124 60 / 0.7);
}

.bg-orange\/75 {
  background-color: rgb(244 124 60 / 0.75);
}

.bg-orange\/80 {
  background-color: rgb(244 124 60 / 0.8);
}

.bg-orange\/85 {
  background-color: rgb(244 124 60 / 0.85);
}

.bg-orange\/90 {
  background-color: rgb(244 124 60 / 0.9);
}

.bg-orange\/95 {
  background-color: rgb(244 124 60 / 0.95);
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 46 46 / var(--tw-bg-opacity, 1));
}

.bg-red\/0 {
  background-color: rgb(237 46 46 / 0);
}

.bg-red\/10 {
  background-color: rgb(237 46 46 / 0.1);
}

.bg-red\/100 {
  background-color: rgb(237 46 46 / 1);
}

.bg-red\/15 {
  background-color: rgb(237 46 46 / 0.15);
}

.bg-red\/20 {
  background-color: rgb(237 46 46 / 0.2);
}

.bg-red\/25 {
  background-color: rgb(237 46 46 / 0.25);
}

.bg-red\/30 {
  background-color: rgb(237 46 46 / 0.3);
}

.bg-red\/35 {
  background-color: rgb(237 46 46 / 0.35);
}

.bg-red\/40 {
  background-color: rgb(237 46 46 / 0.4);
}

.bg-red\/45 {
  background-color: rgb(237 46 46 / 0.45);
}

.bg-red\/5 {
  background-color: rgb(237 46 46 / 0.05);
}

.bg-red\/50 {
  background-color: rgb(237 46 46 / 0.5);
}

.bg-red\/55 {
  background-color: rgb(237 46 46 / 0.55);
}

.bg-red\/60 {
  background-color: rgb(237 46 46 / 0.6);
}

.bg-red\/65 {
  background-color: rgb(237 46 46 / 0.65);
}

.bg-red\/70 {
  background-color: rgb(237 46 46 / 0.7);
}

.bg-red\/75 {
  background-color: rgb(237 46 46 / 0.75);
}

.bg-red\/80 {
  background-color: rgb(237 46 46 / 0.8);
}

.bg-red\/85 {
  background-color: rgb(237 46 46 / 0.85);
}

.bg-red\/90 {
  background-color: rgb(237 46 46 / 0.9);
}

.bg-red\/95 {
  background-color: rgb(237 46 46 / 0.95);
}

.bg-secondary {
  background-color: var(--color-secondary);
}

.bg-veryLightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-veryLightGray\/0 {
  background-color: rgb(250 250 250 / 0);
}

.bg-veryLightGray\/10 {
  background-color: rgb(250 250 250 / 0.1);
}

.bg-veryLightGray\/100 {
  background-color: rgb(250 250 250 / 1);
}

.bg-veryLightGray\/15 {
  background-color: rgb(250 250 250 / 0.15);
}

.bg-veryLightGray\/20 {
  background-color: rgb(250 250 250 / 0.2);
}

.bg-veryLightGray\/25 {
  background-color: rgb(250 250 250 / 0.25);
}

.bg-veryLightGray\/30 {
  background-color: rgb(250 250 250 / 0.3);
}

.bg-veryLightGray\/35 {
  background-color: rgb(250 250 250 / 0.35);
}

.bg-veryLightGray\/40 {
  background-color: rgb(250 250 250 / 0.4);
}

.bg-veryLightGray\/45 {
  background-color: rgb(250 250 250 / 0.45);
}

.bg-veryLightGray\/5 {
  background-color: rgb(250 250 250 / 0.05);
}

.bg-veryLightGray\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-veryLightGray\/55 {
  background-color: rgb(250 250 250 / 0.55);
}

.bg-veryLightGray\/60 {
  background-color: rgb(250 250 250 / 0.6);
}

.bg-veryLightGray\/65 {
  background-color: rgb(250 250 250 / 0.65);
}

.bg-veryLightGray\/70 {
  background-color: rgb(250 250 250 / 0.7);
}

.bg-veryLightGray\/75 {
  background-color: rgb(250 250 250 / 0.75);
}

.bg-veryLightGray\/80 {
  background-color: rgb(250 250 250 / 0.8);
}

.bg-veryLightGray\/85 {
  background-color: rgb(250 250 250 / 0.85);
}

.bg-veryLightGray\/90 {
  background-color: rgb(250 250 250 / 0.9);
}

.bg-veryLightGray\/95 {
  background-color: rgb(250 250 250 / 0.95);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.from-backgroundGray {
  --tw-gradient-from: #F7F7F7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/0 {
  --tw-gradient-from: rgb(247 247 247 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/10 {
  --tw-gradient-from: rgb(247 247 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/100 {
  --tw-gradient-from: rgb(247 247 247 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/15 {
  --tw-gradient-from: rgb(247 247 247 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/20 {
  --tw-gradient-from: rgb(247 247 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/25 {
  --tw-gradient-from: rgb(247 247 247 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/30 {
  --tw-gradient-from: rgb(247 247 247 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/35 {
  --tw-gradient-from: rgb(247 247 247 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/40 {
  --tw-gradient-from: rgb(247 247 247 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/45 {
  --tw-gradient-from: rgb(247 247 247 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/5 {
  --tw-gradient-from: rgb(247 247 247 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/50 {
  --tw-gradient-from: rgb(247 247 247 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/55 {
  --tw-gradient-from: rgb(247 247 247 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/60 {
  --tw-gradient-from: rgb(247 247 247 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/65 {
  --tw-gradient-from: rgb(247 247 247 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/70 {
  --tw-gradient-from: rgb(247 247 247 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/75 {
  --tw-gradient-from: rgb(247 247 247 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/80 {
  --tw-gradient-from: rgb(247 247 247 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/85 {
  --tw-gradient-from: rgb(247 247 247 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/90 {
  --tw-gradient-from: rgb(247 247 247 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-backgroundGray\/95 {
  --tw-gradient-from: rgb(247 247 247 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/0 {
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/10 {
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/100 {
  --tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/15 {
  --tw-gradient-from: rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/20 {
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/25 {
  --tw-gradient-from: rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/30 {
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/35 {
  --tw-gradient-from: rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/45 {
  --tw-gradient-from: rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/5 {
  --tw-gradient-from: rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/55 {
  --tw-gradient-from: rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/65 {
  --tw-gradient-from: rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/75 {
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/85 {
  --tw-gradient-from: rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/95 {
  --tw-gradient-from: rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue {
  --tw-gradient-from: #067FB2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/0 {
  --tw-gradient-from: rgb(6 127 178 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/10 {
  --tw-gradient-from: rgb(6 127 178 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/100 {
  --tw-gradient-from: rgb(6 127 178 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/15 {
  --tw-gradient-from: rgb(6 127 178 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/20 {
  --tw-gradient-from: rgb(6 127 178 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/25 {
  --tw-gradient-from: rgb(6 127 178 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/30 {
  --tw-gradient-from: rgb(6 127 178 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/35 {
  --tw-gradient-from: rgb(6 127 178 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/40 {
  --tw-gradient-from: rgb(6 127 178 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/45 {
  --tw-gradient-from: rgb(6 127 178 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/5 {
  --tw-gradient-from: rgb(6 127 178 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/50 {
  --tw-gradient-from: rgb(6 127 178 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/55 {
  --tw-gradient-from: rgb(6 127 178 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/60 {
  --tw-gradient-from: rgb(6 127 178 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/65 {
  --tw-gradient-from: rgb(6 127 178 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/70 {
  --tw-gradient-from: rgb(6 127 178 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/75 {
  --tw-gradient-from: rgb(6 127 178 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/80 {
  --tw-gradient-from: rgb(6 127 178 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/85 {
  --tw-gradient-from: rgb(6 127 178 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/90 {
  --tw-gradient-from: rgb(6 127 178 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue\/95 {
  --tw-gradient-from: rgb(6 127 178 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-dark {
  --tw-gradient-from: var(--color-dark) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray {
  --tw-gradient-from: #353535 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/0 {
  --tw-gradient-from: rgb(53 53 53 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/10 {
  --tw-gradient-from: rgb(53 53 53 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/100 {
  --tw-gradient-from: rgb(53 53 53 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/15 {
  --tw-gradient-from: rgb(53 53 53 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/20 {
  --tw-gradient-from: rgb(53 53 53 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/25 {
  --tw-gradient-from: rgb(53 53 53 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/30 {
  --tw-gradient-from: rgb(53 53 53 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/35 {
  --tw-gradient-from: rgb(53 53 53 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/40 {
  --tw-gradient-from: rgb(53 53 53 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/45 {
  --tw-gradient-from: rgb(53 53 53 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/5 {
  --tw-gradient-from: rgb(53 53 53 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/50 {
  --tw-gradient-from: rgb(53 53 53 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/55 {
  --tw-gradient-from: rgb(53 53 53 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/60 {
  --tw-gradient-from: rgb(53 53 53 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/65 {
  --tw-gradient-from: rgb(53 53 53 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/70 {
  --tw-gradient-from: rgb(53 53 53 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/75 {
  --tw-gradient-from: rgb(53 53 53 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/80 {
  --tw-gradient-from: rgb(53 53 53 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/85 {
  --tw-gradient-from: rgb(53 53 53 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/90 {
  --tw-gradient-from: rgb(53 53 53 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-darkGray\/95 {
  --tw-gradient-from: rgb(53 53 53 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/0 {
  --tw-gradient-from: rgb(22 163 74 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/10 {
  --tw-gradient-from: rgb(22 163 74 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/100 {
  --tw-gradient-from: rgb(22 163 74 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/15 {
  --tw-gradient-from: rgb(22 163 74 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/20 {
  --tw-gradient-from: rgb(22 163 74 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/25 {
  --tw-gradient-from: rgb(22 163 74 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/30 {
  --tw-gradient-from: rgb(22 163 74 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/35 {
  --tw-gradient-from: rgb(22 163 74 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/40 {
  --tw-gradient-from: rgb(22 163 74 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/45 {
  --tw-gradient-from: rgb(22 163 74 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/5 {
  --tw-gradient-from: rgb(22 163 74 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/50 {
  --tw-gradient-from: rgb(22 163 74 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/55 {
  --tw-gradient-from: rgb(22 163 74 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/60 {
  --tw-gradient-from: rgb(22 163 74 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/65 {
  --tw-gradient-from: rgb(22 163 74 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/70 {
  --tw-gradient-from: rgb(22 163 74 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/75 {
  --tw-gradient-from: rgb(22 163 74 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/80 {
  --tw-gradient-from: rgb(22 163 74 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/85 {
  --tw-gradient-from: rgb(22 163 74 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/90 {
  --tw-gradient-from: rgb(22 163 74 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green\/95 {
  --tw-gradient-from: rgb(22 163 74 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey {
  --tw-gradient-from: #9B9B9B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/0 {
  --tw-gradient-from: rgb(155 155 155 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/10 {
  --tw-gradient-from: rgb(155 155 155 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/100 {
  --tw-gradient-from: rgb(155 155 155 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/15 {
  --tw-gradient-from: rgb(155 155 155 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/20 {
  --tw-gradient-from: rgb(155 155 155 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/25 {
  --tw-gradient-from: rgb(155 155 155 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/30 {
  --tw-gradient-from: rgb(155 155 155 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/35 {
  --tw-gradient-from: rgb(155 155 155 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/40 {
  --tw-gradient-from: rgb(155 155 155 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/45 {
  --tw-gradient-from: rgb(155 155 155 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/5 {
  --tw-gradient-from: rgb(155 155 155 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/50 {
  --tw-gradient-from: rgb(155 155 155 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/55 {
  --tw-gradient-from: rgb(155 155 155 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/60 {
  --tw-gradient-from: rgb(155 155 155 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/65 {
  --tw-gradient-from: rgb(155 155 155 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/70 {
  --tw-gradient-from: rgb(155 155 155 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/75 {
  --tw-gradient-from: rgb(155 155 155 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/80 {
  --tw-gradient-from: rgb(155 155 155 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/85 {
  --tw-gradient-from: rgb(155 155 155 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/90 {
  --tw-gradient-from: rgb(155 155 155 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey\/95 {
  --tw-gradient-from: rgb(155 155 155 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue {
  --tw-gradient-from: #069CDC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/0 {
  --tw-gradient-from: rgb(6 156 220 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/10 {
  --tw-gradient-from: rgb(6 156 220 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/100 {
  --tw-gradient-from: rgb(6 156 220 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/15 {
  --tw-gradient-from: rgb(6 156 220 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/20 {
  --tw-gradient-from: rgb(6 156 220 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/25 {
  --tw-gradient-from: rgb(6 156 220 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/30 {
  --tw-gradient-from: rgb(6 156 220 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/35 {
  --tw-gradient-from: rgb(6 156 220 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/40 {
  --tw-gradient-from: rgb(6 156 220 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/45 {
  --tw-gradient-from: rgb(6 156 220 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/5 {
  --tw-gradient-from: rgb(6 156 220 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/50 {
  --tw-gradient-from: rgb(6 156 220 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/55 {
  --tw-gradient-from: rgb(6 156 220 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/60 {
  --tw-gradient-from: rgb(6 156 220 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/65 {
  --tw-gradient-from: rgb(6 156 220 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/70 {
  --tw-gradient-from: rgb(6 156 220 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/75 {
  --tw-gradient-from: rgb(6 156 220 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/80 {
  --tw-gradient-from: rgb(6 156 220 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/85 {
  --tw-gradient-from: rgb(6 156 220 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/90 {
  --tw-gradient-from: rgb(6 156 220 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightBlue\/95 {
  --tw-gradient-from: rgb(6 156 220 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray {
  --tw-gradient-from: #C2C2C2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/0 {
  --tw-gradient-from: rgb(194 194 194 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/10 {
  --tw-gradient-from: rgb(194 194 194 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/100 {
  --tw-gradient-from: rgb(194 194 194 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/15 {
  --tw-gradient-from: rgb(194 194 194 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/20 {
  --tw-gradient-from: rgb(194 194 194 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/25 {
  --tw-gradient-from: rgb(194 194 194 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/30 {
  --tw-gradient-from: rgb(194 194 194 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/35 {
  --tw-gradient-from: rgb(194 194 194 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/40 {
  --tw-gradient-from: rgb(194 194 194 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/45 {
  --tw-gradient-from: rgb(194 194 194 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/5 {
  --tw-gradient-from: rgb(194 194 194 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/50 {
  --tw-gradient-from: rgb(194 194 194 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/55 {
  --tw-gradient-from: rgb(194 194 194 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/60 {
  --tw-gradient-from: rgb(194 194 194 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/65 {
  --tw-gradient-from: rgb(194 194 194 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/70 {
  --tw-gradient-from: rgb(194 194 194 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/75 {
  --tw-gradient-from: rgb(194 194 194 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/80 {
  --tw-gradient-from: rgb(194 194 194 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/85 {
  --tw-gradient-from: rgb(194 194 194 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/90 {
  --tw-gradient-from: rgb(194 194 194 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightGray\/95 {
  --tw-gradient-from: rgb(194 194 194 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed {
  --tw-gradient-from: #FFF5F3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/0 {
  --tw-gradient-from: rgb(255 245 243 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/10 {
  --tw-gradient-from: rgb(255 245 243 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/100 {
  --tw-gradient-from: rgb(255 245 243 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/15 {
  --tw-gradient-from: rgb(255 245 243 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/20 {
  --tw-gradient-from: rgb(255 245 243 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/25 {
  --tw-gradient-from: rgb(255 245 243 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/30 {
  --tw-gradient-from: rgb(255 245 243 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/35 {
  --tw-gradient-from: rgb(255 245 243 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/40 {
  --tw-gradient-from: rgb(255 245 243 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/45 {
  --tw-gradient-from: rgb(255 245 243 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/5 {
  --tw-gradient-from: rgb(255 245 243 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/50 {
  --tw-gradient-from: rgb(255 245 243 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/55 {
  --tw-gradient-from: rgb(255 245 243 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/60 {
  --tw-gradient-from: rgb(255 245 243 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/65 {
  --tw-gradient-from: rgb(255 245 243 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/70 {
  --tw-gradient-from: rgb(255 245 243 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/75 {
  --tw-gradient-from: rgb(255 245 243 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/80 {
  --tw-gradient-from: rgb(255 245 243 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/85 {
  --tw-gradient-from: rgb(255 245 243 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/90 {
  --tw-gradient-from: rgb(255 245 243 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lightRed\/95 {
  --tw-gradient-from: rgb(255 245 243 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange {
  --tw-gradient-from: #F47C3C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/0 {
  --tw-gradient-from: rgb(244 124 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/10 {
  --tw-gradient-from: rgb(244 124 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/100 {
  --tw-gradient-from: rgb(244 124 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/15 {
  --tw-gradient-from: rgb(244 124 60 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/20 {
  --tw-gradient-from: rgb(244 124 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/25 {
  --tw-gradient-from: rgb(244 124 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/30 {
  --tw-gradient-from: rgb(244 124 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/35 {
  --tw-gradient-from: rgb(244 124 60 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/40 {
  --tw-gradient-from: rgb(244 124 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/45 {
  --tw-gradient-from: rgb(244 124 60 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/5 {
  --tw-gradient-from: rgb(244 124 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/50 {
  --tw-gradient-from: rgb(244 124 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/55 {
  --tw-gradient-from: rgb(244 124 60 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/60 {
  --tw-gradient-from: rgb(244 124 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/65 {
  --tw-gradient-from: rgb(244 124 60 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/70 {
  --tw-gradient-from: rgb(244 124 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/75 {
  --tw-gradient-from: rgb(244 124 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/80 {
  --tw-gradient-from: rgb(244 124 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/85 {
  --tw-gradient-from: rgb(244 124 60 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/90 {
  --tw-gradient-from: rgb(244 124 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange\/95 {
  --tw-gradient-from: rgb(244 124 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary {
  --tw-gradient-from: var(--color-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red {
  --tw-gradient-from: #ED2E2E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/0 {
  --tw-gradient-from: rgb(237 46 46 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/10 {
  --tw-gradient-from: rgb(237 46 46 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/100 {
  --tw-gradient-from: rgb(237 46 46 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/15 {
  --tw-gradient-from: rgb(237 46 46 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/20 {
  --tw-gradient-from: rgb(237 46 46 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/25 {
  --tw-gradient-from: rgb(237 46 46 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/30 {
  --tw-gradient-from: rgb(237 46 46 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/35 {
  --tw-gradient-from: rgb(237 46 46 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/40 {
  --tw-gradient-from: rgb(237 46 46 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/45 {
  --tw-gradient-from: rgb(237 46 46 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/5 {
  --tw-gradient-from: rgb(237 46 46 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/50 {
  --tw-gradient-from: rgb(237 46 46 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/55 {
  --tw-gradient-from: rgb(237 46 46 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/60 {
  --tw-gradient-from: rgb(237 46 46 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/65 {
  --tw-gradient-from: rgb(237 46 46 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/70 {
  --tw-gradient-from: rgb(237 46 46 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/75 {
  --tw-gradient-from: rgb(237 46 46 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/80 {
  --tw-gradient-from: rgb(237 46 46 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/85 {
  --tw-gradient-from: rgb(237 46 46 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/90 {
  --tw-gradient-from: rgb(237 46 46 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red\/95 {
  --tw-gradient-from: rgb(237 46 46 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary {
  --tw-gradient-from: var(--color-secondary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/0 {
  --tw-gradient-from: rgb(250 250 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/10 {
  --tw-gradient-from: rgb(250 250 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/100 {
  --tw-gradient-from: rgb(250 250 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/15 {
  --tw-gradient-from: rgb(250 250 250 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/20 {
  --tw-gradient-from: rgb(250 250 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/25 {
  --tw-gradient-from: rgb(250 250 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/30 {
  --tw-gradient-from: rgb(250 250 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/35 {
  --tw-gradient-from: rgb(250 250 250 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/40 {
  --tw-gradient-from: rgb(250 250 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/45 {
  --tw-gradient-from: rgb(250 250 250 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/5 {
  --tw-gradient-from: rgb(250 250 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/50 {
  --tw-gradient-from: rgb(250 250 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/55 {
  --tw-gradient-from: rgb(250 250 250 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/60 {
  --tw-gradient-from: rgb(250 250 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/65 {
  --tw-gradient-from: rgb(250 250 250 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/70 {
  --tw-gradient-from: rgb(250 250 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/75 {
  --tw-gradient-from: rgb(250 250 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/80 {
  --tw-gradient-from: rgb(250 250 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/85 {
  --tw-gradient-from: rgb(250 250 250 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/90 {
  --tw-gradient-from: rgb(250 250 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-veryLightGray\/95 {
  --tw-gradient-from: rgb(250 250 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/15 {
  --tw-gradient-from: rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/35 {
  --tw-gradient-from: rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/45 {
  --tw-gradient-from: rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/55 {
  --tw-gradient-from: rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/65 {
  --tw-gradient-from: rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/85 {
  --tw-gradient-from: rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-0\% {
  --tw-gradient-from-position: 0%;
}

.from-10\% {
  --tw-gradient-from-position: 10%;
}

.from-100\% {
  --tw-gradient-from-position: 100%;
}

.from-15\% {
  --tw-gradient-from-position: 15%;
}

.from-20\% {
  --tw-gradient-from-position: 20%;
}

.from-25\% {
  --tw-gradient-from-position: 25%;
}

.from-30\% {
  --tw-gradient-from-position: 30%;
}

.from-35\% {
  --tw-gradient-from-position: 35%;
}

.from-40\% {
  --tw-gradient-from-position: 40%;
}

.from-45\% {
  --tw-gradient-from-position: 45%;
}

.from-5\% {
  --tw-gradient-from-position: 5%;
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.from-55\% {
  --tw-gradient-from-position: 55%;
}

.from-60\% {
  --tw-gradient-from-position: 60%;
}

.from-65\% {
  --tw-gradient-from-position: 65%;
}

.from-70\% {
  --tw-gradient-from-position: 70%;
}

.from-75\% {
  --tw-gradient-from-position: 75%;
}

.from-80\% {
  --tw-gradient-from-position: 80%;
}

.from-85\% {
  --tw-gradient-from-position: 85%;
}

.from-90\% {
  --tw-gradient-from-position: 90%;
}

.from-95\% {
  --tw-gradient-from-position: 95%;
}

.via-backgroundGray {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F7F7F7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/0 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/10 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/100 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/15 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/20 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/25 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/30 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/35 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/40 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/45 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/5 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/50 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/55 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/60 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/65 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/70 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/75 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/80 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/85 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/90 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-backgroundGray\/95 {
  --tw-gradient-to: rgb(247 247 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 247 247 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/100 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/15 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/35 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/45 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/55 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/65 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/85 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/95 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #067FB2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/0 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/10 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/100 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/15 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/20 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/25 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/30 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/35 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/40 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/45 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/5 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/50 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/55 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/60 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/65 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/70 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/75 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/80 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/85 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/90 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue\/95 {
  --tw-gradient-to: rgb(6 127 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 127 178 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-dark {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-dark) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #353535 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/0 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/10 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/100 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/15 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/20 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/25 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/30 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/35 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/40 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/45 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/5 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/50 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/55 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/60 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/65 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/70 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/75 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/80 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/85 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/90 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-darkGray\/95 {
  --tw-gradient-to: rgb(53 53 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(53 53 53 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/0 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/10 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/100 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/15 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/20 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/25 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/30 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/35 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/40 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/45 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/5 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/50 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/55 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/60 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/65 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/70 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/75 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/80 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/85 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/90 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green\/95 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 163 74 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9B9B9B var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/0 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/10 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/100 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/15 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/20 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/25 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/30 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/35 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/40 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/45 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/5 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/50 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/55 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/60 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/65 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/70 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/75 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/80 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/85 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/90 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-grey\/95 {
  --tw-gradient-to: rgb(155 155 155 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(155 155 155 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #069CDC var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/0 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/10 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/100 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/15 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/20 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/25 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/30 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/35 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/40 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/45 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/5 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/50 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/55 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/60 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/65 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/70 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/75 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/80 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/85 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/90 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightBlue\/95 {
  --tw-gradient-to: rgb(6 156 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 156 220 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #C2C2C2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/0 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/10 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/100 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/15 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/20 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/25 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/30 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/35 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/40 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/45 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/5 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/50 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/55 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/60 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/65 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/70 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/75 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/80 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/85 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/90 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightGray\/95 {
  --tw-gradient-to: rgb(194 194 194 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(194 194 194 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFF5F3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/0 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/10 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/100 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/15 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/20 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/25 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/30 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/35 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/40 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/45 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/5 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/50 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/55 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/60 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/65 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/70 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/75 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/80 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/85 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/90 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lightRed\/95 {
  --tw-gradient-to: rgb(255 245 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 245 243 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F47C3C var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/0 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/10 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/100 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/15 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/20 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/25 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/30 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/35 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/40 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/45 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/5 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/50 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/55 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/60 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/65 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/70 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/75 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/80 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/85 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/90 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange\/95 {
  --tw-gradient-to: rgb(244 124 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 124 60 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-primary) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ED2E2E var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/0 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/10 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/100 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/15 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/20 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/25 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/30 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/35 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/40 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/45 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/5 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/50 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/55 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/60 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/65 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/70 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/75 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/80 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/85 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/90 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red\/95 {
  --tw-gradient-to: rgb(237 46 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(237 46 46 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-secondary {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/0 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/10 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/100 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/15 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/20 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/25 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/30 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/35 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/40 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/45 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/5 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/50 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/55 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/60 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/65 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/70 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/75 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/80 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/85 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/90 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-veryLightGray\/95 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 250 250 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-0\% {
  --tw-gradient-via-position: 0%;
}

.via-10\% {
  --tw-gradient-via-position: 10%;
}

.via-100\% {
  --tw-gradient-via-position: 100%;
}

.via-15\% {
  --tw-gradient-via-position: 15%;
}

.via-20\% {
  --tw-gradient-via-position: 20%;
}

.via-25\% {
  --tw-gradient-via-position: 25%;
}

.via-30\% {
  --tw-gradient-via-position: 30%;
}

.via-35\% {
  --tw-gradient-via-position: 35%;
}

.via-40\% {
  --tw-gradient-via-position: 40%;
}

.via-45\% {
  --tw-gradient-via-position: 45%;
}

.via-5\% {
  --tw-gradient-via-position: 5%;
}

.via-50\% {
  --tw-gradient-via-position: 50%;
}

.via-55\% {
  --tw-gradient-via-position: 55%;
}

.via-60\% {
  --tw-gradient-via-position: 60%;
}

.via-65\% {
  --tw-gradient-via-position: 65%;
}

.via-70\% {
  --tw-gradient-via-position: 70%;
}

.via-75\% {
  --tw-gradient-via-position: 75%;
}

.via-80\% {
  --tw-gradient-via-position: 80%;
}

.via-85\% {
  --tw-gradient-via-position: 85%;
}

.via-90\% {
  --tw-gradient-via-position: 90%;
}

.via-95\% {
  --tw-gradient-via-position: 95%;
}

.to-backgroundGray {
  --tw-gradient-to: #F7F7F7 var(--tw-gradient-to-position);
}

.to-backgroundGray\/0 {
  --tw-gradient-to: rgb(247 247 247 / 0) var(--tw-gradient-to-position);
}

.to-backgroundGray\/10 {
  --tw-gradient-to: rgb(247 247 247 / 0.1) var(--tw-gradient-to-position);
}

.to-backgroundGray\/100 {
  --tw-gradient-to: rgb(247 247 247 / 1) var(--tw-gradient-to-position);
}

.to-backgroundGray\/15 {
  --tw-gradient-to: rgb(247 247 247 / 0.15) var(--tw-gradient-to-position);
}

.to-backgroundGray\/20 {
  --tw-gradient-to: rgb(247 247 247 / 0.2) var(--tw-gradient-to-position);
}

.to-backgroundGray\/25 {
  --tw-gradient-to: rgb(247 247 247 / 0.25) var(--tw-gradient-to-position);
}

.to-backgroundGray\/30 {
  --tw-gradient-to: rgb(247 247 247 / 0.3) var(--tw-gradient-to-position);
}

.to-backgroundGray\/35 {
  --tw-gradient-to: rgb(247 247 247 / 0.35) var(--tw-gradient-to-position);
}

.to-backgroundGray\/40 {
  --tw-gradient-to: rgb(247 247 247 / 0.4) var(--tw-gradient-to-position);
}

.to-backgroundGray\/45 {
  --tw-gradient-to: rgb(247 247 247 / 0.45) var(--tw-gradient-to-position);
}

.to-backgroundGray\/5 {
  --tw-gradient-to: rgb(247 247 247 / 0.05) var(--tw-gradient-to-position);
}

.to-backgroundGray\/50 {
  --tw-gradient-to: rgb(247 247 247 / 0.5) var(--tw-gradient-to-position);
}

.to-backgroundGray\/55 {
  --tw-gradient-to: rgb(247 247 247 / 0.55) var(--tw-gradient-to-position);
}

.to-backgroundGray\/60 {
  --tw-gradient-to: rgb(247 247 247 / 0.6) var(--tw-gradient-to-position);
}

.to-backgroundGray\/65 {
  --tw-gradient-to: rgb(247 247 247 / 0.65) var(--tw-gradient-to-position);
}

.to-backgroundGray\/70 {
  --tw-gradient-to: rgb(247 247 247 / 0.7) var(--tw-gradient-to-position);
}

.to-backgroundGray\/75 {
  --tw-gradient-to: rgb(247 247 247 / 0.75) var(--tw-gradient-to-position);
}

.to-backgroundGray\/80 {
  --tw-gradient-to: rgb(247 247 247 / 0.8) var(--tw-gradient-to-position);
}

.to-backgroundGray\/85 {
  --tw-gradient-to: rgb(247 247 247 / 0.85) var(--tw-gradient-to-position);
}

.to-backgroundGray\/90 {
  --tw-gradient-to: rgb(247 247 247 / 0.9) var(--tw-gradient-to-position);
}

.to-backgroundGray\/95 {
  --tw-gradient-to: rgb(247 247 247 / 0.95) var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
}

.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.to-black\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}

.to-black\/100 {
  --tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position);
}

.to-black\/15 {
  --tw-gradient-to: rgb(0 0 0 / 0.15) var(--tw-gradient-to-position);
}

.to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}

.to-black\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0.25) var(--tw-gradient-to-position);
}

.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}

.to-black\/35 {
  --tw-gradient-to: rgb(0 0 0 / 0.35) var(--tw-gradient-to-position);
}

.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}

.to-black\/45 {
  --tw-gradient-to: rgb(0 0 0 / 0.45) var(--tw-gradient-to-position);
}

.to-black\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0.05) var(--tw-gradient-to-position);
}

.to-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}

.to-black\/55 {
  --tw-gradient-to: rgb(0 0 0 / 0.55) var(--tw-gradient-to-position);
}

.to-black\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}

.to-black\/65 {
  --tw-gradient-to: rgb(0 0 0 / 0.65) var(--tw-gradient-to-position);
}

.to-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
}

.to-black\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0.75) var(--tw-gradient-to-position);
}

.to-black\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}

.to-black\/85 {
  --tw-gradient-to: rgb(0 0 0 / 0.85) var(--tw-gradient-to-position);
}

.to-black\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}

.to-black\/95 {
  --tw-gradient-to: rgb(0 0 0 / 0.95) var(--tw-gradient-to-position);
}

.to-blue {
  --tw-gradient-to: #067FB2 var(--tw-gradient-to-position);
}

.to-blue\/0 {
  --tw-gradient-to: rgb(6 127 178 / 0) var(--tw-gradient-to-position);
}

.to-blue\/10 {
  --tw-gradient-to: rgb(6 127 178 / 0.1) var(--tw-gradient-to-position);
}

.to-blue\/100 {
  --tw-gradient-to: rgb(6 127 178 / 1) var(--tw-gradient-to-position);
}

.to-blue\/15 {
  --tw-gradient-to: rgb(6 127 178 / 0.15) var(--tw-gradient-to-position);
}

.to-blue\/20 {
  --tw-gradient-to: rgb(6 127 178 / 0.2) var(--tw-gradient-to-position);
}

.to-blue\/25 {
  --tw-gradient-to: rgb(6 127 178 / 0.25) var(--tw-gradient-to-position);
}

.to-blue\/30 {
  --tw-gradient-to: rgb(6 127 178 / 0.3) var(--tw-gradient-to-position);
}

.to-blue\/35 {
  --tw-gradient-to: rgb(6 127 178 / 0.35) var(--tw-gradient-to-position);
}

.to-blue\/40 {
  --tw-gradient-to: rgb(6 127 178 / 0.4) var(--tw-gradient-to-position);
}

.to-blue\/45 {
  --tw-gradient-to: rgb(6 127 178 / 0.45) var(--tw-gradient-to-position);
}

.to-blue\/5 {
  --tw-gradient-to: rgb(6 127 178 / 0.05) var(--tw-gradient-to-position);
}

.to-blue\/50 {
  --tw-gradient-to: rgb(6 127 178 / 0.5) var(--tw-gradient-to-position);
}

.to-blue\/55 {
  --tw-gradient-to: rgb(6 127 178 / 0.55) var(--tw-gradient-to-position);
}

.to-blue\/60 {
  --tw-gradient-to: rgb(6 127 178 / 0.6) var(--tw-gradient-to-position);
}

.to-blue\/65 {
  --tw-gradient-to: rgb(6 127 178 / 0.65) var(--tw-gradient-to-position);
}

.to-blue\/70 {
  --tw-gradient-to: rgb(6 127 178 / 0.7) var(--tw-gradient-to-position);
}

.to-blue\/75 {
  --tw-gradient-to: rgb(6 127 178 / 0.75) var(--tw-gradient-to-position);
}

.to-blue\/80 {
  --tw-gradient-to: rgb(6 127 178 / 0.8) var(--tw-gradient-to-position);
}

.to-blue\/85 {
  --tw-gradient-to: rgb(6 127 178 / 0.85) var(--tw-gradient-to-position);
}

.to-blue\/90 {
  --tw-gradient-to: rgb(6 127 178 / 0.9) var(--tw-gradient-to-position);
}

.to-blue\/95 {
  --tw-gradient-to: rgb(6 127 178 / 0.95) var(--tw-gradient-to-position);
}

.to-dark {
  --tw-gradient-to: var(--color-dark) var(--tw-gradient-to-position);
}

.to-darkGray {
  --tw-gradient-to: #353535 var(--tw-gradient-to-position);
}

.to-darkGray\/0 {
  --tw-gradient-to: rgb(53 53 53 / 0) var(--tw-gradient-to-position);
}

.to-darkGray\/10 {
  --tw-gradient-to: rgb(53 53 53 / 0.1) var(--tw-gradient-to-position);
}

.to-darkGray\/100 {
  --tw-gradient-to: rgb(53 53 53 / 1) var(--tw-gradient-to-position);
}

.to-darkGray\/15 {
  --tw-gradient-to: rgb(53 53 53 / 0.15) var(--tw-gradient-to-position);
}

.to-darkGray\/20 {
  --tw-gradient-to: rgb(53 53 53 / 0.2) var(--tw-gradient-to-position);
}

.to-darkGray\/25 {
  --tw-gradient-to: rgb(53 53 53 / 0.25) var(--tw-gradient-to-position);
}

.to-darkGray\/30 {
  --tw-gradient-to: rgb(53 53 53 / 0.3) var(--tw-gradient-to-position);
}

.to-darkGray\/35 {
  --tw-gradient-to: rgb(53 53 53 / 0.35) var(--tw-gradient-to-position);
}

.to-darkGray\/40 {
  --tw-gradient-to: rgb(53 53 53 / 0.4) var(--tw-gradient-to-position);
}

.to-darkGray\/45 {
  --tw-gradient-to: rgb(53 53 53 / 0.45) var(--tw-gradient-to-position);
}

.to-darkGray\/5 {
  --tw-gradient-to: rgb(53 53 53 / 0.05) var(--tw-gradient-to-position);
}

.to-darkGray\/50 {
  --tw-gradient-to: rgb(53 53 53 / 0.5) var(--tw-gradient-to-position);
}

.to-darkGray\/55 {
  --tw-gradient-to: rgb(53 53 53 / 0.55) var(--tw-gradient-to-position);
}

.to-darkGray\/60 {
  --tw-gradient-to: rgb(53 53 53 / 0.6) var(--tw-gradient-to-position);
}

.to-darkGray\/65 {
  --tw-gradient-to: rgb(53 53 53 / 0.65) var(--tw-gradient-to-position);
}

.to-darkGray\/70 {
  --tw-gradient-to: rgb(53 53 53 / 0.7) var(--tw-gradient-to-position);
}

.to-darkGray\/75 {
  --tw-gradient-to: rgb(53 53 53 / 0.75) var(--tw-gradient-to-position);
}

.to-darkGray\/80 {
  --tw-gradient-to: rgb(53 53 53 / 0.8) var(--tw-gradient-to-position);
}

.to-darkGray\/85 {
  --tw-gradient-to: rgb(53 53 53 / 0.85) var(--tw-gradient-to-position);
}

.to-darkGray\/90 {
  --tw-gradient-to: rgb(53 53 53 / 0.9) var(--tw-gradient-to-position);
}

.to-darkGray\/95 {
  --tw-gradient-to: rgb(53 53 53 / 0.95) var(--tw-gradient-to-position);
}

.to-green {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.to-green\/0 {
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
}

.to-green\/10 {
  --tw-gradient-to: rgb(22 163 74 / 0.1) var(--tw-gradient-to-position);
}

.to-green\/100 {
  --tw-gradient-to: rgb(22 163 74 / 1) var(--tw-gradient-to-position);
}

.to-green\/15 {
  --tw-gradient-to: rgb(22 163 74 / 0.15) var(--tw-gradient-to-position);
}

.to-green\/20 {
  --tw-gradient-to: rgb(22 163 74 / 0.2) var(--tw-gradient-to-position);
}

.to-green\/25 {
  --tw-gradient-to: rgb(22 163 74 / 0.25) var(--tw-gradient-to-position);
}

.to-green\/30 {
  --tw-gradient-to: rgb(22 163 74 / 0.3) var(--tw-gradient-to-position);
}

.to-green\/35 {
  --tw-gradient-to: rgb(22 163 74 / 0.35) var(--tw-gradient-to-position);
}

.to-green\/40 {
  --tw-gradient-to: rgb(22 163 74 / 0.4) var(--tw-gradient-to-position);
}

.to-green\/45 {
  --tw-gradient-to: rgb(22 163 74 / 0.45) var(--tw-gradient-to-position);
}

.to-green\/5 {
  --tw-gradient-to: rgb(22 163 74 / 0.05) var(--tw-gradient-to-position);
}

.to-green\/50 {
  --tw-gradient-to: rgb(22 163 74 / 0.5) var(--tw-gradient-to-position);
}

.to-green\/55 {
  --tw-gradient-to: rgb(22 163 74 / 0.55) var(--tw-gradient-to-position);
}

.to-green\/60 {
  --tw-gradient-to: rgb(22 163 74 / 0.6) var(--tw-gradient-to-position);
}

.to-green\/65 {
  --tw-gradient-to: rgb(22 163 74 / 0.65) var(--tw-gradient-to-position);
}

.to-green\/70 {
  --tw-gradient-to: rgb(22 163 74 / 0.7) var(--tw-gradient-to-position);
}

.to-green\/75 {
  --tw-gradient-to: rgb(22 163 74 / 0.75) var(--tw-gradient-to-position);
}

.to-green\/80 {
  --tw-gradient-to: rgb(22 163 74 / 0.8) var(--tw-gradient-to-position);
}

.to-green\/85 {
  --tw-gradient-to: rgb(22 163 74 / 0.85) var(--tw-gradient-to-position);
}

.to-green\/90 {
  --tw-gradient-to: rgb(22 163 74 / 0.9) var(--tw-gradient-to-position);
}

.to-green\/95 {
  --tw-gradient-to: rgb(22 163 74 / 0.95) var(--tw-gradient-to-position);
}

.to-grey {
  --tw-gradient-to: #9B9B9B var(--tw-gradient-to-position);
}

.to-grey\/0 {
  --tw-gradient-to: rgb(155 155 155 / 0) var(--tw-gradient-to-position);
}

.to-grey\/10 {
  --tw-gradient-to: rgb(155 155 155 / 0.1) var(--tw-gradient-to-position);
}

.to-grey\/100 {
  --tw-gradient-to: rgb(155 155 155 / 1) var(--tw-gradient-to-position);
}

.to-grey\/15 {
  --tw-gradient-to: rgb(155 155 155 / 0.15) var(--tw-gradient-to-position);
}

.to-grey\/20 {
  --tw-gradient-to: rgb(155 155 155 / 0.2) var(--tw-gradient-to-position);
}

.to-grey\/25 {
  --tw-gradient-to: rgb(155 155 155 / 0.25) var(--tw-gradient-to-position);
}

.to-grey\/30 {
  --tw-gradient-to: rgb(155 155 155 / 0.3) var(--tw-gradient-to-position);
}

.to-grey\/35 {
  --tw-gradient-to: rgb(155 155 155 / 0.35) var(--tw-gradient-to-position);
}

.to-grey\/40 {
  --tw-gradient-to: rgb(155 155 155 / 0.4) var(--tw-gradient-to-position);
}

.to-grey\/45 {
  --tw-gradient-to: rgb(155 155 155 / 0.45) var(--tw-gradient-to-position);
}

.to-grey\/5 {
  --tw-gradient-to: rgb(155 155 155 / 0.05) var(--tw-gradient-to-position);
}

.to-grey\/50 {
  --tw-gradient-to: rgb(155 155 155 / 0.5) var(--tw-gradient-to-position);
}

.to-grey\/55 {
  --tw-gradient-to: rgb(155 155 155 / 0.55) var(--tw-gradient-to-position);
}

.to-grey\/60 {
  --tw-gradient-to: rgb(155 155 155 / 0.6) var(--tw-gradient-to-position);
}

.to-grey\/65 {
  --tw-gradient-to: rgb(155 155 155 / 0.65) var(--tw-gradient-to-position);
}

.to-grey\/70 {
  --tw-gradient-to: rgb(155 155 155 / 0.7) var(--tw-gradient-to-position);
}

.to-grey\/75 {
  --tw-gradient-to: rgb(155 155 155 / 0.75) var(--tw-gradient-to-position);
}

.to-grey\/80 {
  --tw-gradient-to: rgb(155 155 155 / 0.8) var(--tw-gradient-to-position);
}

.to-grey\/85 {
  --tw-gradient-to: rgb(155 155 155 / 0.85) var(--tw-gradient-to-position);
}

.to-grey\/90 {
  --tw-gradient-to: rgb(155 155 155 / 0.9) var(--tw-gradient-to-position);
}

.to-grey\/95 {
  --tw-gradient-to: rgb(155 155 155 / 0.95) var(--tw-gradient-to-position);
}

.to-lightBlue {
  --tw-gradient-to: #069CDC var(--tw-gradient-to-position);
}

.to-lightBlue\/0 {
  --tw-gradient-to: rgb(6 156 220 / 0) var(--tw-gradient-to-position);
}

.to-lightBlue\/10 {
  --tw-gradient-to: rgb(6 156 220 / 0.1) var(--tw-gradient-to-position);
}

.to-lightBlue\/100 {
  --tw-gradient-to: rgb(6 156 220 / 1) var(--tw-gradient-to-position);
}

.to-lightBlue\/15 {
  --tw-gradient-to: rgb(6 156 220 / 0.15) var(--tw-gradient-to-position);
}

.to-lightBlue\/20 {
  --tw-gradient-to: rgb(6 156 220 / 0.2) var(--tw-gradient-to-position);
}

.to-lightBlue\/25 {
  --tw-gradient-to: rgb(6 156 220 / 0.25) var(--tw-gradient-to-position);
}

.to-lightBlue\/30 {
  --tw-gradient-to: rgb(6 156 220 / 0.3) var(--tw-gradient-to-position);
}

.to-lightBlue\/35 {
  --tw-gradient-to: rgb(6 156 220 / 0.35) var(--tw-gradient-to-position);
}

.to-lightBlue\/40 {
  --tw-gradient-to: rgb(6 156 220 / 0.4) var(--tw-gradient-to-position);
}

.to-lightBlue\/45 {
  --tw-gradient-to: rgb(6 156 220 / 0.45) var(--tw-gradient-to-position);
}

.to-lightBlue\/5 {
  --tw-gradient-to: rgb(6 156 220 / 0.05) var(--tw-gradient-to-position);
}

.to-lightBlue\/50 {
  --tw-gradient-to: rgb(6 156 220 / 0.5) var(--tw-gradient-to-position);
}

.to-lightBlue\/55 {
  --tw-gradient-to: rgb(6 156 220 / 0.55) var(--tw-gradient-to-position);
}

.to-lightBlue\/60 {
  --tw-gradient-to: rgb(6 156 220 / 0.6) var(--tw-gradient-to-position);
}

.to-lightBlue\/65 {
  --tw-gradient-to: rgb(6 156 220 / 0.65) var(--tw-gradient-to-position);
}

.to-lightBlue\/70 {
  --tw-gradient-to: rgb(6 156 220 / 0.7) var(--tw-gradient-to-position);
}

.to-lightBlue\/75 {
  --tw-gradient-to: rgb(6 156 220 / 0.75) var(--tw-gradient-to-position);
}

.to-lightBlue\/80 {
  --tw-gradient-to: rgb(6 156 220 / 0.8) var(--tw-gradient-to-position);
}

.to-lightBlue\/85 {
  --tw-gradient-to: rgb(6 156 220 / 0.85) var(--tw-gradient-to-position);
}

.to-lightBlue\/90 {
  --tw-gradient-to: rgb(6 156 220 / 0.9) var(--tw-gradient-to-position);
}

.to-lightBlue\/95 {
  --tw-gradient-to: rgb(6 156 220 / 0.95) var(--tw-gradient-to-position);
}

.to-lightGray {
  --tw-gradient-to: #C2C2C2 var(--tw-gradient-to-position);
}

.to-lightGray\/0 {
  --tw-gradient-to: rgb(194 194 194 / 0) var(--tw-gradient-to-position);
}

.to-lightGray\/10 {
  --tw-gradient-to: rgb(194 194 194 / 0.1) var(--tw-gradient-to-position);
}

.to-lightGray\/100 {
  --tw-gradient-to: rgb(194 194 194 / 1) var(--tw-gradient-to-position);
}

.to-lightGray\/15 {
  --tw-gradient-to: rgb(194 194 194 / 0.15) var(--tw-gradient-to-position);
}

.to-lightGray\/20 {
  --tw-gradient-to: rgb(194 194 194 / 0.2) var(--tw-gradient-to-position);
}

.to-lightGray\/25 {
  --tw-gradient-to: rgb(194 194 194 / 0.25) var(--tw-gradient-to-position);
}

.to-lightGray\/30 {
  --tw-gradient-to: rgb(194 194 194 / 0.3) var(--tw-gradient-to-position);
}

.to-lightGray\/35 {
  --tw-gradient-to: rgb(194 194 194 / 0.35) var(--tw-gradient-to-position);
}

.to-lightGray\/40 {
  --tw-gradient-to: rgb(194 194 194 / 0.4) var(--tw-gradient-to-position);
}

.to-lightGray\/45 {
  --tw-gradient-to: rgb(194 194 194 / 0.45) var(--tw-gradient-to-position);
}

.to-lightGray\/5 {
  --tw-gradient-to: rgb(194 194 194 / 0.05) var(--tw-gradient-to-position);
}

.to-lightGray\/50 {
  --tw-gradient-to: rgb(194 194 194 / 0.5) var(--tw-gradient-to-position);
}

.to-lightGray\/55 {
  --tw-gradient-to: rgb(194 194 194 / 0.55) var(--tw-gradient-to-position);
}

.to-lightGray\/60 {
  --tw-gradient-to: rgb(194 194 194 / 0.6) var(--tw-gradient-to-position);
}

.to-lightGray\/65 {
  --tw-gradient-to: rgb(194 194 194 / 0.65) var(--tw-gradient-to-position);
}

.to-lightGray\/70 {
  --tw-gradient-to: rgb(194 194 194 / 0.7) var(--tw-gradient-to-position);
}

.to-lightGray\/75 {
  --tw-gradient-to: rgb(194 194 194 / 0.75) var(--tw-gradient-to-position);
}

.to-lightGray\/80 {
  --tw-gradient-to: rgb(194 194 194 / 0.8) var(--tw-gradient-to-position);
}

.to-lightGray\/85 {
  --tw-gradient-to: rgb(194 194 194 / 0.85) var(--tw-gradient-to-position);
}

.to-lightGray\/90 {
  --tw-gradient-to: rgb(194 194 194 / 0.9) var(--tw-gradient-to-position);
}

.to-lightGray\/95 {
  --tw-gradient-to: rgb(194 194 194 / 0.95) var(--tw-gradient-to-position);
}

.to-lightRed {
  --tw-gradient-to: #FFF5F3 var(--tw-gradient-to-position);
}

.to-lightRed\/0 {
  --tw-gradient-to: rgb(255 245 243 / 0) var(--tw-gradient-to-position);
}

.to-lightRed\/10 {
  --tw-gradient-to: rgb(255 245 243 / 0.1) var(--tw-gradient-to-position);
}

.to-lightRed\/100 {
  --tw-gradient-to: rgb(255 245 243 / 1) var(--tw-gradient-to-position);
}

.to-lightRed\/15 {
  --tw-gradient-to: rgb(255 245 243 / 0.15) var(--tw-gradient-to-position);
}

.to-lightRed\/20 {
  --tw-gradient-to: rgb(255 245 243 / 0.2) var(--tw-gradient-to-position);
}

.to-lightRed\/25 {
  --tw-gradient-to: rgb(255 245 243 / 0.25) var(--tw-gradient-to-position);
}

.to-lightRed\/30 {
  --tw-gradient-to: rgb(255 245 243 / 0.3) var(--tw-gradient-to-position);
}

.to-lightRed\/35 {
  --tw-gradient-to: rgb(255 245 243 / 0.35) var(--tw-gradient-to-position);
}

.to-lightRed\/40 {
  --tw-gradient-to: rgb(255 245 243 / 0.4) var(--tw-gradient-to-position);
}

.to-lightRed\/45 {
  --tw-gradient-to: rgb(255 245 243 / 0.45) var(--tw-gradient-to-position);
}

.to-lightRed\/5 {
  --tw-gradient-to: rgb(255 245 243 / 0.05) var(--tw-gradient-to-position);
}

.to-lightRed\/50 {
  --tw-gradient-to: rgb(255 245 243 / 0.5) var(--tw-gradient-to-position);
}

.to-lightRed\/55 {
  --tw-gradient-to: rgb(255 245 243 / 0.55) var(--tw-gradient-to-position);
}

.to-lightRed\/60 {
  --tw-gradient-to: rgb(255 245 243 / 0.6) var(--tw-gradient-to-position);
}

.to-lightRed\/65 {
  --tw-gradient-to: rgb(255 245 243 / 0.65) var(--tw-gradient-to-position);
}

.to-lightRed\/70 {
  --tw-gradient-to: rgb(255 245 243 / 0.7) var(--tw-gradient-to-position);
}

.to-lightRed\/75 {
  --tw-gradient-to: rgb(255 245 243 / 0.75) var(--tw-gradient-to-position);
}

.to-lightRed\/80 {
  --tw-gradient-to: rgb(255 245 243 / 0.8) var(--tw-gradient-to-position);
}

.to-lightRed\/85 {
  --tw-gradient-to: rgb(255 245 243 / 0.85) var(--tw-gradient-to-position);
}

.to-lightRed\/90 {
  --tw-gradient-to: rgb(255 245 243 / 0.9) var(--tw-gradient-to-position);
}

.to-lightRed\/95 {
  --tw-gradient-to: rgb(255 245 243 / 0.95) var(--tw-gradient-to-position);
}

.to-orange {
  --tw-gradient-to: #F47C3C var(--tw-gradient-to-position);
}

.to-orange\/0 {
  --tw-gradient-to: rgb(244 124 60 / 0) var(--tw-gradient-to-position);
}

.to-orange\/10 {
  --tw-gradient-to: rgb(244 124 60 / 0.1) var(--tw-gradient-to-position);
}

.to-orange\/100 {
  --tw-gradient-to: rgb(244 124 60 / 1) var(--tw-gradient-to-position);
}

.to-orange\/15 {
  --tw-gradient-to: rgb(244 124 60 / 0.15) var(--tw-gradient-to-position);
}

.to-orange\/20 {
  --tw-gradient-to: rgb(244 124 60 / 0.2) var(--tw-gradient-to-position);
}

.to-orange\/25 {
  --tw-gradient-to: rgb(244 124 60 / 0.25) var(--tw-gradient-to-position);
}

.to-orange\/30 {
  --tw-gradient-to: rgb(244 124 60 / 0.3) var(--tw-gradient-to-position);
}

.to-orange\/35 {
  --tw-gradient-to: rgb(244 124 60 / 0.35) var(--tw-gradient-to-position);
}

.to-orange\/40 {
  --tw-gradient-to: rgb(244 124 60 / 0.4) var(--tw-gradient-to-position);
}

.to-orange\/45 {
  --tw-gradient-to: rgb(244 124 60 / 0.45) var(--tw-gradient-to-position);
}

.to-orange\/5 {
  --tw-gradient-to: rgb(244 124 60 / 0.05) var(--tw-gradient-to-position);
}

.to-orange\/50 {
  --tw-gradient-to: rgb(244 124 60 / 0.5) var(--tw-gradient-to-position);
}

.to-orange\/55 {
  --tw-gradient-to: rgb(244 124 60 / 0.55) var(--tw-gradient-to-position);
}

.to-orange\/60 {
  --tw-gradient-to: rgb(244 124 60 / 0.6) var(--tw-gradient-to-position);
}

.to-orange\/65 {
  --tw-gradient-to: rgb(244 124 60 / 0.65) var(--tw-gradient-to-position);
}

.to-orange\/70 {
  --tw-gradient-to: rgb(244 124 60 / 0.7) var(--tw-gradient-to-position);
}

.to-orange\/75 {
  --tw-gradient-to: rgb(244 124 60 / 0.75) var(--tw-gradient-to-position);
}

.to-orange\/80 {
  --tw-gradient-to: rgb(244 124 60 / 0.8) var(--tw-gradient-to-position);
}

.to-orange\/85 {
  --tw-gradient-to: rgb(244 124 60 / 0.85) var(--tw-gradient-to-position);
}

.to-orange\/90 {
  --tw-gradient-to: rgb(244 124 60 / 0.9) var(--tw-gradient-to-position);
}

.to-orange\/95 {
  --tw-gradient-to: rgb(244 124 60 / 0.95) var(--tw-gradient-to-position);
}

.to-primary {
  --tw-gradient-to: var(--color-primary) var(--tw-gradient-to-position);
}

.to-red {
  --tw-gradient-to: #ED2E2E var(--tw-gradient-to-position);
}

.to-red\/0 {
  --tw-gradient-to: rgb(237 46 46 / 0) var(--tw-gradient-to-position);
}

.to-red\/10 {
  --tw-gradient-to: rgb(237 46 46 / 0.1) var(--tw-gradient-to-position);
}

.to-red\/100 {
  --tw-gradient-to: rgb(237 46 46 / 1) var(--tw-gradient-to-position);
}

.to-red\/15 {
  --tw-gradient-to: rgb(237 46 46 / 0.15) var(--tw-gradient-to-position);
}

.to-red\/20 {
  --tw-gradient-to: rgb(237 46 46 / 0.2) var(--tw-gradient-to-position);
}

.to-red\/25 {
  --tw-gradient-to: rgb(237 46 46 / 0.25) var(--tw-gradient-to-position);
}

.to-red\/30 {
  --tw-gradient-to: rgb(237 46 46 / 0.3) var(--tw-gradient-to-position);
}

.to-red\/35 {
  --tw-gradient-to: rgb(237 46 46 / 0.35) var(--tw-gradient-to-position);
}

.to-red\/40 {
  --tw-gradient-to: rgb(237 46 46 / 0.4) var(--tw-gradient-to-position);
}

.to-red\/45 {
  --tw-gradient-to: rgb(237 46 46 / 0.45) var(--tw-gradient-to-position);
}

.to-red\/5 {
  --tw-gradient-to: rgb(237 46 46 / 0.05) var(--tw-gradient-to-position);
}

.to-red\/50 {
  --tw-gradient-to: rgb(237 46 46 / 0.5) var(--tw-gradient-to-position);
}

.to-red\/55 {
  --tw-gradient-to: rgb(237 46 46 / 0.55) var(--tw-gradient-to-position);
}

.to-red\/60 {
  --tw-gradient-to: rgb(237 46 46 / 0.6) var(--tw-gradient-to-position);
}

.to-red\/65 {
  --tw-gradient-to: rgb(237 46 46 / 0.65) var(--tw-gradient-to-position);
}

.to-red\/70 {
  --tw-gradient-to: rgb(237 46 46 / 0.7) var(--tw-gradient-to-position);
}

.to-red\/75 {
  --tw-gradient-to: rgb(237 46 46 / 0.75) var(--tw-gradient-to-position);
}

.to-red\/80 {
  --tw-gradient-to: rgb(237 46 46 / 0.8) var(--tw-gradient-to-position);
}

.to-red\/85 {
  --tw-gradient-to: rgb(237 46 46 / 0.85) var(--tw-gradient-to-position);
}

.to-red\/90 {
  --tw-gradient-to: rgb(237 46 46 / 0.9) var(--tw-gradient-to-position);
}

.to-red\/95 {
  --tw-gradient-to: rgb(237 46 46 / 0.95) var(--tw-gradient-to-position);
}

.to-secondary {
  --tw-gradient-to: var(--color-secondary) var(--tw-gradient-to-position);
}

.to-veryLightGray {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.to-veryLightGray\/0 {
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
}

.to-veryLightGray\/10 {
  --tw-gradient-to: rgb(250 250 250 / 0.1) var(--tw-gradient-to-position);
}

.to-veryLightGray\/100 {
  --tw-gradient-to: rgb(250 250 250 / 1) var(--tw-gradient-to-position);
}

.to-veryLightGray\/15 {
  --tw-gradient-to: rgb(250 250 250 / 0.15) var(--tw-gradient-to-position);
}

.to-veryLightGray\/20 {
  --tw-gradient-to: rgb(250 250 250 / 0.2) var(--tw-gradient-to-position);
}

.to-veryLightGray\/25 {
  --tw-gradient-to: rgb(250 250 250 / 0.25) var(--tw-gradient-to-position);
}

.to-veryLightGray\/30 {
  --tw-gradient-to: rgb(250 250 250 / 0.3) var(--tw-gradient-to-position);
}

.to-veryLightGray\/35 {
  --tw-gradient-to: rgb(250 250 250 / 0.35) var(--tw-gradient-to-position);
}

.to-veryLightGray\/40 {
  --tw-gradient-to: rgb(250 250 250 / 0.4) var(--tw-gradient-to-position);
}

.to-veryLightGray\/45 {
  --tw-gradient-to: rgb(250 250 250 / 0.45) var(--tw-gradient-to-position);
}

.to-veryLightGray\/5 {
  --tw-gradient-to: rgb(250 250 250 / 0.05) var(--tw-gradient-to-position);
}

.to-veryLightGray\/50 {
  --tw-gradient-to: rgb(250 250 250 / 0.5) var(--tw-gradient-to-position);
}

.to-veryLightGray\/55 {
  --tw-gradient-to: rgb(250 250 250 / 0.55) var(--tw-gradient-to-position);
}

.to-veryLightGray\/60 {
  --tw-gradient-to: rgb(250 250 250 / 0.6) var(--tw-gradient-to-position);
}

.to-veryLightGray\/65 {
  --tw-gradient-to: rgb(250 250 250 / 0.65) var(--tw-gradient-to-position);
}

.to-veryLightGray\/70 {
  --tw-gradient-to: rgb(250 250 250 / 0.7) var(--tw-gradient-to-position);
}

.to-veryLightGray\/75 {
  --tw-gradient-to: rgb(250 250 250 / 0.75) var(--tw-gradient-to-position);
}

.to-veryLightGray\/80 {
  --tw-gradient-to: rgb(250 250 250 / 0.8) var(--tw-gradient-to-position);
}

.to-veryLightGray\/85 {
  --tw-gradient-to: rgb(250 250 250 / 0.85) var(--tw-gradient-to-position);
}

.to-veryLightGray\/90 {
  --tw-gradient-to: rgb(250 250 250 / 0.9) var(--tw-gradient-to-position);
}

.to-veryLightGray\/95 {
  --tw-gradient-to: rgb(250 250 250 / 0.95) var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}

.to-white\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}

.to-white\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}

.to-white\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}

.to-white\/15 {
  --tw-gradient-to: rgb(255 255 255 / 0.15) var(--tw-gradient-to-position);
}

.to-white\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}

.to-white\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}

.to-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}

.to-white\/35 {
  --tw-gradient-to: rgb(255 255 255 / 0.35) var(--tw-gradient-to-position);
}

.to-white\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}

.to-white\/45 {
  --tw-gradient-to: rgb(255 255 255 / 0.45) var(--tw-gradient-to-position);
}

.to-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}

.to-white\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}

.to-white\/55 {
  --tw-gradient-to: rgb(255 255 255 / 0.55) var(--tw-gradient-to-position);
}

.to-white\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}

.to-white\/65 {
  --tw-gradient-to: rgb(255 255 255 / 0.65) var(--tw-gradient-to-position);
}

.to-white\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}

.to-white\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}

.to-white\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}

.to-white\/85 {
  --tw-gradient-to: rgb(255 255 255 / 0.85) var(--tw-gradient-to-position);
}

.to-white\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}

.to-white\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}

.to-0\% {
  --tw-gradient-to-position: 0%;
}

.to-10\% {
  --tw-gradient-to-position: 10%;
}

.to-100\% {
  --tw-gradient-to-position: 100%;
}

.to-15\% {
  --tw-gradient-to-position: 15%;
}

.to-20\% {
  --tw-gradient-to-position: 20%;
}

.to-25\% {
  --tw-gradient-to-position: 25%;
}

.to-30\% {
  --tw-gradient-to-position: 30%;
}

.to-35\% {
  --tw-gradient-to-position: 35%;
}

.to-40\% {
  --tw-gradient-to-position: 40%;
}

.to-45\% {
  --tw-gradient-to-position: 45%;
}

.to-5\% {
  --tw-gradient-to-position: 5%;
}

.to-50\% {
  --tw-gradient-to-position: 50%;
}

.to-55\% {
  --tw-gradient-to-position: 55%;
}

.to-60\% {
  --tw-gradient-to-position: 60%;
}

.to-65\% {
  --tw-gradient-to-position: 65%;
}

.to-70\% {
  --tw-gradient-to-position: 70%;
}

.to-75\% {
  --tw-gradient-to-position: 75%;
}

.to-80\% {
  --tw-gradient-to-position: 80%;
}

.to-85\% {
  --tw-gradient-to-position: 85%;
}

.to-90\% {
  --tw-gradient-to-position: 90%;
}

.to-95\% {
  --tw-gradient-to-position: 95%;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-backgroundGray {
  fill: #F7F7F7;
}

.fill-backgroundGray\/0 {
  fill: rgb(247 247 247 / 0);
}

.fill-backgroundGray\/10 {
  fill: rgb(247 247 247 / 0.1);
}

.fill-backgroundGray\/100 {
  fill: rgb(247 247 247 / 1);
}

.fill-backgroundGray\/15 {
  fill: rgb(247 247 247 / 0.15);
}

.fill-backgroundGray\/20 {
  fill: rgb(247 247 247 / 0.2);
}

.fill-backgroundGray\/25 {
  fill: rgb(247 247 247 / 0.25);
}

.fill-backgroundGray\/30 {
  fill: rgb(247 247 247 / 0.3);
}

.fill-backgroundGray\/35 {
  fill: rgb(247 247 247 / 0.35);
}

.fill-backgroundGray\/40 {
  fill: rgb(247 247 247 / 0.4);
}

.fill-backgroundGray\/45 {
  fill: rgb(247 247 247 / 0.45);
}

.fill-backgroundGray\/5 {
  fill: rgb(247 247 247 / 0.05);
}

.fill-backgroundGray\/50 {
  fill: rgb(247 247 247 / 0.5);
}

.fill-backgroundGray\/55 {
  fill: rgb(247 247 247 / 0.55);
}

.fill-backgroundGray\/60 {
  fill: rgb(247 247 247 / 0.6);
}

.fill-backgroundGray\/65 {
  fill: rgb(247 247 247 / 0.65);
}

.fill-backgroundGray\/70 {
  fill: rgb(247 247 247 / 0.7);
}

.fill-backgroundGray\/75 {
  fill: rgb(247 247 247 / 0.75);
}

.fill-backgroundGray\/80 {
  fill: rgb(247 247 247 / 0.8);
}

.fill-backgroundGray\/85 {
  fill: rgb(247 247 247 / 0.85);
}

.fill-backgroundGray\/90 {
  fill: rgb(247 247 247 / 0.9);
}

.fill-backgroundGray\/95 {
  fill: rgb(247 247 247 / 0.95);
}

.fill-black {
  fill: #000000;
}

.fill-black\/0 {
  fill: rgb(0 0 0 / 0);
}

.fill-black\/10 {
  fill: rgb(0 0 0 / 0.1);
}

.fill-black\/100 {
  fill: rgb(0 0 0 / 1);
}

.fill-black\/15 {
  fill: rgb(0 0 0 / 0.15);
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-black\/25 {
  fill: rgb(0 0 0 / 0.25);
}

.fill-black\/30 {
  fill: rgb(0 0 0 / 0.3);
}

.fill-black\/35 {
  fill: rgb(0 0 0 / 0.35);
}

.fill-black\/40 {
  fill: rgb(0 0 0 / 0.4);
}

.fill-black\/45 {
  fill: rgb(0 0 0 / 0.45);
}

.fill-black\/5 {
  fill: rgb(0 0 0 / 0.05);
}

.fill-black\/50 {
  fill: rgb(0 0 0 / 0.5);
}

.fill-black\/55 {
  fill: rgb(0 0 0 / 0.55);
}

.fill-black\/60 {
  fill: rgb(0 0 0 / 0.6);
}

.fill-black\/65 {
  fill: rgb(0 0 0 / 0.65);
}

.fill-black\/70 {
  fill: rgb(0 0 0 / 0.7);
}

.fill-black\/75 {
  fill: rgb(0 0 0 / 0.75);
}

.fill-black\/80 {
  fill: rgb(0 0 0 / 0.8);
}

.fill-black\/85 {
  fill: rgb(0 0 0 / 0.85);
}

.fill-black\/90 {
  fill: rgb(0 0 0 / 0.9);
}

.fill-black\/95 {
  fill: rgb(0 0 0 / 0.95);
}

.fill-blue {
  fill: #067FB2;
}

.fill-blue\/0 {
  fill: rgb(6 127 178 / 0);
}

.fill-blue\/10 {
  fill: rgb(6 127 178 / 0.1);
}

.fill-blue\/100 {
  fill: rgb(6 127 178 / 1);
}

.fill-blue\/15 {
  fill: rgb(6 127 178 / 0.15);
}

.fill-blue\/20 {
  fill: rgb(6 127 178 / 0.2);
}

.fill-blue\/25 {
  fill: rgb(6 127 178 / 0.25);
}

.fill-blue\/30 {
  fill: rgb(6 127 178 / 0.3);
}

.fill-blue\/35 {
  fill: rgb(6 127 178 / 0.35);
}

.fill-blue\/40 {
  fill: rgb(6 127 178 / 0.4);
}

.fill-blue\/45 {
  fill: rgb(6 127 178 / 0.45);
}

.fill-blue\/5 {
  fill: rgb(6 127 178 / 0.05);
}

.fill-blue\/50 {
  fill: rgb(6 127 178 / 0.5);
}

.fill-blue\/55 {
  fill: rgb(6 127 178 / 0.55);
}

.fill-blue\/60 {
  fill: rgb(6 127 178 / 0.6);
}

.fill-blue\/65 {
  fill: rgb(6 127 178 / 0.65);
}

.fill-blue\/70 {
  fill: rgb(6 127 178 / 0.7);
}

.fill-blue\/75 {
  fill: rgb(6 127 178 / 0.75);
}

.fill-blue\/80 {
  fill: rgb(6 127 178 / 0.8);
}

.fill-blue\/85 {
  fill: rgb(6 127 178 / 0.85);
}

.fill-blue\/90 {
  fill: rgb(6 127 178 / 0.9);
}

.fill-blue\/95 {
  fill: rgb(6 127 178 / 0.95);
}

.fill-dark {
  fill: var(--color-dark);
}

.fill-darkGray {
  fill: #353535;
}

.fill-darkGray\/0 {
  fill: rgb(53 53 53 / 0);
}

.fill-darkGray\/10 {
  fill: rgb(53 53 53 / 0.1);
}

.fill-darkGray\/100 {
  fill: rgb(53 53 53 / 1);
}

.fill-darkGray\/15 {
  fill: rgb(53 53 53 / 0.15);
}

.fill-darkGray\/20 {
  fill: rgb(53 53 53 / 0.2);
}

.fill-darkGray\/25 {
  fill: rgb(53 53 53 / 0.25);
}

.fill-darkGray\/30 {
  fill: rgb(53 53 53 / 0.3);
}

.fill-darkGray\/35 {
  fill: rgb(53 53 53 / 0.35);
}

.fill-darkGray\/40 {
  fill: rgb(53 53 53 / 0.4);
}

.fill-darkGray\/45 {
  fill: rgb(53 53 53 / 0.45);
}

.fill-darkGray\/5 {
  fill: rgb(53 53 53 / 0.05);
}

.fill-darkGray\/50 {
  fill: rgb(53 53 53 / 0.5);
}

.fill-darkGray\/55 {
  fill: rgb(53 53 53 / 0.55);
}

.fill-darkGray\/60 {
  fill: rgb(53 53 53 / 0.6);
}

.fill-darkGray\/65 {
  fill: rgb(53 53 53 / 0.65);
}

.fill-darkGray\/70 {
  fill: rgb(53 53 53 / 0.7);
}

.fill-darkGray\/75 {
  fill: rgb(53 53 53 / 0.75);
}

.fill-darkGray\/80 {
  fill: rgb(53 53 53 / 0.8);
}

.fill-darkGray\/85 {
  fill: rgb(53 53 53 / 0.85);
}

.fill-darkGray\/90 {
  fill: rgb(53 53 53 / 0.9);
}

.fill-darkGray\/95 {
  fill: rgb(53 53 53 / 0.95);
}

.fill-green {
  fill: #16a34a;
}

.fill-green\/0 {
  fill: rgb(22 163 74 / 0);
}

.fill-green\/10 {
  fill: rgb(22 163 74 / 0.1);
}

.fill-green\/100 {
  fill: rgb(22 163 74 / 1);
}

.fill-green\/15 {
  fill: rgb(22 163 74 / 0.15);
}

.fill-green\/20 {
  fill: rgb(22 163 74 / 0.2);
}

.fill-green\/25 {
  fill: rgb(22 163 74 / 0.25);
}

.fill-green\/30 {
  fill: rgb(22 163 74 / 0.3);
}

.fill-green\/35 {
  fill: rgb(22 163 74 / 0.35);
}

.fill-green\/40 {
  fill: rgb(22 163 74 / 0.4);
}

.fill-green\/45 {
  fill: rgb(22 163 74 / 0.45);
}

.fill-green\/5 {
  fill: rgb(22 163 74 / 0.05);
}

.fill-green\/50 {
  fill: rgb(22 163 74 / 0.5);
}

.fill-green\/55 {
  fill: rgb(22 163 74 / 0.55);
}

.fill-green\/60 {
  fill: rgb(22 163 74 / 0.6);
}

.fill-green\/65 {
  fill: rgb(22 163 74 / 0.65);
}

.fill-green\/70 {
  fill: rgb(22 163 74 / 0.7);
}

.fill-green\/75 {
  fill: rgb(22 163 74 / 0.75);
}

.fill-green\/80 {
  fill: rgb(22 163 74 / 0.8);
}

.fill-green\/85 {
  fill: rgb(22 163 74 / 0.85);
}

.fill-green\/90 {
  fill: rgb(22 163 74 / 0.9);
}

.fill-green\/95 {
  fill: rgb(22 163 74 / 0.95);
}

.fill-grey {
  fill: #9B9B9B;
}

.fill-grey\/0 {
  fill: rgb(155 155 155 / 0);
}

.fill-grey\/10 {
  fill: rgb(155 155 155 / 0.1);
}

.fill-grey\/100 {
  fill: rgb(155 155 155 / 1);
}

.fill-grey\/15 {
  fill: rgb(155 155 155 / 0.15);
}

.fill-grey\/20 {
  fill: rgb(155 155 155 / 0.2);
}

.fill-grey\/25 {
  fill: rgb(155 155 155 / 0.25);
}

.fill-grey\/30 {
  fill: rgb(155 155 155 / 0.3);
}

.fill-grey\/35 {
  fill: rgb(155 155 155 / 0.35);
}

.fill-grey\/40 {
  fill: rgb(155 155 155 / 0.4);
}

.fill-grey\/45 {
  fill: rgb(155 155 155 / 0.45);
}

.fill-grey\/5 {
  fill: rgb(155 155 155 / 0.05);
}

.fill-grey\/50 {
  fill: rgb(155 155 155 / 0.5);
}

.fill-grey\/55 {
  fill: rgb(155 155 155 / 0.55);
}

.fill-grey\/60 {
  fill: rgb(155 155 155 / 0.6);
}

.fill-grey\/65 {
  fill: rgb(155 155 155 / 0.65);
}

.fill-grey\/70 {
  fill: rgb(155 155 155 / 0.7);
}

.fill-grey\/75 {
  fill: rgb(155 155 155 / 0.75);
}

.fill-grey\/80 {
  fill: rgb(155 155 155 / 0.8);
}

.fill-grey\/85 {
  fill: rgb(155 155 155 / 0.85);
}

.fill-grey\/90 {
  fill: rgb(155 155 155 / 0.9);
}

.fill-grey\/95 {
  fill: rgb(155 155 155 / 0.95);
}

.fill-lightBlue {
  fill: #069CDC;
}

.fill-lightBlue\/0 {
  fill: rgb(6 156 220 / 0);
}

.fill-lightBlue\/10 {
  fill: rgb(6 156 220 / 0.1);
}

.fill-lightBlue\/100 {
  fill: rgb(6 156 220 / 1);
}

.fill-lightBlue\/15 {
  fill: rgb(6 156 220 / 0.15);
}

.fill-lightBlue\/20 {
  fill: rgb(6 156 220 / 0.2);
}

.fill-lightBlue\/25 {
  fill: rgb(6 156 220 / 0.25);
}

.fill-lightBlue\/30 {
  fill: rgb(6 156 220 / 0.3);
}

.fill-lightBlue\/35 {
  fill: rgb(6 156 220 / 0.35);
}

.fill-lightBlue\/40 {
  fill: rgb(6 156 220 / 0.4);
}

.fill-lightBlue\/45 {
  fill: rgb(6 156 220 / 0.45);
}

.fill-lightBlue\/5 {
  fill: rgb(6 156 220 / 0.05);
}

.fill-lightBlue\/50 {
  fill: rgb(6 156 220 / 0.5);
}

.fill-lightBlue\/55 {
  fill: rgb(6 156 220 / 0.55);
}

.fill-lightBlue\/60 {
  fill: rgb(6 156 220 / 0.6);
}

.fill-lightBlue\/65 {
  fill: rgb(6 156 220 / 0.65);
}

.fill-lightBlue\/70 {
  fill: rgb(6 156 220 / 0.7);
}

.fill-lightBlue\/75 {
  fill: rgb(6 156 220 / 0.75);
}

.fill-lightBlue\/80 {
  fill: rgb(6 156 220 / 0.8);
}

.fill-lightBlue\/85 {
  fill: rgb(6 156 220 / 0.85);
}

.fill-lightBlue\/90 {
  fill: rgb(6 156 220 / 0.9);
}

.fill-lightBlue\/95 {
  fill: rgb(6 156 220 / 0.95);
}

.fill-lightGray {
  fill: #C2C2C2;
}

.fill-lightGray\/0 {
  fill: rgb(194 194 194 / 0);
}

.fill-lightGray\/10 {
  fill: rgb(194 194 194 / 0.1);
}

.fill-lightGray\/100 {
  fill: rgb(194 194 194 / 1);
}

.fill-lightGray\/15 {
  fill: rgb(194 194 194 / 0.15);
}

.fill-lightGray\/20 {
  fill: rgb(194 194 194 / 0.2);
}

.fill-lightGray\/25 {
  fill: rgb(194 194 194 / 0.25);
}

.fill-lightGray\/30 {
  fill: rgb(194 194 194 / 0.3);
}

.fill-lightGray\/35 {
  fill: rgb(194 194 194 / 0.35);
}

.fill-lightGray\/40 {
  fill: rgb(194 194 194 / 0.4);
}

.fill-lightGray\/45 {
  fill: rgb(194 194 194 / 0.45);
}

.fill-lightGray\/5 {
  fill: rgb(194 194 194 / 0.05);
}

.fill-lightGray\/50 {
  fill: rgb(194 194 194 / 0.5);
}

.fill-lightGray\/55 {
  fill: rgb(194 194 194 / 0.55);
}

.fill-lightGray\/60 {
  fill: rgb(194 194 194 / 0.6);
}

.fill-lightGray\/65 {
  fill: rgb(194 194 194 / 0.65);
}

.fill-lightGray\/70 {
  fill: rgb(194 194 194 / 0.7);
}

.fill-lightGray\/75 {
  fill: rgb(194 194 194 / 0.75);
}

.fill-lightGray\/80 {
  fill: rgb(194 194 194 / 0.8);
}

.fill-lightGray\/85 {
  fill: rgb(194 194 194 / 0.85);
}

.fill-lightGray\/90 {
  fill: rgb(194 194 194 / 0.9);
}

.fill-lightGray\/95 {
  fill: rgb(194 194 194 / 0.95);
}

.fill-lightRed {
  fill: #FFF5F3;
}

.fill-lightRed\/0 {
  fill: rgb(255 245 243 / 0);
}

.fill-lightRed\/10 {
  fill: rgb(255 245 243 / 0.1);
}

.fill-lightRed\/100 {
  fill: rgb(255 245 243 / 1);
}

.fill-lightRed\/15 {
  fill: rgb(255 245 243 / 0.15);
}

.fill-lightRed\/20 {
  fill: rgb(255 245 243 / 0.2);
}

.fill-lightRed\/25 {
  fill: rgb(255 245 243 / 0.25);
}

.fill-lightRed\/30 {
  fill: rgb(255 245 243 / 0.3);
}

.fill-lightRed\/35 {
  fill: rgb(255 245 243 / 0.35);
}

.fill-lightRed\/40 {
  fill: rgb(255 245 243 / 0.4);
}

.fill-lightRed\/45 {
  fill: rgb(255 245 243 / 0.45);
}

.fill-lightRed\/5 {
  fill: rgb(255 245 243 / 0.05);
}

.fill-lightRed\/50 {
  fill: rgb(255 245 243 / 0.5);
}

.fill-lightRed\/55 {
  fill: rgb(255 245 243 / 0.55);
}

.fill-lightRed\/60 {
  fill: rgb(255 245 243 / 0.6);
}

.fill-lightRed\/65 {
  fill: rgb(255 245 243 / 0.65);
}

.fill-lightRed\/70 {
  fill: rgb(255 245 243 / 0.7);
}

.fill-lightRed\/75 {
  fill: rgb(255 245 243 / 0.75);
}

.fill-lightRed\/80 {
  fill: rgb(255 245 243 / 0.8);
}

.fill-lightRed\/85 {
  fill: rgb(255 245 243 / 0.85);
}

.fill-lightRed\/90 {
  fill: rgb(255 245 243 / 0.9);
}

.fill-lightRed\/95 {
  fill: rgb(255 245 243 / 0.95);
}

.fill-none {
  fill: none;
}

.fill-orange {
  fill: #F47C3C;
}

.fill-orange\/0 {
  fill: rgb(244 124 60 / 0);
}

.fill-orange\/10 {
  fill: rgb(244 124 60 / 0.1);
}

.fill-orange\/100 {
  fill: rgb(244 124 60 / 1);
}

.fill-orange\/15 {
  fill: rgb(244 124 60 / 0.15);
}

.fill-orange\/20 {
  fill: rgb(244 124 60 / 0.2);
}

.fill-orange\/25 {
  fill: rgb(244 124 60 / 0.25);
}

.fill-orange\/30 {
  fill: rgb(244 124 60 / 0.3);
}

.fill-orange\/35 {
  fill: rgb(244 124 60 / 0.35);
}

.fill-orange\/40 {
  fill: rgb(244 124 60 / 0.4);
}

.fill-orange\/45 {
  fill: rgb(244 124 60 / 0.45);
}

.fill-orange\/5 {
  fill: rgb(244 124 60 / 0.05);
}

.fill-orange\/50 {
  fill: rgb(244 124 60 / 0.5);
}

.fill-orange\/55 {
  fill: rgb(244 124 60 / 0.55);
}

.fill-orange\/60 {
  fill: rgb(244 124 60 / 0.6);
}

.fill-orange\/65 {
  fill: rgb(244 124 60 / 0.65);
}

.fill-orange\/70 {
  fill: rgb(244 124 60 / 0.7);
}

.fill-orange\/75 {
  fill: rgb(244 124 60 / 0.75);
}

.fill-orange\/80 {
  fill: rgb(244 124 60 / 0.8);
}

.fill-orange\/85 {
  fill: rgb(244 124 60 / 0.85);
}

.fill-orange\/90 {
  fill: rgb(244 124 60 / 0.9);
}

.fill-orange\/95 {
  fill: rgb(244 124 60 / 0.95);
}

.fill-primary {
  fill: var(--color-primary);
}

.fill-red {
  fill: #ED2E2E;
}

.fill-red\/0 {
  fill: rgb(237 46 46 / 0);
}

.fill-red\/10 {
  fill: rgb(237 46 46 / 0.1);
}

.fill-red\/100 {
  fill: rgb(237 46 46 / 1);
}

.fill-red\/15 {
  fill: rgb(237 46 46 / 0.15);
}

.fill-red\/20 {
  fill: rgb(237 46 46 / 0.2);
}

.fill-red\/25 {
  fill: rgb(237 46 46 / 0.25);
}

.fill-red\/30 {
  fill: rgb(237 46 46 / 0.3);
}

.fill-red\/35 {
  fill: rgb(237 46 46 / 0.35);
}

.fill-red\/40 {
  fill: rgb(237 46 46 / 0.4);
}

.fill-red\/45 {
  fill: rgb(237 46 46 / 0.45);
}

.fill-red\/5 {
  fill: rgb(237 46 46 / 0.05);
}

.fill-red\/50 {
  fill: rgb(237 46 46 / 0.5);
}

.fill-red\/55 {
  fill: rgb(237 46 46 / 0.55);
}

.fill-red\/60 {
  fill: rgb(237 46 46 / 0.6);
}

.fill-red\/65 {
  fill: rgb(237 46 46 / 0.65);
}

.fill-red\/70 {
  fill: rgb(237 46 46 / 0.7);
}

.fill-red\/75 {
  fill: rgb(237 46 46 / 0.75);
}

.fill-red\/80 {
  fill: rgb(237 46 46 / 0.8);
}

.fill-red\/85 {
  fill: rgb(237 46 46 / 0.85);
}

.fill-red\/90 {
  fill: rgb(237 46 46 / 0.9);
}

.fill-red\/95 {
  fill: rgb(237 46 46 / 0.95);
}

.fill-secondary {
  fill: var(--color-secondary);
}

.fill-veryLightGray {
  fill: #fafafa;
}

.fill-veryLightGray\/0 {
  fill: rgb(250 250 250 / 0);
}

.fill-veryLightGray\/10 {
  fill: rgb(250 250 250 / 0.1);
}

.fill-veryLightGray\/100 {
  fill: rgb(250 250 250 / 1);
}

.fill-veryLightGray\/15 {
  fill: rgb(250 250 250 / 0.15);
}

.fill-veryLightGray\/20 {
  fill: rgb(250 250 250 / 0.2);
}

.fill-veryLightGray\/25 {
  fill: rgb(250 250 250 / 0.25);
}

.fill-veryLightGray\/30 {
  fill: rgb(250 250 250 / 0.3);
}

.fill-veryLightGray\/35 {
  fill: rgb(250 250 250 / 0.35);
}

.fill-veryLightGray\/40 {
  fill: rgb(250 250 250 / 0.4);
}

.fill-veryLightGray\/45 {
  fill: rgb(250 250 250 / 0.45);
}

.fill-veryLightGray\/5 {
  fill: rgb(250 250 250 / 0.05);
}

.fill-veryLightGray\/50 {
  fill: rgb(250 250 250 / 0.5);
}

.fill-veryLightGray\/55 {
  fill: rgb(250 250 250 / 0.55);
}

.fill-veryLightGray\/60 {
  fill: rgb(250 250 250 / 0.6);
}

.fill-veryLightGray\/65 {
  fill: rgb(250 250 250 / 0.65);
}

.fill-veryLightGray\/70 {
  fill: rgb(250 250 250 / 0.7);
}

.fill-veryLightGray\/75 {
  fill: rgb(250 250 250 / 0.75);
}

.fill-veryLightGray\/80 {
  fill: rgb(250 250 250 / 0.8);
}

.fill-veryLightGray\/85 {
  fill: rgb(250 250 250 / 0.85);
}

.fill-veryLightGray\/90 {
  fill: rgb(250 250 250 / 0.9);
}

.fill-veryLightGray\/95 {
  fill: rgb(250 250 250 / 0.95);
}

.fill-white {
  fill: #FFFFFF;
}

.fill-white\/0 {
  fill: rgb(255 255 255 / 0);
}

.fill-white\/10 {
  fill: rgb(255 255 255 / 0.1);
}

.fill-white\/100 {
  fill: rgb(255 255 255 / 1);
}

.fill-white\/15 {
  fill: rgb(255 255 255 / 0.15);
}

.fill-white\/20 {
  fill: rgb(255 255 255 / 0.2);
}

.fill-white\/25 {
  fill: rgb(255 255 255 / 0.25);
}

.fill-white\/30 {
  fill: rgb(255 255 255 / 0.3);
}

.fill-white\/35 {
  fill: rgb(255 255 255 / 0.35);
}

.fill-white\/40 {
  fill: rgb(255 255 255 / 0.4);
}

.fill-white\/45 {
  fill: rgb(255 255 255 / 0.45);
}

.fill-white\/5 {
  fill: rgb(255 255 255 / 0.05);
}

.fill-white\/50 {
  fill: rgb(255 255 255 / 0.5);
}

.fill-white\/55 {
  fill: rgb(255 255 255 / 0.55);
}

.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}

.fill-white\/65 {
  fill: rgb(255 255 255 / 0.65);
}

.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}

.fill-white\/75 {
  fill: rgb(255 255 255 / 0.75);
}

.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}

.fill-white\/85 {
  fill: rgb(255 255 255 / 0.85);
}

.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}

.fill-white\/95 {
  fill: rgb(255 255 255 / 0.95);
}

.stroke-backgroundGray {
  stroke: #F7F7F7;
}

.stroke-backgroundGray\/0 {
  stroke: rgb(247 247 247 / 0);
}

.stroke-backgroundGray\/10 {
  stroke: rgb(247 247 247 / 0.1);
}

.stroke-backgroundGray\/100 {
  stroke: rgb(247 247 247 / 1);
}

.stroke-backgroundGray\/15 {
  stroke: rgb(247 247 247 / 0.15);
}

.stroke-backgroundGray\/20 {
  stroke: rgb(247 247 247 / 0.2);
}

.stroke-backgroundGray\/25 {
  stroke: rgb(247 247 247 / 0.25);
}

.stroke-backgroundGray\/30 {
  stroke: rgb(247 247 247 / 0.3);
}

.stroke-backgroundGray\/35 {
  stroke: rgb(247 247 247 / 0.35);
}

.stroke-backgroundGray\/40 {
  stroke: rgb(247 247 247 / 0.4);
}

.stroke-backgroundGray\/45 {
  stroke: rgb(247 247 247 / 0.45);
}

.stroke-backgroundGray\/5 {
  stroke: rgb(247 247 247 / 0.05);
}

.stroke-backgroundGray\/50 {
  stroke: rgb(247 247 247 / 0.5);
}

.stroke-backgroundGray\/55 {
  stroke: rgb(247 247 247 / 0.55);
}

.stroke-backgroundGray\/60 {
  stroke: rgb(247 247 247 / 0.6);
}

.stroke-backgroundGray\/65 {
  stroke: rgb(247 247 247 / 0.65);
}

.stroke-backgroundGray\/70 {
  stroke: rgb(247 247 247 / 0.7);
}

.stroke-backgroundGray\/75 {
  stroke: rgb(247 247 247 / 0.75);
}

.stroke-backgroundGray\/80 {
  stroke: rgb(247 247 247 / 0.8);
}

.stroke-backgroundGray\/85 {
  stroke: rgb(247 247 247 / 0.85);
}

.stroke-backgroundGray\/90 {
  stroke: rgb(247 247 247 / 0.9);
}

.stroke-backgroundGray\/95 {
  stroke: rgb(247 247 247 / 0.95);
}

.stroke-black {
  stroke: #000000;
}

.stroke-black\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-black\/10 {
  stroke: rgb(0 0 0 / 0.1);
}

.stroke-black\/100 {
  stroke: rgb(0 0 0 / 1);
}

.stroke-black\/15 {
  stroke: rgb(0 0 0 / 0.15);
}

.stroke-black\/20 {
  stroke: rgb(0 0 0 / 0.2);
}

.stroke-black\/25 {
  stroke: rgb(0 0 0 / 0.25);
}

.stroke-black\/30 {
  stroke: rgb(0 0 0 / 0.3);
}

.stroke-black\/35 {
  stroke: rgb(0 0 0 / 0.35);
}

.stroke-black\/40 {
  stroke: rgb(0 0 0 / 0.4);
}

.stroke-black\/45 {
  stroke: rgb(0 0 0 / 0.45);
}

.stroke-black\/5 {
  stroke: rgb(0 0 0 / 0.05);
}

.stroke-black\/50 {
  stroke: rgb(0 0 0 / 0.5);
}

.stroke-black\/55 {
  stroke: rgb(0 0 0 / 0.55);
}

.stroke-black\/60 {
  stroke: rgb(0 0 0 / 0.6);
}

.stroke-black\/65 {
  stroke: rgb(0 0 0 / 0.65);
}

.stroke-black\/70 {
  stroke: rgb(0 0 0 / 0.7);
}

.stroke-black\/75 {
  stroke: rgb(0 0 0 / 0.75);
}

.stroke-black\/80 {
  stroke: rgb(0 0 0 / 0.8);
}

.stroke-black\/85 {
  stroke: rgb(0 0 0 / 0.85);
}

.stroke-black\/90 {
  stroke: rgb(0 0 0 / 0.9);
}

.stroke-black\/95 {
  stroke: rgb(0 0 0 / 0.95);
}

.stroke-blue {
  stroke: #067FB2;
}

.stroke-blue\/0 {
  stroke: rgb(6 127 178 / 0);
}

.stroke-blue\/10 {
  stroke: rgb(6 127 178 / 0.1);
}

.stroke-blue\/100 {
  stroke: rgb(6 127 178 / 1);
}

.stroke-blue\/15 {
  stroke: rgb(6 127 178 / 0.15);
}

.stroke-blue\/20 {
  stroke: rgb(6 127 178 / 0.2);
}

.stroke-blue\/25 {
  stroke: rgb(6 127 178 / 0.25);
}

.stroke-blue\/30 {
  stroke: rgb(6 127 178 / 0.3);
}

.stroke-blue\/35 {
  stroke: rgb(6 127 178 / 0.35);
}

.stroke-blue\/40 {
  stroke: rgb(6 127 178 / 0.4);
}

.stroke-blue\/45 {
  stroke: rgb(6 127 178 / 0.45);
}

.stroke-blue\/5 {
  stroke: rgb(6 127 178 / 0.05);
}

.stroke-blue\/50 {
  stroke: rgb(6 127 178 / 0.5);
}

.stroke-blue\/55 {
  stroke: rgb(6 127 178 / 0.55);
}

.stroke-blue\/60 {
  stroke: rgb(6 127 178 / 0.6);
}

.stroke-blue\/65 {
  stroke: rgb(6 127 178 / 0.65);
}

.stroke-blue\/70 {
  stroke: rgb(6 127 178 / 0.7);
}

.stroke-blue\/75 {
  stroke: rgb(6 127 178 / 0.75);
}

.stroke-blue\/80 {
  stroke: rgb(6 127 178 / 0.8);
}

.stroke-blue\/85 {
  stroke: rgb(6 127 178 / 0.85);
}

.stroke-blue\/90 {
  stroke: rgb(6 127 178 / 0.9);
}

.stroke-blue\/95 {
  stroke: rgb(6 127 178 / 0.95);
}

.stroke-dark {
  stroke: var(--color-dark);
}

.stroke-darkGray {
  stroke: #353535;
}

.stroke-darkGray\/0 {
  stroke: rgb(53 53 53 / 0);
}

.stroke-darkGray\/10 {
  stroke: rgb(53 53 53 / 0.1);
}

.stroke-darkGray\/100 {
  stroke: rgb(53 53 53 / 1);
}

.stroke-darkGray\/15 {
  stroke: rgb(53 53 53 / 0.15);
}

.stroke-darkGray\/20 {
  stroke: rgb(53 53 53 / 0.2);
}

.stroke-darkGray\/25 {
  stroke: rgb(53 53 53 / 0.25);
}

.stroke-darkGray\/30 {
  stroke: rgb(53 53 53 / 0.3);
}

.stroke-darkGray\/35 {
  stroke: rgb(53 53 53 / 0.35);
}

.stroke-darkGray\/40 {
  stroke: rgb(53 53 53 / 0.4);
}

.stroke-darkGray\/45 {
  stroke: rgb(53 53 53 / 0.45);
}

.stroke-darkGray\/5 {
  stroke: rgb(53 53 53 / 0.05);
}

.stroke-darkGray\/50 {
  stroke: rgb(53 53 53 / 0.5);
}

.stroke-darkGray\/55 {
  stroke: rgb(53 53 53 / 0.55);
}

.stroke-darkGray\/60 {
  stroke: rgb(53 53 53 / 0.6);
}

.stroke-darkGray\/65 {
  stroke: rgb(53 53 53 / 0.65);
}

.stroke-darkGray\/70 {
  stroke: rgb(53 53 53 / 0.7);
}

.stroke-darkGray\/75 {
  stroke: rgb(53 53 53 / 0.75);
}

.stroke-darkGray\/80 {
  stroke: rgb(53 53 53 / 0.8);
}

.stroke-darkGray\/85 {
  stroke: rgb(53 53 53 / 0.85);
}

.stroke-darkGray\/90 {
  stroke: rgb(53 53 53 / 0.9);
}

.stroke-darkGray\/95 {
  stroke: rgb(53 53 53 / 0.95);
}

.stroke-green {
  stroke: #16a34a;
}

.stroke-green\/0 {
  stroke: rgb(22 163 74 / 0);
}

.stroke-green\/10 {
  stroke: rgb(22 163 74 / 0.1);
}

.stroke-green\/100 {
  stroke: rgb(22 163 74 / 1);
}

.stroke-green\/15 {
  stroke: rgb(22 163 74 / 0.15);
}

.stroke-green\/20 {
  stroke: rgb(22 163 74 / 0.2);
}

.stroke-green\/25 {
  stroke: rgb(22 163 74 / 0.25);
}

.stroke-green\/30 {
  stroke: rgb(22 163 74 / 0.3);
}

.stroke-green\/35 {
  stroke: rgb(22 163 74 / 0.35);
}

.stroke-green\/40 {
  stroke: rgb(22 163 74 / 0.4);
}

.stroke-green\/45 {
  stroke: rgb(22 163 74 / 0.45);
}

.stroke-green\/5 {
  stroke: rgb(22 163 74 / 0.05);
}

.stroke-green\/50 {
  stroke: rgb(22 163 74 / 0.5);
}

.stroke-green\/55 {
  stroke: rgb(22 163 74 / 0.55);
}

.stroke-green\/60 {
  stroke: rgb(22 163 74 / 0.6);
}

.stroke-green\/65 {
  stroke: rgb(22 163 74 / 0.65);
}

.stroke-green\/70 {
  stroke: rgb(22 163 74 / 0.7);
}

.stroke-green\/75 {
  stroke: rgb(22 163 74 / 0.75);
}

.stroke-green\/80 {
  stroke: rgb(22 163 74 / 0.8);
}

.stroke-green\/85 {
  stroke: rgb(22 163 74 / 0.85);
}

.stroke-green\/90 {
  stroke: rgb(22 163 74 / 0.9);
}

.stroke-green\/95 {
  stroke: rgb(22 163 74 / 0.95);
}

.stroke-grey {
  stroke: #9B9B9B;
}

.stroke-grey\/0 {
  stroke: rgb(155 155 155 / 0);
}

.stroke-grey\/10 {
  stroke: rgb(155 155 155 / 0.1);
}

.stroke-grey\/100 {
  stroke: rgb(155 155 155 / 1);
}

.stroke-grey\/15 {
  stroke: rgb(155 155 155 / 0.15);
}

.stroke-grey\/20 {
  stroke: rgb(155 155 155 / 0.2);
}

.stroke-grey\/25 {
  stroke: rgb(155 155 155 / 0.25);
}

.stroke-grey\/30 {
  stroke: rgb(155 155 155 / 0.3);
}

.stroke-grey\/35 {
  stroke: rgb(155 155 155 / 0.35);
}

.stroke-grey\/40 {
  stroke: rgb(155 155 155 / 0.4);
}

.stroke-grey\/45 {
  stroke: rgb(155 155 155 / 0.45);
}

.stroke-grey\/5 {
  stroke: rgb(155 155 155 / 0.05);
}

.stroke-grey\/50 {
  stroke: rgb(155 155 155 / 0.5);
}

.stroke-grey\/55 {
  stroke: rgb(155 155 155 / 0.55);
}

.stroke-grey\/60 {
  stroke: rgb(155 155 155 / 0.6);
}

.stroke-grey\/65 {
  stroke: rgb(155 155 155 / 0.65);
}

.stroke-grey\/70 {
  stroke: rgb(155 155 155 / 0.7);
}

.stroke-grey\/75 {
  stroke: rgb(155 155 155 / 0.75);
}

.stroke-grey\/80 {
  stroke: rgb(155 155 155 / 0.8);
}

.stroke-grey\/85 {
  stroke: rgb(155 155 155 / 0.85);
}

.stroke-grey\/90 {
  stroke: rgb(155 155 155 / 0.9);
}

.stroke-grey\/95 {
  stroke: rgb(155 155 155 / 0.95);
}

.stroke-lightBlue {
  stroke: #069CDC;
}

.stroke-lightBlue\/0 {
  stroke: rgb(6 156 220 / 0);
}

.stroke-lightBlue\/10 {
  stroke: rgb(6 156 220 / 0.1);
}

.stroke-lightBlue\/100 {
  stroke: rgb(6 156 220 / 1);
}

.stroke-lightBlue\/15 {
  stroke: rgb(6 156 220 / 0.15);
}

.stroke-lightBlue\/20 {
  stroke: rgb(6 156 220 / 0.2);
}

.stroke-lightBlue\/25 {
  stroke: rgb(6 156 220 / 0.25);
}

.stroke-lightBlue\/30 {
  stroke: rgb(6 156 220 / 0.3);
}

.stroke-lightBlue\/35 {
  stroke: rgb(6 156 220 / 0.35);
}

.stroke-lightBlue\/40 {
  stroke: rgb(6 156 220 / 0.4);
}

.stroke-lightBlue\/45 {
  stroke: rgb(6 156 220 / 0.45);
}

.stroke-lightBlue\/5 {
  stroke: rgb(6 156 220 / 0.05);
}

.stroke-lightBlue\/50 {
  stroke: rgb(6 156 220 / 0.5);
}

.stroke-lightBlue\/55 {
  stroke: rgb(6 156 220 / 0.55);
}

.stroke-lightBlue\/60 {
  stroke: rgb(6 156 220 / 0.6);
}

.stroke-lightBlue\/65 {
  stroke: rgb(6 156 220 / 0.65);
}

.stroke-lightBlue\/70 {
  stroke: rgb(6 156 220 / 0.7);
}

.stroke-lightBlue\/75 {
  stroke: rgb(6 156 220 / 0.75);
}

.stroke-lightBlue\/80 {
  stroke: rgb(6 156 220 / 0.8);
}

.stroke-lightBlue\/85 {
  stroke: rgb(6 156 220 / 0.85);
}

.stroke-lightBlue\/90 {
  stroke: rgb(6 156 220 / 0.9);
}

.stroke-lightBlue\/95 {
  stroke: rgb(6 156 220 / 0.95);
}

.stroke-lightGray {
  stroke: #C2C2C2;
}

.stroke-lightGray\/0 {
  stroke: rgb(194 194 194 / 0);
}

.stroke-lightGray\/10 {
  stroke: rgb(194 194 194 / 0.1);
}

.stroke-lightGray\/100 {
  stroke: rgb(194 194 194 / 1);
}

.stroke-lightGray\/15 {
  stroke: rgb(194 194 194 / 0.15);
}

.stroke-lightGray\/20 {
  stroke: rgb(194 194 194 / 0.2);
}

.stroke-lightGray\/25 {
  stroke: rgb(194 194 194 / 0.25);
}

.stroke-lightGray\/30 {
  stroke: rgb(194 194 194 / 0.3);
}

.stroke-lightGray\/35 {
  stroke: rgb(194 194 194 / 0.35);
}

.stroke-lightGray\/40 {
  stroke: rgb(194 194 194 / 0.4);
}

.stroke-lightGray\/45 {
  stroke: rgb(194 194 194 / 0.45);
}

.stroke-lightGray\/5 {
  stroke: rgb(194 194 194 / 0.05);
}

.stroke-lightGray\/50 {
  stroke: rgb(194 194 194 / 0.5);
}

.stroke-lightGray\/55 {
  stroke: rgb(194 194 194 / 0.55);
}

.stroke-lightGray\/60 {
  stroke: rgb(194 194 194 / 0.6);
}

.stroke-lightGray\/65 {
  stroke: rgb(194 194 194 / 0.65);
}

.stroke-lightGray\/70 {
  stroke: rgb(194 194 194 / 0.7);
}

.stroke-lightGray\/75 {
  stroke: rgb(194 194 194 / 0.75);
}

.stroke-lightGray\/80 {
  stroke: rgb(194 194 194 / 0.8);
}

.stroke-lightGray\/85 {
  stroke: rgb(194 194 194 / 0.85);
}

.stroke-lightGray\/90 {
  stroke: rgb(194 194 194 / 0.9);
}

.stroke-lightGray\/95 {
  stroke: rgb(194 194 194 / 0.95);
}

.stroke-lightRed {
  stroke: #FFF5F3;
}

.stroke-lightRed\/0 {
  stroke: rgb(255 245 243 / 0);
}

.stroke-lightRed\/10 {
  stroke: rgb(255 245 243 / 0.1);
}

.stroke-lightRed\/100 {
  stroke: rgb(255 245 243 / 1);
}

.stroke-lightRed\/15 {
  stroke: rgb(255 245 243 / 0.15);
}

.stroke-lightRed\/20 {
  stroke: rgb(255 245 243 / 0.2);
}

.stroke-lightRed\/25 {
  stroke: rgb(255 245 243 / 0.25);
}

.stroke-lightRed\/30 {
  stroke: rgb(255 245 243 / 0.3);
}

.stroke-lightRed\/35 {
  stroke: rgb(255 245 243 / 0.35);
}

.stroke-lightRed\/40 {
  stroke: rgb(255 245 243 / 0.4);
}

.stroke-lightRed\/45 {
  stroke: rgb(255 245 243 / 0.45);
}

.stroke-lightRed\/5 {
  stroke: rgb(255 245 243 / 0.05);
}

.stroke-lightRed\/50 {
  stroke: rgb(255 245 243 / 0.5);
}

.stroke-lightRed\/55 {
  stroke: rgb(255 245 243 / 0.55);
}

.stroke-lightRed\/60 {
  stroke: rgb(255 245 243 / 0.6);
}

.stroke-lightRed\/65 {
  stroke: rgb(255 245 243 / 0.65);
}

.stroke-lightRed\/70 {
  stroke: rgb(255 245 243 / 0.7);
}

.stroke-lightRed\/75 {
  stroke: rgb(255 245 243 / 0.75);
}

.stroke-lightRed\/80 {
  stroke: rgb(255 245 243 / 0.8);
}

.stroke-lightRed\/85 {
  stroke: rgb(255 245 243 / 0.85);
}

.stroke-lightRed\/90 {
  stroke: rgb(255 245 243 / 0.9);
}

.stroke-lightRed\/95 {
  stroke: rgb(255 245 243 / 0.95);
}

.stroke-none {
  stroke: none;
}

.stroke-orange {
  stroke: #F47C3C;
}

.stroke-orange\/0 {
  stroke: rgb(244 124 60 / 0);
}

.stroke-orange\/10 {
  stroke: rgb(244 124 60 / 0.1);
}

.stroke-orange\/100 {
  stroke: rgb(244 124 60 / 1);
}

.stroke-orange\/15 {
  stroke: rgb(244 124 60 / 0.15);
}

.stroke-orange\/20 {
  stroke: rgb(244 124 60 / 0.2);
}

.stroke-orange\/25 {
  stroke: rgb(244 124 60 / 0.25);
}

.stroke-orange\/30 {
  stroke: rgb(244 124 60 / 0.3);
}

.stroke-orange\/35 {
  stroke: rgb(244 124 60 / 0.35);
}

.stroke-orange\/40 {
  stroke: rgb(244 124 60 / 0.4);
}

.stroke-orange\/45 {
  stroke: rgb(244 124 60 / 0.45);
}

.stroke-orange\/5 {
  stroke: rgb(244 124 60 / 0.05);
}

.stroke-orange\/50 {
  stroke: rgb(244 124 60 / 0.5);
}

.stroke-orange\/55 {
  stroke: rgb(244 124 60 / 0.55);
}

.stroke-orange\/60 {
  stroke: rgb(244 124 60 / 0.6);
}

.stroke-orange\/65 {
  stroke: rgb(244 124 60 / 0.65);
}

.stroke-orange\/70 {
  stroke: rgb(244 124 60 / 0.7);
}

.stroke-orange\/75 {
  stroke: rgb(244 124 60 / 0.75);
}

.stroke-orange\/80 {
  stroke: rgb(244 124 60 / 0.8);
}

.stroke-orange\/85 {
  stroke: rgb(244 124 60 / 0.85);
}

.stroke-orange\/90 {
  stroke: rgb(244 124 60 / 0.9);
}

.stroke-orange\/95 {
  stroke: rgb(244 124 60 / 0.95);
}

.stroke-primary {
  stroke: var(--color-primary);
}

.stroke-red {
  stroke: #ED2E2E;
}

.stroke-red\/0 {
  stroke: rgb(237 46 46 / 0);
}

.stroke-red\/10 {
  stroke: rgb(237 46 46 / 0.1);
}

.stroke-red\/100 {
  stroke: rgb(237 46 46 / 1);
}

.stroke-red\/15 {
  stroke: rgb(237 46 46 / 0.15);
}

.stroke-red\/20 {
  stroke: rgb(237 46 46 / 0.2);
}

.stroke-red\/25 {
  stroke: rgb(237 46 46 / 0.25);
}

.stroke-red\/30 {
  stroke: rgb(237 46 46 / 0.3);
}

.stroke-red\/35 {
  stroke: rgb(237 46 46 / 0.35);
}

.stroke-red\/40 {
  stroke: rgb(237 46 46 / 0.4);
}

.stroke-red\/45 {
  stroke: rgb(237 46 46 / 0.45);
}

.stroke-red\/5 {
  stroke: rgb(237 46 46 / 0.05);
}

.stroke-red\/50 {
  stroke: rgb(237 46 46 / 0.5);
}

.stroke-red\/55 {
  stroke: rgb(237 46 46 / 0.55);
}

.stroke-red\/60 {
  stroke: rgb(237 46 46 / 0.6);
}

.stroke-red\/65 {
  stroke: rgb(237 46 46 / 0.65);
}

.stroke-red\/70 {
  stroke: rgb(237 46 46 / 0.7);
}

.stroke-red\/75 {
  stroke: rgb(237 46 46 / 0.75);
}

.stroke-red\/80 {
  stroke: rgb(237 46 46 / 0.8);
}

.stroke-red\/85 {
  stroke: rgb(237 46 46 / 0.85);
}

.stroke-red\/90 {
  stroke: rgb(237 46 46 / 0.9);
}

.stroke-red\/95 {
  stroke: rgb(237 46 46 / 0.95);
}

.stroke-secondary {
  stroke: var(--color-secondary);
}

.stroke-veryLightGray {
  stroke: #fafafa;
}

.stroke-veryLightGray\/0 {
  stroke: rgb(250 250 250 / 0);
}

.stroke-veryLightGray\/10 {
  stroke: rgb(250 250 250 / 0.1);
}

.stroke-veryLightGray\/100 {
  stroke: rgb(250 250 250 / 1);
}

.stroke-veryLightGray\/15 {
  stroke: rgb(250 250 250 / 0.15);
}

.stroke-veryLightGray\/20 {
  stroke: rgb(250 250 250 / 0.2);
}

.stroke-veryLightGray\/25 {
  stroke: rgb(250 250 250 / 0.25);
}

.stroke-veryLightGray\/30 {
  stroke: rgb(250 250 250 / 0.3);
}

.stroke-veryLightGray\/35 {
  stroke: rgb(250 250 250 / 0.35);
}

.stroke-veryLightGray\/40 {
  stroke: rgb(250 250 250 / 0.4);
}

.stroke-veryLightGray\/45 {
  stroke: rgb(250 250 250 / 0.45);
}

.stroke-veryLightGray\/5 {
  stroke: rgb(250 250 250 / 0.05);
}

.stroke-veryLightGray\/50 {
  stroke: rgb(250 250 250 / 0.5);
}

.stroke-veryLightGray\/55 {
  stroke: rgb(250 250 250 / 0.55);
}

.stroke-veryLightGray\/60 {
  stroke: rgb(250 250 250 / 0.6);
}

.stroke-veryLightGray\/65 {
  stroke: rgb(250 250 250 / 0.65);
}

.stroke-veryLightGray\/70 {
  stroke: rgb(250 250 250 / 0.7);
}

.stroke-veryLightGray\/75 {
  stroke: rgb(250 250 250 / 0.75);
}

.stroke-veryLightGray\/80 {
  stroke: rgb(250 250 250 / 0.8);
}

.stroke-veryLightGray\/85 {
  stroke: rgb(250 250 250 / 0.85);
}

.stroke-veryLightGray\/90 {
  stroke: rgb(250 250 250 / 0.9);
}

.stroke-veryLightGray\/95 {
  stroke: rgb(250 250 250 / 0.95);
}

.stroke-white {
  stroke: #FFFFFF;
}

.stroke-white\/0 {
  stroke: rgb(255 255 255 / 0);
}

.stroke-white\/10 {
  stroke: rgb(255 255 255 / 0.1);
}

.stroke-white\/100 {
  stroke: rgb(255 255 255 / 1);
}

.stroke-white\/15 {
  stroke: rgb(255 255 255 / 0.15);
}

.stroke-white\/20 {
  stroke: rgb(255 255 255 / 0.2);
}

.stroke-white\/25 {
  stroke: rgb(255 255 255 / 0.25);
}

.stroke-white\/30 {
  stroke: rgb(255 255 255 / 0.3);
}

.stroke-white\/35 {
  stroke: rgb(255 255 255 / 0.35);
}

.stroke-white\/40 {
  stroke: rgb(255 255 255 / 0.4);
}

.stroke-white\/45 {
  stroke: rgb(255 255 255 / 0.45);
}

.stroke-white\/5 {
  stroke: rgb(255 255 255 / 0.05);
}

.stroke-white\/50 {
  stroke: rgb(255 255 255 / 0.5);
}

.stroke-white\/55 {
  stroke: rgb(255 255 255 / 0.55);
}

.stroke-white\/60 {
  stroke: rgb(255 255 255 / 0.6);
}

.stroke-white\/65 {
  stroke: rgb(255 255 255 / 0.65);
}

.stroke-white\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-white\/80 {
  stroke: rgb(255 255 255 / 0.8);
}

.stroke-white\/85 {
  stroke: rgb(255 255 255 / 0.85);
}

.stroke-white\/90 {
  stroke: rgb(255 255 255 / 0.9);
}

.stroke-white\/95 {
  stroke: rgb(255 255 255 / 0.95);
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-4\.5 {
  padding: 1.125rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-72 {
  padding: 18rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-4\.5 {
  padding-bottom: 1.125rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pe-0\.5 {
  padding-inline-end: 0.125rem;
}

.pe-1 {
  padding-inline-end: 0.25rem;
}

.pe-1\.5 {
  padding-inline-end: 0.375rem;
}

.pe-10 {
  padding-inline-end: 2.5rem;
}

.pe-11 {
  padding-inline-end: 2.75rem;
}

.pe-12 {
  padding-inline-end: 3rem;
}

.pe-14 {
  padding-inline-end: 3.5rem;
}

.pe-16 {
  padding-inline-end: 4rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-2\.5 {
  padding-inline-end: 0.625rem;
}

.pe-20 {
  padding-inline-end: 5rem;
}

.pe-24 {
  padding-inline-end: 6rem;
}

.pe-28 {
  padding-inline-end: 7rem;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pe-3\.5 {
  padding-inline-end: 0.875rem;
}

.pe-32 {
  padding-inline-end: 8rem;
}

.pe-36 {
  padding-inline-end: 9rem;
}

.pe-4 {
  padding-inline-end: 1rem;
}

.pe-4\.5 {
  padding-inline-end: 1.125rem;
}

.pe-40 {
  padding-inline-end: 10rem;
}

.pe-44 {
  padding-inline-end: 11rem;
}

.pe-48 {
  padding-inline-end: 12rem;
}

.pe-5 {
  padding-inline-end: 1.25rem;
}

.pe-52 {
  padding-inline-end: 13rem;
}

.pe-56 {
  padding-inline-end: 14rem;
}

.pe-6 {
  padding-inline-end: 1.5rem;
}

.pe-60 {
  padding-inline-end: 15rem;
}

.pe-64 {
  padding-inline-end: 16rem;
}

.pe-7 {
  padding-inline-end: 1.75rem;
}

.pe-72 {
  padding-inline-end: 18rem;
}

.pe-8 {
  padding-inline-end: 2rem;
}

.pe-80 {
  padding-inline-end: 20rem;
}

.pe-9 {
  padding-inline-end: 2.25rem;
}

.pe-96 {
  padding-inline-end: 24rem;
}

.pe-px {
  padding-inline-end: 1px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-4\.5 {
  padding-left: 1.125rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-\[3rem\] {
  padding-left: 3rem;
}

.pl-px {
  padding-left: 1px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-4\.5 {
  padding-right: 1.125rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-\[3rem\] {
  padding-right: 3rem;
}

.pr-\[4rem\] {
  padding-right: 4rem;
}

.pr-px {
  padding-right: 1px;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-0\.5 {
  padding-inline-start: 0.125rem;
}

.ps-1 {
  padding-inline-start: 0.25rem;
}

.ps-1\.5 {
  padding-inline-start: 0.375rem;
}

.ps-10 {
  padding-inline-start: 2.5rem;
}

.ps-11 {
  padding-inline-start: 2.75rem;
}

.ps-12 {
  padding-inline-start: 3rem;
}

.ps-14 {
  padding-inline-start: 3.5rem;
}

.ps-16 {
  padding-inline-start: 4rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-2\.5 {
  padding-inline-start: 0.625rem;
}

.ps-20 {
  padding-inline-start: 5rem;
}

.ps-24 {
  padding-inline-start: 6rem;
}

.ps-28 {
  padding-inline-start: 7rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-3\.5 {
  padding-inline-start: 0.875rem;
}

.ps-32 {
  padding-inline-start: 8rem;
}

.ps-36 {
  padding-inline-start: 9rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.ps-4\.5 {
  padding-inline-start: 1.125rem;
}

.ps-40 {
  padding-inline-start: 10rem;
}

.ps-44 {
  padding-inline-start: 11rem;
}

.ps-48 {
  padding-inline-start: 12rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.ps-52 {
  padding-inline-start: 13rem;
}

.ps-56 {
  padding-inline-start: 14rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

.ps-60 {
  padding-inline-start: 15rem;
}

.ps-64 {
  padding-inline-start: 16rem;
}

.ps-7 {
  padding-inline-start: 1.75rem;
}

.ps-72 {
  padding-inline-start: 18rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

.ps-80 {
  padding-inline-start: 20rem;
}

.ps-9 {
  padding-inline-start: 2.25rem;
}

.ps-96 {
  padding-inline-start: 24rem;
}

.ps-px {
  padding-inline-start: 1px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-4\.5 {
  padding-top: 1.125rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-\[1\.25rem\] {
  padding-top: 1.25rem;
}

.pt-px {
  padding-top: 1px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.-indent-0 {
  text-indent: -0px;
}

.-indent-0\.5 {
  text-indent: -0.125rem;
}

.-indent-1 {
  text-indent: -0.25rem;
}

.-indent-1\.5 {
  text-indent: -0.375rem;
}

.-indent-10 {
  text-indent: -2.5rem;
}

.-indent-11 {
  text-indent: -2.75rem;
}

.-indent-12 {
  text-indent: -3rem;
}

.-indent-14 {
  text-indent: -3.5rem;
}

.-indent-16 {
  text-indent: -4rem;
}

.-indent-2 {
  text-indent: -0.5rem;
}

.-indent-2\.5 {
  text-indent: -0.625rem;
}

.-indent-20 {
  text-indent: -5rem;
}

.-indent-24 {
  text-indent: -6rem;
}

.-indent-28 {
  text-indent: -7rem;
}

.-indent-3 {
  text-indent: -0.75rem;
}

.-indent-3\.5 {
  text-indent: -0.875rem;
}

.-indent-32 {
  text-indent: -8rem;
}

.-indent-36 {
  text-indent: -9rem;
}

.-indent-4 {
  text-indent: -1rem;
}

.-indent-4\.5 {
  text-indent: -1.125rem;
}

.-indent-40 {
  text-indent: -10rem;
}

.-indent-44 {
  text-indent: -11rem;
}

.-indent-48 {
  text-indent: -12rem;
}

.-indent-5 {
  text-indent: -1.25rem;
}

.-indent-52 {
  text-indent: -13rem;
}

.-indent-56 {
  text-indent: -14rem;
}

.-indent-6 {
  text-indent: -1.5rem;
}

.-indent-60 {
  text-indent: -15rem;
}

.-indent-64 {
  text-indent: -16rem;
}

.-indent-7 {
  text-indent: -1.75rem;
}

.-indent-72 {
  text-indent: -18rem;
}

.-indent-8 {
  text-indent: -2rem;
}

.-indent-80 {
  text-indent: -20rem;
}

.-indent-9 {
  text-indent: -2.25rem;
}

.-indent-96 {
  text-indent: -24rem;
}

.-indent-px {
  text-indent: -1px;
}

.indent-0 {
  text-indent: 0px;
}

.indent-0\.5 {
  text-indent: 0.125rem;
}

.indent-1 {
  text-indent: 0.25rem;
}

.indent-1\.5 {
  text-indent: 0.375rem;
}

.indent-10 {
  text-indent: 2.5rem;
}

.indent-11 {
  text-indent: 2.75rem;
}

.indent-12 {
  text-indent: 3rem;
}

.indent-14 {
  text-indent: 3.5rem;
}

.indent-16 {
  text-indent: 4rem;
}

.indent-2 {
  text-indent: 0.5rem;
}

.indent-2\.5 {
  text-indent: 0.625rem;
}

.indent-20 {
  text-indent: 5rem;
}

.indent-24 {
  text-indent: 6rem;
}

.indent-28 {
  text-indent: 7rem;
}

.indent-3 {
  text-indent: 0.75rem;
}

.indent-3\.5 {
  text-indent: 0.875rem;
}

.indent-32 {
  text-indent: 8rem;
}

.indent-36 {
  text-indent: 9rem;
}

.indent-4 {
  text-indent: 1rem;
}

.indent-4\.5 {
  text-indent: 1.125rem;
}

.indent-40 {
  text-indent: 10rem;
}

.indent-44 {
  text-indent: 11rem;
}

.indent-48 {
  text-indent: 12rem;
}

.indent-5 {
  text-indent: 1.25rem;
}

.indent-52 {
  text-indent: 13rem;
}

.indent-56 {
  text-indent: 14rem;
}

.indent-6 {
  text-indent: 1.5rem;
}

.indent-60 {
  text-indent: 15rem;
}

.indent-64 {
  text-indent: 16rem;
}

.indent-7 {
  text-indent: 1.75rem;
}

.indent-72 {
  text-indent: 18rem;
}

.indent-8 {
  text-indent: 2rem;
}

.indent-80 {
  text-indent: 20rem;
}

.indent-9 {
  text-indent: 2.25rem;
}

.indent-96 {
  text-indent: 24rem;
}

.indent-px {
  text-indent: 1px;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.font-sans {
  font-family: Geologica, sans-serif;
}

.text-12 {
  font-size: 12px;
  line-height: 16.39px;
}

.text-18 {
  font-size: 18px;
  line-height: 22px;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-base {
  font-size: 14px;
  line-height: 19px;
}

.text-lg {
  font-size: 20px;
  line-height: 28px;
}

.text-sm {
  font-size: 10px;
  line-height: 13.66px;
}

.text-xl {
  font-size: 24px;
  line-height: 40px;
}

.text-xxl {
  font-size: 36px;
  line-height: 32px;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.-tracking-normal {
  letter-spacing: -0em;
}

.-tracking-tight {
  letter-spacing: 0.025em;
}

.-tracking-tighter {
  letter-spacing: 0.05em;
}

.-tracking-wide {
  letter-spacing: -0.025em;
}

.-tracking-wider {
  letter-spacing: -0.05em;
}

.-tracking-widest {
  letter-spacing: -0.1em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-backgroundGray {
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity, 1));
}

.text-backgroundGray\/0 {
  color: rgb(247 247 247 / 0);
}

.text-backgroundGray\/10 {
  color: rgb(247 247 247 / 0.1);
}

.text-backgroundGray\/100 {
  color: rgb(247 247 247 / 1);
}

.text-backgroundGray\/15 {
  color: rgb(247 247 247 / 0.15);
}

.text-backgroundGray\/20 {
  color: rgb(247 247 247 / 0.2);
}

.text-backgroundGray\/25 {
  color: rgb(247 247 247 / 0.25);
}

.text-backgroundGray\/30 {
  color: rgb(247 247 247 / 0.3);
}

.text-backgroundGray\/35 {
  color: rgb(247 247 247 / 0.35);
}

.text-backgroundGray\/40 {
  color: rgb(247 247 247 / 0.4);
}

.text-backgroundGray\/45 {
  color: rgb(247 247 247 / 0.45);
}

.text-backgroundGray\/5 {
  color: rgb(247 247 247 / 0.05);
}

.text-backgroundGray\/50 {
  color: rgb(247 247 247 / 0.5);
}

.text-backgroundGray\/55 {
  color: rgb(247 247 247 / 0.55);
}

.text-backgroundGray\/60 {
  color: rgb(247 247 247 / 0.6);
}

.text-backgroundGray\/65 {
  color: rgb(247 247 247 / 0.65);
}

.text-backgroundGray\/70 {
  color: rgb(247 247 247 / 0.7);
}

.text-backgroundGray\/75 {
  color: rgb(247 247 247 / 0.75);
}

.text-backgroundGray\/80 {
  color: rgb(247 247 247 / 0.8);
}

.text-backgroundGray\/85 {
  color: rgb(247 247 247 / 0.85);
}

.text-backgroundGray\/90 {
  color: rgb(247 247 247 / 0.9);
}

.text-backgroundGray\/95 {
  color: rgb(247 247 247 / 0.95);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(6 127 178 / var(--tw-text-opacity, 1));
}

.text-blue\/0 {
  color: rgb(6 127 178 / 0);
}

.text-blue\/10 {
  color: rgb(6 127 178 / 0.1);
}

.text-blue\/100 {
  color: rgb(6 127 178 / 1);
}

.text-blue\/15 {
  color: rgb(6 127 178 / 0.15);
}

.text-blue\/20 {
  color: rgb(6 127 178 / 0.2);
}

.text-blue\/25 {
  color: rgb(6 127 178 / 0.25);
}

.text-blue\/30 {
  color: rgb(6 127 178 / 0.3);
}

.text-blue\/35 {
  color: rgb(6 127 178 / 0.35);
}

.text-blue\/40 {
  color: rgb(6 127 178 / 0.4);
}

.text-blue\/45 {
  color: rgb(6 127 178 / 0.45);
}

.text-blue\/5 {
  color: rgb(6 127 178 / 0.05);
}

.text-blue\/50 {
  color: rgb(6 127 178 / 0.5);
}

.text-blue\/55 {
  color: rgb(6 127 178 / 0.55);
}

.text-blue\/60 {
  color: rgb(6 127 178 / 0.6);
}

.text-blue\/65 {
  color: rgb(6 127 178 / 0.65);
}

.text-blue\/70 {
  color: rgb(6 127 178 / 0.7);
}

.text-blue\/75 {
  color: rgb(6 127 178 / 0.75);
}

.text-blue\/80 {
  color: rgb(6 127 178 / 0.8);
}

.text-blue\/85 {
  color: rgb(6 127 178 / 0.85);
}

.text-blue\/90 {
  color: rgb(6 127 178 / 0.9);
}

.text-blue\/95 {
  color: rgb(6 127 178 / 0.95);
}

.text-dark {
  color: var(--color-dark);
}

.text-darkGray {
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity, 1));
}

.text-darkGray\/0 {
  color: rgb(53 53 53 / 0);
}

.text-darkGray\/10 {
  color: rgb(53 53 53 / 0.1);
}

.text-darkGray\/100 {
  color: rgb(53 53 53 / 1);
}

.text-darkGray\/15 {
  color: rgb(53 53 53 / 0.15);
}

.text-darkGray\/20 {
  color: rgb(53 53 53 / 0.2);
}

.text-darkGray\/25 {
  color: rgb(53 53 53 / 0.25);
}

.text-darkGray\/30 {
  color: rgb(53 53 53 / 0.3);
}

.text-darkGray\/35 {
  color: rgb(53 53 53 / 0.35);
}

.text-darkGray\/40 {
  color: rgb(53 53 53 / 0.4);
}

.text-darkGray\/45 {
  color: rgb(53 53 53 / 0.45);
}

.text-darkGray\/5 {
  color: rgb(53 53 53 / 0.05);
}

.text-darkGray\/50 {
  color: rgb(53 53 53 / 0.5);
}

.text-darkGray\/55 {
  color: rgb(53 53 53 / 0.55);
}

.text-darkGray\/60 {
  color: rgb(53 53 53 / 0.6);
}

.text-darkGray\/65 {
  color: rgb(53 53 53 / 0.65);
}

.text-darkGray\/70 {
  color: rgb(53 53 53 / 0.7);
}

.text-darkGray\/75 {
  color: rgb(53 53 53 / 0.75);
}

.text-darkGray\/80 {
  color: rgb(53 53 53 / 0.8);
}

.text-darkGray\/85 {
  color: rgb(53 53 53 / 0.85);
}

.text-darkGray\/90 {
  color: rgb(53 53 53 / 0.9);
}

.text-darkGray\/95 {
  color: rgb(53 53 53 / 0.95);
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green\/0 {
  color: rgb(22 163 74 / 0);
}

.text-green\/10 {
  color: rgb(22 163 74 / 0.1);
}

.text-green\/100 {
  color: rgb(22 163 74 / 1);
}

.text-green\/15 {
  color: rgb(22 163 74 / 0.15);
}

.text-green\/20 {
  color: rgb(22 163 74 / 0.2);
}

.text-green\/25 {
  color: rgb(22 163 74 / 0.25);
}

.text-green\/30 {
  color: rgb(22 163 74 / 0.3);
}

.text-green\/35 {
  color: rgb(22 163 74 / 0.35);
}

.text-green\/40 {
  color: rgb(22 163 74 / 0.4);
}

.text-green\/45 {
  color: rgb(22 163 74 / 0.45);
}

.text-green\/5 {
  color: rgb(22 163 74 / 0.05);
}

.text-green\/50 {
  color: rgb(22 163 74 / 0.5);
}

.text-green\/55 {
  color: rgb(22 163 74 / 0.55);
}

.text-green\/60 {
  color: rgb(22 163 74 / 0.6);
}

.text-green\/65 {
  color: rgb(22 163 74 / 0.65);
}

.text-green\/70 {
  color: rgb(22 163 74 / 0.7);
}

.text-green\/75 {
  color: rgb(22 163 74 / 0.75);
}

.text-green\/80 {
  color: rgb(22 163 74 / 0.8);
}

.text-green\/85 {
  color: rgb(22 163 74 / 0.85);
}

.text-green\/90 {
  color: rgb(22 163 74 / 0.9);
}

.text-green\/95 {
  color: rgb(22 163 74 / 0.95);
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.text-grey\/0 {
  color: rgb(155 155 155 / 0);
}

.text-grey\/10 {
  color: rgb(155 155 155 / 0.1);
}

.text-grey\/100 {
  color: rgb(155 155 155 / 1);
}

.text-grey\/15 {
  color: rgb(155 155 155 / 0.15);
}

.text-grey\/20 {
  color: rgb(155 155 155 / 0.2);
}

.text-grey\/25 {
  color: rgb(155 155 155 / 0.25);
}

.text-grey\/30 {
  color: rgb(155 155 155 / 0.3);
}

.text-grey\/35 {
  color: rgb(155 155 155 / 0.35);
}

.text-grey\/40 {
  color: rgb(155 155 155 / 0.4);
}

.text-grey\/45 {
  color: rgb(155 155 155 / 0.45);
}

.text-grey\/5 {
  color: rgb(155 155 155 / 0.05);
}

.text-grey\/50 {
  color: rgb(155 155 155 / 0.5);
}

.text-grey\/55 {
  color: rgb(155 155 155 / 0.55);
}

.text-grey\/60 {
  color: rgb(155 155 155 / 0.6);
}

.text-grey\/65 {
  color: rgb(155 155 155 / 0.65);
}

.text-grey\/70 {
  color: rgb(155 155 155 / 0.7);
}

.text-grey\/75 {
  color: rgb(155 155 155 / 0.75);
}

.text-grey\/80 {
  color: rgb(155 155 155 / 0.8);
}

.text-grey\/85 {
  color: rgb(155 155 155 / 0.85);
}

.text-grey\/90 {
  color: rgb(155 155 155 / 0.9);
}

.text-grey\/95 {
  color: rgb(155 155 155 / 0.95);
}

.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(6 156 220 / var(--tw-text-opacity, 1));
}

.text-lightBlue\/0 {
  color: rgb(6 156 220 / 0);
}

.text-lightBlue\/10 {
  color: rgb(6 156 220 / 0.1);
}

.text-lightBlue\/100 {
  color: rgb(6 156 220 / 1);
}

.text-lightBlue\/15 {
  color: rgb(6 156 220 / 0.15);
}

.text-lightBlue\/20 {
  color: rgb(6 156 220 / 0.2);
}

.text-lightBlue\/25 {
  color: rgb(6 156 220 / 0.25);
}

.text-lightBlue\/30 {
  color: rgb(6 156 220 / 0.3);
}

.text-lightBlue\/35 {
  color: rgb(6 156 220 / 0.35);
}

.text-lightBlue\/40 {
  color: rgb(6 156 220 / 0.4);
}

.text-lightBlue\/45 {
  color: rgb(6 156 220 / 0.45);
}

.text-lightBlue\/5 {
  color: rgb(6 156 220 / 0.05);
}

.text-lightBlue\/50 {
  color: rgb(6 156 220 / 0.5);
}

.text-lightBlue\/55 {
  color: rgb(6 156 220 / 0.55);
}

.text-lightBlue\/60 {
  color: rgb(6 156 220 / 0.6);
}

.text-lightBlue\/65 {
  color: rgb(6 156 220 / 0.65);
}

.text-lightBlue\/70 {
  color: rgb(6 156 220 / 0.7);
}

.text-lightBlue\/75 {
  color: rgb(6 156 220 / 0.75);
}

.text-lightBlue\/80 {
  color: rgb(6 156 220 / 0.8);
}

.text-lightBlue\/85 {
  color: rgb(6 156 220 / 0.85);
}

.text-lightBlue\/90 {
  color: rgb(6 156 220 / 0.9);
}

.text-lightBlue\/95 {
  color: rgb(6 156 220 / 0.95);
}

.text-lightGray {
  --tw-text-opacity: 1;
  color: rgb(194 194 194 / var(--tw-text-opacity, 1));
}

.text-lightGray\/0 {
  color: rgb(194 194 194 / 0);
}

.text-lightGray\/10 {
  color: rgb(194 194 194 / 0.1);
}

.text-lightGray\/100 {
  color: rgb(194 194 194 / 1);
}

.text-lightGray\/15 {
  color: rgb(194 194 194 / 0.15);
}

.text-lightGray\/20 {
  color: rgb(194 194 194 / 0.2);
}

.text-lightGray\/25 {
  color: rgb(194 194 194 / 0.25);
}

.text-lightGray\/30 {
  color: rgb(194 194 194 / 0.3);
}

.text-lightGray\/35 {
  color: rgb(194 194 194 / 0.35);
}

.text-lightGray\/40 {
  color: rgb(194 194 194 / 0.4);
}

.text-lightGray\/45 {
  color: rgb(194 194 194 / 0.45);
}

.text-lightGray\/5 {
  color: rgb(194 194 194 / 0.05);
}

.text-lightGray\/50 {
  color: rgb(194 194 194 / 0.5);
}

.text-lightGray\/55 {
  color: rgb(194 194 194 / 0.55);
}

.text-lightGray\/60 {
  color: rgb(194 194 194 / 0.6);
}

.text-lightGray\/65 {
  color: rgb(194 194 194 / 0.65);
}

.text-lightGray\/70 {
  color: rgb(194 194 194 / 0.7);
}

.text-lightGray\/75 {
  color: rgb(194 194 194 / 0.75);
}

.text-lightGray\/80 {
  color: rgb(194 194 194 / 0.8);
}

.text-lightGray\/85 {
  color: rgb(194 194 194 / 0.85);
}

.text-lightGray\/90 {
  color: rgb(194 194 194 / 0.9);
}

.text-lightGray\/95 {
  color: rgb(194 194 194 / 0.95);
}

.text-lightRed {
  --tw-text-opacity: 1;
  color: rgb(255 245 243 / var(--tw-text-opacity, 1));
}

.text-lightRed\/0 {
  color: rgb(255 245 243 / 0);
}

.text-lightRed\/10 {
  color: rgb(255 245 243 / 0.1);
}

.text-lightRed\/100 {
  color: rgb(255 245 243 / 1);
}

.text-lightRed\/15 {
  color: rgb(255 245 243 / 0.15);
}

.text-lightRed\/20 {
  color: rgb(255 245 243 / 0.2);
}

.text-lightRed\/25 {
  color: rgb(255 245 243 / 0.25);
}

.text-lightRed\/30 {
  color: rgb(255 245 243 / 0.3);
}

.text-lightRed\/35 {
  color: rgb(255 245 243 / 0.35);
}

.text-lightRed\/40 {
  color: rgb(255 245 243 / 0.4);
}

.text-lightRed\/45 {
  color: rgb(255 245 243 / 0.45);
}

.text-lightRed\/5 {
  color: rgb(255 245 243 / 0.05);
}

.text-lightRed\/50 {
  color: rgb(255 245 243 / 0.5);
}

.text-lightRed\/55 {
  color: rgb(255 245 243 / 0.55);
}

.text-lightRed\/60 {
  color: rgb(255 245 243 / 0.6);
}

.text-lightRed\/65 {
  color: rgb(255 245 243 / 0.65);
}

.text-lightRed\/70 {
  color: rgb(255 245 243 / 0.7);
}

.text-lightRed\/75 {
  color: rgb(255 245 243 / 0.75);
}

.text-lightRed\/80 {
  color: rgb(255 245 243 / 0.8);
}

.text-lightRed\/85 {
  color: rgb(255 245 243 / 0.85);
}

.text-lightRed\/90 {
  color: rgb(255 245 243 / 0.9);
}

.text-lightRed\/95 {
  color: rgb(255 245 243 / 0.95);
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(244 124 60 / var(--tw-text-opacity, 1));
}

.text-orange\/0 {
  color: rgb(244 124 60 / 0);
}

.text-orange\/10 {
  color: rgb(244 124 60 / 0.1);
}

.text-orange\/100 {
  color: rgb(244 124 60 / 1);
}

.text-orange\/15 {
  color: rgb(244 124 60 / 0.15);
}

.text-orange\/20 {
  color: rgb(244 124 60 / 0.2);
}

.text-orange\/25 {
  color: rgb(244 124 60 / 0.25);
}

.text-orange\/30 {
  color: rgb(244 124 60 / 0.3);
}

.text-orange\/35 {
  color: rgb(244 124 60 / 0.35);
}

.text-orange\/40 {
  color: rgb(244 124 60 / 0.4);
}

.text-orange\/45 {
  color: rgb(244 124 60 / 0.45);
}

.text-orange\/5 {
  color: rgb(244 124 60 / 0.05);
}

.text-orange\/50 {
  color: rgb(244 124 60 / 0.5);
}

.text-orange\/55 {
  color: rgb(244 124 60 / 0.55);
}

.text-orange\/60 {
  color: rgb(244 124 60 / 0.6);
}

.text-orange\/65 {
  color: rgb(244 124 60 / 0.65);
}

.text-orange\/70 {
  color: rgb(244 124 60 / 0.7);
}

.text-orange\/75 {
  color: rgb(244 124 60 / 0.75);
}

.text-orange\/80 {
  color: rgb(244 124 60 / 0.8);
}

.text-orange\/85 {
  color: rgb(244 124 60 / 0.85);
}

.text-orange\/90 {
  color: rgb(244 124 60 / 0.9);
}

.text-orange\/95 {
  color: rgb(244 124 60 / 0.95);
}

.text-primary {
  color: var(--color-primary);
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(237 46 46 / var(--tw-text-opacity, 1));
}

.text-red\/0 {
  color: rgb(237 46 46 / 0);
}

.text-red\/10 {
  color: rgb(237 46 46 / 0.1);
}

.text-red\/100 {
  color: rgb(237 46 46 / 1);
}

.text-red\/15 {
  color: rgb(237 46 46 / 0.15);
}

.text-red\/20 {
  color: rgb(237 46 46 / 0.2);
}

.text-red\/25 {
  color: rgb(237 46 46 / 0.25);
}

.text-red\/30 {
  color: rgb(237 46 46 / 0.3);
}

.text-red\/35 {
  color: rgb(237 46 46 / 0.35);
}

.text-red\/40 {
  color: rgb(237 46 46 / 0.4);
}

.text-red\/45 {
  color: rgb(237 46 46 / 0.45);
}

.text-red\/5 {
  color: rgb(237 46 46 / 0.05);
}

.text-red\/50 {
  color: rgb(237 46 46 / 0.5);
}

.text-red\/55 {
  color: rgb(237 46 46 / 0.55);
}

.text-red\/60 {
  color: rgb(237 46 46 / 0.6);
}

.text-red\/65 {
  color: rgb(237 46 46 / 0.65);
}

.text-red\/70 {
  color: rgb(237 46 46 / 0.7);
}

.text-red\/75 {
  color: rgb(237 46 46 / 0.75);
}

.text-red\/80 {
  color: rgb(237 46 46 / 0.8);
}

.text-red\/85 {
  color: rgb(237 46 46 / 0.85);
}

.text-red\/90 {
  color: rgb(237 46 46 / 0.9);
}

.text-red\/95 {
  color: rgb(237 46 46 / 0.95);
}

.text-secondary {
  color: var(--color-secondary);
}

.text-veryLightGray {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-veryLightGray\/0 {
  color: rgb(250 250 250 / 0);
}

.text-veryLightGray\/10 {
  color: rgb(250 250 250 / 0.1);
}

.text-veryLightGray\/100 {
  color: rgb(250 250 250 / 1);
}

.text-veryLightGray\/15 {
  color: rgb(250 250 250 / 0.15);
}

.text-veryLightGray\/20 {
  color: rgb(250 250 250 / 0.2);
}

.text-veryLightGray\/25 {
  color: rgb(250 250 250 / 0.25);
}

.text-veryLightGray\/30 {
  color: rgb(250 250 250 / 0.3);
}

.text-veryLightGray\/35 {
  color: rgb(250 250 250 / 0.35);
}

.text-veryLightGray\/40 {
  color: rgb(250 250 250 / 0.4);
}

.text-veryLightGray\/45 {
  color: rgb(250 250 250 / 0.45);
}

.text-veryLightGray\/5 {
  color: rgb(250 250 250 / 0.05);
}

.text-veryLightGray\/50 {
  color: rgb(250 250 250 / 0.5);
}

.text-veryLightGray\/55 {
  color: rgb(250 250 250 / 0.55);
}

.text-veryLightGray\/60 {
  color: rgb(250 250 250 / 0.6);
}

.text-veryLightGray\/65 {
  color: rgb(250 250 250 / 0.65);
}

.text-veryLightGray\/70 {
  color: rgb(250 250 250 / 0.7);
}

.text-veryLightGray\/75 {
  color: rgb(250 250 250 / 0.75);
}

.text-veryLightGray\/80 {
  color: rgb(250 250 250 / 0.8);
}

.text-veryLightGray\/85 {
  color: rgb(250 250 250 / 0.85);
}

.text-veryLightGray\/90 {
  color: rgb(250 250 250 / 0.9);
}

.text-veryLightGray\/95 {
  color: rgb(250 250 250 / 0.95);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-15 {
  --tw-text-opacity: 0.15;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-35 {
  --tw-text-opacity: 0.35;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-45 {
  --tw-text-opacity: 0.45;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-55 {
  --tw-text-opacity: 0.55;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-65 {
  --tw-text-opacity: 0.65;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-85 {
  --tw-text-opacity: 0.85;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-backgroundGray {
  text-decoration-color: #F7F7F7;
}

.decoration-backgroundGray\/0 {
  text-decoration-color: rgb(247 247 247 / 0);
}

.decoration-backgroundGray\/10 {
  text-decoration-color: rgb(247 247 247 / 0.1);
}

.decoration-backgroundGray\/100 {
  text-decoration-color: rgb(247 247 247 / 1);
}

.decoration-backgroundGray\/15 {
  text-decoration-color: rgb(247 247 247 / 0.15);
}

.decoration-backgroundGray\/20 {
  text-decoration-color: rgb(247 247 247 / 0.2);
}

.decoration-backgroundGray\/25 {
  text-decoration-color: rgb(247 247 247 / 0.25);
}

.decoration-backgroundGray\/30 {
  text-decoration-color: rgb(247 247 247 / 0.3);
}

.decoration-backgroundGray\/35 {
  text-decoration-color: rgb(247 247 247 / 0.35);
}

.decoration-backgroundGray\/40 {
  text-decoration-color: rgb(247 247 247 / 0.4);
}

.decoration-backgroundGray\/45 {
  text-decoration-color: rgb(247 247 247 / 0.45);
}

.decoration-backgroundGray\/5 {
  text-decoration-color: rgb(247 247 247 / 0.05);
}

.decoration-backgroundGray\/50 {
  text-decoration-color: rgb(247 247 247 / 0.5);
}

.decoration-backgroundGray\/55 {
  text-decoration-color: rgb(247 247 247 / 0.55);
}

.decoration-backgroundGray\/60 {
  text-decoration-color: rgb(247 247 247 / 0.6);
}

.decoration-backgroundGray\/65 {
  text-decoration-color: rgb(247 247 247 / 0.65);
}

.decoration-backgroundGray\/70 {
  text-decoration-color: rgb(247 247 247 / 0.7);
}

.decoration-backgroundGray\/75 {
  text-decoration-color: rgb(247 247 247 / 0.75);
}

.decoration-backgroundGray\/80 {
  text-decoration-color: rgb(247 247 247 / 0.8);
}

.decoration-backgroundGray\/85 {
  text-decoration-color: rgb(247 247 247 / 0.85);
}

.decoration-backgroundGray\/90 {
  text-decoration-color: rgb(247 247 247 / 0.9);
}

.decoration-backgroundGray\/95 {
  text-decoration-color: rgb(247 247 247 / 0.95);
}

.decoration-black {
  text-decoration-color: #000000;
}

.decoration-black\/0 {
  text-decoration-color: rgb(0 0 0 / 0);
}

.decoration-black\/10 {
  text-decoration-color: rgb(0 0 0 / 0.1);
}

.decoration-black\/100 {
  text-decoration-color: rgb(0 0 0 / 1);
}

.decoration-black\/15 {
  text-decoration-color: rgb(0 0 0 / 0.15);
}

.decoration-black\/20 {
  text-decoration-color: rgb(0 0 0 / 0.2);
}

.decoration-black\/25 {
  text-decoration-color: rgb(0 0 0 / 0.25);
}

.decoration-black\/30 {
  text-decoration-color: rgb(0 0 0 / 0.3);
}

.decoration-black\/35 {
  text-decoration-color: rgb(0 0 0 / 0.35);
}

.decoration-black\/40 {
  text-decoration-color: rgb(0 0 0 / 0.4);
}

.decoration-black\/45 {
  text-decoration-color: rgb(0 0 0 / 0.45);
}

.decoration-black\/5 {
  text-decoration-color: rgb(0 0 0 / 0.05);
}

.decoration-black\/50 {
  text-decoration-color: rgb(0 0 0 / 0.5);
}

.decoration-black\/55 {
  text-decoration-color: rgb(0 0 0 / 0.55);
}

.decoration-black\/60 {
  text-decoration-color: rgb(0 0 0 / 0.6);
}

.decoration-black\/65 {
  text-decoration-color: rgb(0 0 0 / 0.65);
}

.decoration-black\/70 {
  text-decoration-color: rgb(0 0 0 / 0.7);
}

.decoration-black\/75 {
  text-decoration-color: rgb(0 0 0 / 0.75);
}

.decoration-black\/80 {
  text-decoration-color: rgb(0 0 0 / 0.8);
}

.decoration-black\/85 {
  text-decoration-color: rgb(0 0 0 / 0.85);
}

.decoration-black\/90 {
  text-decoration-color: rgb(0 0 0 / 0.9);
}

.decoration-black\/95 {
  text-decoration-color: rgb(0 0 0 / 0.95);
}

.decoration-blue {
  text-decoration-color: #067FB2;
}

.decoration-blue\/0 {
  text-decoration-color: rgb(6 127 178 / 0);
}

.decoration-blue\/10 {
  text-decoration-color: rgb(6 127 178 / 0.1);
}

.decoration-blue\/100 {
  text-decoration-color: rgb(6 127 178 / 1);
}

.decoration-blue\/15 {
  text-decoration-color: rgb(6 127 178 / 0.15);
}

.decoration-blue\/20 {
  text-decoration-color: rgb(6 127 178 / 0.2);
}

.decoration-blue\/25 {
  text-decoration-color: rgb(6 127 178 / 0.25);
}

.decoration-blue\/30 {
  text-decoration-color: rgb(6 127 178 / 0.3);
}

.decoration-blue\/35 {
  text-decoration-color: rgb(6 127 178 / 0.35);
}

.decoration-blue\/40 {
  text-decoration-color: rgb(6 127 178 / 0.4);
}

.decoration-blue\/45 {
  text-decoration-color: rgb(6 127 178 / 0.45);
}

.decoration-blue\/5 {
  text-decoration-color: rgb(6 127 178 / 0.05);
}

.decoration-blue\/50 {
  text-decoration-color: rgb(6 127 178 / 0.5);
}

.decoration-blue\/55 {
  text-decoration-color: rgb(6 127 178 / 0.55);
}

.decoration-blue\/60 {
  text-decoration-color: rgb(6 127 178 / 0.6);
}

.decoration-blue\/65 {
  text-decoration-color: rgb(6 127 178 / 0.65);
}

.decoration-blue\/70 {
  text-decoration-color: rgb(6 127 178 / 0.7);
}

.decoration-blue\/75 {
  text-decoration-color: rgb(6 127 178 / 0.75);
}

.decoration-blue\/80 {
  text-decoration-color: rgb(6 127 178 / 0.8);
}

.decoration-blue\/85 {
  text-decoration-color: rgb(6 127 178 / 0.85);
}

.decoration-blue\/90 {
  text-decoration-color: rgb(6 127 178 / 0.9);
}

.decoration-blue\/95 {
  text-decoration-color: rgb(6 127 178 / 0.95);
}

.decoration-dark {
  text-decoration-color: var(--color-dark);
}

.decoration-darkGray {
  text-decoration-color: #353535;
}

.decoration-darkGray\/0 {
  text-decoration-color: rgb(53 53 53 / 0);
}

.decoration-darkGray\/10 {
  text-decoration-color: rgb(53 53 53 / 0.1);
}

.decoration-darkGray\/100 {
  text-decoration-color: rgb(53 53 53 / 1);
}

.decoration-darkGray\/15 {
  text-decoration-color: rgb(53 53 53 / 0.15);
}

.decoration-darkGray\/20 {
  text-decoration-color: rgb(53 53 53 / 0.2);
}

.decoration-darkGray\/25 {
  text-decoration-color: rgb(53 53 53 / 0.25);
}

.decoration-darkGray\/30 {
  text-decoration-color: rgb(53 53 53 / 0.3);
}

.decoration-darkGray\/35 {
  text-decoration-color: rgb(53 53 53 / 0.35);
}

.decoration-darkGray\/40 {
  text-decoration-color: rgb(53 53 53 / 0.4);
}

.decoration-darkGray\/45 {
  text-decoration-color: rgb(53 53 53 / 0.45);
}

.decoration-darkGray\/5 {
  text-decoration-color: rgb(53 53 53 / 0.05);
}

.decoration-darkGray\/50 {
  text-decoration-color: rgb(53 53 53 / 0.5);
}

.decoration-darkGray\/55 {
  text-decoration-color: rgb(53 53 53 / 0.55);
}

.decoration-darkGray\/60 {
  text-decoration-color: rgb(53 53 53 / 0.6);
}

.decoration-darkGray\/65 {
  text-decoration-color: rgb(53 53 53 / 0.65);
}

.decoration-darkGray\/70 {
  text-decoration-color: rgb(53 53 53 / 0.7);
}

.decoration-darkGray\/75 {
  text-decoration-color: rgb(53 53 53 / 0.75);
}

.decoration-darkGray\/80 {
  text-decoration-color: rgb(53 53 53 / 0.8);
}

.decoration-darkGray\/85 {
  text-decoration-color: rgb(53 53 53 / 0.85);
}

.decoration-darkGray\/90 {
  text-decoration-color: rgb(53 53 53 / 0.9);
}

.decoration-darkGray\/95 {
  text-decoration-color: rgb(53 53 53 / 0.95);
}

.decoration-green {
  text-decoration-color: #16a34a;
}

.decoration-green\/0 {
  text-decoration-color: rgb(22 163 74 / 0);
}

.decoration-green\/10 {
  text-decoration-color: rgb(22 163 74 / 0.1);
}

.decoration-green\/100 {
  text-decoration-color: rgb(22 163 74 / 1);
}

.decoration-green\/15 {
  text-decoration-color: rgb(22 163 74 / 0.15);
}

.decoration-green\/20 {
  text-decoration-color: rgb(22 163 74 / 0.2);
}

.decoration-green\/25 {
  text-decoration-color: rgb(22 163 74 / 0.25);
}

.decoration-green\/30 {
  text-decoration-color: rgb(22 163 74 / 0.3);
}

.decoration-green\/35 {
  text-decoration-color: rgb(22 163 74 / 0.35);
}

.decoration-green\/40 {
  text-decoration-color: rgb(22 163 74 / 0.4);
}

.decoration-green\/45 {
  text-decoration-color: rgb(22 163 74 / 0.45);
}

.decoration-green\/5 {
  text-decoration-color: rgb(22 163 74 / 0.05);
}

.decoration-green\/50 {
  text-decoration-color: rgb(22 163 74 / 0.5);
}

.decoration-green\/55 {
  text-decoration-color: rgb(22 163 74 / 0.55);
}

.decoration-green\/60 {
  text-decoration-color: rgb(22 163 74 / 0.6);
}

.decoration-green\/65 {
  text-decoration-color: rgb(22 163 74 / 0.65);
}

.decoration-green\/70 {
  text-decoration-color: rgb(22 163 74 / 0.7);
}

.decoration-green\/75 {
  text-decoration-color: rgb(22 163 74 / 0.75);
}

.decoration-green\/80 {
  text-decoration-color: rgb(22 163 74 / 0.8);
}

.decoration-green\/85 {
  text-decoration-color: rgb(22 163 74 / 0.85);
}

.decoration-green\/90 {
  text-decoration-color: rgb(22 163 74 / 0.9);
}

.decoration-green\/95 {
  text-decoration-color: rgb(22 163 74 / 0.95);
}

.decoration-grey {
  text-decoration-color: #9B9B9B;
}

.decoration-grey\/0 {
  text-decoration-color: rgb(155 155 155 / 0);
}

.decoration-grey\/10 {
  text-decoration-color: rgb(155 155 155 / 0.1);
}

.decoration-grey\/100 {
  text-decoration-color: rgb(155 155 155 / 1);
}

.decoration-grey\/15 {
  text-decoration-color: rgb(155 155 155 / 0.15);
}

.decoration-grey\/20 {
  text-decoration-color: rgb(155 155 155 / 0.2);
}

.decoration-grey\/25 {
  text-decoration-color: rgb(155 155 155 / 0.25);
}

.decoration-grey\/30 {
  text-decoration-color: rgb(155 155 155 / 0.3);
}

.decoration-grey\/35 {
  text-decoration-color: rgb(155 155 155 / 0.35);
}

.decoration-grey\/40 {
  text-decoration-color: rgb(155 155 155 / 0.4);
}

.decoration-grey\/45 {
  text-decoration-color: rgb(155 155 155 / 0.45);
}

.decoration-grey\/5 {
  text-decoration-color: rgb(155 155 155 / 0.05);
}

.decoration-grey\/50 {
  text-decoration-color: rgb(155 155 155 / 0.5);
}

.decoration-grey\/55 {
  text-decoration-color: rgb(155 155 155 / 0.55);
}

.decoration-grey\/60 {
  text-decoration-color: rgb(155 155 155 / 0.6);
}

.decoration-grey\/65 {
  text-decoration-color: rgb(155 155 155 / 0.65);
}

.decoration-grey\/70 {
  text-decoration-color: rgb(155 155 155 / 0.7);
}

.decoration-grey\/75 {
  text-decoration-color: rgb(155 155 155 / 0.75);
}

.decoration-grey\/80 {
  text-decoration-color: rgb(155 155 155 / 0.8);
}

.decoration-grey\/85 {
  text-decoration-color: rgb(155 155 155 / 0.85);
}

.decoration-grey\/90 {
  text-decoration-color: rgb(155 155 155 / 0.9);
}

.decoration-grey\/95 {
  text-decoration-color: rgb(155 155 155 / 0.95);
}

.decoration-lightBlue {
  text-decoration-color: #069CDC;
}

.decoration-lightBlue\/0 {
  text-decoration-color: rgb(6 156 220 / 0);
}

.decoration-lightBlue\/10 {
  text-decoration-color: rgb(6 156 220 / 0.1);
}

.decoration-lightBlue\/100 {
  text-decoration-color: rgb(6 156 220 / 1);
}

.decoration-lightBlue\/15 {
  text-decoration-color: rgb(6 156 220 / 0.15);
}

.decoration-lightBlue\/20 {
  text-decoration-color: rgb(6 156 220 / 0.2);
}

.decoration-lightBlue\/25 {
  text-decoration-color: rgb(6 156 220 / 0.25);
}

.decoration-lightBlue\/30 {
  text-decoration-color: rgb(6 156 220 / 0.3);
}

.decoration-lightBlue\/35 {
  text-decoration-color: rgb(6 156 220 / 0.35);
}

.decoration-lightBlue\/40 {
  text-decoration-color: rgb(6 156 220 / 0.4);
}

.decoration-lightBlue\/45 {
  text-decoration-color: rgb(6 156 220 / 0.45);
}

.decoration-lightBlue\/5 {
  text-decoration-color: rgb(6 156 220 / 0.05);
}

.decoration-lightBlue\/50 {
  text-decoration-color: rgb(6 156 220 / 0.5);
}

.decoration-lightBlue\/55 {
  text-decoration-color: rgb(6 156 220 / 0.55);
}

.decoration-lightBlue\/60 {
  text-decoration-color: rgb(6 156 220 / 0.6);
}

.decoration-lightBlue\/65 {
  text-decoration-color: rgb(6 156 220 / 0.65);
}

.decoration-lightBlue\/70 {
  text-decoration-color: rgb(6 156 220 / 0.7);
}

.decoration-lightBlue\/75 {
  text-decoration-color: rgb(6 156 220 / 0.75);
}

.decoration-lightBlue\/80 {
  text-decoration-color: rgb(6 156 220 / 0.8);
}

.decoration-lightBlue\/85 {
  text-decoration-color: rgb(6 156 220 / 0.85);
}

.decoration-lightBlue\/90 {
  text-decoration-color: rgb(6 156 220 / 0.9);
}

.decoration-lightBlue\/95 {
  text-decoration-color: rgb(6 156 220 / 0.95);
}

.decoration-lightGray {
  text-decoration-color: #C2C2C2;
}

.decoration-lightGray\/0 {
  text-decoration-color: rgb(194 194 194 / 0);
}

.decoration-lightGray\/10 {
  text-decoration-color: rgb(194 194 194 / 0.1);
}

.decoration-lightGray\/100 {
  text-decoration-color: rgb(194 194 194 / 1);
}

.decoration-lightGray\/15 {
  text-decoration-color: rgb(194 194 194 / 0.15);
}

.decoration-lightGray\/20 {
  text-decoration-color: rgb(194 194 194 / 0.2);
}

.decoration-lightGray\/25 {
  text-decoration-color: rgb(194 194 194 / 0.25);
}

.decoration-lightGray\/30 {
  text-decoration-color: rgb(194 194 194 / 0.3);
}

.decoration-lightGray\/35 {
  text-decoration-color: rgb(194 194 194 / 0.35);
}

.decoration-lightGray\/40 {
  text-decoration-color: rgb(194 194 194 / 0.4);
}

.decoration-lightGray\/45 {
  text-decoration-color: rgb(194 194 194 / 0.45);
}

.decoration-lightGray\/5 {
  text-decoration-color: rgb(194 194 194 / 0.05);
}

.decoration-lightGray\/50 {
  text-decoration-color: rgb(194 194 194 / 0.5);
}

.decoration-lightGray\/55 {
  text-decoration-color: rgb(194 194 194 / 0.55);
}

.decoration-lightGray\/60 {
  text-decoration-color: rgb(194 194 194 / 0.6);
}

.decoration-lightGray\/65 {
  text-decoration-color: rgb(194 194 194 / 0.65);
}

.decoration-lightGray\/70 {
  text-decoration-color: rgb(194 194 194 / 0.7);
}

.decoration-lightGray\/75 {
  text-decoration-color: rgb(194 194 194 / 0.75);
}

.decoration-lightGray\/80 {
  text-decoration-color: rgb(194 194 194 / 0.8);
}

.decoration-lightGray\/85 {
  text-decoration-color: rgb(194 194 194 / 0.85);
}

.decoration-lightGray\/90 {
  text-decoration-color: rgb(194 194 194 / 0.9);
}

.decoration-lightGray\/95 {
  text-decoration-color: rgb(194 194 194 / 0.95);
}

.decoration-lightRed {
  text-decoration-color: #FFF5F3;
}

.decoration-lightRed\/0 {
  text-decoration-color: rgb(255 245 243 / 0);
}

.decoration-lightRed\/10 {
  text-decoration-color: rgb(255 245 243 / 0.1);
}

.decoration-lightRed\/100 {
  text-decoration-color: rgb(255 245 243 / 1);
}

.decoration-lightRed\/15 {
  text-decoration-color: rgb(255 245 243 / 0.15);
}

.decoration-lightRed\/20 {
  text-decoration-color: rgb(255 245 243 / 0.2);
}

.decoration-lightRed\/25 {
  text-decoration-color: rgb(255 245 243 / 0.25);
}

.decoration-lightRed\/30 {
  text-decoration-color: rgb(255 245 243 / 0.3);
}

.decoration-lightRed\/35 {
  text-decoration-color: rgb(255 245 243 / 0.35);
}

.decoration-lightRed\/40 {
  text-decoration-color: rgb(255 245 243 / 0.4);
}

.decoration-lightRed\/45 {
  text-decoration-color: rgb(255 245 243 / 0.45);
}

.decoration-lightRed\/5 {
  text-decoration-color: rgb(255 245 243 / 0.05);
}

.decoration-lightRed\/50 {
  text-decoration-color: rgb(255 245 243 / 0.5);
}

.decoration-lightRed\/55 {
  text-decoration-color: rgb(255 245 243 / 0.55);
}

.decoration-lightRed\/60 {
  text-decoration-color: rgb(255 245 243 / 0.6);
}

.decoration-lightRed\/65 {
  text-decoration-color: rgb(255 245 243 / 0.65);
}

.decoration-lightRed\/70 {
  text-decoration-color: rgb(255 245 243 / 0.7);
}

.decoration-lightRed\/75 {
  text-decoration-color: rgb(255 245 243 / 0.75);
}

.decoration-lightRed\/80 {
  text-decoration-color: rgb(255 245 243 / 0.8);
}

.decoration-lightRed\/85 {
  text-decoration-color: rgb(255 245 243 / 0.85);
}

.decoration-lightRed\/90 {
  text-decoration-color: rgb(255 245 243 / 0.9);
}

.decoration-lightRed\/95 {
  text-decoration-color: rgb(255 245 243 / 0.95);
}

.decoration-orange {
  text-decoration-color: #F47C3C;
}

.decoration-orange\/0 {
  text-decoration-color: rgb(244 124 60 / 0);
}

.decoration-orange\/10 {
  text-decoration-color: rgb(244 124 60 / 0.1);
}

.decoration-orange\/100 {
  text-decoration-color: rgb(244 124 60 / 1);
}

.decoration-orange\/15 {
  text-decoration-color: rgb(244 124 60 / 0.15);
}

.decoration-orange\/20 {
  text-decoration-color: rgb(244 124 60 / 0.2);
}

.decoration-orange\/25 {
  text-decoration-color: rgb(244 124 60 / 0.25);
}

.decoration-orange\/30 {
  text-decoration-color: rgb(244 124 60 / 0.3);
}

.decoration-orange\/35 {
  text-decoration-color: rgb(244 124 60 / 0.35);
}

.decoration-orange\/40 {
  text-decoration-color: rgb(244 124 60 / 0.4);
}

.decoration-orange\/45 {
  text-decoration-color: rgb(244 124 60 / 0.45);
}

.decoration-orange\/5 {
  text-decoration-color: rgb(244 124 60 / 0.05);
}

.decoration-orange\/50 {
  text-decoration-color: rgb(244 124 60 / 0.5);
}

.decoration-orange\/55 {
  text-decoration-color: rgb(244 124 60 / 0.55);
}

.decoration-orange\/60 {
  text-decoration-color: rgb(244 124 60 / 0.6);
}

.decoration-orange\/65 {
  text-decoration-color: rgb(244 124 60 / 0.65);
}

.decoration-orange\/70 {
  text-decoration-color: rgb(244 124 60 / 0.7);
}

.decoration-orange\/75 {
  text-decoration-color: rgb(244 124 60 / 0.75);
}

.decoration-orange\/80 {
  text-decoration-color: rgb(244 124 60 / 0.8);
}

.decoration-orange\/85 {
  text-decoration-color: rgb(244 124 60 / 0.85);
}

.decoration-orange\/90 {
  text-decoration-color: rgb(244 124 60 / 0.9);
}

.decoration-orange\/95 {
  text-decoration-color: rgb(244 124 60 / 0.95);
}

.decoration-primary {
  text-decoration-color: var(--color-primary);
}

.decoration-red {
  text-decoration-color: #ED2E2E;
}

.decoration-red\/0 {
  text-decoration-color: rgb(237 46 46 / 0);
}

.decoration-red\/10 {
  text-decoration-color: rgb(237 46 46 / 0.1);
}

.decoration-red\/100 {
  text-decoration-color: rgb(237 46 46 / 1);
}

.decoration-red\/15 {
  text-decoration-color: rgb(237 46 46 / 0.15);
}

.decoration-red\/20 {
  text-decoration-color: rgb(237 46 46 / 0.2);
}

.decoration-red\/25 {
  text-decoration-color: rgb(237 46 46 / 0.25);
}

.decoration-red\/30 {
  text-decoration-color: rgb(237 46 46 / 0.3);
}

.decoration-red\/35 {
  text-decoration-color: rgb(237 46 46 / 0.35);
}

.decoration-red\/40 {
  text-decoration-color: rgb(237 46 46 / 0.4);
}

.decoration-red\/45 {
  text-decoration-color: rgb(237 46 46 / 0.45);
}

.decoration-red\/5 {
  text-decoration-color: rgb(237 46 46 / 0.05);
}

.decoration-red\/50 {
  text-decoration-color: rgb(237 46 46 / 0.5);
}

.decoration-red\/55 {
  text-decoration-color: rgb(237 46 46 / 0.55);
}

.decoration-red\/60 {
  text-decoration-color: rgb(237 46 46 / 0.6);
}

.decoration-red\/65 {
  text-decoration-color: rgb(237 46 46 / 0.65);
}

.decoration-red\/70 {
  text-decoration-color: rgb(237 46 46 / 0.7);
}

.decoration-red\/75 {
  text-decoration-color: rgb(237 46 46 / 0.75);
}

.decoration-red\/80 {
  text-decoration-color: rgb(237 46 46 / 0.8);
}

.decoration-red\/85 {
  text-decoration-color: rgb(237 46 46 / 0.85);
}

.decoration-red\/90 {
  text-decoration-color: rgb(237 46 46 / 0.9);
}

.decoration-red\/95 {
  text-decoration-color: rgb(237 46 46 / 0.95);
}

.decoration-secondary {
  text-decoration-color: var(--color-secondary);
}

.decoration-veryLightGray {
  text-decoration-color: #fafafa;
}

.decoration-veryLightGray\/0 {
  text-decoration-color: rgb(250 250 250 / 0);
}

.decoration-veryLightGray\/10 {
  text-decoration-color: rgb(250 250 250 / 0.1);
}

.decoration-veryLightGray\/100 {
  text-decoration-color: rgb(250 250 250 / 1);
}

.decoration-veryLightGray\/15 {
  text-decoration-color: rgb(250 250 250 / 0.15);
}

.decoration-veryLightGray\/20 {
  text-decoration-color: rgb(250 250 250 / 0.2);
}

.decoration-veryLightGray\/25 {
  text-decoration-color: rgb(250 250 250 / 0.25);
}

.decoration-veryLightGray\/30 {
  text-decoration-color: rgb(250 250 250 / 0.3);
}

.decoration-veryLightGray\/35 {
  text-decoration-color: rgb(250 250 250 / 0.35);
}

.decoration-veryLightGray\/40 {
  text-decoration-color: rgb(250 250 250 / 0.4);
}

.decoration-veryLightGray\/45 {
  text-decoration-color: rgb(250 250 250 / 0.45);
}

.decoration-veryLightGray\/5 {
  text-decoration-color: rgb(250 250 250 / 0.05);
}

.decoration-veryLightGray\/50 {
  text-decoration-color: rgb(250 250 250 / 0.5);
}

.decoration-veryLightGray\/55 {
  text-decoration-color: rgb(250 250 250 / 0.55);
}

.decoration-veryLightGray\/60 {
  text-decoration-color: rgb(250 250 250 / 0.6);
}

.decoration-veryLightGray\/65 {
  text-decoration-color: rgb(250 250 250 / 0.65);
}

.decoration-veryLightGray\/70 {
  text-decoration-color: rgb(250 250 250 / 0.7);
}

.decoration-veryLightGray\/75 {
  text-decoration-color: rgb(250 250 250 / 0.75);
}

.decoration-veryLightGray\/80 {
  text-decoration-color: rgb(250 250 250 / 0.8);
}

.decoration-veryLightGray\/85 {
  text-decoration-color: rgb(250 250 250 / 0.85);
}

.decoration-veryLightGray\/90 {
  text-decoration-color: rgb(250 250 250 / 0.9);
}

.decoration-veryLightGray\/95 {
  text-decoration-color: rgb(250 250 250 / 0.95);
}

.decoration-white {
  text-decoration-color: #FFFFFF;
}

.decoration-white\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}

.decoration-white\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}

.decoration-white\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}

.decoration-white\/15 {
  text-decoration-color: rgb(255 255 255 / 0.15);
}

.decoration-white\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}

.decoration-white\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}

.decoration-white\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}

.decoration-white\/35 {
  text-decoration-color: rgb(255 255 255 / 0.35);
}

.decoration-white\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}

.decoration-white\/45 {
  text-decoration-color: rgb(255 255 255 / 0.45);
}

.decoration-white\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}

.decoration-white\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}

.decoration-white\/55 {
  text-decoration-color: rgb(255 255 255 / 0.55);
}

.decoration-white\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}

.decoration-white\/65 {
  text-decoration-color: rgb(255 255 255 / 0.65);
}

.decoration-white\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}

.decoration-white\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}

.decoration-white\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}

.decoration-white\/85 {
  text-decoration-color: rgb(255 255 255 / 0.85);
}

.decoration-white\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}

.decoration-white\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.decoration-0 {
  text-decoration-thickness: 0px;
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.decoration-4 {
  text-decoration-thickness: 4px;
}

.decoration-8 {
  text-decoration-thickness: 8px;
}

.decoration-auto {
  text-decoration-thickness: auto;
}

.decoration-from-font {
  text-decoration-thickness: from-font;
}

.underline-offset-0 {
  text-underline-offset: 0px;
}

.underline-offset-1 {
  text-underline-offset: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.underline-offset-auto {
  text-underline-offset: auto;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-backgroundGray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 247 247 / var(--tw-placeholder-opacity, 1));
}

.placeholder-backgroundGray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 247 247 / var(--tw-placeholder-opacity, 1));
}

.placeholder-backgroundGray\/0::-moz-placeholder {
  color: rgb(247 247 247 / 0);
}

.placeholder-backgroundGray\/0::placeholder {
  color: rgb(247 247 247 / 0);
}

.placeholder-backgroundGray\/10::-moz-placeholder {
  color: rgb(247 247 247 / 0.1);
}

.placeholder-backgroundGray\/10::placeholder {
  color: rgb(247 247 247 / 0.1);
}

.placeholder-backgroundGray\/100::-moz-placeholder {
  color: rgb(247 247 247 / 1);
}

.placeholder-backgroundGray\/100::placeholder {
  color: rgb(247 247 247 / 1);
}

.placeholder-backgroundGray\/15::-moz-placeholder {
  color: rgb(247 247 247 / 0.15);
}

.placeholder-backgroundGray\/15::placeholder {
  color: rgb(247 247 247 / 0.15);
}

.placeholder-backgroundGray\/20::-moz-placeholder {
  color: rgb(247 247 247 / 0.2);
}

.placeholder-backgroundGray\/20::placeholder {
  color: rgb(247 247 247 / 0.2);
}

.placeholder-backgroundGray\/25::-moz-placeholder {
  color: rgb(247 247 247 / 0.25);
}

.placeholder-backgroundGray\/25::placeholder {
  color: rgb(247 247 247 / 0.25);
}

.placeholder-backgroundGray\/30::-moz-placeholder {
  color: rgb(247 247 247 / 0.3);
}

.placeholder-backgroundGray\/30::placeholder {
  color: rgb(247 247 247 / 0.3);
}

.placeholder-backgroundGray\/35::-moz-placeholder {
  color: rgb(247 247 247 / 0.35);
}

.placeholder-backgroundGray\/35::placeholder {
  color: rgb(247 247 247 / 0.35);
}

.placeholder-backgroundGray\/40::-moz-placeholder {
  color: rgb(247 247 247 / 0.4);
}

.placeholder-backgroundGray\/40::placeholder {
  color: rgb(247 247 247 / 0.4);
}

.placeholder-backgroundGray\/45::-moz-placeholder {
  color: rgb(247 247 247 / 0.45);
}

.placeholder-backgroundGray\/45::placeholder {
  color: rgb(247 247 247 / 0.45);
}

.placeholder-backgroundGray\/5::-moz-placeholder {
  color: rgb(247 247 247 / 0.05);
}

.placeholder-backgroundGray\/5::placeholder {
  color: rgb(247 247 247 / 0.05);
}

.placeholder-backgroundGray\/50::-moz-placeholder {
  color: rgb(247 247 247 / 0.5);
}

.placeholder-backgroundGray\/50::placeholder {
  color: rgb(247 247 247 / 0.5);
}

.placeholder-backgroundGray\/55::-moz-placeholder {
  color: rgb(247 247 247 / 0.55);
}

.placeholder-backgroundGray\/55::placeholder {
  color: rgb(247 247 247 / 0.55);
}

.placeholder-backgroundGray\/60::-moz-placeholder {
  color: rgb(247 247 247 / 0.6);
}

.placeholder-backgroundGray\/60::placeholder {
  color: rgb(247 247 247 / 0.6);
}

.placeholder-backgroundGray\/65::-moz-placeholder {
  color: rgb(247 247 247 / 0.65);
}

.placeholder-backgroundGray\/65::placeholder {
  color: rgb(247 247 247 / 0.65);
}

.placeholder-backgroundGray\/70::-moz-placeholder {
  color: rgb(247 247 247 / 0.7);
}

.placeholder-backgroundGray\/70::placeholder {
  color: rgb(247 247 247 / 0.7);
}

.placeholder-backgroundGray\/75::-moz-placeholder {
  color: rgb(247 247 247 / 0.75);
}

.placeholder-backgroundGray\/75::placeholder {
  color: rgb(247 247 247 / 0.75);
}

.placeholder-backgroundGray\/80::-moz-placeholder {
  color: rgb(247 247 247 / 0.8);
}

.placeholder-backgroundGray\/80::placeholder {
  color: rgb(247 247 247 / 0.8);
}

.placeholder-backgroundGray\/85::-moz-placeholder {
  color: rgb(247 247 247 / 0.85);
}

.placeholder-backgroundGray\/85::placeholder {
  color: rgb(247 247 247 / 0.85);
}

.placeholder-backgroundGray\/90::-moz-placeholder {
  color: rgb(247 247 247 / 0.9);
}

.placeholder-backgroundGray\/90::placeholder {
  color: rgb(247 247 247 / 0.9);
}

.placeholder-backgroundGray\/95::-moz-placeholder {
  color: rgb(247 247 247 / 0.95);
}

.placeholder-backgroundGray\/95::placeholder {
  color: rgb(247 247 247 / 0.95);
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black\/0::-moz-placeholder {
  color: rgb(0 0 0 / 0);
}

.placeholder-black\/0::placeholder {
  color: rgb(0 0 0 / 0);
}

.placeholder-black\/10::-moz-placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}

.placeholder-black\/100::-moz-placeholder {
  color: rgb(0 0 0 / 1);
}

.placeholder-black\/100::placeholder {
  color: rgb(0 0 0 / 1);
}

.placeholder-black\/15::-moz-placeholder {
  color: rgb(0 0 0 / 0.15);
}

.placeholder-black\/15::placeholder {
  color: rgb(0 0 0 / 0.15);
}

.placeholder-black\/20::-moz-placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}

.placeholder-black\/25::-moz-placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}

.placeholder-black\/30::-moz-placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}

.placeholder-black\/35::-moz-placeholder {
  color: rgb(0 0 0 / 0.35);
}

.placeholder-black\/35::placeholder {
  color: rgb(0 0 0 / 0.35);
}

.placeholder-black\/40::-moz-placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}

.placeholder-black\/45::-moz-placeholder {
  color: rgb(0 0 0 / 0.45);
}

.placeholder-black\/45::placeholder {
  color: rgb(0 0 0 / 0.45);
}

.placeholder-black\/5::-moz-placeholder {
  color: rgb(0 0 0 / 0.05);
}

.placeholder-black\/5::placeholder {
  color: rgb(0 0 0 / 0.05);
}

.placeholder-black\/50::-moz-placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}

.placeholder-black\/55::-moz-placeholder {
  color: rgb(0 0 0 / 0.55);
}

.placeholder-black\/55::placeholder {
  color: rgb(0 0 0 / 0.55);
}

.placeholder-black\/60::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}

.placeholder-black\/65::-moz-placeholder {
  color: rgb(0 0 0 / 0.65);
}

.placeholder-black\/65::placeholder {
  color: rgb(0 0 0 / 0.65);
}

.placeholder-black\/70::-moz-placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}

.placeholder-black\/75::-moz-placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}

.placeholder-black\/80::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder-black\/85::-moz-placeholder {
  color: rgb(0 0 0 / 0.85);
}

.placeholder-black\/85::placeholder {
  color: rgb(0 0 0 / 0.85);
}

.placeholder-black\/90::-moz-placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-black\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}

.placeholder-black\/95::-moz-placeholder {
  color: rgb(0 0 0 / 0.95);
}

.placeholder-black\/95::placeholder {
  color: rgb(0 0 0 / 0.95);
}

.placeholder-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 127 178 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 127 178 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue\/0::-moz-placeholder {
  color: rgb(6 127 178 / 0);
}

.placeholder-blue\/0::placeholder {
  color: rgb(6 127 178 / 0);
}

.placeholder-blue\/10::-moz-placeholder {
  color: rgb(6 127 178 / 0.1);
}

.placeholder-blue\/10::placeholder {
  color: rgb(6 127 178 / 0.1);
}

.placeholder-blue\/100::-moz-placeholder {
  color: rgb(6 127 178 / 1);
}

.placeholder-blue\/100::placeholder {
  color: rgb(6 127 178 / 1);
}

.placeholder-blue\/15::-moz-placeholder {
  color: rgb(6 127 178 / 0.15);
}

.placeholder-blue\/15::placeholder {
  color: rgb(6 127 178 / 0.15);
}

.placeholder-blue\/20::-moz-placeholder {
  color: rgb(6 127 178 / 0.2);
}

.placeholder-blue\/20::placeholder {
  color: rgb(6 127 178 / 0.2);
}

.placeholder-blue\/25::-moz-placeholder {
  color: rgb(6 127 178 / 0.25);
}

.placeholder-blue\/25::placeholder {
  color: rgb(6 127 178 / 0.25);
}

.placeholder-blue\/30::-moz-placeholder {
  color: rgb(6 127 178 / 0.3);
}

.placeholder-blue\/30::placeholder {
  color: rgb(6 127 178 / 0.3);
}

.placeholder-blue\/35::-moz-placeholder {
  color: rgb(6 127 178 / 0.35);
}

.placeholder-blue\/35::placeholder {
  color: rgb(6 127 178 / 0.35);
}

.placeholder-blue\/40::-moz-placeholder {
  color: rgb(6 127 178 / 0.4);
}

.placeholder-blue\/40::placeholder {
  color: rgb(6 127 178 / 0.4);
}

.placeholder-blue\/45::-moz-placeholder {
  color: rgb(6 127 178 / 0.45);
}

.placeholder-blue\/45::placeholder {
  color: rgb(6 127 178 / 0.45);
}

.placeholder-blue\/5::-moz-placeholder {
  color: rgb(6 127 178 / 0.05);
}

.placeholder-blue\/5::placeholder {
  color: rgb(6 127 178 / 0.05);
}

.placeholder-blue\/50::-moz-placeholder {
  color: rgb(6 127 178 / 0.5);
}

.placeholder-blue\/50::placeholder {
  color: rgb(6 127 178 / 0.5);
}

.placeholder-blue\/55::-moz-placeholder {
  color: rgb(6 127 178 / 0.55);
}

.placeholder-blue\/55::placeholder {
  color: rgb(6 127 178 / 0.55);
}

.placeholder-blue\/60::-moz-placeholder {
  color: rgb(6 127 178 / 0.6);
}

.placeholder-blue\/60::placeholder {
  color: rgb(6 127 178 / 0.6);
}

.placeholder-blue\/65::-moz-placeholder {
  color: rgb(6 127 178 / 0.65);
}

.placeholder-blue\/65::placeholder {
  color: rgb(6 127 178 / 0.65);
}

.placeholder-blue\/70::-moz-placeholder {
  color: rgb(6 127 178 / 0.7);
}

.placeholder-blue\/70::placeholder {
  color: rgb(6 127 178 / 0.7);
}

.placeholder-blue\/75::-moz-placeholder {
  color: rgb(6 127 178 / 0.75);
}

.placeholder-blue\/75::placeholder {
  color: rgb(6 127 178 / 0.75);
}

.placeholder-blue\/80::-moz-placeholder {
  color: rgb(6 127 178 / 0.8);
}

.placeholder-blue\/80::placeholder {
  color: rgb(6 127 178 / 0.8);
}

.placeholder-blue\/85::-moz-placeholder {
  color: rgb(6 127 178 / 0.85);
}

.placeholder-blue\/85::placeholder {
  color: rgb(6 127 178 / 0.85);
}

.placeholder-blue\/90::-moz-placeholder {
  color: rgb(6 127 178 / 0.9);
}

.placeholder-blue\/90::placeholder {
  color: rgb(6 127 178 / 0.9);
}

.placeholder-blue\/95::-moz-placeholder {
  color: rgb(6 127 178 / 0.95);
}

.placeholder-blue\/95::placeholder {
  color: rgb(6 127 178 / 0.95);
}

.placeholder-dark::-moz-placeholder {
  color: var(--color-dark);
}

.placeholder-dark::placeholder {
  color: var(--color-dark);
}

.placeholder-darkGray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(53 53 53 / var(--tw-placeholder-opacity, 1));
}

.placeholder-darkGray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(53 53 53 / var(--tw-placeholder-opacity, 1));
}

.placeholder-darkGray\/0::-moz-placeholder {
  color: rgb(53 53 53 / 0);
}

.placeholder-darkGray\/0::placeholder {
  color: rgb(53 53 53 / 0);
}

.placeholder-darkGray\/10::-moz-placeholder {
  color: rgb(53 53 53 / 0.1);
}

.placeholder-darkGray\/10::placeholder {
  color: rgb(53 53 53 / 0.1);
}

.placeholder-darkGray\/100::-moz-placeholder {
  color: rgb(53 53 53 / 1);
}

.placeholder-darkGray\/100::placeholder {
  color: rgb(53 53 53 / 1);
}

.placeholder-darkGray\/15::-moz-placeholder {
  color: rgb(53 53 53 / 0.15);
}

.placeholder-darkGray\/15::placeholder {
  color: rgb(53 53 53 / 0.15);
}

.placeholder-darkGray\/20::-moz-placeholder {
  color: rgb(53 53 53 / 0.2);
}

.placeholder-darkGray\/20::placeholder {
  color: rgb(53 53 53 / 0.2);
}

.placeholder-darkGray\/25::-moz-placeholder {
  color: rgb(53 53 53 / 0.25);
}

.placeholder-darkGray\/25::placeholder {
  color: rgb(53 53 53 / 0.25);
}

.placeholder-darkGray\/30::-moz-placeholder {
  color: rgb(53 53 53 / 0.3);
}

.placeholder-darkGray\/30::placeholder {
  color: rgb(53 53 53 / 0.3);
}

.placeholder-darkGray\/35::-moz-placeholder {
  color: rgb(53 53 53 / 0.35);
}

.placeholder-darkGray\/35::placeholder {
  color: rgb(53 53 53 / 0.35);
}

.placeholder-darkGray\/40::-moz-placeholder {
  color: rgb(53 53 53 / 0.4);
}

.placeholder-darkGray\/40::placeholder {
  color: rgb(53 53 53 / 0.4);
}

.placeholder-darkGray\/45::-moz-placeholder {
  color: rgb(53 53 53 / 0.45);
}

.placeholder-darkGray\/45::placeholder {
  color: rgb(53 53 53 / 0.45);
}

.placeholder-darkGray\/5::-moz-placeholder {
  color: rgb(53 53 53 / 0.05);
}

.placeholder-darkGray\/5::placeholder {
  color: rgb(53 53 53 / 0.05);
}

.placeholder-darkGray\/50::-moz-placeholder {
  color: rgb(53 53 53 / 0.5);
}

.placeholder-darkGray\/50::placeholder {
  color: rgb(53 53 53 / 0.5);
}

.placeholder-darkGray\/55::-moz-placeholder {
  color: rgb(53 53 53 / 0.55);
}

.placeholder-darkGray\/55::placeholder {
  color: rgb(53 53 53 / 0.55);
}

.placeholder-darkGray\/60::-moz-placeholder {
  color: rgb(53 53 53 / 0.6);
}

.placeholder-darkGray\/60::placeholder {
  color: rgb(53 53 53 / 0.6);
}

.placeholder-darkGray\/65::-moz-placeholder {
  color: rgb(53 53 53 / 0.65);
}

.placeholder-darkGray\/65::placeholder {
  color: rgb(53 53 53 / 0.65);
}

.placeholder-darkGray\/70::-moz-placeholder {
  color: rgb(53 53 53 / 0.7);
}

.placeholder-darkGray\/70::placeholder {
  color: rgb(53 53 53 / 0.7);
}

.placeholder-darkGray\/75::-moz-placeholder {
  color: rgb(53 53 53 / 0.75);
}

.placeholder-darkGray\/75::placeholder {
  color: rgb(53 53 53 / 0.75);
}

.placeholder-darkGray\/80::-moz-placeholder {
  color: rgb(53 53 53 / 0.8);
}

.placeholder-darkGray\/80::placeholder {
  color: rgb(53 53 53 / 0.8);
}

.placeholder-darkGray\/85::-moz-placeholder {
  color: rgb(53 53 53 / 0.85);
}

.placeholder-darkGray\/85::placeholder {
  color: rgb(53 53 53 / 0.85);
}

.placeholder-darkGray\/90::-moz-placeholder {
  color: rgb(53 53 53 / 0.9);
}

.placeholder-darkGray\/90::placeholder {
  color: rgb(53 53 53 / 0.9);
}

.placeholder-darkGray\/95::-moz-placeholder {
  color: rgb(53 53 53 / 0.95);
}

.placeholder-darkGray\/95::placeholder {
  color: rgb(53 53 53 / 0.95);
}

.placeholder-green::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green\/0::-moz-placeholder {
  color: rgb(22 163 74 / 0);
}

.placeholder-green\/0::placeholder {
  color: rgb(22 163 74 / 0);
}

.placeholder-green\/10::-moz-placeholder {
  color: rgb(22 163 74 / 0.1);
}

.placeholder-green\/10::placeholder {
  color: rgb(22 163 74 / 0.1);
}

.placeholder-green\/100::-moz-placeholder {
  color: rgb(22 163 74 / 1);
}

.placeholder-green\/100::placeholder {
  color: rgb(22 163 74 / 1);
}

.placeholder-green\/15::-moz-placeholder {
  color: rgb(22 163 74 / 0.15);
}

.placeholder-green\/15::placeholder {
  color: rgb(22 163 74 / 0.15);
}

.placeholder-green\/20::-moz-placeholder {
  color: rgb(22 163 74 / 0.2);
}

.placeholder-green\/20::placeholder {
  color: rgb(22 163 74 / 0.2);
}

.placeholder-green\/25::-moz-placeholder {
  color: rgb(22 163 74 / 0.25);
}

.placeholder-green\/25::placeholder {
  color: rgb(22 163 74 / 0.25);
}

.placeholder-green\/30::-moz-placeholder {
  color: rgb(22 163 74 / 0.3);
}

.placeholder-green\/30::placeholder {
  color: rgb(22 163 74 / 0.3);
}

.placeholder-green\/35::-moz-placeholder {
  color: rgb(22 163 74 / 0.35);
}

.placeholder-green\/35::placeholder {
  color: rgb(22 163 74 / 0.35);
}

.placeholder-green\/40::-moz-placeholder {
  color: rgb(22 163 74 / 0.4);
}

.placeholder-green\/40::placeholder {
  color: rgb(22 163 74 / 0.4);
}

.placeholder-green\/45::-moz-placeholder {
  color: rgb(22 163 74 / 0.45);
}

.placeholder-green\/45::placeholder {
  color: rgb(22 163 74 / 0.45);
}

.placeholder-green\/5::-moz-placeholder {
  color: rgb(22 163 74 / 0.05);
}

.placeholder-green\/5::placeholder {
  color: rgb(22 163 74 / 0.05);
}

.placeholder-green\/50::-moz-placeholder {
  color: rgb(22 163 74 / 0.5);
}

.placeholder-green\/50::placeholder {
  color: rgb(22 163 74 / 0.5);
}

.placeholder-green\/55::-moz-placeholder {
  color: rgb(22 163 74 / 0.55);
}

.placeholder-green\/55::placeholder {
  color: rgb(22 163 74 / 0.55);
}

.placeholder-green\/60::-moz-placeholder {
  color: rgb(22 163 74 / 0.6);
}

.placeholder-green\/60::placeholder {
  color: rgb(22 163 74 / 0.6);
}

.placeholder-green\/65::-moz-placeholder {
  color: rgb(22 163 74 / 0.65);
}

.placeholder-green\/65::placeholder {
  color: rgb(22 163 74 / 0.65);
}

.placeholder-green\/70::-moz-placeholder {
  color: rgb(22 163 74 / 0.7);
}

.placeholder-green\/70::placeholder {
  color: rgb(22 163 74 / 0.7);
}

.placeholder-green\/75::-moz-placeholder {
  color: rgb(22 163 74 / 0.75);
}

.placeholder-green\/75::placeholder {
  color: rgb(22 163 74 / 0.75);
}

.placeholder-green\/80::-moz-placeholder {
  color: rgb(22 163 74 / 0.8);
}

.placeholder-green\/80::placeholder {
  color: rgb(22 163 74 / 0.8);
}

.placeholder-green\/85::-moz-placeholder {
  color: rgb(22 163 74 / 0.85);
}

.placeholder-green\/85::placeholder {
  color: rgb(22 163 74 / 0.85);
}

.placeholder-green\/90::-moz-placeholder {
  color: rgb(22 163 74 / 0.9);
}

.placeholder-green\/90::placeholder {
  color: rgb(22 163 74 / 0.9);
}

.placeholder-green\/95::-moz-placeholder {
  color: rgb(22 163 74 / 0.95);
}

.placeholder-green\/95::placeholder {
  color: rgb(22 163 74 / 0.95);
}

.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(155 155 155 / var(--tw-placeholder-opacity, 1));
}

.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(155 155 155 / var(--tw-placeholder-opacity, 1));
}

.placeholder-grey\/0::-moz-placeholder {
  color: rgb(155 155 155 / 0);
}

.placeholder-grey\/0::placeholder {
  color: rgb(155 155 155 / 0);
}

.placeholder-grey\/10::-moz-placeholder {
  color: rgb(155 155 155 / 0.1);
}

.placeholder-grey\/10::placeholder {
  color: rgb(155 155 155 / 0.1);
}

.placeholder-grey\/100::-moz-placeholder {
  color: rgb(155 155 155 / 1);
}

.placeholder-grey\/100::placeholder {
  color: rgb(155 155 155 / 1);
}

.placeholder-grey\/15::-moz-placeholder {
  color: rgb(155 155 155 / 0.15);
}

.placeholder-grey\/15::placeholder {
  color: rgb(155 155 155 / 0.15);
}

.placeholder-grey\/20::-moz-placeholder {
  color: rgb(155 155 155 / 0.2);
}

.placeholder-grey\/20::placeholder {
  color: rgb(155 155 155 / 0.2);
}

.placeholder-grey\/25::-moz-placeholder {
  color: rgb(155 155 155 / 0.25);
}

.placeholder-grey\/25::placeholder {
  color: rgb(155 155 155 / 0.25);
}

.placeholder-grey\/30::-moz-placeholder {
  color: rgb(155 155 155 / 0.3);
}

.placeholder-grey\/30::placeholder {
  color: rgb(155 155 155 / 0.3);
}

.placeholder-grey\/35::-moz-placeholder {
  color: rgb(155 155 155 / 0.35);
}

.placeholder-grey\/35::placeholder {
  color: rgb(155 155 155 / 0.35);
}

.placeholder-grey\/40::-moz-placeholder {
  color: rgb(155 155 155 / 0.4);
}

.placeholder-grey\/40::placeholder {
  color: rgb(155 155 155 / 0.4);
}

.placeholder-grey\/45::-moz-placeholder {
  color: rgb(155 155 155 / 0.45);
}

.placeholder-grey\/45::placeholder {
  color: rgb(155 155 155 / 0.45);
}

.placeholder-grey\/5::-moz-placeholder {
  color: rgb(155 155 155 / 0.05);
}

.placeholder-grey\/5::placeholder {
  color: rgb(155 155 155 / 0.05);
}

.placeholder-grey\/50::-moz-placeholder {
  color: rgb(155 155 155 / 0.5);
}

.placeholder-grey\/50::placeholder {
  color: rgb(155 155 155 / 0.5);
}

.placeholder-grey\/55::-moz-placeholder {
  color: rgb(155 155 155 / 0.55);
}

.placeholder-grey\/55::placeholder {
  color: rgb(155 155 155 / 0.55);
}

.placeholder-grey\/60::-moz-placeholder {
  color: rgb(155 155 155 / 0.6);
}

.placeholder-grey\/60::placeholder {
  color: rgb(155 155 155 / 0.6);
}

.placeholder-grey\/65::-moz-placeholder {
  color: rgb(155 155 155 / 0.65);
}

.placeholder-grey\/65::placeholder {
  color: rgb(155 155 155 / 0.65);
}

.placeholder-grey\/70::-moz-placeholder {
  color: rgb(155 155 155 / 0.7);
}

.placeholder-grey\/70::placeholder {
  color: rgb(155 155 155 / 0.7);
}

.placeholder-grey\/75::-moz-placeholder {
  color: rgb(155 155 155 / 0.75);
}

.placeholder-grey\/75::placeholder {
  color: rgb(155 155 155 / 0.75);
}

.placeholder-grey\/80::-moz-placeholder {
  color: rgb(155 155 155 / 0.8);
}

.placeholder-grey\/80::placeholder {
  color: rgb(155 155 155 / 0.8);
}

.placeholder-grey\/85::-moz-placeholder {
  color: rgb(155 155 155 / 0.85);
}

.placeholder-grey\/85::placeholder {
  color: rgb(155 155 155 / 0.85);
}

.placeholder-grey\/90::-moz-placeholder {
  color: rgb(155 155 155 / 0.9);
}

.placeholder-grey\/90::placeholder {
  color: rgb(155 155 155 / 0.9);
}

.placeholder-grey\/95::-moz-placeholder {
  color: rgb(155 155 155 / 0.95);
}

.placeholder-grey\/95::placeholder {
  color: rgb(155 155 155 / 0.95);
}

.placeholder-lightBlue::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 156 220 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lightBlue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 156 220 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lightBlue\/0::-moz-placeholder {
  color: rgb(6 156 220 / 0);
}

.placeholder-lightBlue\/0::placeholder {
  color: rgb(6 156 220 / 0);
}

.placeholder-lightBlue\/10::-moz-placeholder {
  color: rgb(6 156 220 / 0.1);
}

.placeholder-lightBlue\/10::placeholder {
  color: rgb(6 156 220 / 0.1);
}

.placeholder-lightBlue\/100::-moz-placeholder {
  color: rgb(6 156 220 / 1);
}

.placeholder-lightBlue\/100::placeholder {
  color: rgb(6 156 220 / 1);
}

.placeholder-lightBlue\/15::-moz-placeholder {
  color: rgb(6 156 220 / 0.15);
}

.placeholder-lightBlue\/15::placeholder {
  color: rgb(6 156 220 / 0.15);
}

.placeholder-lightBlue\/20::-moz-placeholder {
  color: rgb(6 156 220 / 0.2);
}

.placeholder-lightBlue\/20::placeholder {
  color: rgb(6 156 220 / 0.2);
}

.placeholder-lightBlue\/25::-moz-placeholder {
  color: rgb(6 156 220 / 0.25);
}

.placeholder-lightBlue\/25::placeholder {
  color: rgb(6 156 220 / 0.25);
}

.placeholder-lightBlue\/30::-moz-placeholder {
  color: rgb(6 156 220 / 0.3);
}

.placeholder-lightBlue\/30::placeholder {
  color: rgb(6 156 220 / 0.3);
}

.placeholder-lightBlue\/35::-moz-placeholder {
  color: rgb(6 156 220 / 0.35);
}

.placeholder-lightBlue\/35::placeholder {
  color: rgb(6 156 220 / 0.35);
}

.placeholder-lightBlue\/40::-moz-placeholder {
  color: rgb(6 156 220 / 0.4);
}

.placeholder-lightBlue\/40::placeholder {
  color: rgb(6 156 220 / 0.4);
}

.placeholder-lightBlue\/45::-moz-placeholder {
  color: rgb(6 156 220 / 0.45);
}

.placeholder-lightBlue\/45::placeholder {
  color: rgb(6 156 220 / 0.45);
}

.placeholder-lightBlue\/5::-moz-placeholder {
  color: rgb(6 156 220 / 0.05);
}

.placeholder-lightBlue\/5::placeholder {
  color: rgb(6 156 220 / 0.05);
}

.placeholder-lightBlue\/50::-moz-placeholder {
  color: rgb(6 156 220 / 0.5);
}

.placeholder-lightBlue\/50::placeholder {
  color: rgb(6 156 220 / 0.5);
}

.placeholder-lightBlue\/55::-moz-placeholder {
  color: rgb(6 156 220 / 0.55);
}

.placeholder-lightBlue\/55::placeholder {
  color: rgb(6 156 220 / 0.55);
}

.placeholder-lightBlue\/60::-moz-placeholder {
  color: rgb(6 156 220 / 0.6);
}

.placeholder-lightBlue\/60::placeholder {
  color: rgb(6 156 220 / 0.6);
}

.placeholder-lightBlue\/65::-moz-placeholder {
  color: rgb(6 156 220 / 0.65);
}

.placeholder-lightBlue\/65::placeholder {
  color: rgb(6 156 220 / 0.65);
}

.placeholder-lightBlue\/70::-moz-placeholder {
  color: rgb(6 156 220 / 0.7);
}

.placeholder-lightBlue\/70::placeholder {
  color: rgb(6 156 220 / 0.7);
}

.placeholder-lightBlue\/75::-moz-placeholder {
  color: rgb(6 156 220 / 0.75);
}

.placeholder-lightBlue\/75::placeholder {
  color: rgb(6 156 220 / 0.75);
}

.placeholder-lightBlue\/80::-moz-placeholder {
  color: rgb(6 156 220 / 0.8);
}

.placeholder-lightBlue\/80::placeholder {
  color: rgb(6 156 220 / 0.8);
}

.placeholder-lightBlue\/85::-moz-placeholder {
  color: rgb(6 156 220 / 0.85);
}

.placeholder-lightBlue\/85::placeholder {
  color: rgb(6 156 220 / 0.85);
}

.placeholder-lightBlue\/90::-moz-placeholder {
  color: rgb(6 156 220 / 0.9);
}

.placeholder-lightBlue\/90::placeholder {
  color: rgb(6 156 220 / 0.9);
}

.placeholder-lightBlue\/95::-moz-placeholder {
  color: rgb(6 156 220 / 0.95);
}

.placeholder-lightBlue\/95::placeholder {
  color: rgb(6 156 220 / 0.95);
}

.placeholder-lightGray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 194 194 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lightGray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 194 194 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lightGray\/0::-moz-placeholder {
  color: rgb(194 194 194 / 0);
}

.placeholder-lightGray\/0::placeholder {
  color: rgb(194 194 194 / 0);
}

.placeholder-lightGray\/10::-moz-placeholder {
  color: rgb(194 194 194 / 0.1);
}

.placeholder-lightGray\/10::placeholder {
  color: rgb(194 194 194 / 0.1);
}

.placeholder-lightGray\/100::-moz-placeholder {
  color: rgb(194 194 194 / 1);
}

.placeholder-lightGray\/100::placeholder {
  color: rgb(194 194 194 / 1);
}

.placeholder-lightGray\/15::-moz-placeholder {
  color: rgb(194 194 194 / 0.15);
}

.placeholder-lightGray\/15::placeholder {
  color: rgb(194 194 194 / 0.15);
}

.placeholder-lightGray\/20::-moz-placeholder {
  color: rgb(194 194 194 / 0.2);
}

.placeholder-lightGray\/20::placeholder {
  color: rgb(194 194 194 / 0.2);
}

.placeholder-lightGray\/25::-moz-placeholder {
  color: rgb(194 194 194 / 0.25);
}

.placeholder-lightGray\/25::placeholder {
  color: rgb(194 194 194 / 0.25);
}

.placeholder-lightGray\/30::-moz-placeholder {
  color: rgb(194 194 194 / 0.3);
}

.placeholder-lightGray\/30::placeholder {
  color: rgb(194 194 194 / 0.3);
}

.placeholder-lightGray\/35::-moz-placeholder {
  color: rgb(194 194 194 / 0.35);
}

.placeholder-lightGray\/35::placeholder {
  color: rgb(194 194 194 / 0.35);
}

.placeholder-lightGray\/40::-moz-placeholder {
  color: rgb(194 194 194 / 0.4);
}

.placeholder-lightGray\/40::placeholder {
  color: rgb(194 194 194 / 0.4);
}

.placeholder-lightGray\/45::-moz-placeholder {
  color: rgb(194 194 194 / 0.45);
}

.placeholder-lightGray\/45::placeholder {
  color: rgb(194 194 194 / 0.45);
}

.placeholder-lightGray\/5::-moz-placeholder {
  color: rgb(194 194 194 / 0.05);
}

.placeholder-lightGray\/5::placeholder {
  color: rgb(194 194 194 / 0.05);
}

.placeholder-lightGray\/50::-moz-placeholder {
  color: rgb(194 194 194 / 0.5);
}

.placeholder-lightGray\/50::placeholder {
  color: rgb(194 194 194 / 0.5);
}

.placeholder-lightGray\/55::-moz-placeholder {
  color: rgb(194 194 194 / 0.55);
}

.placeholder-lightGray\/55::placeholder {
  color: rgb(194 194 194 / 0.55);
}

.placeholder-lightGray\/60::-moz-placeholder {
  color: rgb(194 194 194 / 0.6);
}

.placeholder-lightGray\/60::placeholder {
  color: rgb(194 194 194 / 0.6);
}

.placeholder-lightGray\/65::-moz-placeholder {
  color: rgb(194 194 194 / 0.65);
}

.placeholder-lightGray\/65::placeholder {
  color: rgb(194 194 194 / 0.65);
}

.placeholder-lightGray\/70::-moz-placeholder {
  color: rgb(194 194 194 / 0.7);
}

.placeholder-lightGray\/70::placeholder {
  color: rgb(194 194 194 / 0.7);
}

.placeholder-lightGray\/75::-moz-placeholder {
  color: rgb(194 194 194 / 0.75);
}

.placeholder-lightGray\/75::placeholder {
  color: rgb(194 194 194 / 0.75);
}

.placeholder-lightGray\/80::-moz-placeholder {
  color: rgb(194 194 194 / 0.8);
}

.placeholder-lightGray\/80::placeholder {
  color: rgb(194 194 194 / 0.8);
}

.placeholder-lightGray\/85::-moz-placeholder {
  color: rgb(194 194 194 / 0.85);
}

.placeholder-lightGray\/85::placeholder {
  color: rgb(194 194 194 / 0.85);
}

.placeholder-lightGray\/90::-moz-placeholder {
  color: rgb(194 194 194 / 0.9);
}

.placeholder-lightGray\/90::placeholder {
  color: rgb(194 194 194 / 0.9);
}

.placeholder-lightGray\/95::-moz-placeholder {
  color: rgb(194 194 194 / 0.95);
}

.placeholder-lightGray\/95::placeholder {
  color: rgb(194 194 194 / 0.95);
}

.placeholder-lightRed::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 245 243 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lightRed::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 245 243 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lightRed\/0::-moz-placeholder {
  color: rgb(255 245 243 / 0);
}

.placeholder-lightRed\/0::placeholder {
  color: rgb(255 245 243 / 0);
}

.placeholder-lightRed\/10::-moz-placeholder {
  color: rgb(255 245 243 / 0.1);
}

.placeholder-lightRed\/10::placeholder {
  color: rgb(255 245 243 / 0.1);
}

.placeholder-lightRed\/100::-moz-placeholder {
  color: rgb(255 245 243 / 1);
}

.placeholder-lightRed\/100::placeholder {
  color: rgb(255 245 243 / 1);
}

.placeholder-lightRed\/15::-moz-placeholder {
  color: rgb(255 245 243 / 0.15);
}

.placeholder-lightRed\/15::placeholder {
  color: rgb(255 245 243 / 0.15);
}

.placeholder-lightRed\/20::-moz-placeholder {
  color: rgb(255 245 243 / 0.2);
}

.placeholder-lightRed\/20::placeholder {
  color: rgb(255 245 243 / 0.2);
}

.placeholder-lightRed\/25::-moz-placeholder {
  color: rgb(255 245 243 / 0.25);
}

.placeholder-lightRed\/25::placeholder {
  color: rgb(255 245 243 / 0.25);
}

.placeholder-lightRed\/30::-moz-placeholder {
  color: rgb(255 245 243 / 0.3);
}

.placeholder-lightRed\/30::placeholder {
  color: rgb(255 245 243 / 0.3);
}

.placeholder-lightRed\/35::-moz-placeholder {
  color: rgb(255 245 243 / 0.35);
}

.placeholder-lightRed\/35::placeholder {
  color: rgb(255 245 243 / 0.35);
}

.placeholder-lightRed\/40::-moz-placeholder {
  color: rgb(255 245 243 / 0.4);
}

.placeholder-lightRed\/40::placeholder {
  color: rgb(255 245 243 / 0.4);
}

.placeholder-lightRed\/45::-moz-placeholder {
  color: rgb(255 245 243 / 0.45);
}

.placeholder-lightRed\/45::placeholder {
  color: rgb(255 245 243 / 0.45);
}

.placeholder-lightRed\/5::-moz-placeholder {
  color: rgb(255 245 243 / 0.05);
}

.placeholder-lightRed\/5::placeholder {
  color: rgb(255 245 243 / 0.05);
}

.placeholder-lightRed\/50::-moz-placeholder {
  color: rgb(255 245 243 / 0.5);
}

.placeholder-lightRed\/50::placeholder {
  color: rgb(255 245 243 / 0.5);
}

.placeholder-lightRed\/55::-moz-placeholder {
  color: rgb(255 245 243 / 0.55);
}

.placeholder-lightRed\/55::placeholder {
  color: rgb(255 245 243 / 0.55);
}

.placeholder-lightRed\/60::-moz-placeholder {
  color: rgb(255 245 243 / 0.6);
}

.placeholder-lightRed\/60::placeholder {
  color: rgb(255 245 243 / 0.6);
}

.placeholder-lightRed\/65::-moz-placeholder {
  color: rgb(255 245 243 / 0.65);
}

.placeholder-lightRed\/65::placeholder {
  color: rgb(255 245 243 / 0.65);
}

.placeholder-lightRed\/70::-moz-placeholder {
  color: rgb(255 245 243 / 0.7);
}

.placeholder-lightRed\/70::placeholder {
  color: rgb(255 245 243 / 0.7);
}

.placeholder-lightRed\/75::-moz-placeholder {
  color: rgb(255 245 243 / 0.75);
}

.placeholder-lightRed\/75::placeholder {
  color: rgb(255 245 243 / 0.75);
}

.placeholder-lightRed\/80::-moz-placeholder {
  color: rgb(255 245 243 / 0.8);
}

.placeholder-lightRed\/80::placeholder {
  color: rgb(255 245 243 / 0.8);
}

.placeholder-lightRed\/85::-moz-placeholder {
  color: rgb(255 245 243 / 0.85);
}

.placeholder-lightRed\/85::placeholder {
  color: rgb(255 245 243 / 0.85);
}

.placeholder-lightRed\/90::-moz-placeholder {
  color: rgb(255 245 243 / 0.9);
}

.placeholder-lightRed\/90::placeholder {
  color: rgb(255 245 243 / 0.9);
}

.placeholder-lightRed\/95::-moz-placeholder {
  color: rgb(255 245 243 / 0.95);
}

.placeholder-lightRed\/95::placeholder {
  color: rgb(255 245 243 / 0.95);
}

.placeholder-orange::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 124 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 124 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange\/0::-moz-placeholder {
  color: rgb(244 124 60 / 0);
}

.placeholder-orange\/0::placeholder {
  color: rgb(244 124 60 / 0);
}

.placeholder-orange\/10::-moz-placeholder {
  color: rgb(244 124 60 / 0.1);
}

.placeholder-orange\/10::placeholder {
  color: rgb(244 124 60 / 0.1);
}

.placeholder-orange\/100::-moz-placeholder {
  color: rgb(244 124 60 / 1);
}

.placeholder-orange\/100::placeholder {
  color: rgb(244 124 60 / 1);
}

.placeholder-orange\/15::-moz-placeholder {
  color: rgb(244 124 60 / 0.15);
}

.placeholder-orange\/15::placeholder {
  color: rgb(244 124 60 / 0.15);
}

.placeholder-orange\/20::-moz-placeholder {
  color: rgb(244 124 60 / 0.2);
}

.placeholder-orange\/20::placeholder {
  color: rgb(244 124 60 / 0.2);
}

.placeholder-orange\/25::-moz-placeholder {
  color: rgb(244 124 60 / 0.25);
}

.placeholder-orange\/25::placeholder {
  color: rgb(244 124 60 / 0.25);
}

.placeholder-orange\/30::-moz-placeholder {
  color: rgb(244 124 60 / 0.3);
}

.placeholder-orange\/30::placeholder {
  color: rgb(244 124 60 / 0.3);
}

.placeholder-orange\/35::-moz-placeholder {
  color: rgb(244 124 60 / 0.35);
}

.placeholder-orange\/35::placeholder {
  color: rgb(244 124 60 / 0.35);
}

.placeholder-orange\/40::-moz-placeholder {
  color: rgb(244 124 60 / 0.4);
}

.placeholder-orange\/40::placeholder {
  color: rgb(244 124 60 / 0.4);
}

.placeholder-orange\/45::-moz-placeholder {
  color: rgb(244 124 60 / 0.45);
}

.placeholder-orange\/45::placeholder {
  color: rgb(244 124 60 / 0.45);
}

.placeholder-orange\/5::-moz-placeholder {
  color: rgb(244 124 60 / 0.05);
}

.placeholder-orange\/5::placeholder {
  color: rgb(244 124 60 / 0.05);
}

.placeholder-orange\/50::-moz-placeholder {
  color: rgb(244 124 60 / 0.5);
}

.placeholder-orange\/50::placeholder {
  color: rgb(244 124 60 / 0.5);
}

.placeholder-orange\/55::-moz-placeholder {
  color: rgb(244 124 60 / 0.55);
}

.placeholder-orange\/55::placeholder {
  color: rgb(244 124 60 / 0.55);
}

.placeholder-orange\/60::-moz-placeholder {
  color: rgb(244 124 60 / 0.6);
}

.placeholder-orange\/60::placeholder {
  color: rgb(244 124 60 / 0.6);
}

.placeholder-orange\/65::-moz-placeholder {
  color: rgb(244 124 60 / 0.65);
}

.placeholder-orange\/65::placeholder {
  color: rgb(244 124 60 / 0.65);
}

.placeholder-orange\/70::-moz-placeholder {
  color: rgb(244 124 60 / 0.7);
}

.placeholder-orange\/70::placeholder {
  color: rgb(244 124 60 / 0.7);
}

.placeholder-orange\/75::-moz-placeholder {
  color: rgb(244 124 60 / 0.75);
}

.placeholder-orange\/75::placeholder {
  color: rgb(244 124 60 / 0.75);
}

.placeholder-orange\/80::-moz-placeholder {
  color: rgb(244 124 60 / 0.8);
}

.placeholder-orange\/80::placeholder {
  color: rgb(244 124 60 / 0.8);
}

.placeholder-orange\/85::-moz-placeholder {
  color: rgb(244 124 60 / 0.85);
}

.placeholder-orange\/85::placeholder {
  color: rgb(244 124 60 / 0.85);
}

.placeholder-orange\/90::-moz-placeholder {
  color: rgb(244 124 60 / 0.9);
}

.placeholder-orange\/90::placeholder {
  color: rgb(244 124 60 / 0.9);
}

.placeholder-orange\/95::-moz-placeholder {
  color: rgb(244 124 60 / 0.95);
}

.placeholder-orange\/95::placeholder {
  color: rgb(244 124 60 / 0.95);
}

.placeholder-primary::-moz-placeholder {
  color: var(--color-primary);
}

.placeholder-primary::placeholder {
  color: var(--color-primary);
}

.placeholder-red::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 46 46 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 46 46 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red\/0::-moz-placeholder {
  color: rgb(237 46 46 / 0);
}

.placeholder-red\/0::placeholder {
  color: rgb(237 46 46 / 0);
}

.placeholder-red\/10::-moz-placeholder {
  color: rgb(237 46 46 / 0.1);
}

.placeholder-red\/10::placeholder {
  color: rgb(237 46 46 / 0.1);
}

.placeholder-red\/100::-moz-placeholder {
  color: rgb(237 46 46 / 1);
}

.placeholder-red\/100::placeholder {
  color: rgb(237 46 46 / 1);
}

.placeholder-red\/15::-moz-placeholder {
  color: rgb(237 46 46 / 0.15);
}

.placeholder-red\/15::placeholder {
  color: rgb(237 46 46 / 0.15);
}

.placeholder-red\/20::-moz-placeholder {
  color: rgb(237 46 46 / 0.2);
}

.placeholder-red\/20::placeholder {
  color: rgb(237 46 46 / 0.2);
}

.placeholder-red\/25::-moz-placeholder {
  color: rgb(237 46 46 / 0.25);
}

.placeholder-red\/25::placeholder {
  color: rgb(237 46 46 / 0.25);
}

.placeholder-red\/30::-moz-placeholder {
  color: rgb(237 46 46 / 0.3);
}

.placeholder-red\/30::placeholder {
  color: rgb(237 46 46 / 0.3);
}

.placeholder-red\/35::-moz-placeholder {
  color: rgb(237 46 46 / 0.35);
}

.placeholder-red\/35::placeholder {
  color: rgb(237 46 46 / 0.35);
}

.placeholder-red\/40::-moz-placeholder {
  color: rgb(237 46 46 / 0.4);
}

.placeholder-red\/40::placeholder {
  color: rgb(237 46 46 / 0.4);
}

.placeholder-red\/45::-moz-placeholder {
  color: rgb(237 46 46 / 0.45);
}

.placeholder-red\/45::placeholder {
  color: rgb(237 46 46 / 0.45);
}

.placeholder-red\/5::-moz-placeholder {
  color: rgb(237 46 46 / 0.05);
}

.placeholder-red\/5::placeholder {
  color: rgb(237 46 46 / 0.05);
}

.placeholder-red\/50::-moz-placeholder {
  color: rgb(237 46 46 / 0.5);
}

.placeholder-red\/50::placeholder {
  color: rgb(237 46 46 / 0.5);
}

.placeholder-red\/55::-moz-placeholder {
  color: rgb(237 46 46 / 0.55);
}

.placeholder-red\/55::placeholder {
  color: rgb(237 46 46 / 0.55);
}

.placeholder-red\/60::-moz-placeholder {
  color: rgb(237 46 46 / 0.6);
}

.placeholder-red\/60::placeholder {
  color: rgb(237 46 46 / 0.6);
}

.placeholder-red\/65::-moz-placeholder {
  color: rgb(237 46 46 / 0.65);
}

.placeholder-red\/65::placeholder {
  color: rgb(237 46 46 / 0.65);
}

.placeholder-red\/70::-moz-placeholder {
  color: rgb(237 46 46 / 0.7);
}

.placeholder-red\/70::placeholder {
  color: rgb(237 46 46 / 0.7);
}

.placeholder-red\/75::-moz-placeholder {
  color: rgb(237 46 46 / 0.75);
}

.placeholder-red\/75::placeholder {
  color: rgb(237 46 46 / 0.75);
}

.placeholder-red\/80::-moz-placeholder {
  color: rgb(237 46 46 / 0.8);
}

.placeholder-red\/80::placeholder {
  color: rgb(237 46 46 / 0.8);
}

.placeholder-red\/85::-moz-placeholder {
  color: rgb(237 46 46 / 0.85);
}

.placeholder-red\/85::placeholder {
  color: rgb(237 46 46 / 0.85);
}

.placeholder-red\/90::-moz-placeholder {
  color: rgb(237 46 46 / 0.9);
}

.placeholder-red\/90::placeholder {
  color: rgb(237 46 46 / 0.9);
}

.placeholder-red\/95::-moz-placeholder {
  color: rgb(237 46 46 / 0.95);
}

.placeholder-red\/95::placeholder {
  color: rgb(237 46 46 / 0.95);
}

.placeholder-secondary::-moz-placeholder {
  color: var(--color-secondary);
}

.placeholder-secondary::placeholder {
  color: var(--color-secondary);
}

.placeholder-veryLightGray::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-veryLightGray::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-veryLightGray\/0::-moz-placeholder {
  color: rgb(250 250 250 / 0);
}

.placeholder-veryLightGray\/0::placeholder {
  color: rgb(250 250 250 / 0);
}

.placeholder-veryLightGray\/10::-moz-placeholder {
  color: rgb(250 250 250 / 0.1);
}

.placeholder-veryLightGray\/10::placeholder {
  color: rgb(250 250 250 / 0.1);
}

.placeholder-veryLightGray\/100::-moz-placeholder {
  color: rgb(250 250 250 / 1);
}

.placeholder-veryLightGray\/100::placeholder {
  color: rgb(250 250 250 / 1);
}

.placeholder-veryLightGray\/15::-moz-placeholder {
  color: rgb(250 250 250 / 0.15);
}

.placeholder-veryLightGray\/15::placeholder {
  color: rgb(250 250 250 / 0.15);
}

.placeholder-veryLightGray\/20::-moz-placeholder {
  color: rgb(250 250 250 / 0.2);
}

.placeholder-veryLightGray\/20::placeholder {
  color: rgb(250 250 250 / 0.2);
}

.placeholder-veryLightGray\/25::-moz-placeholder {
  color: rgb(250 250 250 / 0.25);
}

.placeholder-veryLightGray\/25::placeholder {
  color: rgb(250 250 250 / 0.25);
}

.placeholder-veryLightGray\/30::-moz-placeholder {
  color: rgb(250 250 250 / 0.3);
}

.placeholder-veryLightGray\/30::placeholder {
  color: rgb(250 250 250 / 0.3);
}

.placeholder-veryLightGray\/35::-moz-placeholder {
  color: rgb(250 250 250 / 0.35);
}

.placeholder-veryLightGray\/35::placeholder {
  color: rgb(250 250 250 / 0.35);
}

.placeholder-veryLightGray\/40::-moz-placeholder {
  color: rgb(250 250 250 / 0.4);
}

.placeholder-veryLightGray\/40::placeholder {
  color: rgb(250 250 250 / 0.4);
}

.placeholder-veryLightGray\/45::-moz-placeholder {
  color: rgb(250 250 250 / 0.45);
}

.placeholder-veryLightGray\/45::placeholder {
  color: rgb(250 250 250 / 0.45);
}

.placeholder-veryLightGray\/5::-moz-placeholder {
  color: rgb(250 250 250 / 0.05);
}

.placeholder-veryLightGray\/5::placeholder {
  color: rgb(250 250 250 / 0.05);
}

.placeholder-veryLightGray\/50::-moz-placeholder {
  color: rgb(250 250 250 / 0.5);
}

.placeholder-veryLightGray\/50::placeholder {
  color: rgb(250 250 250 / 0.5);
}

.placeholder-veryLightGray\/55::-moz-placeholder {
  color: rgb(250 250 250 / 0.55);
}

.placeholder-veryLightGray\/55::placeholder {
  color: rgb(250 250 250 / 0.55);
}

.placeholder-veryLightGray\/60::-moz-placeholder {
  color: rgb(250 250 250 / 0.6);
}

.placeholder-veryLightGray\/60::placeholder {
  color: rgb(250 250 250 / 0.6);
}

.placeholder-veryLightGray\/65::-moz-placeholder {
  color: rgb(250 250 250 / 0.65);
}

.placeholder-veryLightGray\/65::placeholder {
  color: rgb(250 250 250 / 0.65);
}

.placeholder-veryLightGray\/70::-moz-placeholder {
  color: rgb(250 250 250 / 0.7);
}

.placeholder-veryLightGray\/70::placeholder {
  color: rgb(250 250 250 / 0.7);
}

.placeholder-veryLightGray\/75::-moz-placeholder {
  color: rgb(250 250 250 / 0.75);
}

.placeholder-veryLightGray\/75::placeholder {
  color: rgb(250 250 250 / 0.75);
}

.placeholder-veryLightGray\/80::-moz-placeholder {
  color: rgb(250 250 250 / 0.8);
}

.placeholder-veryLightGray\/80::placeholder {
  color: rgb(250 250 250 / 0.8);
}

.placeholder-veryLightGray\/85::-moz-placeholder {
  color: rgb(250 250 250 / 0.85);
}

.placeholder-veryLightGray\/85::placeholder {
  color: rgb(250 250 250 / 0.85);
}

.placeholder-veryLightGray\/90::-moz-placeholder {
  color: rgb(250 250 250 / 0.9);
}

.placeholder-veryLightGray\/90::placeholder {
  color: rgb(250 250 250 / 0.9);
}

.placeholder-veryLightGray\/95::-moz-placeholder {
  color: rgb(250 250 250 / 0.95);
}

.placeholder-veryLightGray\/95::placeholder {
  color: rgb(250 250 250 / 0.95);
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/0::placeholder {
  color: rgb(255 255 255 / 0);
}

.placeholder-white\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}

.placeholder-white\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-white\/100::placeholder {
  color: rgb(255 255 255 / 1);
}

.placeholder-white\/15::-moz-placeholder {
  color: rgb(255 255 255 / 0.15);
}

.placeholder-white\/15::placeholder {
  color: rgb(255 255 255 / 0.15);
}

.placeholder-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder-white\/35::-moz-placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder-white\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}

.placeholder-white\/45::-moz-placeholder {
  color: rgb(255 255 255 / 0.45);
}

.placeholder-white\/45::placeholder {
  color: rgb(255 255 255 / 0.45);
}

.placeholder-white\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}

.placeholder-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}

.placeholder-white\/55::-moz-placeholder {
  color: rgb(255 255 255 / 0.55);
}

.placeholder-white\/55::placeholder {
  color: rgb(255 255 255 / 0.55);
}

.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/65::-moz-placeholder {
  color: rgb(255 255 255 / 0.65);
}

.placeholder-white\/65::placeholder {
  color: rgb(255 255 255 / 0.65);
}

.placeholder-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}

.placeholder-white\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}

.placeholder-white\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-white\/85::-moz-placeholder {
  color: rgb(255 255 255 / 0.85);
}

.placeholder-white\/85::placeholder {
  color: rgb(255 255 255 / 0.85);
}

.placeholder-white\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.placeholder-white\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-white\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-15::-moz-placeholder {
  --tw-placeholder-opacity: 0.15;
}

.placeholder-opacity-15::placeholder {
  --tw-placeholder-opacity: 0.15;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-35::-moz-placeholder {
  --tw-placeholder-opacity: 0.35;
}

.placeholder-opacity-35::placeholder {
  --tw-placeholder-opacity: 0.35;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-45::-moz-placeholder {
  --tw-placeholder-opacity: 0.45;
}

.placeholder-opacity-45::placeholder {
  --tw-placeholder-opacity: 0.45;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-55::-moz-placeholder {
  --tw-placeholder-opacity: 0.55;
}

.placeholder-opacity-55::placeholder {
  --tw-placeholder-opacity: 0.55;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-65::-moz-placeholder {
  --tw-placeholder-opacity: 0.65;
}

.placeholder-opacity-65::placeholder {
  --tw-placeholder-opacity: 0.65;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-85::-moz-placeholder {
  --tw-placeholder-opacity: 0.85;
}

.placeholder-opacity-85::placeholder {
  --tw-placeholder-opacity: 0.85;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.caret-backgroundGray {
  caret-color: #F7F7F7;
}

.caret-backgroundGray\/0 {
  caret-color: rgb(247 247 247 / 0);
}

.caret-backgroundGray\/10 {
  caret-color: rgb(247 247 247 / 0.1);
}

.caret-backgroundGray\/100 {
  caret-color: rgb(247 247 247 / 1);
}

.caret-backgroundGray\/15 {
  caret-color: rgb(247 247 247 / 0.15);
}

.caret-backgroundGray\/20 {
  caret-color: rgb(247 247 247 / 0.2);
}

.caret-backgroundGray\/25 {
  caret-color: rgb(247 247 247 / 0.25);
}

.caret-backgroundGray\/30 {
  caret-color: rgb(247 247 247 / 0.3);
}

.caret-backgroundGray\/35 {
  caret-color: rgb(247 247 247 / 0.35);
}

.caret-backgroundGray\/40 {
  caret-color: rgb(247 247 247 / 0.4);
}

.caret-backgroundGray\/45 {
  caret-color: rgb(247 247 247 / 0.45);
}

.caret-backgroundGray\/5 {
  caret-color: rgb(247 247 247 / 0.05);
}

.caret-backgroundGray\/50 {
  caret-color: rgb(247 247 247 / 0.5);
}

.caret-backgroundGray\/55 {
  caret-color: rgb(247 247 247 / 0.55);
}

.caret-backgroundGray\/60 {
  caret-color: rgb(247 247 247 / 0.6);
}

.caret-backgroundGray\/65 {
  caret-color: rgb(247 247 247 / 0.65);
}

.caret-backgroundGray\/70 {
  caret-color: rgb(247 247 247 / 0.7);
}

.caret-backgroundGray\/75 {
  caret-color: rgb(247 247 247 / 0.75);
}

.caret-backgroundGray\/80 {
  caret-color: rgb(247 247 247 / 0.8);
}

.caret-backgroundGray\/85 {
  caret-color: rgb(247 247 247 / 0.85);
}

.caret-backgroundGray\/90 {
  caret-color: rgb(247 247 247 / 0.9);
}

.caret-backgroundGray\/95 {
  caret-color: rgb(247 247 247 / 0.95);
}

.caret-black {
  caret-color: #000000;
}

.caret-black\/0 {
  caret-color: rgb(0 0 0 / 0);
}

.caret-black\/10 {
  caret-color: rgb(0 0 0 / 0.1);
}

.caret-black\/100 {
  caret-color: rgb(0 0 0 / 1);
}

.caret-black\/15 {
  caret-color: rgb(0 0 0 / 0.15);
}

.caret-black\/20 {
  caret-color: rgb(0 0 0 / 0.2);
}

.caret-black\/25 {
  caret-color: rgb(0 0 0 / 0.25);
}

.caret-black\/30 {
  caret-color: rgb(0 0 0 / 0.3);
}

.caret-black\/35 {
  caret-color: rgb(0 0 0 / 0.35);
}

.caret-black\/40 {
  caret-color: rgb(0 0 0 / 0.4);
}

.caret-black\/45 {
  caret-color: rgb(0 0 0 / 0.45);
}

.caret-black\/5 {
  caret-color: rgb(0 0 0 / 0.05);
}

.caret-black\/50 {
  caret-color: rgb(0 0 0 / 0.5);
}

.caret-black\/55 {
  caret-color: rgb(0 0 0 / 0.55);
}

.caret-black\/60 {
  caret-color: rgb(0 0 0 / 0.6);
}

.caret-black\/65 {
  caret-color: rgb(0 0 0 / 0.65);
}

.caret-black\/70 {
  caret-color: rgb(0 0 0 / 0.7);
}

.caret-black\/75 {
  caret-color: rgb(0 0 0 / 0.75);
}

.caret-black\/80 {
  caret-color: rgb(0 0 0 / 0.8);
}

.caret-black\/85 {
  caret-color: rgb(0 0 0 / 0.85);
}

.caret-black\/90 {
  caret-color: rgb(0 0 0 / 0.9);
}

.caret-black\/95 {
  caret-color: rgb(0 0 0 / 0.95);
}

.caret-blue {
  caret-color: #067FB2;
}

.caret-blue\/0 {
  caret-color: rgb(6 127 178 / 0);
}

.caret-blue\/10 {
  caret-color: rgb(6 127 178 / 0.1);
}

.caret-blue\/100 {
  caret-color: rgb(6 127 178 / 1);
}

.caret-blue\/15 {
  caret-color: rgb(6 127 178 / 0.15);
}

.caret-blue\/20 {
  caret-color: rgb(6 127 178 / 0.2);
}

.caret-blue\/25 {
  caret-color: rgb(6 127 178 / 0.25);
}

.caret-blue\/30 {
  caret-color: rgb(6 127 178 / 0.3);
}

.caret-blue\/35 {
  caret-color: rgb(6 127 178 / 0.35);
}

.caret-blue\/40 {
  caret-color: rgb(6 127 178 / 0.4);
}

.caret-blue\/45 {
  caret-color: rgb(6 127 178 / 0.45);
}

.caret-blue\/5 {
  caret-color: rgb(6 127 178 / 0.05);
}

.caret-blue\/50 {
  caret-color: rgb(6 127 178 / 0.5);
}

.caret-blue\/55 {
  caret-color: rgb(6 127 178 / 0.55);
}

.caret-blue\/60 {
  caret-color: rgb(6 127 178 / 0.6);
}

.caret-blue\/65 {
  caret-color: rgb(6 127 178 / 0.65);
}

.caret-blue\/70 {
  caret-color: rgb(6 127 178 / 0.7);
}

.caret-blue\/75 {
  caret-color: rgb(6 127 178 / 0.75);
}

.caret-blue\/80 {
  caret-color: rgb(6 127 178 / 0.8);
}

.caret-blue\/85 {
  caret-color: rgb(6 127 178 / 0.85);
}

.caret-blue\/90 {
  caret-color: rgb(6 127 178 / 0.9);
}

.caret-blue\/95 {
  caret-color: rgb(6 127 178 / 0.95);
}

.caret-dark {
  caret-color: var(--color-dark);
}

.caret-darkGray {
  caret-color: #353535;
}

.caret-darkGray\/0 {
  caret-color: rgb(53 53 53 / 0);
}

.caret-darkGray\/10 {
  caret-color: rgb(53 53 53 / 0.1);
}

.caret-darkGray\/100 {
  caret-color: rgb(53 53 53 / 1);
}

.caret-darkGray\/15 {
  caret-color: rgb(53 53 53 / 0.15);
}

.caret-darkGray\/20 {
  caret-color: rgb(53 53 53 / 0.2);
}

.caret-darkGray\/25 {
  caret-color: rgb(53 53 53 / 0.25);
}

.caret-darkGray\/30 {
  caret-color: rgb(53 53 53 / 0.3);
}

.caret-darkGray\/35 {
  caret-color: rgb(53 53 53 / 0.35);
}

.caret-darkGray\/40 {
  caret-color: rgb(53 53 53 / 0.4);
}

.caret-darkGray\/45 {
  caret-color: rgb(53 53 53 / 0.45);
}

.caret-darkGray\/5 {
  caret-color: rgb(53 53 53 / 0.05);
}

.caret-darkGray\/50 {
  caret-color: rgb(53 53 53 / 0.5);
}

.caret-darkGray\/55 {
  caret-color: rgb(53 53 53 / 0.55);
}

.caret-darkGray\/60 {
  caret-color: rgb(53 53 53 / 0.6);
}

.caret-darkGray\/65 {
  caret-color: rgb(53 53 53 / 0.65);
}

.caret-darkGray\/70 {
  caret-color: rgb(53 53 53 / 0.7);
}

.caret-darkGray\/75 {
  caret-color: rgb(53 53 53 / 0.75);
}

.caret-darkGray\/80 {
  caret-color: rgb(53 53 53 / 0.8);
}

.caret-darkGray\/85 {
  caret-color: rgb(53 53 53 / 0.85);
}

.caret-darkGray\/90 {
  caret-color: rgb(53 53 53 / 0.9);
}

.caret-darkGray\/95 {
  caret-color: rgb(53 53 53 / 0.95);
}

.caret-green {
  caret-color: #16a34a;
}

.caret-green\/0 {
  caret-color: rgb(22 163 74 / 0);
}

.caret-green\/10 {
  caret-color: rgb(22 163 74 / 0.1);
}

.caret-green\/100 {
  caret-color: rgb(22 163 74 / 1);
}

.caret-green\/15 {
  caret-color: rgb(22 163 74 / 0.15);
}

.caret-green\/20 {
  caret-color: rgb(22 163 74 / 0.2);
}

.caret-green\/25 {
  caret-color: rgb(22 163 74 / 0.25);
}

.caret-green\/30 {
  caret-color: rgb(22 163 74 / 0.3);
}

.caret-green\/35 {
  caret-color: rgb(22 163 74 / 0.35);
}

.caret-green\/40 {
  caret-color: rgb(22 163 74 / 0.4);
}

.caret-green\/45 {
  caret-color: rgb(22 163 74 / 0.45);
}

.caret-green\/5 {
  caret-color: rgb(22 163 74 / 0.05);
}

.caret-green\/50 {
  caret-color: rgb(22 163 74 / 0.5);
}

.caret-green\/55 {
  caret-color: rgb(22 163 74 / 0.55);
}

.caret-green\/60 {
  caret-color: rgb(22 163 74 / 0.6);
}

.caret-green\/65 {
  caret-color: rgb(22 163 74 / 0.65);
}

.caret-green\/70 {
  caret-color: rgb(22 163 74 / 0.7);
}

.caret-green\/75 {
  caret-color: rgb(22 163 74 / 0.75);
}

.caret-green\/80 {
  caret-color: rgb(22 163 74 / 0.8);
}

.caret-green\/85 {
  caret-color: rgb(22 163 74 / 0.85);
}

.caret-green\/90 {
  caret-color: rgb(22 163 74 / 0.9);
}

.caret-green\/95 {
  caret-color: rgb(22 163 74 / 0.95);
}

.caret-grey {
  caret-color: #9B9B9B;
}

.caret-grey\/0 {
  caret-color: rgb(155 155 155 / 0);
}

.caret-grey\/10 {
  caret-color: rgb(155 155 155 / 0.1);
}

.caret-grey\/100 {
  caret-color: rgb(155 155 155 / 1);
}

.caret-grey\/15 {
  caret-color: rgb(155 155 155 / 0.15);
}

.caret-grey\/20 {
  caret-color: rgb(155 155 155 / 0.2);
}

.caret-grey\/25 {
  caret-color: rgb(155 155 155 / 0.25);
}

.caret-grey\/30 {
  caret-color: rgb(155 155 155 / 0.3);
}

.caret-grey\/35 {
  caret-color: rgb(155 155 155 / 0.35);
}

.caret-grey\/40 {
  caret-color: rgb(155 155 155 / 0.4);
}

.caret-grey\/45 {
  caret-color: rgb(155 155 155 / 0.45);
}

.caret-grey\/5 {
  caret-color: rgb(155 155 155 / 0.05);
}

.caret-grey\/50 {
  caret-color: rgb(155 155 155 / 0.5);
}

.caret-grey\/55 {
  caret-color: rgb(155 155 155 / 0.55);
}

.caret-grey\/60 {
  caret-color: rgb(155 155 155 / 0.6);
}

.caret-grey\/65 {
  caret-color: rgb(155 155 155 / 0.65);
}

.caret-grey\/70 {
  caret-color: rgb(155 155 155 / 0.7);
}

.caret-grey\/75 {
  caret-color: rgb(155 155 155 / 0.75);
}

.caret-grey\/80 {
  caret-color: rgb(155 155 155 / 0.8);
}

.caret-grey\/85 {
  caret-color: rgb(155 155 155 / 0.85);
}

.caret-grey\/90 {
  caret-color: rgb(155 155 155 / 0.9);
}

.caret-grey\/95 {
  caret-color: rgb(155 155 155 / 0.95);
}

.caret-lightBlue {
  caret-color: #069CDC;
}

.caret-lightBlue\/0 {
  caret-color: rgb(6 156 220 / 0);
}

.caret-lightBlue\/10 {
  caret-color: rgb(6 156 220 / 0.1);
}

.caret-lightBlue\/100 {
  caret-color: rgb(6 156 220 / 1);
}

.caret-lightBlue\/15 {
  caret-color: rgb(6 156 220 / 0.15);
}

.caret-lightBlue\/20 {
  caret-color: rgb(6 156 220 / 0.2);
}

.caret-lightBlue\/25 {
  caret-color: rgb(6 156 220 / 0.25);
}

.caret-lightBlue\/30 {
  caret-color: rgb(6 156 220 / 0.3);
}

.caret-lightBlue\/35 {
  caret-color: rgb(6 156 220 / 0.35);
}

.caret-lightBlue\/40 {
  caret-color: rgb(6 156 220 / 0.4);
}

.caret-lightBlue\/45 {
  caret-color: rgb(6 156 220 / 0.45);
}

.caret-lightBlue\/5 {
  caret-color: rgb(6 156 220 / 0.05);
}

.caret-lightBlue\/50 {
  caret-color: rgb(6 156 220 / 0.5);
}

.caret-lightBlue\/55 {
  caret-color: rgb(6 156 220 / 0.55);
}

.caret-lightBlue\/60 {
  caret-color: rgb(6 156 220 / 0.6);
}

.caret-lightBlue\/65 {
  caret-color: rgb(6 156 220 / 0.65);
}

.caret-lightBlue\/70 {
  caret-color: rgb(6 156 220 / 0.7);
}

.caret-lightBlue\/75 {
  caret-color: rgb(6 156 220 / 0.75);
}

.caret-lightBlue\/80 {
  caret-color: rgb(6 156 220 / 0.8);
}

.caret-lightBlue\/85 {
  caret-color: rgb(6 156 220 / 0.85);
}

.caret-lightBlue\/90 {
  caret-color: rgb(6 156 220 / 0.9);
}

.caret-lightBlue\/95 {
  caret-color: rgb(6 156 220 / 0.95);
}

.caret-lightGray {
  caret-color: #C2C2C2;
}

.caret-lightGray\/0 {
  caret-color: rgb(194 194 194 / 0);
}

.caret-lightGray\/10 {
  caret-color: rgb(194 194 194 / 0.1);
}

.caret-lightGray\/100 {
  caret-color: rgb(194 194 194 / 1);
}

.caret-lightGray\/15 {
  caret-color: rgb(194 194 194 / 0.15);
}

.caret-lightGray\/20 {
  caret-color: rgb(194 194 194 / 0.2);
}

.caret-lightGray\/25 {
  caret-color: rgb(194 194 194 / 0.25);
}

.caret-lightGray\/30 {
  caret-color: rgb(194 194 194 / 0.3);
}

.caret-lightGray\/35 {
  caret-color: rgb(194 194 194 / 0.35);
}

.caret-lightGray\/40 {
  caret-color: rgb(194 194 194 / 0.4);
}

.caret-lightGray\/45 {
  caret-color: rgb(194 194 194 / 0.45);
}

.caret-lightGray\/5 {
  caret-color: rgb(194 194 194 / 0.05);
}

.caret-lightGray\/50 {
  caret-color: rgb(194 194 194 / 0.5);
}

.caret-lightGray\/55 {
  caret-color: rgb(194 194 194 / 0.55);
}

.caret-lightGray\/60 {
  caret-color: rgb(194 194 194 / 0.6);
}

.caret-lightGray\/65 {
  caret-color: rgb(194 194 194 / 0.65);
}

.caret-lightGray\/70 {
  caret-color: rgb(194 194 194 / 0.7);
}

.caret-lightGray\/75 {
  caret-color: rgb(194 194 194 / 0.75);
}

.caret-lightGray\/80 {
  caret-color: rgb(194 194 194 / 0.8);
}

.caret-lightGray\/85 {
  caret-color: rgb(194 194 194 / 0.85);
}

.caret-lightGray\/90 {
  caret-color: rgb(194 194 194 / 0.9);
}

.caret-lightGray\/95 {
  caret-color: rgb(194 194 194 / 0.95);
}

.caret-lightRed {
  caret-color: #FFF5F3;
}

.caret-lightRed\/0 {
  caret-color: rgb(255 245 243 / 0);
}

.caret-lightRed\/10 {
  caret-color: rgb(255 245 243 / 0.1);
}

.caret-lightRed\/100 {
  caret-color: rgb(255 245 243 / 1);
}

.caret-lightRed\/15 {
  caret-color: rgb(255 245 243 / 0.15);
}

.caret-lightRed\/20 {
  caret-color: rgb(255 245 243 / 0.2);
}

.caret-lightRed\/25 {
  caret-color: rgb(255 245 243 / 0.25);
}

.caret-lightRed\/30 {
  caret-color: rgb(255 245 243 / 0.3);
}

.caret-lightRed\/35 {
  caret-color: rgb(255 245 243 / 0.35);
}

.caret-lightRed\/40 {
  caret-color: rgb(255 245 243 / 0.4);
}

.caret-lightRed\/45 {
  caret-color: rgb(255 245 243 / 0.45);
}

.caret-lightRed\/5 {
  caret-color: rgb(255 245 243 / 0.05);
}

.caret-lightRed\/50 {
  caret-color: rgb(255 245 243 / 0.5);
}

.caret-lightRed\/55 {
  caret-color: rgb(255 245 243 / 0.55);
}

.caret-lightRed\/60 {
  caret-color: rgb(255 245 243 / 0.6);
}

.caret-lightRed\/65 {
  caret-color: rgb(255 245 243 / 0.65);
}

.caret-lightRed\/70 {
  caret-color: rgb(255 245 243 / 0.7);
}

.caret-lightRed\/75 {
  caret-color: rgb(255 245 243 / 0.75);
}

.caret-lightRed\/80 {
  caret-color: rgb(255 245 243 / 0.8);
}

.caret-lightRed\/85 {
  caret-color: rgb(255 245 243 / 0.85);
}

.caret-lightRed\/90 {
  caret-color: rgb(255 245 243 / 0.9);
}

.caret-lightRed\/95 {
  caret-color: rgb(255 245 243 / 0.95);
}

.caret-orange {
  caret-color: #F47C3C;
}

.caret-orange\/0 {
  caret-color: rgb(244 124 60 / 0);
}

.caret-orange\/10 {
  caret-color: rgb(244 124 60 / 0.1);
}

.caret-orange\/100 {
  caret-color: rgb(244 124 60 / 1);
}

.caret-orange\/15 {
  caret-color: rgb(244 124 60 / 0.15);
}

.caret-orange\/20 {
  caret-color: rgb(244 124 60 / 0.2);
}

.caret-orange\/25 {
  caret-color: rgb(244 124 60 / 0.25);
}

.caret-orange\/30 {
  caret-color: rgb(244 124 60 / 0.3);
}

.caret-orange\/35 {
  caret-color: rgb(244 124 60 / 0.35);
}

.caret-orange\/40 {
  caret-color: rgb(244 124 60 / 0.4);
}

.caret-orange\/45 {
  caret-color: rgb(244 124 60 / 0.45);
}

.caret-orange\/5 {
  caret-color: rgb(244 124 60 / 0.05);
}

.caret-orange\/50 {
  caret-color: rgb(244 124 60 / 0.5);
}

.caret-orange\/55 {
  caret-color: rgb(244 124 60 / 0.55);
}

.caret-orange\/60 {
  caret-color: rgb(244 124 60 / 0.6);
}

.caret-orange\/65 {
  caret-color: rgb(244 124 60 / 0.65);
}

.caret-orange\/70 {
  caret-color: rgb(244 124 60 / 0.7);
}

.caret-orange\/75 {
  caret-color: rgb(244 124 60 / 0.75);
}

.caret-orange\/80 {
  caret-color: rgb(244 124 60 / 0.8);
}

.caret-orange\/85 {
  caret-color: rgb(244 124 60 / 0.85);
}

.caret-orange\/90 {
  caret-color: rgb(244 124 60 / 0.9);
}

.caret-orange\/95 {
  caret-color: rgb(244 124 60 / 0.95);
}

.caret-primary {
  caret-color: var(--color-primary);
}

.caret-red {
  caret-color: #ED2E2E;
}

.caret-red\/0 {
  caret-color: rgb(237 46 46 / 0);
}

.caret-red\/10 {
  caret-color: rgb(237 46 46 / 0.1);
}

.caret-red\/100 {
  caret-color: rgb(237 46 46 / 1);
}

.caret-red\/15 {
  caret-color: rgb(237 46 46 / 0.15);
}

.caret-red\/20 {
  caret-color: rgb(237 46 46 / 0.2);
}

.caret-red\/25 {
  caret-color: rgb(237 46 46 / 0.25);
}

.caret-red\/30 {
  caret-color: rgb(237 46 46 / 0.3);
}

.caret-red\/35 {
  caret-color: rgb(237 46 46 / 0.35);
}

.caret-red\/40 {
  caret-color: rgb(237 46 46 / 0.4);
}

.caret-red\/45 {
  caret-color: rgb(237 46 46 / 0.45);
}

.caret-red\/5 {
  caret-color: rgb(237 46 46 / 0.05);
}

.caret-red\/50 {
  caret-color: rgb(237 46 46 / 0.5);
}

.caret-red\/55 {
  caret-color: rgb(237 46 46 / 0.55);
}

.caret-red\/60 {
  caret-color: rgb(237 46 46 / 0.6);
}

.caret-red\/65 {
  caret-color: rgb(237 46 46 / 0.65);
}

.caret-red\/70 {
  caret-color: rgb(237 46 46 / 0.7);
}

.caret-red\/75 {
  caret-color: rgb(237 46 46 / 0.75);
}

.caret-red\/80 {
  caret-color: rgb(237 46 46 / 0.8);
}

.caret-red\/85 {
  caret-color: rgb(237 46 46 / 0.85);
}

.caret-red\/90 {
  caret-color: rgb(237 46 46 / 0.9);
}

.caret-red\/95 {
  caret-color: rgb(237 46 46 / 0.95);
}

.caret-secondary {
  caret-color: var(--color-secondary);
}

.caret-veryLightGray {
  caret-color: #fafafa;
}

.caret-veryLightGray\/0 {
  caret-color: rgb(250 250 250 / 0);
}

.caret-veryLightGray\/10 {
  caret-color: rgb(250 250 250 / 0.1);
}

.caret-veryLightGray\/100 {
  caret-color: rgb(250 250 250 / 1);
}

.caret-veryLightGray\/15 {
  caret-color: rgb(250 250 250 / 0.15);
}

.caret-veryLightGray\/20 {
  caret-color: rgb(250 250 250 / 0.2);
}

.caret-veryLightGray\/25 {
  caret-color: rgb(250 250 250 / 0.25);
}

.caret-veryLightGray\/30 {
  caret-color: rgb(250 250 250 / 0.3);
}

.caret-veryLightGray\/35 {
  caret-color: rgb(250 250 250 / 0.35);
}

.caret-veryLightGray\/40 {
  caret-color: rgb(250 250 250 / 0.4);
}

.caret-veryLightGray\/45 {
  caret-color: rgb(250 250 250 / 0.45);
}

.caret-veryLightGray\/5 {
  caret-color: rgb(250 250 250 / 0.05);
}

.caret-veryLightGray\/50 {
  caret-color: rgb(250 250 250 / 0.5);
}

.caret-veryLightGray\/55 {
  caret-color: rgb(250 250 250 / 0.55);
}

.caret-veryLightGray\/60 {
  caret-color: rgb(250 250 250 / 0.6);
}

.caret-veryLightGray\/65 {
  caret-color: rgb(250 250 250 / 0.65);
}

.caret-veryLightGray\/70 {
  caret-color: rgb(250 250 250 / 0.7);
}

.caret-veryLightGray\/75 {
  caret-color: rgb(250 250 250 / 0.75);
}

.caret-veryLightGray\/80 {
  caret-color: rgb(250 250 250 / 0.8);
}

.caret-veryLightGray\/85 {
  caret-color: rgb(250 250 250 / 0.85);
}

.caret-veryLightGray\/90 {
  caret-color: rgb(250 250 250 / 0.9);
}

.caret-veryLightGray\/95 {
  caret-color: rgb(250 250 250 / 0.95);
}

.caret-white {
  caret-color: #FFFFFF;
}

.caret-white\/0 {
  caret-color: rgb(255 255 255 / 0);
}

.caret-white\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}

.caret-white\/100 {
  caret-color: rgb(255 255 255 / 1);
}

.caret-white\/15 {
  caret-color: rgb(255 255 255 / 0.15);
}

.caret-white\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}

.caret-white\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}

.caret-white\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}

.caret-white\/35 {
  caret-color: rgb(255 255 255 / 0.35);
}

.caret-white\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}

.caret-white\/45 {
  caret-color: rgb(255 255 255 / 0.45);
}

.caret-white\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}

.caret-white\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}

.caret-white\/55 {
  caret-color: rgb(255 255 255 / 0.55);
}

.caret-white\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}

.caret-white\/65 {
  caret-color: rgb(255 255 255 / 0.65);
}

.caret-white\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}

.caret-white\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}

.caret-white\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}

.caret-white\/85 {
  caret-color: rgb(255 255 255 / 0.85);
}

.caret-white\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}

.caret-white\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}

.accent-auto {
  accent-color: auto;
}

.accent-backgroundGray {
  accent-color: #F7F7F7;
}

.accent-backgroundGray\/0 {
  accent-color: rgb(247 247 247 / 0);
}

.accent-backgroundGray\/10 {
  accent-color: rgb(247 247 247 / 0.1);
}

.accent-backgroundGray\/100 {
  accent-color: rgb(247 247 247 / 1);
}

.accent-backgroundGray\/15 {
  accent-color: rgb(247 247 247 / 0.15);
}

.accent-backgroundGray\/20 {
  accent-color: rgb(247 247 247 / 0.2);
}

.accent-backgroundGray\/25 {
  accent-color: rgb(247 247 247 / 0.25);
}

.accent-backgroundGray\/30 {
  accent-color: rgb(247 247 247 / 0.3);
}

.accent-backgroundGray\/35 {
  accent-color: rgb(247 247 247 / 0.35);
}

.accent-backgroundGray\/40 {
  accent-color: rgb(247 247 247 / 0.4);
}

.accent-backgroundGray\/45 {
  accent-color: rgb(247 247 247 / 0.45);
}

.accent-backgroundGray\/5 {
  accent-color: rgb(247 247 247 / 0.05);
}

.accent-backgroundGray\/50 {
  accent-color: rgb(247 247 247 / 0.5);
}

.accent-backgroundGray\/55 {
  accent-color: rgb(247 247 247 / 0.55);
}

.accent-backgroundGray\/60 {
  accent-color: rgb(247 247 247 / 0.6);
}

.accent-backgroundGray\/65 {
  accent-color: rgb(247 247 247 / 0.65);
}

.accent-backgroundGray\/70 {
  accent-color: rgb(247 247 247 / 0.7);
}

.accent-backgroundGray\/75 {
  accent-color: rgb(247 247 247 / 0.75);
}

.accent-backgroundGray\/80 {
  accent-color: rgb(247 247 247 / 0.8);
}

.accent-backgroundGray\/85 {
  accent-color: rgb(247 247 247 / 0.85);
}

.accent-backgroundGray\/90 {
  accent-color: rgb(247 247 247 / 0.9);
}

.accent-backgroundGray\/95 {
  accent-color: rgb(247 247 247 / 0.95);
}

.accent-black {
  accent-color: #000000;
}

.accent-black\/0 {
  accent-color: rgb(0 0 0 / 0);
}

.accent-black\/10 {
  accent-color: rgb(0 0 0 / 0.1);
}

.accent-black\/100 {
  accent-color: rgb(0 0 0 / 1);
}

.accent-black\/15 {
  accent-color: rgb(0 0 0 / 0.15);
}

.accent-black\/20 {
  accent-color: rgb(0 0 0 / 0.2);
}

.accent-black\/25 {
  accent-color: rgb(0 0 0 / 0.25);
}

.accent-black\/30 {
  accent-color: rgb(0 0 0 / 0.3);
}

.accent-black\/35 {
  accent-color: rgb(0 0 0 / 0.35);
}

.accent-black\/40 {
  accent-color: rgb(0 0 0 / 0.4);
}

.accent-black\/45 {
  accent-color: rgb(0 0 0 / 0.45);
}

.accent-black\/5 {
  accent-color: rgb(0 0 0 / 0.05);
}

.accent-black\/50 {
  accent-color: rgb(0 0 0 / 0.5);
}

.accent-black\/55 {
  accent-color: rgb(0 0 0 / 0.55);
}

.accent-black\/60 {
  accent-color: rgb(0 0 0 / 0.6);
}

.accent-black\/65 {
  accent-color: rgb(0 0 0 / 0.65);
}

.accent-black\/70 {
  accent-color: rgb(0 0 0 / 0.7);
}

.accent-black\/75 {
  accent-color: rgb(0 0 0 / 0.75);
}

.accent-black\/80 {
  accent-color: rgb(0 0 0 / 0.8);
}

.accent-black\/85 {
  accent-color: rgb(0 0 0 / 0.85);
}

.accent-black\/90 {
  accent-color: rgb(0 0 0 / 0.9);
}

.accent-black\/95 {
  accent-color: rgb(0 0 0 / 0.95);
}

.accent-blue {
  accent-color: #067FB2;
}

.accent-blue\/0 {
  accent-color: rgb(6 127 178 / 0);
}

.accent-blue\/10 {
  accent-color: rgb(6 127 178 / 0.1);
}

.accent-blue\/100 {
  accent-color: rgb(6 127 178 / 1);
}

.accent-blue\/15 {
  accent-color: rgb(6 127 178 / 0.15);
}

.accent-blue\/20 {
  accent-color: rgb(6 127 178 / 0.2);
}

.accent-blue\/25 {
  accent-color: rgb(6 127 178 / 0.25);
}

.accent-blue\/30 {
  accent-color: rgb(6 127 178 / 0.3);
}

.accent-blue\/35 {
  accent-color: rgb(6 127 178 / 0.35);
}

.accent-blue\/40 {
  accent-color: rgb(6 127 178 / 0.4);
}

.accent-blue\/45 {
  accent-color: rgb(6 127 178 / 0.45);
}

.accent-blue\/5 {
  accent-color: rgb(6 127 178 / 0.05);
}

.accent-blue\/50 {
  accent-color: rgb(6 127 178 / 0.5);
}

.accent-blue\/55 {
  accent-color: rgb(6 127 178 / 0.55);
}

.accent-blue\/60 {
  accent-color: rgb(6 127 178 / 0.6);
}

.accent-blue\/65 {
  accent-color: rgb(6 127 178 / 0.65);
}

.accent-blue\/70 {
  accent-color: rgb(6 127 178 / 0.7);
}

.accent-blue\/75 {
  accent-color: rgb(6 127 178 / 0.75);
}

.accent-blue\/80 {
  accent-color: rgb(6 127 178 / 0.8);
}

.accent-blue\/85 {
  accent-color: rgb(6 127 178 / 0.85);
}

.accent-blue\/90 {
  accent-color: rgb(6 127 178 / 0.9);
}

.accent-blue\/95 {
  accent-color: rgb(6 127 178 / 0.95);
}

.accent-dark {
  accent-color: var(--color-dark);
}

.accent-darkGray {
  accent-color: #353535;
}

.accent-darkGray\/0 {
  accent-color: rgb(53 53 53 / 0);
}

.accent-darkGray\/10 {
  accent-color: rgb(53 53 53 / 0.1);
}

.accent-darkGray\/100 {
  accent-color: rgb(53 53 53 / 1);
}

.accent-darkGray\/15 {
  accent-color: rgb(53 53 53 / 0.15);
}

.accent-darkGray\/20 {
  accent-color: rgb(53 53 53 / 0.2);
}

.accent-darkGray\/25 {
  accent-color: rgb(53 53 53 / 0.25);
}

.accent-darkGray\/30 {
  accent-color: rgb(53 53 53 / 0.3);
}

.accent-darkGray\/35 {
  accent-color: rgb(53 53 53 / 0.35);
}

.accent-darkGray\/40 {
  accent-color: rgb(53 53 53 / 0.4);
}

.accent-darkGray\/45 {
  accent-color: rgb(53 53 53 / 0.45);
}

.accent-darkGray\/5 {
  accent-color: rgb(53 53 53 / 0.05);
}

.accent-darkGray\/50 {
  accent-color: rgb(53 53 53 / 0.5);
}

.accent-darkGray\/55 {
  accent-color: rgb(53 53 53 / 0.55);
}

.accent-darkGray\/60 {
  accent-color: rgb(53 53 53 / 0.6);
}

.accent-darkGray\/65 {
  accent-color: rgb(53 53 53 / 0.65);
}

.accent-darkGray\/70 {
  accent-color: rgb(53 53 53 / 0.7);
}

.accent-darkGray\/75 {
  accent-color: rgb(53 53 53 / 0.75);
}

.accent-darkGray\/80 {
  accent-color: rgb(53 53 53 / 0.8);
}

.accent-darkGray\/85 {
  accent-color: rgb(53 53 53 / 0.85);
}

.accent-darkGray\/90 {
  accent-color: rgb(53 53 53 / 0.9);
}

.accent-darkGray\/95 {
  accent-color: rgb(53 53 53 / 0.95);
}

.accent-green {
  accent-color: #16a34a;
}

.accent-green\/0 {
  accent-color: rgb(22 163 74 / 0);
}

.accent-green\/10 {
  accent-color: rgb(22 163 74 / 0.1);
}

.accent-green\/100 {
  accent-color: rgb(22 163 74 / 1);
}

.accent-green\/15 {
  accent-color: rgb(22 163 74 / 0.15);
}

.accent-green\/20 {
  accent-color: rgb(22 163 74 / 0.2);
}

.accent-green\/25 {
  accent-color: rgb(22 163 74 / 0.25);
}

.accent-green\/30 {
  accent-color: rgb(22 163 74 / 0.3);
}

.accent-green\/35 {
  accent-color: rgb(22 163 74 / 0.35);
}

.accent-green\/40 {
  accent-color: rgb(22 163 74 / 0.4);
}

.accent-green\/45 {
  accent-color: rgb(22 163 74 / 0.45);
}

.accent-green\/5 {
  accent-color: rgb(22 163 74 / 0.05);
}

.accent-green\/50 {
  accent-color: rgb(22 163 74 / 0.5);
}

.accent-green\/55 {
  accent-color: rgb(22 163 74 / 0.55);
}

.accent-green\/60 {
  accent-color: rgb(22 163 74 / 0.6);
}

.accent-green\/65 {
  accent-color: rgb(22 163 74 / 0.65);
}

.accent-green\/70 {
  accent-color: rgb(22 163 74 / 0.7);
}

.accent-green\/75 {
  accent-color: rgb(22 163 74 / 0.75);
}

.accent-green\/80 {
  accent-color: rgb(22 163 74 / 0.8);
}

.accent-green\/85 {
  accent-color: rgb(22 163 74 / 0.85);
}

.accent-green\/90 {
  accent-color: rgb(22 163 74 / 0.9);
}

.accent-green\/95 {
  accent-color: rgb(22 163 74 / 0.95);
}

.accent-grey {
  accent-color: #9B9B9B;
}

.accent-grey\/0 {
  accent-color: rgb(155 155 155 / 0);
}

.accent-grey\/10 {
  accent-color: rgb(155 155 155 / 0.1);
}

.accent-grey\/100 {
  accent-color: rgb(155 155 155 / 1);
}

.accent-grey\/15 {
  accent-color: rgb(155 155 155 / 0.15);
}

.accent-grey\/20 {
  accent-color: rgb(155 155 155 / 0.2);
}

.accent-grey\/25 {
  accent-color: rgb(155 155 155 / 0.25);
}

.accent-grey\/30 {
  accent-color: rgb(155 155 155 / 0.3);
}

.accent-grey\/35 {
  accent-color: rgb(155 155 155 / 0.35);
}

.accent-grey\/40 {
  accent-color: rgb(155 155 155 / 0.4);
}

.accent-grey\/45 {
  accent-color: rgb(155 155 155 / 0.45);
}

.accent-grey\/5 {
  accent-color: rgb(155 155 155 / 0.05);
}

.accent-grey\/50 {
  accent-color: rgb(155 155 155 / 0.5);
}

.accent-grey\/55 {
  accent-color: rgb(155 155 155 / 0.55);
}

.accent-grey\/60 {
  accent-color: rgb(155 155 155 / 0.6);
}

.accent-grey\/65 {
  accent-color: rgb(155 155 155 / 0.65);
}

.accent-grey\/70 {
  accent-color: rgb(155 155 155 / 0.7);
}

.accent-grey\/75 {
  accent-color: rgb(155 155 155 / 0.75);
}

.accent-grey\/80 {
  accent-color: rgb(155 155 155 / 0.8);
}

.accent-grey\/85 {
  accent-color: rgb(155 155 155 / 0.85);
}

.accent-grey\/90 {
  accent-color: rgb(155 155 155 / 0.9);
}

.accent-grey\/95 {
  accent-color: rgb(155 155 155 / 0.95);
}

.accent-lightBlue {
  accent-color: #069CDC;
}

.accent-lightBlue\/0 {
  accent-color: rgb(6 156 220 / 0);
}

.accent-lightBlue\/10 {
  accent-color: rgb(6 156 220 / 0.1);
}

.accent-lightBlue\/100 {
  accent-color: rgb(6 156 220 / 1);
}

.accent-lightBlue\/15 {
  accent-color: rgb(6 156 220 / 0.15);
}

.accent-lightBlue\/20 {
  accent-color: rgb(6 156 220 / 0.2);
}

.accent-lightBlue\/25 {
  accent-color: rgb(6 156 220 / 0.25);
}

.accent-lightBlue\/30 {
  accent-color: rgb(6 156 220 / 0.3);
}

.accent-lightBlue\/35 {
  accent-color: rgb(6 156 220 / 0.35);
}

.accent-lightBlue\/40 {
  accent-color: rgb(6 156 220 / 0.4);
}

.accent-lightBlue\/45 {
  accent-color: rgb(6 156 220 / 0.45);
}

.accent-lightBlue\/5 {
  accent-color: rgb(6 156 220 / 0.05);
}

.accent-lightBlue\/50 {
  accent-color: rgb(6 156 220 / 0.5);
}

.accent-lightBlue\/55 {
  accent-color: rgb(6 156 220 / 0.55);
}

.accent-lightBlue\/60 {
  accent-color: rgb(6 156 220 / 0.6);
}

.accent-lightBlue\/65 {
  accent-color: rgb(6 156 220 / 0.65);
}

.accent-lightBlue\/70 {
  accent-color: rgb(6 156 220 / 0.7);
}

.accent-lightBlue\/75 {
  accent-color: rgb(6 156 220 / 0.75);
}

.accent-lightBlue\/80 {
  accent-color: rgb(6 156 220 / 0.8);
}

.accent-lightBlue\/85 {
  accent-color: rgb(6 156 220 / 0.85);
}

.accent-lightBlue\/90 {
  accent-color: rgb(6 156 220 / 0.9);
}

.accent-lightBlue\/95 {
  accent-color: rgb(6 156 220 / 0.95);
}

.accent-lightGray {
  accent-color: #C2C2C2;
}

.accent-lightGray\/0 {
  accent-color: rgb(194 194 194 / 0);
}

.accent-lightGray\/10 {
  accent-color: rgb(194 194 194 / 0.1);
}

.accent-lightGray\/100 {
  accent-color: rgb(194 194 194 / 1);
}

.accent-lightGray\/15 {
  accent-color: rgb(194 194 194 / 0.15);
}

.accent-lightGray\/20 {
  accent-color: rgb(194 194 194 / 0.2);
}

.accent-lightGray\/25 {
  accent-color: rgb(194 194 194 / 0.25);
}

.accent-lightGray\/30 {
  accent-color: rgb(194 194 194 / 0.3);
}

.accent-lightGray\/35 {
  accent-color: rgb(194 194 194 / 0.35);
}

.accent-lightGray\/40 {
  accent-color: rgb(194 194 194 / 0.4);
}

.accent-lightGray\/45 {
  accent-color: rgb(194 194 194 / 0.45);
}

.accent-lightGray\/5 {
  accent-color: rgb(194 194 194 / 0.05);
}

.accent-lightGray\/50 {
  accent-color: rgb(194 194 194 / 0.5);
}

.accent-lightGray\/55 {
  accent-color: rgb(194 194 194 / 0.55);
}

.accent-lightGray\/60 {
  accent-color: rgb(194 194 194 / 0.6);
}

.accent-lightGray\/65 {
  accent-color: rgb(194 194 194 / 0.65);
}

.accent-lightGray\/70 {
  accent-color: rgb(194 194 194 / 0.7);
}

.accent-lightGray\/75 {
  accent-color: rgb(194 194 194 / 0.75);
}

.accent-lightGray\/80 {
  accent-color: rgb(194 194 194 / 0.8);
}

.accent-lightGray\/85 {
  accent-color: rgb(194 194 194 / 0.85);
}

.accent-lightGray\/90 {
  accent-color: rgb(194 194 194 / 0.9);
}

.accent-lightGray\/95 {
  accent-color: rgb(194 194 194 / 0.95);
}

.accent-lightRed {
  accent-color: #FFF5F3;
}

.accent-lightRed\/0 {
  accent-color: rgb(255 245 243 / 0);
}

.accent-lightRed\/10 {
  accent-color: rgb(255 245 243 / 0.1);
}

.accent-lightRed\/100 {
  accent-color: rgb(255 245 243 / 1);
}

.accent-lightRed\/15 {
  accent-color: rgb(255 245 243 / 0.15);
}

.accent-lightRed\/20 {
  accent-color: rgb(255 245 243 / 0.2);
}

.accent-lightRed\/25 {
  accent-color: rgb(255 245 243 / 0.25);
}

.accent-lightRed\/30 {
  accent-color: rgb(255 245 243 / 0.3);
}

.accent-lightRed\/35 {
  accent-color: rgb(255 245 243 / 0.35);
}

.accent-lightRed\/40 {
  accent-color: rgb(255 245 243 / 0.4);
}

.accent-lightRed\/45 {
  accent-color: rgb(255 245 243 / 0.45);
}

.accent-lightRed\/5 {
  accent-color: rgb(255 245 243 / 0.05);
}

.accent-lightRed\/50 {
  accent-color: rgb(255 245 243 / 0.5);
}

.accent-lightRed\/55 {
  accent-color: rgb(255 245 243 / 0.55);
}

.accent-lightRed\/60 {
  accent-color: rgb(255 245 243 / 0.6);
}

.accent-lightRed\/65 {
  accent-color: rgb(255 245 243 / 0.65);
}

.accent-lightRed\/70 {
  accent-color: rgb(255 245 243 / 0.7);
}

.accent-lightRed\/75 {
  accent-color: rgb(255 245 243 / 0.75);
}

.accent-lightRed\/80 {
  accent-color: rgb(255 245 243 / 0.8);
}

.accent-lightRed\/85 {
  accent-color: rgb(255 245 243 / 0.85);
}

.accent-lightRed\/90 {
  accent-color: rgb(255 245 243 / 0.9);
}

.accent-lightRed\/95 {
  accent-color: rgb(255 245 243 / 0.95);
}

.accent-orange {
  accent-color: #F47C3C;
}

.accent-orange\/0 {
  accent-color: rgb(244 124 60 / 0);
}

.accent-orange\/10 {
  accent-color: rgb(244 124 60 / 0.1);
}

.accent-orange\/100 {
  accent-color: rgb(244 124 60 / 1);
}

.accent-orange\/15 {
  accent-color: rgb(244 124 60 / 0.15);
}

.accent-orange\/20 {
  accent-color: rgb(244 124 60 / 0.2);
}

.accent-orange\/25 {
  accent-color: rgb(244 124 60 / 0.25);
}

.accent-orange\/30 {
  accent-color: rgb(244 124 60 / 0.3);
}

.accent-orange\/35 {
  accent-color: rgb(244 124 60 / 0.35);
}

.accent-orange\/40 {
  accent-color: rgb(244 124 60 / 0.4);
}

.accent-orange\/45 {
  accent-color: rgb(244 124 60 / 0.45);
}

.accent-orange\/5 {
  accent-color: rgb(244 124 60 / 0.05);
}

.accent-orange\/50 {
  accent-color: rgb(244 124 60 / 0.5);
}

.accent-orange\/55 {
  accent-color: rgb(244 124 60 / 0.55);
}

.accent-orange\/60 {
  accent-color: rgb(244 124 60 / 0.6);
}

.accent-orange\/65 {
  accent-color: rgb(244 124 60 / 0.65);
}

.accent-orange\/70 {
  accent-color: rgb(244 124 60 / 0.7);
}

.accent-orange\/75 {
  accent-color: rgb(244 124 60 / 0.75);
}

.accent-orange\/80 {
  accent-color: rgb(244 124 60 / 0.8);
}

.accent-orange\/85 {
  accent-color: rgb(244 124 60 / 0.85);
}

.accent-orange\/90 {
  accent-color: rgb(244 124 60 / 0.9);
}

.accent-orange\/95 {
  accent-color: rgb(244 124 60 / 0.95);
}

.accent-primary {
  accent-color: var(--color-primary);
}

.accent-red {
  accent-color: #ED2E2E;
}

.accent-red\/0 {
  accent-color: rgb(237 46 46 / 0);
}

.accent-red\/10 {
  accent-color: rgb(237 46 46 / 0.1);
}

.accent-red\/100 {
  accent-color: rgb(237 46 46 / 1);
}

.accent-red\/15 {
  accent-color: rgb(237 46 46 / 0.15);
}

.accent-red\/20 {
  accent-color: rgb(237 46 46 / 0.2);
}

.accent-red\/25 {
  accent-color: rgb(237 46 46 / 0.25);
}

.accent-red\/30 {
  accent-color: rgb(237 46 46 / 0.3);
}

.accent-red\/35 {
  accent-color: rgb(237 46 46 / 0.35);
}

.accent-red\/40 {
  accent-color: rgb(237 46 46 / 0.4);
}

.accent-red\/45 {
  accent-color: rgb(237 46 46 / 0.45);
}

.accent-red\/5 {
  accent-color: rgb(237 46 46 / 0.05);
}

.accent-red\/50 {
  accent-color: rgb(237 46 46 / 0.5);
}

.accent-red\/55 {
  accent-color: rgb(237 46 46 / 0.55);
}

.accent-red\/60 {
  accent-color: rgb(237 46 46 / 0.6);
}

.accent-red\/65 {
  accent-color: rgb(237 46 46 / 0.65);
}

.accent-red\/70 {
  accent-color: rgb(237 46 46 / 0.7);
}

.accent-red\/75 {
  accent-color: rgb(237 46 46 / 0.75);
}

.accent-red\/80 {
  accent-color: rgb(237 46 46 / 0.8);
}

.accent-red\/85 {
  accent-color: rgb(237 46 46 / 0.85);
}

.accent-red\/90 {
  accent-color: rgb(237 46 46 / 0.9);
}

.accent-red\/95 {
  accent-color: rgb(237 46 46 / 0.95);
}

.accent-secondary {
  accent-color: var(--color-secondary);
}

.accent-veryLightGray {
  accent-color: #fafafa;
}

.accent-veryLightGray\/0 {
  accent-color: rgb(250 250 250 / 0);
}

.accent-veryLightGray\/10 {
  accent-color: rgb(250 250 250 / 0.1);
}

.accent-veryLightGray\/100 {
  accent-color: rgb(250 250 250 / 1);
}

.accent-veryLightGray\/15 {
  accent-color: rgb(250 250 250 / 0.15);
}

.accent-veryLightGray\/20 {
  accent-color: rgb(250 250 250 / 0.2);
}

.accent-veryLightGray\/25 {
  accent-color: rgb(250 250 250 / 0.25);
}

.accent-veryLightGray\/30 {
  accent-color: rgb(250 250 250 / 0.3);
}

.accent-veryLightGray\/35 {
  accent-color: rgb(250 250 250 / 0.35);
}

.accent-veryLightGray\/40 {
  accent-color: rgb(250 250 250 / 0.4);
}

.accent-veryLightGray\/45 {
  accent-color: rgb(250 250 250 / 0.45);
}

.accent-veryLightGray\/5 {
  accent-color: rgb(250 250 250 / 0.05);
}

.accent-veryLightGray\/50 {
  accent-color: rgb(250 250 250 / 0.5);
}

.accent-veryLightGray\/55 {
  accent-color: rgb(250 250 250 / 0.55);
}

.accent-veryLightGray\/60 {
  accent-color: rgb(250 250 250 / 0.6);
}

.accent-veryLightGray\/65 {
  accent-color: rgb(250 250 250 / 0.65);
}

.accent-veryLightGray\/70 {
  accent-color: rgb(250 250 250 / 0.7);
}

.accent-veryLightGray\/75 {
  accent-color: rgb(250 250 250 / 0.75);
}

.accent-veryLightGray\/80 {
  accent-color: rgb(250 250 250 / 0.8);
}

.accent-veryLightGray\/85 {
  accent-color: rgb(250 250 250 / 0.85);
}

.accent-veryLightGray\/90 {
  accent-color: rgb(250 250 250 / 0.9);
}

.accent-veryLightGray\/95 {
  accent-color: rgb(250 250 250 / 0.95);
}

.accent-white {
  accent-color: #FFFFFF;
}

.accent-white\/0 {
  accent-color: rgb(255 255 255 / 0);
}

.accent-white\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}

.accent-white\/100 {
  accent-color: rgb(255 255 255 / 1);
}

.accent-white\/15 {
  accent-color: rgb(255 255 255 / 0.15);
}

.accent-white\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}

.accent-white\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}

.accent-white\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}

.accent-white\/35 {
  accent-color: rgb(255 255 255 / 0.35);
}

.accent-white\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}

.accent-white\/45 {
  accent-color: rgb(255 255 255 / 0.45);
}

.accent-white\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}

.accent-white\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}

.accent-white\/55 {
  accent-color: rgb(255 255 255 / 0.55);
}

.accent-white\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}

.accent-white\/65 {
  accent-color: rgb(255 255 255 / 0.65);
}

.accent-white\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}

.accent-white\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}

.accent-white\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}

.accent-white\/85 {
  accent-color: rgb(255 255 255 / 0.85);
}

.accent-white\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}

.accent-white\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-backgroundGray {
  --tw-shadow-color: #F7F7F7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/0 {
  --tw-shadow-color: rgb(247 247 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/10 {
  --tw-shadow-color: rgb(247 247 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/100 {
  --tw-shadow-color: rgb(247 247 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/15 {
  --tw-shadow-color: rgb(247 247 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/20 {
  --tw-shadow-color: rgb(247 247 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/25 {
  --tw-shadow-color: rgb(247 247 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/30 {
  --tw-shadow-color: rgb(247 247 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/35 {
  --tw-shadow-color: rgb(247 247 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/40 {
  --tw-shadow-color: rgb(247 247 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/45 {
  --tw-shadow-color: rgb(247 247 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/5 {
  --tw-shadow-color: rgb(247 247 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/50 {
  --tw-shadow-color: rgb(247 247 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/55 {
  --tw-shadow-color: rgb(247 247 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/60 {
  --tw-shadow-color: rgb(247 247 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/65 {
  --tw-shadow-color: rgb(247 247 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/70 {
  --tw-shadow-color: rgb(247 247 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/75 {
  --tw-shadow-color: rgb(247 247 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/80 {
  --tw-shadow-color: rgb(247 247 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/85 {
  --tw-shadow-color: rgb(247 247 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/90 {
  --tw-shadow-color: rgb(247 247 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-backgroundGray\/95 {
  --tw-shadow-color: rgb(247 247 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black {
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue {
  --tw-shadow-color: #067FB2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/0 {
  --tw-shadow-color: rgb(6 127 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/10 {
  --tw-shadow-color: rgb(6 127 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/100 {
  --tw-shadow-color: rgb(6 127 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/15 {
  --tw-shadow-color: rgb(6 127 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/20 {
  --tw-shadow-color: rgb(6 127 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/25 {
  --tw-shadow-color: rgb(6 127 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/30 {
  --tw-shadow-color: rgb(6 127 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/35 {
  --tw-shadow-color: rgb(6 127 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/40 {
  --tw-shadow-color: rgb(6 127 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/45 {
  --tw-shadow-color: rgb(6 127 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/5 {
  --tw-shadow-color: rgb(6 127 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/50 {
  --tw-shadow-color: rgb(6 127 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/55 {
  --tw-shadow-color: rgb(6 127 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/60 {
  --tw-shadow-color: rgb(6 127 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/65 {
  --tw-shadow-color: rgb(6 127 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/70 {
  --tw-shadow-color: rgb(6 127 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/75 {
  --tw-shadow-color: rgb(6 127 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/80 {
  --tw-shadow-color: rgb(6 127 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/85 {
  --tw-shadow-color: rgb(6 127 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/90 {
  --tw-shadow-color: rgb(6 127 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue\/95 {
  --tw-shadow-color: rgb(6 127 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-dark {
  --tw-shadow-color: var(--color-dark);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray {
  --tw-shadow-color: #353535;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/0 {
  --tw-shadow-color: rgb(53 53 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/10 {
  --tw-shadow-color: rgb(53 53 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/100 {
  --tw-shadow-color: rgb(53 53 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/15 {
  --tw-shadow-color: rgb(53 53 53 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/20 {
  --tw-shadow-color: rgb(53 53 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/25 {
  --tw-shadow-color: rgb(53 53 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/30 {
  --tw-shadow-color: rgb(53 53 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/35 {
  --tw-shadow-color: rgb(53 53 53 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/40 {
  --tw-shadow-color: rgb(53 53 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/45 {
  --tw-shadow-color: rgb(53 53 53 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/5 {
  --tw-shadow-color: rgb(53 53 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/50 {
  --tw-shadow-color: rgb(53 53 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/55 {
  --tw-shadow-color: rgb(53 53 53 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/60 {
  --tw-shadow-color: rgb(53 53 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/65 {
  --tw-shadow-color: rgb(53 53 53 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/70 {
  --tw-shadow-color: rgb(53 53 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/75 {
  --tw-shadow-color: rgb(53 53 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/80 {
  --tw-shadow-color: rgb(53 53 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/85 {
  --tw-shadow-color: rgb(53 53 53 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/90 {
  --tw-shadow-color: rgb(53 53 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-darkGray\/95 {
  --tw-shadow-color: rgb(53 53 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/0 {
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/10 {
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/100 {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/15 {
  --tw-shadow-color: rgb(22 163 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/20 {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/25 {
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/30 {
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/35 {
  --tw-shadow-color: rgb(22 163 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/40 {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/45 {
  --tw-shadow-color: rgb(22 163 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/5 {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/50 {
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/55 {
  --tw-shadow-color: rgb(22 163 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/60 {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/65 {
  --tw-shadow-color: rgb(22 163 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/70 {
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/75 {
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/80 {
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/85 {
  --tw-shadow-color: rgb(22 163 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/90 {
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green\/95 {
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey {
  --tw-shadow-color: #9B9B9B;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/0 {
  --tw-shadow-color: rgb(155 155 155 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/10 {
  --tw-shadow-color: rgb(155 155 155 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/100 {
  --tw-shadow-color: rgb(155 155 155 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/15 {
  --tw-shadow-color: rgb(155 155 155 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/20 {
  --tw-shadow-color: rgb(155 155 155 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/25 {
  --tw-shadow-color: rgb(155 155 155 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/30 {
  --tw-shadow-color: rgb(155 155 155 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/35 {
  --tw-shadow-color: rgb(155 155 155 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/40 {
  --tw-shadow-color: rgb(155 155 155 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/45 {
  --tw-shadow-color: rgb(155 155 155 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/5 {
  --tw-shadow-color: rgb(155 155 155 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/50 {
  --tw-shadow-color: rgb(155 155 155 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/55 {
  --tw-shadow-color: rgb(155 155 155 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/60 {
  --tw-shadow-color: rgb(155 155 155 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/65 {
  --tw-shadow-color: rgb(155 155 155 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/70 {
  --tw-shadow-color: rgb(155 155 155 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/75 {
  --tw-shadow-color: rgb(155 155 155 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/80 {
  --tw-shadow-color: rgb(155 155 155 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/85 {
  --tw-shadow-color: rgb(155 155 155 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/90 {
  --tw-shadow-color: rgb(155 155 155 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey\/95 {
  --tw-shadow-color: rgb(155 155 155 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue {
  --tw-shadow-color: #069CDC;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/0 {
  --tw-shadow-color: rgb(6 156 220 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/10 {
  --tw-shadow-color: rgb(6 156 220 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/100 {
  --tw-shadow-color: rgb(6 156 220 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/15 {
  --tw-shadow-color: rgb(6 156 220 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/20 {
  --tw-shadow-color: rgb(6 156 220 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/25 {
  --tw-shadow-color: rgb(6 156 220 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/30 {
  --tw-shadow-color: rgb(6 156 220 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/35 {
  --tw-shadow-color: rgb(6 156 220 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/40 {
  --tw-shadow-color: rgb(6 156 220 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/45 {
  --tw-shadow-color: rgb(6 156 220 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/5 {
  --tw-shadow-color: rgb(6 156 220 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/50 {
  --tw-shadow-color: rgb(6 156 220 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/55 {
  --tw-shadow-color: rgb(6 156 220 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/60 {
  --tw-shadow-color: rgb(6 156 220 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/65 {
  --tw-shadow-color: rgb(6 156 220 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/70 {
  --tw-shadow-color: rgb(6 156 220 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/75 {
  --tw-shadow-color: rgb(6 156 220 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/80 {
  --tw-shadow-color: rgb(6 156 220 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/85 {
  --tw-shadow-color: rgb(6 156 220 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/90 {
  --tw-shadow-color: rgb(6 156 220 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightBlue\/95 {
  --tw-shadow-color: rgb(6 156 220 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray {
  --tw-shadow-color: #C2C2C2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/0 {
  --tw-shadow-color: rgb(194 194 194 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/10 {
  --tw-shadow-color: rgb(194 194 194 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/100 {
  --tw-shadow-color: rgb(194 194 194 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/15 {
  --tw-shadow-color: rgb(194 194 194 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/20 {
  --tw-shadow-color: rgb(194 194 194 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/25 {
  --tw-shadow-color: rgb(194 194 194 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/30 {
  --tw-shadow-color: rgb(194 194 194 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/35 {
  --tw-shadow-color: rgb(194 194 194 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/40 {
  --tw-shadow-color: rgb(194 194 194 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/45 {
  --tw-shadow-color: rgb(194 194 194 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/5 {
  --tw-shadow-color: rgb(194 194 194 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/50 {
  --tw-shadow-color: rgb(194 194 194 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/55 {
  --tw-shadow-color: rgb(194 194 194 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/60 {
  --tw-shadow-color: rgb(194 194 194 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/65 {
  --tw-shadow-color: rgb(194 194 194 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/70 {
  --tw-shadow-color: rgb(194 194 194 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/75 {
  --tw-shadow-color: rgb(194 194 194 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/80 {
  --tw-shadow-color: rgb(194 194 194 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/85 {
  --tw-shadow-color: rgb(194 194 194 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/90 {
  --tw-shadow-color: rgb(194 194 194 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightGray\/95 {
  --tw-shadow-color: rgb(194 194 194 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed {
  --tw-shadow-color: #FFF5F3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/0 {
  --tw-shadow-color: rgb(255 245 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/10 {
  --tw-shadow-color: rgb(255 245 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/100 {
  --tw-shadow-color: rgb(255 245 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/15 {
  --tw-shadow-color: rgb(255 245 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/20 {
  --tw-shadow-color: rgb(255 245 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/25 {
  --tw-shadow-color: rgb(255 245 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/30 {
  --tw-shadow-color: rgb(255 245 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/35 {
  --tw-shadow-color: rgb(255 245 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/40 {
  --tw-shadow-color: rgb(255 245 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/45 {
  --tw-shadow-color: rgb(255 245 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/5 {
  --tw-shadow-color: rgb(255 245 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/50 {
  --tw-shadow-color: rgb(255 245 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/55 {
  --tw-shadow-color: rgb(255 245 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/60 {
  --tw-shadow-color: rgb(255 245 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/65 {
  --tw-shadow-color: rgb(255 245 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/70 {
  --tw-shadow-color: rgb(255 245 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/75 {
  --tw-shadow-color: rgb(255 245 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/80 {
  --tw-shadow-color: rgb(255 245 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/85 {
  --tw-shadow-color: rgb(255 245 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/90 {
  --tw-shadow-color: rgb(255 245 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lightRed\/95 {
  --tw-shadow-color: rgb(255 245 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange {
  --tw-shadow-color: #F47C3C;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/0 {
  --tw-shadow-color: rgb(244 124 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/10 {
  --tw-shadow-color: rgb(244 124 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/100 {
  --tw-shadow-color: rgb(244 124 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/15 {
  --tw-shadow-color: rgb(244 124 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/20 {
  --tw-shadow-color: rgb(244 124 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/25 {
  --tw-shadow-color: rgb(244 124 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/30 {
  --tw-shadow-color: rgb(244 124 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/35 {
  --tw-shadow-color: rgb(244 124 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/40 {
  --tw-shadow-color: rgb(244 124 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/45 {
  --tw-shadow-color: rgb(244 124 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/5 {
  --tw-shadow-color: rgb(244 124 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/50 {
  --tw-shadow-color: rgb(244 124 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/55 {
  --tw-shadow-color: rgb(244 124 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/60 {
  --tw-shadow-color: rgb(244 124 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/65 {
  --tw-shadow-color: rgb(244 124 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/70 {
  --tw-shadow-color: rgb(244 124 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/75 {
  --tw-shadow-color: rgb(244 124 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/80 {
  --tw-shadow-color: rgb(244 124 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/85 {
  --tw-shadow-color: rgb(244 124 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/90 {
  --tw-shadow-color: rgb(244 124 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange\/95 {
  --tw-shadow-color: rgb(244 124 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary {
  --tw-shadow-color: var(--color-primary);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red {
  --tw-shadow-color: #ED2E2E;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/0 {
  --tw-shadow-color: rgb(237 46 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/10 {
  --tw-shadow-color: rgb(237 46 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/100 {
  --tw-shadow-color: rgb(237 46 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/15 {
  --tw-shadow-color: rgb(237 46 46 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/20 {
  --tw-shadow-color: rgb(237 46 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/25 {
  --tw-shadow-color: rgb(237 46 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/30 {
  --tw-shadow-color: rgb(237 46 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/35 {
  --tw-shadow-color: rgb(237 46 46 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/40 {
  --tw-shadow-color: rgb(237 46 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/45 {
  --tw-shadow-color: rgb(237 46 46 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/5 {
  --tw-shadow-color: rgb(237 46 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/50 {
  --tw-shadow-color: rgb(237 46 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/55 {
  --tw-shadow-color: rgb(237 46 46 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/60 {
  --tw-shadow-color: rgb(237 46 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/65 {
  --tw-shadow-color: rgb(237 46 46 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/70 {
  --tw-shadow-color: rgb(237 46 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/75 {
  --tw-shadow-color: rgb(237 46 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/80 {
  --tw-shadow-color: rgb(237 46 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/85 {
  --tw-shadow-color: rgb(237 46 46 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/90 {
  --tw-shadow-color: rgb(237 46 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red\/95 {
  --tw-shadow-color: rgb(237 46 46 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-secondary {
  --tw-shadow-color: var(--color-secondary);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-veryLightGray\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.outline-0 {
  outline-width: 0px;
}

.outline-1 {
  outline-width: 1px;
}

.outline-2 {
  outline-width: 2px;
}

.outline-4 {
  outline-width: 4px;
}

.outline-8 {
  outline-width: 8px;
}

.-outline-offset-0 {
  outline-offset: -0px;
}

.-outline-offset-1 {
  outline-offset: -1px;
}

.-outline-offset-2 {
  outline-offset: -2px;
}

.-outline-offset-4 {
  outline-offset: -4px;
}

.-outline-offset-8 {
  outline-offset: -8px;
}

.outline-offset-0 {
  outline-offset: 0px;
}

.outline-offset-1 {
  outline-offset: 1px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-offset-4 {
  outline-offset: 4px;
}

.outline-offset-8 {
  outline-offset: 8px;
}

.outline-backgroundGray {
  outline-color: #F7F7F7;
}

.outline-backgroundGray\/0 {
  outline-color: rgb(247 247 247 / 0);
}

.outline-backgroundGray\/10 {
  outline-color: rgb(247 247 247 / 0.1);
}

.outline-backgroundGray\/100 {
  outline-color: rgb(247 247 247 / 1);
}

.outline-backgroundGray\/15 {
  outline-color: rgb(247 247 247 / 0.15);
}

.outline-backgroundGray\/20 {
  outline-color: rgb(247 247 247 / 0.2);
}

.outline-backgroundGray\/25 {
  outline-color: rgb(247 247 247 / 0.25);
}

.outline-backgroundGray\/30 {
  outline-color: rgb(247 247 247 / 0.3);
}

.outline-backgroundGray\/35 {
  outline-color: rgb(247 247 247 / 0.35);
}

.outline-backgroundGray\/40 {
  outline-color: rgb(247 247 247 / 0.4);
}

.outline-backgroundGray\/45 {
  outline-color: rgb(247 247 247 / 0.45);
}

.outline-backgroundGray\/5 {
  outline-color: rgb(247 247 247 / 0.05);
}

.outline-backgroundGray\/50 {
  outline-color: rgb(247 247 247 / 0.5);
}

.outline-backgroundGray\/55 {
  outline-color: rgb(247 247 247 / 0.55);
}

.outline-backgroundGray\/60 {
  outline-color: rgb(247 247 247 / 0.6);
}

.outline-backgroundGray\/65 {
  outline-color: rgb(247 247 247 / 0.65);
}

.outline-backgroundGray\/70 {
  outline-color: rgb(247 247 247 / 0.7);
}

.outline-backgroundGray\/75 {
  outline-color: rgb(247 247 247 / 0.75);
}

.outline-backgroundGray\/80 {
  outline-color: rgb(247 247 247 / 0.8);
}

.outline-backgroundGray\/85 {
  outline-color: rgb(247 247 247 / 0.85);
}

.outline-backgroundGray\/90 {
  outline-color: rgb(247 247 247 / 0.9);
}

.outline-backgroundGray\/95 {
  outline-color: rgb(247 247 247 / 0.95);
}

.outline-black {
  outline-color: #000000;
}

.outline-black\/0 {
  outline-color: rgb(0 0 0 / 0);
}

.outline-black\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}

.outline-black\/100 {
  outline-color: rgb(0 0 0 / 1);
}

.outline-black\/15 {
  outline-color: rgb(0 0 0 / 0.15);
}

.outline-black\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}

.outline-black\/25 {
  outline-color: rgb(0 0 0 / 0.25);
}

.outline-black\/30 {
  outline-color: rgb(0 0 0 / 0.3);
}

.outline-black\/35 {
  outline-color: rgb(0 0 0 / 0.35);
}

.outline-black\/40 {
  outline-color: rgb(0 0 0 / 0.4);
}

.outline-black\/45 {
  outline-color: rgb(0 0 0 / 0.45);
}

.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}

.outline-black\/50 {
  outline-color: rgb(0 0 0 / 0.5);
}

.outline-black\/55 {
  outline-color: rgb(0 0 0 / 0.55);
}

.outline-black\/60 {
  outline-color: rgb(0 0 0 / 0.6);
}

.outline-black\/65 {
  outline-color: rgb(0 0 0 / 0.65);
}

.outline-black\/70 {
  outline-color: rgb(0 0 0 / 0.7);
}

.outline-black\/75 {
  outline-color: rgb(0 0 0 / 0.75);
}

.outline-black\/80 {
  outline-color: rgb(0 0 0 / 0.8);
}

.outline-black\/85 {
  outline-color: rgb(0 0 0 / 0.85);
}

.outline-black\/90 {
  outline-color: rgb(0 0 0 / 0.9);
}

.outline-black\/95 {
  outline-color: rgb(0 0 0 / 0.95);
}

.outline-blue {
  outline-color: #067FB2;
}

.outline-blue\/0 {
  outline-color: rgb(6 127 178 / 0);
}

.outline-blue\/10 {
  outline-color: rgb(6 127 178 / 0.1);
}

.outline-blue\/100 {
  outline-color: rgb(6 127 178 / 1);
}

.outline-blue\/15 {
  outline-color: rgb(6 127 178 / 0.15);
}

.outline-blue\/20 {
  outline-color: rgb(6 127 178 / 0.2);
}

.outline-blue\/25 {
  outline-color: rgb(6 127 178 / 0.25);
}

.outline-blue\/30 {
  outline-color: rgb(6 127 178 / 0.3);
}

.outline-blue\/35 {
  outline-color: rgb(6 127 178 / 0.35);
}

.outline-blue\/40 {
  outline-color: rgb(6 127 178 / 0.4);
}

.outline-blue\/45 {
  outline-color: rgb(6 127 178 / 0.45);
}

.outline-blue\/5 {
  outline-color: rgb(6 127 178 / 0.05);
}

.outline-blue\/50 {
  outline-color: rgb(6 127 178 / 0.5);
}

.outline-blue\/55 {
  outline-color: rgb(6 127 178 / 0.55);
}

.outline-blue\/60 {
  outline-color: rgb(6 127 178 / 0.6);
}

.outline-blue\/65 {
  outline-color: rgb(6 127 178 / 0.65);
}

.outline-blue\/70 {
  outline-color: rgb(6 127 178 / 0.7);
}

.outline-blue\/75 {
  outline-color: rgb(6 127 178 / 0.75);
}

.outline-blue\/80 {
  outline-color: rgb(6 127 178 / 0.8);
}

.outline-blue\/85 {
  outline-color: rgb(6 127 178 / 0.85);
}

.outline-blue\/90 {
  outline-color: rgb(6 127 178 / 0.9);
}

.outline-blue\/95 {
  outline-color: rgb(6 127 178 / 0.95);
}

.outline-dark {
  outline-color: var(--color-dark);
}

.outline-darkGray {
  outline-color: #353535;
}

.outline-darkGray\/0 {
  outline-color: rgb(53 53 53 / 0);
}

.outline-darkGray\/10 {
  outline-color: rgb(53 53 53 / 0.1);
}

.outline-darkGray\/100 {
  outline-color: rgb(53 53 53 / 1);
}

.outline-darkGray\/15 {
  outline-color: rgb(53 53 53 / 0.15);
}

.outline-darkGray\/20 {
  outline-color: rgb(53 53 53 / 0.2);
}

.outline-darkGray\/25 {
  outline-color: rgb(53 53 53 / 0.25);
}

.outline-darkGray\/30 {
  outline-color: rgb(53 53 53 / 0.3);
}

.outline-darkGray\/35 {
  outline-color: rgb(53 53 53 / 0.35);
}

.outline-darkGray\/40 {
  outline-color: rgb(53 53 53 / 0.4);
}

.outline-darkGray\/45 {
  outline-color: rgb(53 53 53 / 0.45);
}

.outline-darkGray\/5 {
  outline-color: rgb(53 53 53 / 0.05);
}

.outline-darkGray\/50 {
  outline-color: rgb(53 53 53 / 0.5);
}

.outline-darkGray\/55 {
  outline-color: rgb(53 53 53 / 0.55);
}

.outline-darkGray\/60 {
  outline-color: rgb(53 53 53 / 0.6);
}

.outline-darkGray\/65 {
  outline-color: rgb(53 53 53 / 0.65);
}

.outline-darkGray\/70 {
  outline-color: rgb(53 53 53 / 0.7);
}

.outline-darkGray\/75 {
  outline-color: rgb(53 53 53 / 0.75);
}

.outline-darkGray\/80 {
  outline-color: rgb(53 53 53 / 0.8);
}

.outline-darkGray\/85 {
  outline-color: rgb(53 53 53 / 0.85);
}

.outline-darkGray\/90 {
  outline-color: rgb(53 53 53 / 0.9);
}

.outline-darkGray\/95 {
  outline-color: rgb(53 53 53 / 0.95);
}

.outline-green {
  outline-color: #16a34a;
}

.outline-green\/0 {
  outline-color: rgb(22 163 74 / 0);
}

.outline-green\/10 {
  outline-color: rgb(22 163 74 / 0.1);
}

.outline-green\/100 {
  outline-color: rgb(22 163 74 / 1);
}

.outline-green\/15 {
  outline-color: rgb(22 163 74 / 0.15);
}

.outline-green\/20 {
  outline-color: rgb(22 163 74 / 0.2);
}

.outline-green\/25 {
  outline-color: rgb(22 163 74 / 0.25);
}

.outline-green\/30 {
  outline-color: rgb(22 163 74 / 0.3);
}

.outline-green\/35 {
  outline-color: rgb(22 163 74 / 0.35);
}

.outline-green\/40 {
  outline-color: rgb(22 163 74 / 0.4);
}

.outline-green\/45 {
  outline-color: rgb(22 163 74 / 0.45);
}

.outline-green\/5 {
  outline-color: rgb(22 163 74 / 0.05);
}

.outline-green\/50 {
  outline-color: rgb(22 163 74 / 0.5);
}

.outline-green\/55 {
  outline-color: rgb(22 163 74 / 0.55);
}

.outline-green\/60 {
  outline-color: rgb(22 163 74 / 0.6);
}

.outline-green\/65 {
  outline-color: rgb(22 163 74 / 0.65);
}

.outline-green\/70 {
  outline-color: rgb(22 163 74 / 0.7);
}

.outline-green\/75 {
  outline-color: rgb(22 163 74 / 0.75);
}

.outline-green\/80 {
  outline-color: rgb(22 163 74 / 0.8);
}

.outline-green\/85 {
  outline-color: rgb(22 163 74 / 0.85);
}

.outline-green\/90 {
  outline-color: rgb(22 163 74 / 0.9);
}

.outline-green\/95 {
  outline-color: rgb(22 163 74 / 0.95);
}

.outline-grey {
  outline-color: #9B9B9B;
}

.outline-grey\/0 {
  outline-color: rgb(155 155 155 / 0);
}

.outline-grey\/10 {
  outline-color: rgb(155 155 155 / 0.1);
}

.outline-grey\/100 {
  outline-color: rgb(155 155 155 / 1);
}

.outline-grey\/15 {
  outline-color: rgb(155 155 155 / 0.15);
}

.outline-grey\/20 {
  outline-color: rgb(155 155 155 / 0.2);
}

.outline-grey\/25 {
  outline-color: rgb(155 155 155 / 0.25);
}

.outline-grey\/30 {
  outline-color: rgb(155 155 155 / 0.3);
}

.outline-grey\/35 {
  outline-color: rgb(155 155 155 / 0.35);
}

.outline-grey\/40 {
  outline-color: rgb(155 155 155 / 0.4);
}

.outline-grey\/45 {
  outline-color: rgb(155 155 155 / 0.45);
}

.outline-grey\/5 {
  outline-color: rgb(155 155 155 / 0.05);
}

.outline-grey\/50 {
  outline-color: rgb(155 155 155 / 0.5);
}

.outline-grey\/55 {
  outline-color: rgb(155 155 155 / 0.55);
}

.outline-grey\/60 {
  outline-color: rgb(155 155 155 / 0.6);
}

.outline-grey\/65 {
  outline-color: rgb(155 155 155 / 0.65);
}

.outline-grey\/70 {
  outline-color: rgb(155 155 155 / 0.7);
}

.outline-grey\/75 {
  outline-color: rgb(155 155 155 / 0.75);
}

.outline-grey\/80 {
  outline-color: rgb(155 155 155 / 0.8);
}

.outline-grey\/85 {
  outline-color: rgb(155 155 155 / 0.85);
}

.outline-grey\/90 {
  outline-color: rgb(155 155 155 / 0.9);
}

.outline-grey\/95 {
  outline-color: rgb(155 155 155 / 0.95);
}

.outline-lightBlue {
  outline-color: #069CDC;
}

.outline-lightBlue\/0 {
  outline-color: rgb(6 156 220 / 0);
}

.outline-lightBlue\/10 {
  outline-color: rgb(6 156 220 / 0.1);
}

.outline-lightBlue\/100 {
  outline-color: rgb(6 156 220 / 1);
}

.outline-lightBlue\/15 {
  outline-color: rgb(6 156 220 / 0.15);
}

.outline-lightBlue\/20 {
  outline-color: rgb(6 156 220 / 0.2);
}

.outline-lightBlue\/25 {
  outline-color: rgb(6 156 220 / 0.25);
}

.outline-lightBlue\/30 {
  outline-color: rgb(6 156 220 / 0.3);
}

.outline-lightBlue\/35 {
  outline-color: rgb(6 156 220 / 0.35);
}

.outline-lightBlue\/40 {
  outline-color: rgb(6 156 220 / 0.4);
}

.outline-lightBlue\/45 {
  outline-color: rgb(6 156 220 / 0.45);
}

.outline-lightBlue\/5 {
  outline-color: rgb(6 156 220 / 0.05);
}

.outline-lightBlue\/50 {
  outline-color: rgb(6 156 220 / 0.5);
}

.outline-lightBlue\/55 {
  outline-color: rgb(6 156 220 / 0.55);
}

.outline-lightBlue\/60 {
  outline-color: rgb(6 156 220 / 0.6);
}

.outline-lightBlue\/65 {
  outline-color: rgb(6 156 220 / 0.65);
}

.outline-lightBlue\/70 {
  outline-color: rgb(6 156 220 / 0.7);
}

.outline-lightBlue\/75 {
  outline-color: rgb(6 156 220 / 0.75);
}

.outline-lightBlue\/80 {
  outline-color: rgb(6 156 220 / 0.8);
}

.outline-lightBlue\/85 {
  outline-color: rgb(6 156 220 / 0.85);
}

.outline-lightBlue\/90 {
  outline-color: rgb(6 156 220 / 0.9);
}

.outline-lightBlue\/95 {
  outline-color: rgb(6 156 220 / 0.95);
}

.outline-lightGray {
  outline-color: #C2C2C2;
}

.outline-lightGray\/0 {
  outline-color: rgb(194 194 194 / 0);
}

.outline-lightGray\/10 {
  outline-color: rgb(194 194 194 / 0.1);
}

.outline-lightGray\/100 {
  outline-color: rgb(194 194 194 / 1);
}

.outline-lightGray\/15 {
  outline-color: rgb(194 194 194 / 0.15);
}

.outline-lightGray\/20 {
  outline-color: rgb(194 194 194 / 0.2);
}

.outline-lightGray\/25 {
  outline-color: rgb(194 194 194 / 0.25);
}

.outline-lightGray\/30 {
  outline-color: rgb(194 194 194 / 0.3);
}

.outline-lightGray\/35 {
  outline-color: rgb(194 194 194 / 0.35);
}

.outline-lightGray\/40 {
  outline-color: rgb(194 194 194 / 0.4);
}

.outline-lightGray\/45 {
  outline-color: rgb(194 194 194 / 0.45);
}

.outline-lightGray\/5 {
  outline-color: rgb(194 194 194 / 0.05);
}

.outline-lightGray\/50 {
  outline-color: rgb(194 194 194 / 0.5);
}

.outline-lightGray\/55 {
  outline-color: rgb(194 194 194 / 0.55);
}

.outline-lightGray\/60 {
  outline-color: rgb(194 194 194 / 0.6);
}

.outline-lightGray\/65 {
  outline-color: rgb(194 194 194 / 0.65);
}

.outline-lightGray\/70 {
  outline-color: rgb(194 194 194 / 0.7);
}

.outline-lightGray\/75 {
  outline-color: rgb(194 194 194 / 0.75);
}

.outline-lightGray\/80 {
  outline-color: rgb(194 194 194 / 0.8);
}

.outline-lightGray\/85 {
  outline-color: rgb(194 194 194 / 0.85);
}

.outline-lightGray\/90 {
  outline-color: rgb(194 194 194 / 0.9);
}

.outline-lightGray\/95 {
  outline-color: rgb(194 194 194 / 0.95);
}

.outline-lightRed {
  outline-color: #FFF5F3;
}

.outline-lightRed\/0 {
  outline-color: rgb(255 245 243 / 0);
}

.outline-lightRed\/10 {
  outline-color: rgb(255 245 243 / 0.1);
}

.outline-lightRed\/100 {
  outline-color: rgb(255 245 243 / 1);
}

.outline-lightRed\/15 {
  outline-color: rgb(255 245 243 / 0.15);
}

.outline-lightRed\/20 {
  outline-color: rgb(255 245 243 / 0.2);
}

.outline-lightRed\/25 {
  outline-color: rgb(255 245 243 / 0.25);
}

.outline-lightRed\/30 {
  outline-color: rgb(255 245 243 / 0.3);
}

.outline-lightRed\/35 {
  outline-color: rgb(255 245 243 / 0.35);
}

.outline-lightRed\/40 {
  outline-color: rgb(255 245 243 / 0.4);
}

.outline-lightRed\/45 {
  outline-color: rgb(255 245 243 / 0.45);
}

.outline-lightRed\/5 {
  outline-color: rgb(255 245 243 / 0.05);
}

.outline-lightRed\/50 {
  outline-color: rgb(255 245 243 / 0.5);
}

.outline-lightRed\/55 {
  outline-color: rgb(255 245 243 / 0.55);
}

.outline-lightRed\/60 {
  outline-color: rgb(255 245 243 / 0.6);
}

.outline-lightRed\/65 {
  outline-color: rgb(255 245 243 / 0.65);
}

.outline-lightRed\/70 {
  outline-color: rgb(255 245 243 / 0.7);
}

.outline-lightRed\/75 {
  outline-color: rgb(255 245 243 / 0.75);
}

.outline-lightRed\/80 {
  outline-color: rgb(255 245 243 / 0.8);
}

.outline-lightRed\/85 {
  outline-color: rgb(255 245 243 / 0.85);
}

.outline-lightRed\/90 {
  outline-color: rgb(255 245 243 / 0.9);
}

.outline-lightRed\/95 {
  outline-color: rgb(255 245 243 / 0.95);
}

.outline-orange {
  outline-color: #F47C3C;
}

.outline-orange\/0 {
  outline-color: rgb(244 124 60 / 0);
}

.outline-orange\/10 {
  outline-color: rgb(244 124 60 / 0.1);
}

.outline-orange\/100 {
  outline-color: rgb(244 124 60 / 1);
}

.outline-orange\/15 {
  outline-color: rgb(244 124 60 / 0.15);
}

.outline-orange\/20 {
  outline-color: rgb(244 124 60 / 0.2);
}

.outline-orange\/25 {
  outline-color: rgb(244 124 60 / 0.25);
}

.outline-orange\/30 {
  outline-color: rgb(244 124 60 / 0.3);
}

.outline-orange\/35 {
  outline-color: rgb(244 124 60 / 0.35);
}

.outline-orange\/40 {
  outline-color: rgb(244 124 60 / 0.4);
}

.outline-orange\/45 {
  outline-color: rgb(244 124 60 / 0.45);
}

.outline-orange\/5 {
  outline-color: rgb(244 124 60 / 0.05);
}

.outline-orange\/50 {
  outline-color: rgb(244 124 60 / 0.5);
}

.outline-orange\/55 {
  outline-color: rgb(244 124 60 / 0.55);
}

.outline-orange\/60 {
  outline-color: rgb(244 124 60 / 0.6);
}

.outline-orange\/65 {
  outline-color: rgb(244 124 60 / 0.65);
}

.outline-orange\/70 {
  outline-color: rgb(244 124 60 / 0.7);
}

.outline-orange\/75 {
  outline-color: rgb(244 124 60 / 0.75);
}

.outline-orange\/80 {
  outline-color: rgb(244 124 60 / 0.8);
}

.outline-orange\/85 {
  outline-color: rgb(244 124 60 / 0.85);
}

.outline-orange\/90 {
  outline-color: rgb(244 124 60 / 0.9);
}

.outline-orange\/95 {
  outline-color: rgb(244 124 60 / 0.95);
}

.outline-primary {
  outline-color: var(--color-primary);
}

.outline-red {
  outline-color: #ED2E2E;
}

.outline-red\/0 {
  outline-color: rgb(237 46 46 / 0);
}

.outline-red\/10 {
  outline-color: rgb(237 46 46 / 0.1);
}

.outline-red\/100 {
  outline-color: rgb(237 46 46 / 1);
}

.outline-red\/15 {
  outline-color: rgb(237 46 46 / 0.15);
}

.outline-red\/20 {
  outline-color: rgb(237 46 46 / 0.2);
}

.outline-red\/25 {
  outline-color: rgb(237 46 46 / 0.25);
}

.outline-red\/30 {
  outline-color: rgb(237 46 46 / 0.3);
}

.outline-red\/35 {
  outline-color: rgb(237 46 46 / 0.35);
}

.outline-red\/40 {
  outline-color: rgb(237 46 46 / 0.4);
}

.outline-red\/45 {
  outline-color: rgb(237 46 46 / 0.45);
}

.outline-red\/5 {
  outline-color: rgb(237 46 46 / 0.05);
}

.outline-red\/50 {
  outline-color: rgb(237 46 46 / 0.5);
}

.outline-red\/55 {
  outline-color: rgb(237 46 46 / 0.55);
}

.outline-red\/60 {
  outline-color: rgb(237 46 46 / 0.6);
}

.outline-red\/65 {
  outline-color: rgb(237 46 46 / 0.65);
}

.outline-red\/70 {
  outline-color: rgb(237 46 46 / 0.7);
}

.outline-red\/75 {
  outline-color: rgb(237 46 46 / 0.75);
}

.outline-red\/80 {
  outline-color: rgb(237 46 46 / 0.8);
}

.outline-red\/85 {
  outline-color: rgb(237 46 46 / 0.85);
}

.outline-red\/90 {
  outline-color: rgb(237 46 46 / 0.9);
}

.outline-red\/95 {
  outline-color: rgb(237 46 46 / 0.95);
}

.outline-secondary {
  outline-color: var(--color-secondary);
}

.outline-veryLightGray {
  outline-color: #fafafa;
}

.outline-veryLightGray\/0 {
  outline-color: rgb(250 250 250 / 0);
}

.outline-veryLightGray\/10 {
  outline-color: rgb(250 250 250 / 0.1);
}

.outline-veryLightGray\/100 {
  outline-color: rgb(250 250 250 / 1);
}

.outline-veryLightGray\/15 {
  outline-color: rgb(250 250 250 / 0.15);
}

.outline-veryLightGray\/20 {
  outline-color: rgb(250 250 250 / 0.2);
}

.outline-veryLightGray\/25 {
  outline-color: rgb(250 250 250 / 0.25);
}

.outline-veryLightGray\/30 {
  outline-color: rgb(250 250 250 / 0.3);
}

.outline-veryLightGray\/35 {
  outline-color: rgb(250 250 250 / 0.35);
}

.outline-veryLightGray\/40 {
  outline-color: rgb(250 250 250 / 0.4);
}

.outline-veryLightGray\/45 {
  outline-color: rgb(250 250 250 / 0.45);
}

.outline-veryLightGray\/5 {
  outline-color: rgb(250 250 250 / 0.05);
}

.outline-veryLightGray\/50 {
  outline-color: rgb(250 250 250 / 0.5);
}

.outline-veryLightGray\/55 {
  outline-color: rgb(250 250 250 / 0.55);
}

.outline-veryLightGray\/60 {
  outline-color: rgb(250 250 250 / 0.6);
}

.outline-veryLightGray\/65 {
  outline-color: rgb(250 250 250 / 0.65);
}

.outline-veryLightGray\/70 {
  outline-color: rgb(250 250 250 / 0.7);
}

.outline-veryLightGray\/75 {
  outline-color: rgb(250 250 250 / 0.75);
}

.outline-veryLightGray\/80 {
  outline-color: rgb(250 250 250 / 0.8);
}

.outline-veryLightGray\/85 {
  outline-color: rgb(250 250 250 / 0.85);
}

.outline-veryLightGray\/90 {
  outline-color: rgb(250 250 250 / 0.9);
}

.outline-veryLightGray\/95 {
  outline-color: rgb(250 250 250 / 0.95);
}

.outline-white {
  outline-color: #FFFFFF;
}

.outline-white\/0 {
  outline-color: rgb(255 255 255 / 0);
}

.outline-white\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}

.outline-white\/100 {
  outline-color: rgb(255 255 255 / 1);
}

.outline-white\/15 {
  outline-color: rgb(255 255 255 / 0.15);
}

.outline-white\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}

.outline-white\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}

.outline-white\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}

.outline-white\/35 {
  outline-color: rgb(255 255 255 / 0.35);
}

.outline-white\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}

.outline-white\/45 {
  outline-color: rgb(255 255 255 / 0.45);
}

.outline-white\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}

.outline-white\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}

.outline-white\/55 {
  outline-color: rgb(255 255 255 / 0.55);
}

.outline-white\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}

.outline-white\/65 {
  outline-color: rgb(255 255 255 / 0.65);
}

.outline-white\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}

.outline-white\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}

.outline-white\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}

.outline-white\/85 {
  outline-color: rgb(255 255 255 / 0.85);
}

.outline-white\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}

.outline-white\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-backgroundGray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 247 247 / var(--tw-ring-opacity, 1));
}

.ring-backgroundGray\/0 {
  --tw-ring-color: rgb(247 247 247 / 0);
}

.ring-backgroundGray\/10 {
  --tw-ring-color: rgb(247 247 247 / 0.1);
}

.ring-backgroundGray\/100 {
  --tw-ring-color: rgb(247 247 247 / 1);
}

.ring-backgroundGray\/15 {
  --tw-ring-color: rgb(247 247 247 / 0.15);
}

.ring-backgroundGray\/20 {
  --tw-ring-color: rgb(247 247 247 / 0.2);
}

.ring-backgroundGray\/25 {
  --tw-ring-color: rgb(247 247 247 / 0.25);
}

.ring-backgroundGray\/30 {
  --tw-ring-color: rgb(247 247 247 / 0.3);
}

.ring-backgroundGray\/35 {
  --tw-ring-color: rgb(247 247 247 / 0.35);
}

.ring-backgroundGray\/40 {
  --tw-ring-color: rgb(247 247 247 / 0.4);
}

.ring-backgroundGray\/45 {
  --tw-ring-color: rgb(247 247 247 / 0.45);
}

.ring-backgroundGray\/5 {
  --tw-ring-color: rgb(247 247 247 / 0.05);
}

.ring-backgroundGray\/50 {
  --tw-ring-color: rgb(247 247 247 / 0.5);
}

.ring-backgroundGray\/55 {
  --tw-ring-color: rgb(247 247 247 / 0.55);
}

.ring-backgroundGray\/60 {
  --tw-ring-color: rgb(247 247 247 / 0.6);
}

.ring-backgroundGray\/65 {
  --tw-ring-color: rgb(247 247 247 / 0.65);
}

.ring-backgroundGray\/70 {
  --tw-ring-color: rgb(247 247 247 / 0.7);
}

.ring-backgroundGray\/75 {
  --tw-ring-color: rgb(247 247 247 / 0.75);
}

.ring-backgroundGray\/80 {
  --tw-ring-color: rgb(247 247 247 / 0.8);
}

.ring-backgroundGray\/85 {
  --tw-ring-color: rgb(247 247 247 / 0.85);
}

.ring-backgroundGray\/90 {
  --tw-ring-color: rgb(247 247 247 / 0.9);
}

.ring-backgroundGray\/95 {
  --tw-ring-color: rgb(247 247 247 / 0.95);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.ring-black\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-black\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-black\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-black\/15 {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.ring-black\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-black\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-black\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-black\/35 {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.ring-black\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-black\/45 {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-black\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-black\/55 {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.ring-black\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-black\/65 {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.ring-black\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-black\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-black\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-black\/85 {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.ring-black\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-black\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 127 178 / var(--tw-ring-opacity, 1));
}

.ring-blue\/0 {
  --tw-ring-color: rgb(6 127 178 / 0);
}

.ring-blue\/10 {
  --tw-ring-color: rgb(6 127 178 / 0.1);
}

.ring-blue\/100 {
  --tw-ring-color: rgb(6 127 178 / 1);
}

.ring-blue\/15 {
  --tw-ring-color: rgb(6 127 178 / 0.15);
}

.ring-blue\/20 {
  --tw-ring-color: rgb(6 127 178 / 0.2);
}

.ring-blue\/25 {
  --tw-ring-color: rgb(6 127 178 / 0.25);
}

.ring-blue\/30 {
  --tw-ring-color: rgb(6 127 178 / 0.3);
}

.ring-blue\/35 {
  --tw-ring-color: rgb(6 127 178 / 0.35);
}

.ring-blue\/40 {
  --tw-ring-color: rgb(6 127 178 / 0.4);
}

.ring-blue\/45 {
  --tw-ring-color: rgb(6 127 178 / 0.45);
}

.ring-blue\/5 {
  --tw-ring-color: rgb(6 127 178 / 0.05);
}

.ring-blue\/50 {
  --tw-ring-color: rgb(6 127 178 / 0.5);
}

.ring-blue\/55 {
  --tw-ring-color: rgb(6 127 178 / 0.55);
}

.ring-blue\/60 {
  --tw-ring-color: rgb(6 127 178 / 0.6);
}

.ring-blue\/65 {
  --tw-ring-color: rgb(6 127 178 / 0.65);
}

.ring-blue\/70 {
  --tw-ring-color: rgb(6 127 178 / 0.7);
}

.ring-blue\/75 {
  --tw-ring-color: rgb(6 127 178 / 0.75);
}

.ring-blue\/80 {
  --tw-ring-color: rgb(6 127 178 / 0.8);
}

.ring-blue\/85 {
  --tw-ring-color: rgb(6 127 178 / 0.85);
}

.ring-blue\/90 {
  --tw-ring-color: rgb(6 127 178 / 0.9);
}

.ring-blue\/95 {
  --tw-ring-color: rgb(6 127 178 / 0.95);
}

.ring-dark {
  --tw-ring-color: var(--color-dark);
}

.ring-darkGray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(53 53 53 / var(--tw-ring-opacity, 1));
}

.ring-darkGray\/0 {
  --tw-ring-color: rgb(53 53 53 / 0);
}

.ring-darkGray\/10 {
  --tw-ring-color: rgb(53 53 53 / 0.1);
}

.ring-darkGray\/100 {
  --tw-ring-color: rgb(53 53 53 / 1);
}

.ring-darkGray\/15 {
  --tw-ring-color: rgb(53 53 53 / 0.15);
}

.ring-darkGray\/20 {
  --tw-ring-color: rgb(53 53 53 / 0.2);
}

.ring-darkGray\/25 {
  --tw-ring-color: rgb(53 53 53 / 0.25);
}

.ring-darkGray\/30 {
  --tw-ring-color: rgb(53 53 53 / 0.3);
}

.ring-darkGray\/35 {
  --tw-ring-color: rgb(53 53 53 / 0.35);
}

.ring-darkGray\/40 {
  --tw-ring-color: rgb(53 53 53 / 0.4);
}

.ring-darkGray\/45 {
  --tw-ring-color: rgb(53 53 53 / 0.45);
}

.ring-darkGray\/5 {
  --tw-ring-color: rgb(53 53 53 / 0.05);
}

.ring-darkGray\/50 {
  --tw-ring-color: rgb(53 53 53 / 0.5);
}

.ring-darkGray\/55 {
  --tw-ring-color: rgb(53 53 53 / 0.55);
}

.ring-darkGray\/60 {
  --tw-ring-color: rgb(53 53 53 / 0.6);
}

.ring-darkGray\/65 {
  --tw-ring-color: rgb(53 53 53 / 0.65);
}

.ring-darkGray\/70 {
  --tw-ring-color: rgb(53 53 53 / 0.7);
}

.ring-darkGray\/75 {
  --tw-ring-color: rgb(53 53 53 / 0.75);
}

.ring-darkGray\/80 {
  --tw-ring-color: rgb(53 53 53 / 0.8);
}

.ring-darkGray\/85 {
  --tw-ring-color: rgb(53 53 53 / 0.85);
}

.ring-darkGray\/90 {
  --tw-ring-color: rgb(53 53 53 / 0.9);
}

.ring-darkGray\/95 {
  --tw-ring-color: rgb(53 53 53 / 0.95);
}

.ring-green {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.ring-green\/0 {
  --tw-ring-color: rgb(22 163 74 / 0);
}

.ring-green\/10 {
  --tw-ring-color: rgb(22 163 74 / 0.1);
}

.ring-green\/100 {
  --tw-ring-color: rgb(22 163 74 / 1);
}

.ring-green\/15 {
  --tw-ring-color: rgb(22 163 74 / 0.15);
}

.ring-green\/20 {
  --tw-ring-color: rgb(22 163 74 / 0.2);
}

.ring-green\/25 {
  --tw-ring-color: rgb(22 163 74 / 0.25);
}

.ring-green\/30 {
  --tw-ring-color: rgb(22 163 74 / 0.3);
}

.ring-green\/35 {
  --tw-ring-color: rgb(22 163 74 / 0.35);
}

.ring-green\/40 {
  --tw-ring-color: rgb(22 163 74 / 0.4);
}

.ring-green\/45 {
  --tw-ring-color: rgb(22 163 74 / 0.45);
}

.ring-green\/5 {
  --tw-ring-color: rgb(22 163 74 / 0.05);
}

.ring-green\/50 {
  --tw-ring-color: rgb(22 163 74 / 0.5);
}

.ring-green\/55 {
  --tw-ring-color: rgb(22 163 74 / 0.55);
}

.ring-green\/60 {
  --tw-ring-color: rgb(22 163 74 / 0.6);
}

.ring-green\/65 {
  --tw-ring-color: rgb(22 163 74 / 0.65);
}

.ring-green\/70 {
  --tw-ring-color: rgb(22 163 74 / 0.7);
}

.ring-green\/75 {
  --tw-ring-color: rgb(22 163 74 / 0.75);
}

.ring-green\/80 {
  --tw-ring-color: rgb(22 163 74 / 0.8);
}

.ring-green\/85 {
  --tw-ring-color: rgb(22 163 74 / 0.85);
}

.ring-green\/90 {
  --tw-ring-color: rgb(22 163 74 / 0.9);
}

.ring-green\/95 {
  --tw-ring-color: rgb(22 163 74 / 0.95);
}

.ring-grey {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(155 155 155 / var(--tw-ring-opacity, 1));
}

.ring-grey\/0 {
  --tw-ring-color: rgb(155 155 155 / 0);
}

.ring-grey\/10 {
  --tw-ring-color: rgb(155 155 155 / 0.1);
}

.ring-grey\/100 {
  --tw-ring-color: rgb(155 155 155 / 1);
}

.ring-grey\/15 {
  --tw-ring-color: rgb(155 155 155 / 0.15);
}

.ring-grey\/20 {
  --tw-ring-color: rgb(155 155 155 / 0.2);
}

.ring-grey\/25 {
  --tw-ring-color: rgb(155 155 155 / 0.25);
}

.ring-grey\/30 {
  --tw-ring-color: rgb(155 155 155 / 0.3);
}

.ring-grey\/35 {
  --tw-ring-color: rgb(155 155 155 / 0.35);
}

.ring-grey\/40 {
  --tw-ring-color: rgb(155 155 155 / 0.4);
}

.ring-grey\/45 {
  --tw-ring-color: rgb(155 155 155 / 0.45);
}

.ring-grey\/5 {
  --tw-ring-color: rgb(155 155 155 / 0.05);
}

.ring-grey\/50 {
  --tw-ring-color: rgb(155 155 155 / 0.5);
}

.ring-grey\/55 {
  --tw-ring-color: rgb(155 155 155 / 0.55);
}

.ring-grey\/60 {
  --tw-ring-color: rgb(155 155 155 / 0.6);
}

.ring-grey\/65 {
  --tw-ring-color: rgb(155 155 155 / 0.65);
}

.ring-grey\/70 {
  --tw-ring-color: rgb(155 155 155 / 0.7);
}

.ring-grey\/75 {
  --tw-ring-color: rgb(155 155 155 / 0.75);
}

.ring-grey\/80 {
  --tw-ring-color: rgb(155 155 155 / 0.8);
}

.ring-grey\/85 {
  --tw-ring-color: rgb(155 155 155 / 0.85);
}

.ring-grey\/90 {
  --tw-ring-color: rgb(155 155 155 / 0.9);
}

.ring-grey\/95 {
  --tw-ring-color: rgb(155 155 155 / 0.95);
}

.ring-lightBlue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 156 220 / var(--tw-ring-opacity, 1));
}

.ring-lightBlue\/0 {
  --tw-ring-color: rgb(6 156 220 / 0);
}

.ring-lightBlue\/10 {
  --tw-ring-color: rgb(6 156 220 / 0.1);
}

.ring-lightBlue\/100 {
  --tw-ring-color: rgb(6 156 220 / 1);
}

.ring-lightBlue\/15 {
  --tw-ring-color: rgb(6 156 220 / 0.15);
}

.ring-lightBlue\/20 {
  --tw-ring-color: rgb(6 156 220 / 0.2);
}

.ring-lightBlue\/25 {
  --tw-ring-color: rgb(6 156 220 / 0.25);
}

.ring-lightBlue\/30 {
  --tw-ring-color: rgb(6 156 220 / 0.3);
}

.ring-lightBlue\/35 {
  --tw-ring-color: rgb(6 156 220 / 0.35);
}

.ring-lightBlue\/40 {
  --tw-ring-color: rgb(6 156 220 / 0.4);
}

.ring-lightBlue\/45 {
  --tw-ring-color: rgb(6 156 220 / 0.45);
}

.ring-lightBlue\/5 {
  --tw-ring-color: rgb(6 156 220 / 0.05);
}

.ring-lightBlue\/50 {
  --tw-ring-color: rgb(6 156 220 / 0.5);
}

.ring-lightBlue\/55 {
  --tw-ring-color: rgb(6 156 220 / 0.55);
}

.ring-lightBlue\/60 {
  --tw-ring-color: rgb(6 156 220 / 0.6);
}

.ring-lightBlue\/65 {
  --tw-ring-color: rgb(6 156 220 / 0.65);
}

.ring-lightBlue\/70 {
  --tw-ring-color: rgb(6 156 220 / 0.7);
}

.ring-lightBlue\/75 {
  --tw-ring-color: rgb(6 156 220 / 0.75);
}

.ring-lightBlue\/80 {
  --tw-ring-color: rgb(6 156 220 / 0.8);
}

.ring-lightBlue\/85 {
  --tw-ring-color: rgb(6 156 220 / 0.85);
}

.ring-lightBlue\/90 {
  --tw-ring-color: rgb(6 156 220 / 0.9);
}

.ring-lightBlue\/95 {
  --tw-ring-color: rgb(6 156 220 / 0.95);
}

.ring-lightGray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 194 194 / var(--tw-ring-opacity, 1));
}

.ring-lightGray\/0 {
  --tw-ring-color: rgb(194 194 194 / 0);
}

.ring-lightGray\/10 {
  --tw-ring-color: rgb(194 194 194 / 0.1);
}

.ring-lightGray\/100 {
  --tw-ring-color: rgb(194 194 194 / 1);
}

.ring-lightGray\/15 {
  --tw-ring-color: rgb(194 194 194 / 0.15);
}

.ring-lightGray\/20 {
  --tw-ring-color: rgb(194 194 194 / 0.2);
}

.ring-lightGray\/25 {
  --tw-ring-color: rgb(194 194 194 / 0.25);
}

.ring-lightGray\/30 {
  --tw-ring-color: rgb(194 194 194 / 0.3);
}

.ring-lightGray\/35 {
  --tw-ring-color: rgb(194 194 194 / 0.35);
}

.ring-lightGray\/40 {
  --tw-ring-color: rgb(194 194 194 / 0.4);
}

.ring-lightGray\/45 {
  --tw-ring-color: rgb(194 194 194 / 0.45);
}

.ring-lightGray\/5 {
  --tw-ring-color: rgb(194 194 194 / 0.05);
}

.ring-lightGray\/50 {
  --tw-ring-color: rgb(194 194 194 / 0.5);
}

.ring-lightGray\/55 {
  --tw-ring-color: rgb(194 194 194 / 0.55);
}

.ring-lightGray\/60 {
  --tw-ring-color: rgb(194 194 194 / 0.6);
}

.ring-lightGray\/65 {
  --tw-ring-color: rgb(194 194 194 / 0.65);
}

.ring-lightGray\/70 {
  --tw-ring-color: rgb(194 194 194 / 0.7);
}

.ring-lightGray\/75 {
  --tw-ring-color: rgb(194 194 194 / 0.75);
}

.ring-lightGray\/80 {
  --tw-ring-color: rgb(194 194 194 / 0.8);
}

.ring-lightGray\/85 {
  --tw-ring-color: rgb(194 194 194 / 0.85);
}

.ring-lightGray\/90 {
  --tw-ring-color: rgb(194 194 194 / 0.9);
}

.ring-lightGray\/95 {
  --tw-ring-color: rgb(194 194 194 / 0.95);
}

.ring-lightRed {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 245 243 / var(--tw-ring-opacity, 1));
}

.ring-lightRed\/0 {
  --tw-ring-color: rgb(255 245 243 / 0);
}

.ring-lightRed\/10 {
  --tw-ring-color: rgb(255 245 243 / 0.1);
}

.ring-lightRed\/100 {
  --tw-ring-color: rgb(255 245 243 / 1);
}

.ring-lightRed\/15 {
  --tw-ring-color: rgb(255 245 243 / 0.15);
}

.ring-lightRed\/20 {
  --tw-ring-color: rgb(255 245 243 / 0.2);
}

.ring-lightRed\/25 {
  --tw-ring-color: rgb(255 245 243 / 0.25);
}

.ring-lightRed\/30 {
  --tw-ring-color: rgb(255 245 243 / 0.3);
}

.ring-lightRed\/35 {
  --tw-ring-color: rgb(255 245 243 / 0.35);
}

.ring-lightRed\/40 {
  --tw-ring-color: rgb(255 245 243 / 0.4);
}

.ring-lightRed\/45 {
  --tw-ring-color: rgb(255 245 243 / 0.45);
}

.ring-lightRed\/5 {
  --tw-ring-color: rgb(255 245 243 / 0.05);
}

.ring-lightRed\/50 {
  --tw-ring-color: rgb(255 245 243 / 0.5);
}

.ring-lightRed\/55 {
  --tw-ring-color: rgb(255 245 243 / 0.55);
}

.ring-lightRed\/60 {
  --tw-ring-color: rgb(255 245 243 / 0.6);
}

.ring-lightRed\/65 {
  --tw-ring-color: rgb(255 245 243 / 0.65);
}

.ring-lightRed\/70 {
  --tw-ring-color: rgb(255 245 243 / 0.7);
}

.ring-lightRed\/75 {
  --tw-ring-color: rgb(255 245 243 / 0.75);
}

.ring-lightRed\/80 {
  --tw-ring-color: rgb(255 245 243 / 0.8);
}

.ring-lightRed\/85 {
  --tw-ring-color: rgb(255 245 243 / 0.85);
}

.ring-lightRed\/90 {
  --tw-ring-color: rgb(255 245 243 / 0.9);
}

.ring-lightRed\/95 {
  --tw-ring-color: rgb(255 245 243 / 0.95);
}

.ring-orange {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 124 60 / var(--tw-ring-opacity, 1));
}

.ring-orange\/0 {
  --tw-ring-color: rgb(244 124 60 / 0);
}

.ring-orange\/10 {
  --tw-ring-color: rgb(244 124 60 / 0.1);
}

.ring-orange\/100 {
  --tw-ring-color: rgb(244 124 60 / 1);
}

.ring-orange\/15 {
  --tw-ring-color: rgb(244 124 60 / 0.15);
}

.ring-orange\/20 {
  --tw-ring-color: rgb(244 124 60 / 0.2);
}

.ring-orange\/25 {
  --tw-ring-color: rgb(244 124 60 / 0.25);
}

.ring-orange\/30 {
  --tw-ring-color: rgb(244 124 60 / 0.3);
}

.ring-orange\/35 {
  --tw-ring-color: rgb(244 124 60 / 0.35);
}

.ring-orange\/40 {
  --tw-ring-color: rgb(244 124 60 / 0.4);
}

.ring-orange\/45 {
  --tw-ring-color: rgb(244 124 60 / 0.45);
}

.ring-orange\/5 {
  --tw-ring-color: rgb(244 124 60 / 0.05);
}

.ring-orange\/50 {
  --tw-ring-color: rgb(244 124 60 / 0.5);
}

.ring-orange\/55 {
  --tw-ring-color: rgb(244 124 60 / 0.55);
}

.ring-orange\/60 {
  --tw-ring-color: rgb(244 124 60 / 0.6);
}

.ring-orange\/65 {
  --tw-ring-color: rgb(244 124 60 / 0.65);
}

.ring-orange\/70 {
  --tw-ring-color: rgb(244 124 60 / 0.7);
}

.ring-orange\/75 {
  --tw-ring-color: rgb(244 124 60 / 0.75);
}

.ring-orange\/80 {
  --tw-ring-color: rgb(244 124 60 / 0.8);
}

.ring-orange\/85 {
  --tw-ring-color: rgb(244 124 60 / 0.85);
}

.ring-orange\/90 {
  --tw-ring-color: rgb(244 124 60 / 0.9);
}

.ring-orange\/95 {
  --tw-ring-color: rgb(244 124 60 / 0.95);
}

.ring-primary {
  --tw-ring-color: var(--color-primary);
}

.ring-red {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 46 46 / var(--tw-ring-opacity, 1));
}

.ring-red\/0 {
  --tw-ring-color: rgb(237 46 46 / 0);
}

.ring-red\/10 {
  --tw-ring-color: rgb(237 46 46 / 0.1);
}

.ring-red\/100 {
  --tw-ring-color: rgb(237 46 46 / 1);
}

.ring-red\/15 {
  --tw-ring-color: rgb(237 46 46 / 0.15);
}

.ring-red\/20 {
  --tw-ring-color: rgb(237 46 46 / 0.2);
}

.ring-red\/25 {
  --tw-ring-color: rgb(237 46 46 / 0.25);
}

.ring-red\/30 {
  --tw-ring-color: rgb(237 46 46 / 0.3);
}

.ring-red\/35 {
  --tw-ring-color: rgb(237 46 46 / 0.35);
}

.ring-red\/40 {
  --tw-ring-color: rgb(237 46 46 / 0.4);
}

.ring-red\/45 {
  --tw-ring-color: rgb(237 46 46 / 0.45);
}

.ring-red\/5 {
  --tw-ring-color: rgb(237 46 46 / 0.05);
}

.ring-red\/50 {
  --tw-ring-color: rgb(237 46 46 / 0.5);
}

.ring-red\/55 {
  --tw-ring-color: rgb(237 46 46 / 0.55);
}

.ring-red\/60 {
  --tw-ring-color: rgb(237 46 46 / 0.6);
}

.ring-red\/65 {
  --tw-ring-color: rgb(237 46 46 / 0.65);
}

.ring-red\/70 {
  --tw-ring-color: rgb(237 46 46 / 0.7);
}

.ring-red\/75 {
  --tw-ring-color: rgb(237 46 46 / 0.75);
}

.ring-red\/80 {
  --tw-ring-color: rgb(237 46 46 / 0.8);
}

.ring-red\/85 {
  --tw-ring-color: rgb(237 46 46 / 0.85);
}

.ring-red\/90 {
  --tw-ring-color: rgb(237 46 46 / 0.9);
}

.ring-red\/95 {
  --tw-ring-color: rgb(237 46 46 / 0.95);
}

.ring-secondary {
  --tw-ring-color: var(--color-secondary);
}

.ring-veryLightGray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.ring-veryLightGray\/0 {
  --tw-ring-color: rgb(250 250 250 / 0);
}

.ring-veryLightGray\/10 {
  --tw-ring-color: rgb(250 250 250 / 0.1);
}

.ring-veryLightGray\/100 {
  --tw-ring-color: rgb(250 250 250 / 1);
}

.ring-veryLightGray\/15 {
  --tw-ring-color: rgb(250 250 250 / 0.15);
}

.ring-veryLightGray\/20 {
  --tw-ring-color: rgb(250 250 250 / 0.2);
}

.ring-veryLightGray\/25 {
  --tw-ring-color: rgb(250 250 250 / 0.25);
}

.ring-veryLightGray\/30 {
  --tw-ring-color: rgb(250 250 250 / 0.3);
}

.ring-veryLightGray\/35 {
  --tw-ring-color: rgb(250 250 250 / 0.35);
}

.ring-veryLightGray\/40 {
  --tw-ring-color: rgb(250 250 250 / 0.4);
}

.ring-veryLightGray\/45 {
  --tw-ring-color: rgb(250 250 250 / 0.45);
}

.ring-veryLightGray\/5 {
  --tw-ring-color: rgb(250 250 250 / 0.05);
}

.ring-veryLightGray\/50 {
  --tw-ring-color: rgb(250 250 250 / 0.5);
}

.ring-veryLightGray\/55 {
  --tw-ring-color: rgb(250 250 250 / 0.55);
}

.ring-veryLightGray\/60 {
  --tw-ring-color: rgb(250 250 250 / 0.6);
}

.ring-veryLightGray\/65 {
  --tw-ring-color: rgb(250 250 250 / 0.65);
}

.ring-veryLightGray\/70 {
  --tw-ring-color: rgb(250 250 250 / 0.7);
}

.ring-veryLightGray\/75 {
  --tw-ring-color: rgb(250 250 250 / 0.75);
}

.ring-veryLightGray\/80 {
  --tw-ring-color: rgb(250 250 250 / 0.8);
}

.ring-veryLightGray\/85 {
  --tw-ring-color: rgb(250 250 250 / 0.85);
}

.ring-veryLightGray\/90 {
  --tw-ring-color: rgb(250 250 250 / 0.9);
}

.ring-veryLightGray\/95 {
  --tw-ring-color: rgb(250 250 250 / 0.95);
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.ring-white\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-white\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-white\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-white\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-white\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-white\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-white\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-white\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-white\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.ring-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-white\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.ring-opacity-15 {
  --tw-ring-opacity: 0.15;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-35 {
  --tw-ring-opacity: 0.35;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-45 {
  --tw-ring-opacity: 0.45;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-55 {
  --tw-ring-opacity: 0.55;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-65 {
  --tw-ring-opacity: 0.65;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-85 {
  --tw-ring-opacity: 0.85;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.ring-offset-backgroundGray {
  --tw-ring-offset-color: #F7F7F7;
}

.ring-offset-backgroundGray\/0 {
  --tw-ring-offset-color: rgb(247 247 247 / 0);
}

.ring-offset-backgroundGray\/10 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.1);
}

.ring-offset-backgroundGray\/100 {
  --tw-ring-offset-color: rgb(247 247 247 / 1);
}

.ring-offset-backgroundGray\/15 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.15);
}

.ring-offset-backgroundGray\/20 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.2);
}

.ring-offset-backgroundGray\/25 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.25);
}

.ring-offset-backgroundGray\/30 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.3);
}

.ring-offset-backgroundGray\/35 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.35);
}

.ring-offset-backgroundGray\/40 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.4);
}

.ring-offset-backgroundGray\/45 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.45);
}

.ring-offset-backgroundGray\/5 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.05);
}

.ring-offset-backgroundGray\/50 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.5);
}

.ring-offset-backgroundGray\/55 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.55);
}

.ring-offset-backgroundGray\/60 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.6);
}

.ring-offset-backgroundGray\/65 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.65);
}

.ring-offset-backgroundGray\/70 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.7);
}

.ring-offset-backgroundGray\/75 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.75);
}

.ring-offset-backgroundGray\/80 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.8);
}

.ring-offset-backgroundGray\/85 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.85);
}

.ring-offset-backgroundGray\/90 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.9);
}

.ring-offset-backgroundGray\/95 {
  --tw-ring-offset-color: rgb(247 247 247 / 0.95);
}

.ring-offset-black {
  --tw-ring-offset-color: #000000;
}

.ring-offset-black\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}

.ring-offset-black\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}

.ring-offset-black\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}

.ring-offset-black\/15 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.15);
}

.ring-offset-black\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}

.ring-offset-black\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}

.ring-offset-black\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}

.ring-offset-black\/35 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.35);
}

.ring-offset-black\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}

.ring-offset-black\/45 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.45);
}

.ring-offset-black\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}

.ring-offset-black\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}

.ring-offset-black\/55 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.55);
}

.ring-offset-black\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}

.ring-offset-black\/65 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.65);
}

.ring-offset-black\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}

.ring-offset-black\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}

.ring-offset-black\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}

.ring-offset-black\/85 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.85);
}

.ring-offset-black\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}

.ring-offset-black\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}

.ring-offset-blue {
  --tw-ring-offset-color: #067FB2;
}

.ring-offset-blue\/0 {
  --tw-ring-offset-color: rgb(6 127 178 / 0);
}

.ring-offset-blue\/10 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.1);
}

.ring-offset-blue\/100 {
  --tw-ring-offset-color: rgb(6 127 178 / 1);
}

.ring-offset-blue\/15 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.15);
}

.ring-offset-blue\/20 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.2);
}

.ring-offset-blue\/25 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.25);
}

.ring-offset-blue\/30 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.3);
}

.ring-offset-blue\/35 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.35);
}

.ring-offset-blue\/40 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.4);
}

.ring-offset-blue\/45 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.45);
}

.ring-offset-blue\/5 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.05);
}

.ring-offset-blue\/50 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.5);
}

.ring-offset-blue\/55 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.55);
}

.ring-offset-blue\/60 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.6);
}

.ring-offset-blue\/65 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.65);
}

.ring-offset-blue\/70 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.7);
}

.ring-offset-blue\/75 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.75);
}

.ring-offset-blue\/80 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.8);
}

.ring-offset-blue\/85 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.85);
}

.ring-offset-blue\/90 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.9);
}

.ring-offset-blue\/95 {
  --tw-ring-offset-color: rgb(6 127 178 / 0.95);
}

.ring-offset-dark {
  --tw-ring-offset-color: var(--color-dark);
}

.ring-offset-darkGray {
  --tw-ring-offset-color: #353535;
}

.ring-offset-darkGray\/0 {
  --tw-ring-offset-color: rgb(53 53 53 / 0);
}

.ring-offset-darkGray\/10 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.1);
}

.ring-offset-darkGray\/100 {
  --tw-ring-offset-color: rgb(53 53 53 / 1);
}

.ring-offset-darkGray\/15 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.15);
}

.ring-offset-darkGray\/20 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.2);
}

.ring-offset-darkGray\/25 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.25);
}

.ring-offset-darkGray\/30 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.3);
}

.ring-offset-darkGray\/35 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.35);
}

.ring-offset-darkGray\/40 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.4);
}

.ring-offset-darkGray\/45 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.45);
}

.ring-offset-darkGray\/5 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.05);
}

.ring-offset-darkGray\/50 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.5);
}

.ring-offset-darkGray\/55 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.55);
}

.ring-offset-darkGray\/60 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.6);
}

.ring-offset-darkGray\/65 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.65);
}

.ring-offset-darkGray\/70 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.7);
}

.ring-offset-darkGray\/75 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.75);
}

.ring-offset-darkGray\/80 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.8);
}

.ring-offset-darkGray\/85 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.85);
}

.ring-offset-darkGray\/90 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.9);
}

.ring-offset-darkGray\/95 {
  --tw-ring-offset-color: rgb(53 53 53 / 0.95);
}

.ring-offset-green {
  --tw-ring-offset-color: #16a34a;
}

.ring-offset-green\/0 {
  --tw-ring-offset-color: rgb(22 163 74 / 0);
}

.ring-offset-green\/10 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.1);
}

.ring-offset-green\/100 {
  --tw-ring-offset-color: rgb(22 163 74 / 1);
}

.ring-offset-green\/15 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.15);
}

.ring-offset-green\/20 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.2);
}

.ring-offset-green\/25 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.25);
}

.ring-offset-green\/30 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.3);
}

.ring-offset-green\/35 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.35);
}

.ring-offset-green\/40 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.4);
}

.ring-offset-green\/45 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.45);
}

.ring-offset-green\/5 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.05);
}

.ring-offset-green\/50 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.5);
}

.ring-offset-green\/55 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.55);
}

.ring-offset-green\/60 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.6);
}

.ring-offset-green\/65 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.65);
}

.ring-offset-green\/70 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.7);
}

.ring-offset-green\/75 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.75);
}

.ring-offset-green\/80 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.8);
}

.ring-offset-green\/85 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.85);
}

.ring-offset-green\/90 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.9);
}

.ring-offset-green\/95 {
  --tw-ring-offset-color: rgb(22 163 74 / 0.95);
}

.ring-offset-grey {
  --tw-ring-offset-color: #9B9B9B;
}

.ring-offset-grey\/0 {
  --tw-ring-offset-color: rgb(155 155 155 / 0);
}

.ring-offset-grey\/10 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.1);
}

.ring-offset-grey\/100 {
  --tw-ring-offset-color: rgb(155 155 155 / 1);
}

.ring-offset-grey\/15 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.15);
}

.ring-offset-grey\/20 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.2);
}

.ring-offset-grey\/25 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.25);
}

.ring-offset-grey\/30 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.3);
}

.ring-offset-grey\/35 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.35);
}

.ring-offset-grey\/40 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.4);
}

.ring-offset-grey\/45 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.45);
}

.ring-offset-grey\/5 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.05);
}

.ring-offset-grey\/50 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.5);
}

.ring-offset-grey\/55 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.55);
}

.ring-offset-grey\/60 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.6);
}

.ring-offset-grey\/65 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.65);
}

.ring-offset-grey\/70 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.7);
}

.ring-offset-grey\/75 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.75);
}

.ring-offset-grey\/80 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.8);
}

.ring-offset-grey\/85 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.85);
}

.ring-offset-grey\/90 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.9);
}

.ring-offset-grey\/95 {
  --tw-ring-offset-color: rgb(155 155 155 / 0.95);
}

.ring-offset-lightBlue {
  --tw-ring-offset-color: #069CDC;
}

.ring-offset-lightBlue\/0 {
  --tw-ring-offset-color: rgb(6 156 220 / 0);
}

.ring-offset-lightBlue\/10 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.1);
}

.ring-offset-lightBlue\/100 {
  --tw-ring-offset-color: rgb(6 156 220 / 1);
}

.ring-offset-lightBlue\/15 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.15);
}

.ring-offset-lightBlue\/20 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.2);
}

.ring-offset-lightBlue\/25 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.25);
}

.ring-offset-lightBlue\/30 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.3);
}

.ring-offset-lightBlue\/35 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.35);
}

.ring-offset-lightBlue\/40 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.4);
}

.ring-offset-lightBlue\/45 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.45);
}

.ring-offset-lightBlue\/5 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.05);
}

.ring-offset-lightBlue\/50 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.5);
}

.ring-offset-lightBlue\/55 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.55);
}

.ring-offset-lightBlue\/60 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.6);
}

.ring-offset-lightBlue\/65 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.65);
}

.ring-offset-lightBlue\/70 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.7);
}

.ring-offset-lightBlue\/75 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.75);
}

.ring-offset-lightBlue\/80 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.8);
}

.ring-offset-lightBlue\/85 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.85);
}

.ring-offset-lightBlue\/90 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.9);
}

.ring-offset-lightBlue\/95 {
  --tw-ring-offset-color: rgb(6 156 220 / 0.95);
}

.ring-offset-lightGray {
  --tw-ring-offset-color: #C2C2C2;
}

.ring-offset-lightGray\/0 {
  --tw-ring-offset-color: rgb(194 194 194 / 0);
}

.ring-offset-lightGray\/10 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.1);
}

.ring-offset-lightGray\/100 {
  --tw-ring-offset-color: rgb(194 194 194 / 1);
}

.ring-offset-lightGray\/15 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.15);
}

.ring-offset-lightGray\/20 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.2);
}

.ring-offset-lightGray\/25 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.25);
}

.ring-offset-lightGray\/30 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.3);
}

.ring-offset-lightGray\/35 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.35);
}

.ring-offset-lightGray\/40 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.4);
}

.ring-offset-lightGray\/45 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.45);
}

.ring-offset-lightGray\/5 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.05);
}

.ring-offset-lightGray\/50 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.5);
}

.ring-offset-lightGray\/55 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.55);
}

.ring-offset-lightGray\/60 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.6);
}

.ring-offset-lightGray\/65 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.65);
}

.ring-offset-lightGray\/70 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.7);
}

.ring-offset-lightGray\/75 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.75);
}

.ring-offset-lightGray\/80 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.8);
}

.ring-offset-lightGray\/85 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.85);
}

.ring-offset-lightGray\/90 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.9);
}

.ring-offset-lightGray\/95 {
  --tw-ring-offset-color: rgb(194 194 194 / 0.95);
}

.ring-offset-lightRed {
  --tw-ring-offset-color: #FFF5F3;
}

.ring-offset-lightRed\/0 {
  --tw-ring-offset-color: rgb(255 245 243 / 0);
}

.ring-offset-lightRed\/10 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.1);
}

.ring-offset-lightRed\/100 {
  --tw-ring-offset-color: rgb(255 245 243 / 1);
}

.ring-offset-lightRed\/15 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.15);
}

.ring-offset-lightRed\/20 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.2);
}

.ring-offset-lightRed\/25 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.25);
}

.ring-offset-lightRed\/30 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.3);
}

.ring-offset-lightRed\/35 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.35);
}

.ring-offset-lightRed\/40 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.4);
}

.ring-offset-lightRed\/45 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.45);
}

.ring-offset-lightRed\/5 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.05);
}

.ring-offset-lightRed\/50 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.5);
}

.ring-offset-lightRed\/55 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.55);
}

.ring-offset-lightRed\/60 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.6);
}

.ring-offset-lightRed\/65 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.65);
}

.ring-offset-lightRed\/70 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.7);
}

.ring-offset-lightRed\/75 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.75);
}

.ring-offset-lightRed\/80 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.8);
}

.ring-offset-lightRed\/85 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.85);
}

.ring-offset-lightRed\/90 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.9);
}

.ring-offset-lightRed\/95 {
  --tw-ring-offset-color: rgb(255 245 243 / 0.95);
}

.ring-offset-orange {
  --tw-ring-offset-color: #F47C3C;
}

.ring-offset-orange\/0 {
  --tw-ring-offset-color: rgb(244 124 60 / 0);
}

.ring-offset-orange\/10 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.1);
}

.ring-offset-orange\/100 {
  --tw-ring-offset-color: rgb(244 124 60 / 1);
}

.ring-offset-orange\/15 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.15);
}

.ring-offset-orange\/20 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.2);
}

.ring-offset-orange\/25 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.25);
}

.ring-offset-orange\/30 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.3);
}

.ring-offset-orange\/35 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.35);
}

.ring-offset-orange\/40 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.4);
}

.ring-offset-orange\/45 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.45);
}

.ring-offset-orange\/5 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.05);
}

.ring-offset-orange\/50 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.5);
}

.ring-offset-orange\/55 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.55);
}

.ring-offset-orange\/60 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.6);
}

.ring-offset-orange\/65 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.65);
}

.ring-offset-orange\/70 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.7);
}

.ring-offset-orange\/75 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.75);
}

.ring-offset-orange\/80 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.8);
}

.ring-offset-orange\/85 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.85);
}

.ring-offset-orange\/90 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.9);
}

.ring-offset-orange\/95 {
  --tw-ring-offset-color: rgb(244 124 60 / 0.95);
}

.ring-offset-primary {
  --tw-ring-offset-color: var(--color-primary);
}

.ring-offset-red {
  --tw-ring-offset-color: #ED2E2E;
}

.ring-offset-red\/0 {
  --tw-ring-offset-color: rgb(237 46 46 / 0);
}

.ring-offset-red\/10 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.1);
}

.ring-offset-red\/100 {
  --tw-ring-offset-color: rgb(237 46 46 / 1);
}

.ring-offset-red\/15 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.15);
}

.ring-offset-red\/20 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.2);
}

.ring-offset-red\/25 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.25);
}

.ring-offset-red\/30 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.3);
}

.ring-offset-red\/35 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.35);
}

.ring-offset-red\/40 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.4);
}

.ring-offset-red\/45 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.45);
}

.ring-offset-red\/5 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.05);
}

.ring-offset-red\/50 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.5);
}

.ring-offset-red\/55 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.55);
}

.ring-offset-red\/60 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.6);
}

.ring-offset-red\/65 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.65);
}

.ring-offset-red\/70 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.7);
}

.ring-offset-red\/75 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.75);
}

.ring-offset-red\/80 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.8);
}

.ring-offset-red\/85 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.85);
}

.ring-offset-red\/90 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.9);
}

.ring-offset-red\/95 {
  --tw-ring-offset-color: rgb(237 46 46 / 0.95);
}

.ring-offset-secondary {
  --tw-ring-offset-color: var(--color-secondary);
}

.ring-offset-veryLightGray {
  --tw-ring-offset-color: #fafafa;
}

.ring-offset-veryLightGray\/0 {
  --tw-ring-offset-color: rgb(250 250 250 / 0);
}

.ring-offset-veryLightGray\/10 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.1);
}

.ring-offset-veryLightGray\/100 {
  --tw-ring-offset-color: rgb(250 250 250 / 1);
}

.ring-offset-veryLightGray\/15 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.15);
}

.ring-offset-veryLightGray\/20 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.2);
}

.ring-offset-veryLightGray\/25 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.25);
}

.ring-offset-veryLightGray\/30 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.3);
}

.ring-offset-veryLightGray\/35 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.35);
}

.ring-offset-veryLightGray\/40 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.4);
}

.ring-offset-veryLightGray\/45 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.45);
}

.ring-offset-veryLightGray\/5 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.05);
}

.ring-offset-veryLightGray\/50 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.5);
}

.ring-offset-veryLightGray\/55 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.55);
}

.ring-offset-veryLightGray\/60 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.6);
}

.ring-offset-veryLightGray\/65 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.65);
}

.ring-offset-veryLightGray\/70 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.7);
}

.ring-offset-veryLightGray\/75 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.75);
}

.ring-offset-veryLightGray\/80 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.8);
}

.ring-offset-veryLightGray\/85 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.85);
}

.ring-offset-veryLightGray\/90 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.9);
}

.ring-offset-veryLightGray\/95 {
  --tw-ring-offset-color: rgb(250 250 250 / 0.95);
}

.ring-offset-white {
  --tw-ring-offset-color: #FFFFFF;
}

.ring-offset-white\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}

.ring-offset-white\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}

.ring-offset-white\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}

.ring-offset-white\/15 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.15);
}

.ring-offset-white\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}

.ring-offset-white\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}

.ring-offset-white\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}

.ring-offset-white\/35 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.35);
}

.ring-offset-white\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}

.ring-offset-white\/45 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.45);
}

.ring-offset-white\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}

.ring-offset-white\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}

.ring-offset-white\/55 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.55);
}

.ring-offset-white\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}

.ring-offset-white\/65 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.65);
}

.ring-offset-white\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}

.ring-offset-white\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}

.ring-offset-white\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}

.ring-offset-white\/85 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.85);
}

.ring-offset-white\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}

.ring-offset-white\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.blur-0 {
  --tw-blur: blur(0);
  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);
}

.blur-2xl {
  --tw-blur: blur(40px);
  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);
}

.blur-3xl {
  --tw-blur: blur(64px);
  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);
}

.blur-lg {
  --tw-blur: blur(16px);
  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);
}

.blur-md {
  --tw-blur: blur(12px);
  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);
}

.blur-none {
  --tw-blur:  ;
  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);
}

.blur-sm {
  --tw-blur: blur(4px);
  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);
}

.blur-xl {
  --tw-blur: blur(24px);
  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);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.brightness-100 {
  --tw-brightness: brightness(1);
  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);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
  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);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
  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);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
  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);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
  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);
}

.brightness-200 {
  --tw-brightness: brightness(2);
  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);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
  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);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
  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);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
  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);
}

.contrast-0 {
  --tw-contrast: contrast(0);
  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);
}

.contrast-100 {
  --tw-contrast: contrast(1);
  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);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
  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);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
  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);
}

.contrast-200 {
  --tw-contrast: contrast(2);
  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);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
  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);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
  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);
}

.-hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(-0deg);
  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);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
  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);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
  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);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
  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);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
  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);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
  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);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
  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);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
  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);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
  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);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
  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);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
  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);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.invert-0 {
  --tw-invert: invert(0);
  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);
}

.saturate-0 {
  --tw-saturate: saturate(0);
  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);
}

.saturate-100 {
  --tw-saturate: saturate(1);
  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);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
  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);
}

.saturate-200 {
  --tw-saturate: saturate(2);
  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);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
  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);
}

.sepia {
  --tw-sepia: sepia(100%);
  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);
}

.sepia-0 {
  --tw-sepia: sepia(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-none {
  --tw-backdrop-blur:  ;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(-0deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-15 {
  --tw-backdrop-opacity: opacity(0.15);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-35 {
  --tw-backdrop-opacity: opacity(0.35);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-45 {
  --tw-backdrop-opacity: opacity(0.45);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-55 {
  --tw-backdrop-opacity: opacity(0.55);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-65 {
  --tw-backdrop-opacity: opacity(0.65);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-85 {
  --tw-backdrop-opacity: opacity(0.85);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-0 {
  transition-delay: 0s;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.duration-0 {
  transition-duration: 0s;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-auto {
  will-change: auto;
}

.will-change-contents {
  will-change: contents;
}

.will-change-scroll {
  will-change: scroll-position;
}

.will-change-transform {
  will-change: transform;
}

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

.pageSectionHeader {
  font-size: 1.4em;
}

.pageSectionHeader:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--color-secondary);
  margin: 10px 0 20px;
}

.footer-header {
  font-size: 1.4em;
  font-weight: 300;
}

.footer-header:after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #baaa75;
  margin: 10px 0 20px;
}

.placeholder\:pl-2::-moz-placeholder {
  padding-left: 0.5rem;
}

.placeholder\:pl-2::placeholder {
  padding-left: 0.5rem;
}

.after\:self-center::after {
  content: var(--tw-content);
  align-self: center;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:py-0:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}

.last\:pt-4:last-child {
  padding-top: 1rem;
}

.hover\:text-primary:hover {
  color: var(--color-primary);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-2:hover {
  outline-width: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:m-4 {
    margin: 1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-\[1\.75rem\] {
    margin-top: 1.75rem;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:basis-\[6\.25rem\] {
    flex-basis: 6.25rem;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:p-0 {
    padding: 0px;
  }
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
