/*!
Theme Name: Abahlali BaseMjondolo
Theme URI: https://underscoretw.com/
Author: Harry Francis
Author URI: https://underscoretw.com/
Description: A bespoke theme, created for use by Abahlali BaseMjondolo.
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abahlali-basemjondolo
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Abahlali BaseMjondolo is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: 'Archivo';

  src: url('assets/fonts/Archivo-Regular.woff2') format('woff2'),
        url('assets/fonts/Archivo-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Archivo';

  src: url('assets/fonts/Archivo-Italic.woff2') format('woff2'),
        url('assets/fonts/Archivo-Italic.woff') format('woff');

  font-weight: normal;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Archivo';

  src: url('assets/fonts/Archivo-Medium.woff2') format('woff2'),
        url('assets/fonts/Archivo-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Archivo';

  src: url('assets/fonts/Archivo-Bold.woff2') format('woff2'),
        url('assets/fonts/Archivo-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Archivo';

  src: url('assets/fonts/Archivo-Light.woff2') format('woff2'),
        url('assets/fonts/Archivo-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Archivo';

  src: url('assets/fonts/Archivo-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Archivo-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Anton';

  src: url('assets/fonts/Anton-Regular.woff2') format('woff2'),
        url('assets/fonts/Anton-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.4 | 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: Archivo, Arial, 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] {
  display: none;
}

*, ::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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

body {
  font-family: Archivo, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
}

.section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media not all and (min-width: 581px) {
  .section {
    overflow: hidden;
  }
}

@media (min-width: 769px) {
  .section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.wp-block .section {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section:first-child {
  margin-top: 1rem;
}

.section--no-margins {
  margin: 0px;
}

.section__inner {
  width: 100%;
}

@media (min-width: 320px) {
  .section__inner {
    max-width: 320px;
  }
}

@media (min-width: 400px) {
  .section__inner {
    max-width: 400px;
  }
}

@media (min-width: 581px) {
  .section__inner {
    max-width: 581px;
  }
}

@media (min-width: 769px) {
  .section__inner {
    max-width: 769px;
  }
}

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

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

.section__inner {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 400px) {
  .section__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 769px) {
  .section__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section__hero-home {
}

.section__scrolling-text {
}

.section__text-block {
}

p {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 120%;
}

@media (min-width: 1024px) {
  p {
    font-size: 1.125rem;
  }
}

p.small,
	.small > p {
  font-size: 0.875rem;
}

p.large,
	.large > p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (min-width: 769px) {
  p.large,
	.large > p {
    font-size: 1.25rem;
  }
}

b, strong {
  font-weight: bold;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  overflow-wrap: break-word;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 100%;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 110%;
}

@media (min-width: 400px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 100%;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 100%;
}

@media (min-width: 400px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 2.25rem;
    line-height: 110%;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 130%;
}

@media (min-width: 769px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  h4, .h4 {
    line-height: 150%;
  }
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 110%;
}

@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 1.75rem;
  }
}

h6, .h6 {
  font-size: 1.5rem;
  line-height: 110%;
}

.headline {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  text-decoration-line: underline;
}

@media (min-width: 769px) {
  .headline {
    font-size: 1.5rem;
  }
}

.rte p {
  line-height: 1.375;
  letter-spacing: 0.025em;
}

.wp-block .rte p {
  font-size: 0.875rem;
}

.rte p a {
  text-decoration-line: underline;
}

.rte h6 {
  margin-top: 1.5rem;
  margin-bottom: 0px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .rte h6 {
    font-size: 1.5rem;
  }
}

.rte h6 + p {
  margin-top: 0px;
}

.rte > *:first-child {
  margin-top: 0px;
}

.rte > *:last-child {
  margin-bottom: 0px;
}

.fit-image {
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

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

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 216 51 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.card {
}

.card--post {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.card--post h5 {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.card--post h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .card--post h4 {
    font-size: 1.5rem;
  }
}

.card--post:last-of-type {
  border-bottom-width: 1px;
}

.blog:not(.paged) .card--post:first-of-type {
  text-align: center;
}

.blog:not(.paged) .card--post:first-of-type h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.blog:not(.paged) .card--post:first-of-type h4 {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 769px) {
  .blog:not(.paged) .card--post:first-of-type h4 {
    font-size: 1.75rem;
  }
}

.blog:not(.paged) .card--post:first-of-type h4:before {
  font-weight: 400;
  font-style: italic;
  content: 'Latest: ';
}

.pagination {
  margin-top: 2rem;
  display: inline-flex;
}

.pagination > :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)));
}

.pagination {
  font-size: 1rem;
}

.pagination .page-numbers {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.25;
}

.pagination .page-numbers:first-child {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.pagination .page-numbers:last-child {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.pagination .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 206 / var(--tw-bg-opacity));
}

.pagination .page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:root .ss-content {
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
}

:root .ss-content .ss-list .ss-option {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
}

:root .ss-content .ss-search {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

:root .ss-content .ss-search input {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
}

:root .ss-content .ss-search input:focus {
  --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);
}

:root .ss-content .ss-list .ss-option.ss-highlighted, 
    :root .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected, 
    :root .ss-content .ss-list .ss-option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:root .ss-main {
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 11 11 / var(--tw-text-opacity));
}

.footer-links li {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
}

.footer-links li:hover {
  text-decoration-line: underline;
}

.icon-rail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 769px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.header__mobile-logo {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 769px) {
  .header__mobile-logo {
    display: none;
  }
}

.header__mobile-logo img {
  max-width: 80px;
}

.menu {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

@media (min-width: 400px) {
  .menu {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .menu {
    font-size: 1.125rem;
  }
}

.menu ul {
  /* Show two cols for nav items on mobile */
}

@media not all and (min-width: 581px) {
  .menu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    text-align: center;
  }
}

/* Only show logo on sm and above screens */

@media not all and (min-width: 769px) {
  .menu ul li:nth-child(1) {
    display: none;
  }
}

.menu ul li:nth-child(2) {
  order: 1;
}

.menu ul li:nth-child(3) {
  order: 3;
}

.menu ul li:nth-child(4) {
  order: 5;
}

.menu ul li:nth-child(5) {
  order: 7;
}

.menu ul li:nth-child(6) {
  order: 9;
}

.menu ul li:nth-child(7) {
  order: 11;
}

.menu ul li:nth-child(8) {
  order: 13;
}

.menu ul li:nth-child(9) {
  order: 15;
}

.menu ul li:nth-child(10) {
  order: 17;
}

.menu ul li:nth-child(11) {
  order: 19;
}

.menu ul li:nth-child(12) {
  order: 21;
}

.menu li {
  --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));
  white-space: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu li:hover {
  --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));
  text-decoration-line: underline;
}

.menu li.current_page_item {
  text-decoration-line: underline;
}

.search-form {
  margin-left: auto;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
}

.search-form label {
  flex-grow: 1;
}

.search-form label .search-field {
  width: 100%;
  overflow: visible;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 206 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.search-form .search-submit {
  display: inline-block;
  cursor: pointer;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 216 51 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.search-form .search-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hero-home {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

@media (min-width: 581px) {
  .hero-home {
    grid-column-gap: 20px;
    grid-row-gap: 20px
  }
}

.hero-home .div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.hero-home .div2 {
  grid-area: 1 / 5 / 2 / 6;
}

.hero-home .div3 {
  grid-area: 1 / 2 / 2 / 5;
}

.hero-home .div4 {
  grid-area: 2 / 1 / 3 / 6;
}

.hero-home .div5 {
  grid-area: 3 / 1 / 4 / 2;
}

.hero-home .div6 {
  grid-area: 3 / 5 / 4 / 6;
}

.hero-home .div7 {
  grid-area: 3 / 2 / 5 / 5;
}

.hero-home__media img {
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.hero-home__media--edge {
  margin-top: -7%;
  height: 437px;
}

@media not all and (min-width: 1280px) {
  .hero-home__media--edge {
    margin-top: -8%;
    height: 34vw;
  }
}

.hero-home__text {
  height: 71%;
  text-align: center;
  font-family: Anton, Times New Roman, serif;
  text-transform: uppercase;
  line-height: 1;
  line-height: 89%;
}

/* Editor Styles */

.wp-block .hero-home__text {
  height: 79px;
  font-size: 90px;
}

.wp-block .hero-home__media--corner {
  height: 79px;
}

.wp-block .hero-home__media--edge {
  margin-top: -8%;
  height: 203px;
}

/* Uses fittext JS library to size text to container - these are a backup for no-js */

/* Values to allow the grid to work on all screensizes */

.no-js .hero-home__text {
  height: 37px;
  font-size: 42px;
}

.no-js .hero-home__media--corner {
  height: 37px;
}

.no-js .hero-home__media--edge {
  margin-top: -12%;
  height: 100px;
}

@media (min-width: 400px) {
  .no-js .hero-home__text {
    height: 53px;
    font-size: 60px;
  }

  .no-js .hero-home__media--corner {
    height: 53px;
  }

  .no-js .hero-home__media--edge {
    margin-top: -11%;
    height: 145px;
  }
}

@media (min-width: 581px) {
  .no-js .hero-home__text {
    height: 79px;
    font-size: 90px;
  }

  .no-js .hero-home__media--corner {
    height: 79px;
  }

  .no-js .hero-home__media--edge {
    margin-top: -8%;
    height: 203px;
  }
}

@media (min-width: 769px) {
  .no-js .hero-home__text {
    height: 104px;
    font-size: 120px;
  }

  .no-js .hero-home__media--corner {
    height: 104px;
  }

  .no-js .hero-home__media--edge {
    height: 261px;
  }
}

@media (min-width: 1024px) {
  .no-js .hero-home__text {
    height: 143px;
    font-size: 163px;
  }

  .no-js .hero-home__media--corner {
    height: 143px;
  }

  .no-js .hero-home__media--edge {
    height: 352px;
  }
}

@media (min-width: 1280px) {
  .no-js .hero-home__text {
    height: 180px;
    font-size: 206px;
  }

  .no-js .hero-home__media--corner {
    height: 180px;
  }

  .no-js .hero-home__media--edge {
    margin-top: -7%;
    height: 437px;
  }
}

.images {
  display: grid;
  max-height: 100vh;
  gap: 1.5rem;
}

.images--1 {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 90vh);
}

.images--1 .images__media:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.images--2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 90vh);
}

.images--2 .images__media:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.images--2 .images__media:nth-child(2) {
  grid-area: 1 / 2 / 2 / 2;
}

.images--3 {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 45vh);
}

.images--3 .images__media:nth-child(1) {
  grid-area: 1 / 1 / 2 / 4;
}

.images--3 .images__media:nth-child(2) {
  grid-area: 2 / 1 / 3 / 4;
}

.images--3 .images__media:nth-child(3) {
  grid-area: 1 / 4 / 3 / 6;
}

.images__media img {
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.scrolling-text {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.scrolling-text p {
  margin: 0px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 400px) {
  .scrolling-text p {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .scrolling-text p {
    font-size: 2.25rem;
  }
}

.slider {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 769px) {
  .slider .flickity-bg-lazyloaded {
    top: 0px;
    bottom: 0px;
  }
}

.slider__slide {
  position: relative;
  min-height: 90vh;
  width: 100%;
  background-position: center;
}

.slider__slide:before {
  content: "";
  background: linear-gradient(90deg, 
                            rgba(0,0,0,1) 0%, 
                            rgba(0,0,0,0.8) 23%, 
                            rgba(0,0,0,0.4) 46%, 
                            rgba(0,0,0,0.2) 66%, 
                            rgba(0,0,0,0) 75%
                        );
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -10;
}

.slider .flickity-page-dots {
  width: 100%;
}

@media (min-width: 320px) {
  .slider .flickity-page-dots {
    max-width: 320px;
  }
}

@media (min-width: 400px) {
  .slider .flickity-page-dots {
    max-width: 400px;
  }
}

@media (min-width: 581px) {
  .slider .flickity-page-dots {
    max-width: 581px;
  }
}

@media (min-width: 769px) {
  .slider .flickity-page-dots {
    max-width: 769px;
  }
}

@media (min-width: 1024px) {
  .slider .flickity-page-dots {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .slider .flickity-page-dots {
    max-width: 1280px;
  }
}

.slider .flickity-page-dots {
  bottom: 16vh;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: flex-start;
  gap: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 400px) {
  .slider .flickity-page-dots {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 769px) {
  .slider .flickity-page-dots {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.slider .flickity-page-dot {
  margin: 0px;
  height: 1rem;
  width: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

.slider .flickity-page-dot:focus {
  --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);
}

.slider .flickity-page-dot.is-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1280px) {
  .slider .flickity-prev-next-button {
    top: auto;
    bottom: 2rem;
    transform: none;
  }
}

.text-block--two-column {
}

.text-block--three-column {
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .text-block--three-column {
    display: flex;
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .text-block--three-column {
    gap: 3rem;
  }
}

/* Elements */

/* Sections */

/* Globals */

/* Packages */

/**
 * Infinite Marquee 1.0.5
 * Infinite Horizontal & Vertical Marquee animation based on CSS and controlled with JS
 *
 * Copyright 2024 Vahan Baghdasaryan
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2024
 */

.horizontal-marquee{
  display:flex;
  flex-wrap:nowrap;
  overflow:hidden;
  gap:var(--_gap);
  max-width:100%
}

.horizontal-marquee.smooth{
  -webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);
  mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)
}

.horizontal-marquee.paused .horizontal-marquee-inner{
  animation-play-state:paused
}

.horizontal-marquee.full .horizontal-marquee-inner{
  min-width:100%
}

.horizontal-marquee-inner{
  display:flex;
  align-items:center;
  justify-content:space-around;
  flex-wrap:nowrap;
  gap:var(--_gap);
  white-space:nowrap
}

[data-animate=true] .horizontal-marquee-inner{
  animation:horizontal-marquee var(--_speed) linear infinite var(--_direction)
}

@keyframes horizontal-marquee{
  0%{
    transform:translate(calc(var(--_gap) * -1))
  }

  100%{
    transform:translate(calc(-100% - var(--_gap) * 2))
  }
}

.vertical-marquee{
  display:flex;
  flex-wrap:nowrap;
  overflow:hidden;
  margin-bottom:var(--_gap);
  max-height:100%;
  flex-direction:column;
  height:calc(calc(var(--_containerSize) - var(--_vGap))/ 1.2)
}

.vertical-marquee.smooth{
  -webkit-mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent);
  mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent)
}

.vertical-marquee.paused .vertical-marquee-inner{
  animation-play-state:paused
}

.vertical-marquee-inner{
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:space-around;
  flex-wrap:nowrap;
  margin-bottom:var(--_vGap)
}

[data-animate=true] .vertical-marquee-inner{
  animation:vertical-marquee var(--_speed) linear infinite var(--_direction)
}

.vertical-marquee-inner>:not(:last-child){
  margin-right:var(--_hGap)
}

@keyframes vertical-marquee{
  0%{
    transform:translateY(calc(var(--_vGap) * -1))
  }

  100%{
    transform:translateY(calc(-100% - var(--_vGap) * 2))
  }
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

:root{
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-focus-color: #5897fb;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px
}

@keyframes ss-valueIn{
  0%{
    transform:scale(0);
    opacity:0
  }

  100%{
    transform:scale(1);
    opacity:1
  }
}

@keyframes ss-valueOut{
  0%{
    transform:scale(1);
    opacity:1
  }

  100%{
    transform:scale(0);
    opacity:0
  }
}

.ss-hide{
  display:none !important
}

.ss-main{
  display:flex;
  flex-direction:row;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  color:var(--ss-font-color);
  min-height:var(--ss-main-height);
  width:100%;
  padding:var(--ss-spacing-s);
  cursor:pointer;
  border:1px solid var(--ss-border-color);
  border-radius:var(--ss-border-radius);
  background-color:var(--ss-bg-color);
  outline:0;
  box-sizing:border-box;
  transition:background-color var(--ss-animation-timing);
  overflow:hidden
}

.ss-main:focus{
  box-shadow:0 0 5px var(--ss-focus-color)
}

.ss-main.ss-disabled{
  background-color:var(--ss-disabled-color);
  cursor:not-allowed
}

.ss-main.ss-disabled .ss-values .ss-disabled{
  color:var(--ss-font-color)
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{
  cursor:not-allowed
}

.ss-main.ss-open-above{
  border-top-left-radius:0px;
  border-top-right-radius:0px
}

.ss-main.ss-open-below{
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px
}

.ss-main .ss-values{
  display:inline-flex;
  flex-wrap:wrap;
  gap:var(--ss-spacing-m);
  flex:1 1 100%
}

.ss-main .ss-values .ss-placeholder{
  display:flex;
  padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin:auto 0px auto 0px;
  line-height:1em;
  align-items:center;
  width:100%;
  color:var(--ss-font-placeholder-color);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.ss-main .ss-values .ss-max{
  display:flex;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  align-items:center;
  width:-moz-fit-content;
  width:fit-content;
  font-size:12px;
  color:var(--ss-bg-color);
  line-height:1;
  padding:var(--ss-spacing-s) var(--ss-spacing-m);
  background-color:var(--ss-primary-color);
  border-radius:var(--ss-border-radius)
}

.ss-main .ss-values .ss-single{
  display:flex;
  margin:auto 0px auto var(--ss-spacing-s)
}

.ss-main .ss-values .ss-value{
  display:flex;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  align-items:center;
  width:-moz-fit-content;
  width:fit-content;
  background-color:var(--ss-primary-color);
  border-radius:var(--ss-border-radius);
  animation-name:ss-valueIn;
  animation-duration:var(--ss-animation-timing);
  animation-timing-function:ease-out;
  animation-fill-mode:both
}

.ss-main .ss-values .ss-value.ss-value-out{
  animation-name:ss-valueOut;
  animation-duration:var(--ss-animation-timing);
  animation-timing-function:ease-out
}

.ss-main .ss-values .ss-value .ss-value-text{
  font-size:12px;
  color:var(--ss-bg-color);
  line-height:1;
  padding:var(--ss-spacing-s) var(--ss-spacing-m)
}

.ss-main .ss-values .ss-value .ss-value-delete{
  display:flex;
  align-items:center;
  height:var(--ss-spacing-l);
  width:var(--ss-spacing-l);
  padding:var(--ss-spacing-s) var(--ss-spacing-m);
  cursor:pointer;
  border-left:solid 1px var(--ss-bg-color);
  box-sizing:content-box
}

.ss-main .ss-values .ss-value .ss-value-delete svg{
  height:var(--ss-spacing-l);
  width:var(--ss-spacing-l)
}

.ss-main .ss-values .ss-value .ss-value-delete svg path{
  fill:none;
  stroke:var(--ss-bg-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-main .ss-deselect{
  flex:0 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:-moz-fit-content;
  width:fit-content;
  height:auto;
  margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)
}

.ss-main .ss-deselect svg{
  width:8px;
  height:8px
}

.ss-main .ss-deselect svg path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:20;
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-main .ss-arrow{
  flex:0 1 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  width:12px;
  height:12px;
  margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)
}

.ss-main .ss-arrow path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition-timing-function:ease-out;
  transition:var(--ss-animation-timing)
}

.ss-content{
  position:absolute;
  display:flex;
  height:auto;
  flex-direction:column;
  width:auto;
  max-height:var(--ss-content-height);
  box-sizing:border-box;
  border:solid 1px var(--ss-border-color);
  background-color:var(--ss-bg-color);
  transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);
  opacity:0;
  transform:scaleY(0);
  transform-origin:center top;
  overflow:hidden;
  z-index:10000
}

.ss-content.ss-relative{
  position:relative;
  height:100%
}

.ss-content.ss-open-above{
  flex-direction:column-reverse;
  opacity:1;
  transform:scaleY(1);
  transform-origin:center bottom;
  border-top-left-radius:var(--ss-border-radius);
  border-top-right-radius:var(--ss-border-radius)
}

.ss-content.ss-open-below{
  opacity:1;
  transform:scaleY(1);
  transform-origin:center top;
  border-bottom-left-radius:var(--ss-border-radius);
  border-bottom-right-radius:var(--ss-border-radius)
}

.ss-content .ss-search{
  flex:0 1 auto;
  display:flex;
  flex-direction:row;
  padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)
}

.ss-content .ss-search input{
  display:inline-flex;
  font-size:inherit;
  line-height:inherit;
  flex:1 1 auto;
  width:100%;
  min-width:0px;
  padding:var(--ss-spacing-m) var(--ss-spacing-l);
  margin:0;
  border:1px solid var(--ss-border-color);
  border-radius:var(--ss-border-radius);
  background-color:var(--ss-bg-color);
  outline:0;
  text-align:left;
  box-sizing:border-box
}

.ss-content .ss-search input::-moz-placeholder{
  color:var(--ss-font-placeholder-color);
  vertical-align:middle
}

.ss-content .ss-search input::placeholder{
  color:var(--ss-font-placeholder-color);
  vertical-align:middle
}

.ss-content .ss-search input:focus{
  box-shadow:0 0 5px var(--ss-focus-color)
}

.ss-content .ss-search .ss-addable{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  flex:0 0 auto;
  height:auto;
  margin:0 0 0 var(--ss-spacing-m);
  border:1px solid var(--ss-border-color);
  border-radius:var(--ss-border-radius)
}

.ss-content .ss-search .ss-addable svg{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex:0 1 auto;
  width:12px;
  height:12px;
  margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)
}

.ss-content .ss-search .ss-addable svg path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-content .ss-list{
  flex:1 1 auto;
  height:auto;
  overflow-x:hidden;
  overflow-y:auto
}

.ss-content .ss-list .ss-error{
  color:var(--ss-error-color);
  padding:var(--ss-spacing-l)
}

.ss-content .ss-list .ss-searching{
  color:var(--ss-font-color);
  padding:var(--ss-spacing-l)
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option{
  display:none !important
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{
  flex:1 1 auto;
  font-weight:bold;
  color:var(--ss-font-color)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){
  cursor:pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{
  flex:0 1 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:var(--ss-spacing-m)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{
  flex:0 0 auto;
  display:flex;
  flex-direction:row;
  cursor:pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{
  opacity:.5
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{
  stroke:var(--ss-error-color)
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{
  flex:0 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:60%;
  text-align:center;
  padding:0 var(--ss-spacing-s) 0 0
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{
  flex:0 1 auto;
  width:13px;
  height:13px
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{
  fill:none;
  stroke:var(--ss-success-color);
  stroke-linecap:round;
  stroke-linejoin:round
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{
  stroke-width:5
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{
  stroke-width:11
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{
  flex:0 1 auto;
  display:flex;
  flex-direction:row;
  cursor:pointer
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{
  flex:1 1 auto;
  width:10px;
  height:10px
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{
  fill:none;
  stroke:var(--ss-font-color);
  stroke-width:18;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition-timing-function:ease-out;
  transition:var(--ss-animation-timing)
}

.ss-content .ss-list .ss-optgroup .ss-option{
  padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)
}

.ss-content .ss-list .ss-option{
  display:flex;
  padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  color:var(--ss-font-color);
  cursor:pointer;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.ss-content .ss-list .ss-option:hover{
  color:var(--ss-bg-color);
  background-color:var(--ss-primary-color)
}

.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{
  color:var(--ss-bg-color);
  background-color:var(--ss-primary-color)
}

.ss-content .ss-list .ss-option.ss-disabled{
  cursor:not-allowed;
  background-color:var(--ss-disabled-color)
}

.ss-content .ss-list .ss-option.ss-disabled:hover{
  color:var(--ss-font-color)
}

.ss-content .ss-list .ss-option .ss-search-highlight{
  background-color:var(--ss-highlight-color)
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table-row-group {
  display: table-row-group;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[71\%\] {
  height: 71%;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.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\/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-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-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-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-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-\[100px\] {
  max-width: 100px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.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-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 769px;
}

.max-w-screen-sm {
  max-width: 581px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-xs {
  max-width: 400px;
}

.max-w-screen-xxs {
  max-width: 320px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.grow-0 {
  flex-grow: 0;
}

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

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

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

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-w-resize {
  cursor: w-resize;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.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-black {
  --tw-border-opacity: 1;
  border-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-black\/0 {
  border-color: rgb(11 11 11 / 0);
}

.border-black\/10 {
  border-color: rgb(11 11 11 / 0.1);
}

.border-black\/100 {
  border-color: rgb(11 11 11 / 1);
}

.border-black\/15 {
  border-color: rgb(11 11 11 / 0.15);
}

.border-black\/20 {
  border-color: rgb(11 11 11 / 0.2);
}

.border-black\/25 {
  border-color: rgb(11 11 11 / 0.25);
}

.border-black\/30 {
  border-color: rgb(11 11 11 / 0.3);
}

.border-black\/35 {
  border-color: rgb(11 11 11 / 0.35);
}

.border-black\/40 {
  border-color: rgb(11 11 11 / 0.4);
}

.border-black\/45 {
  border-color: rgb(11 11 11 / 0.45);
}

.border-black\/5 {
  border-color: rgb(11 11 11 / 0.05);
}

.border-black\/50 {
  border-color: rgb(11 11 11 / 0.5);
}

.border-black\/55 {
  border-color: rgb(11 11 11 / 0.55);
}

.border-black\/60 {
  border-color: rgb(11 11 11 / 0.6);
}

.border-black\/65 {
  border-color: rgb(11 11 11 / 0.65);
}

.border-black\/70 {
  border-color: rgb(11 11 11 / 0.7);
}

.border-black\/75 {
  border-color: rgb(11 11 11 / 0.75);
}

.border-black\/80 {
  border-color: rgb(11 11 11 / 0.8);
}

.border-black\/85 {
  border-color: rgb(11 11 11 / 0.85);
}

.border-black\/90 {
  border-color: rgb(11 11 11 / 0.9);
}

.border-black\/95 {
  border-color: rgb(11 11 11 / 0.95);
}

.border-current {
  border-color: currentColor;
}

.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-grey-100\/0 {
  border-color: rgb(204 204 206 / 0);
}

.border-grey-100\/10 {
  border-color: rgb(204 204 206 / 0.1);
}

.border-grey-100\/100 {
  border-color: rgb(204 204 206 / 1);
}

.border-grey-100\/15 {
  border-color: rgb(204 204 206 / 0.15);
}

.border-grey-100\/20 {
  border-color: rgb(204 204 206 / 0.2);
}

.border-grey-100\/25 {
  border-color: rgb(204 204 206 / 0.25);
}

.border-grey-100\/30 {
  border-color: rgb(204 204 206 / 0.3);
}

.border-grey-100\/35 {
  border-color: rgb(204 204 206 / 0.35);
}

.border-grey-100\/40 {
  border-color: rgb(204 204 206 / 0.4);
}

.border-grey-100\/45 {
  border-color: rgb(204 204 206 / 0.45);
}

.border-grey-100\/5 {
  border-color: rgb(204 204 206 / 0.05);
}

.border-grey-100\/50 {
  border-color: rgb(204 204 206 / 0.5);
}

.border-grey-100\/55 {
  border-color: rgb(204 204 206 / 0.55);
}

.border-grey-100\/60 {
  border-color: rgb(204 204 206 / 0.6);
}

.border-grey-100\/65 {
  border-color: rgb(204 204 206 / 0.65);
}

.border-grey-100\/70 {
  border-color: rgb(204 204 206 / 0.7);
}

.border-grey-100\/75 {
  border-color: rgb(204 204 206 / 0.75);
}

.border-grey-100\/80 {
  border-color: rgb(204 204 206 / 0.8);
}

.border-grey-100\/85 {
  border-color: rgb(204 204 206 / 0.85);
}

.border-grey-100\/90 {
  border-color: rgb(204 204 206 / 0.9);
}

.border-grey-100\/95 {
  border-color: rgb(204 204 206 / 0.95);
}

.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-grey-200\/0 {
  border-color: rgb(119 119 125 / 0);
}

.border-grey-200\/10 {
  border-color: rgb(119 119 125 / 0.1);
}

.border-grey-200\/100 {
  border-color: rgb(119 119 125 / 1);
}

.border-grey-200\/15 {
  border-color: rgb(119 119 125 / 0.15);
}

.border-grey-200\/20 {
  border-color: rgb(119 119 125 / 0.2);
}

.border-grey-200\/25 {
  border-color: rgb(119 119 125 / 0.25);
}

.border-grey-200\/30 {
  border-color: rgb(119 119 125 / 0.3);
}

.border-grey-200\/35 {
  border-color: rgb(119 119 125 / 0.35);
}

.border-grey-200\/40 {
  border-color: rgb(119 119 125 / 0.4);
}

.border-grey-200\/45 {
  border-color: rgb(119 119 125 / 0.45);
}

.border-grey-200\/5 {
  border-color: rgb(119 119 125 / 0.05);
}

.border-grey-200\/50 {
  border-color: rgb(119 119 125 / 0.5);
}

.border-grey-200\/55 {
  border-color: rgb(119 119 125 / 0.55);
}

.border-grey-200\/60 {
  border-color: rgb(119 119 125 / 0.6);
}

.border-grey-200\/65 {
  border-color: rgb(119 119 125 / 0.65);
}

.border-grey-200\/70 {
  border-color: rgb(119 119 125 / 0.7);
}

.border-grey-200\/75 {
  border-color: rgb(119 119 125 / 0.75);
}

.border-grey-200\/80 {
  border-color: rgb(119 119 125 / 0.8);
}

.border-grey-200\/85 {
  border-color: rgb(119 119 125 / 0.85);
}

.border-grey-200\/90 {
  border-color: rgb(119 119 125 / 0.9);
}

.border-grey-200\/95 {
  border-color: rgb(119 119 125 / 0.95);
}

.border-transparent {
  border-color: transparent;
}

.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-yellow\/0 {
  border-color: rgb(242 216 51 / 0);
}

.border-yellow\/10 {
  border-color: rgb(242 216 51 / 0.1);
}

.border-yellow\/100 {
  border-color: rgb(242 216 51 / 1);
}

.border-yellow\/15 {
  border-color: rgb(242 216 51 / 0.15);
}

.border-yellow\/20 {
  border-color: rgb(242 216 51 / 0.2);
}

.border-yellow\/25 {
  border-color: rgb(242 216 51 / 0.25);
}

.border-yellow\/30 {
  border-color: rgb(242 216 51 / 0.3);
}

.border-yellow\/35 {
  border-color: rgb(242 216 51 / 0.35);
}

.border-yellow\/40 {
  border-color: rgb(242 216 51 / 0.4);
}

.border-yellow\/45 {
  border-color: rgb(242 216 51 / 0.45);
}

.border-yellow\/5 {
  border-color: rgb(242 216 51 / 0.05);
}

.border-yellow\/50 {
  border-color: rgb(242 216 51 / 0.5);
}

.border-yellow\/55 {
  border-color: rgb(242 216 51 / 0.55);
}

.border-yellow\/60 {
  border-color: rgb(242 216 51 / 0.6);
}

.border-yellow\/65 {
  border-color: rgb(242 216 51 / 0.65);
}

.border-yellow\/70 {
  border-color: rgb(242 216 51 / 0.7);
}

.border-yellow\/75 {
  border-color: rgb(242 216 51 / 0.75);
}

.border-yellow\/80 {
  border-color: rgb(242 216 51 / 0.8);
}

.border-yellow\/85 {
  border-color: rgb(242 216 51 / 0.85);
}

.border-yellow\/90 {
  border-color: rgb(242 216 51 / 0.9);
}

.border-yellow\/95 {
  border-color: rgb(242 216 51 / 0.95);
}

.border-x-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(11 11 11 / var(--tw-border-opacity));
  border-right-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-x-black\/0 {
  border-left-color: rgb(11 11 11 / 0);
  border-right-color: rgb(11 11 11 / 0);
}

.border-x-black\/10 {
  border-left-color: rgb(11 11 11 / 0.1);
  border-right-color: rgb(11 11 11 / 0.1);
}

.border-x-black\/100 {
  border-left-color: rgb(11 11 11 / 1);
  border-right-color: rgb(11 11 11 / 1);
}

.border-x-black\/15 {
  border-left-color: rgb(11 11 11 / 0.15);
  border-right-color: rgb(11 11 11 / 0.15);
}

.border-x-black\/20 {
  border-left-color: rgb(11 11 11 / 0.2);
  border-right-color: rgb(11 11 11 / 0.2);
}

.border-x-black\/25 {
  border-left-color: rgb(11 11 11 / 0.25);
  border-right-color: rgb(11 11 11 / 0.25);
}

.border-x-black\/30 {
  border-left-color: rgb(11 11 11 / 0.3);
  border-right-color: rgb(11 11 11 / 0.3);
}

.border-x-black\/35 {
  border-left-color: rgb(11 11 11 / 0.35);
  border-right-color: rgb(11 11 11 / 0.35);
}

.border-x-black\/40 {
  border-left-color: rgb(11 11 11 / 0.4);
  border-right-color: rgb(11 11 11 / 0.4);
}

.border-x-black\/45 {
  border-left-color: rgb(11 11 11 / 0.45);
  border-right-color: rgb(11 11 11 / 0.45);
}

.border-x-black\/5 {
  border-left-color: rgb(11 11 11 / 0.05);
  border-right-color: rgb(11 11 11 / 0.05);
}

.border-x-black\/50 {
  border-left-color: rgb(11 11 11 / 0.5);
  border-right-color: rgb(11 11 11 / 0.5);
}

.border-x-black\/55 {
  border-left-color: rgb(11 11 11 / 0.55);
  border-right-color: rgb(11 11 11 / 0.55);
}

.border-x-black\/60 {
  border-left-color: rgb(11 11 11 / 0.6);
  border-right-color: rgb(11 11 11 / 0.6);
}

.border-x-black\/65 {
  border-left-color: rgb(11 11 11 / 0.65);
  border-right-color: rgb(11 11 11 / 0.65);
}

.border-x-black\/70 {
  border-left-color: rgb(11 11 11 / 0.7);
  border-right-color: rgb(11 11 11 / 0.7);
}

.border-x-black\/75 {
  border-left-color: rgb(11 11 11 / 0.75);
  border-right-color: rgb(11 11 11 / 0.75);
}

.border-x-black\/80 {
  border-left-color: rgb(11 11 11 / 0.8);
  border-right-color: rgb(11 11 11 / 0.8);
}

.border-x-black\/85 {
  border-left-color: rgb(11 11 11 / 0.85);
  border-right-color: rgb(11 11 11 / 0.85);
}

.border-x-black\/90 {
  border-left-color: rgb(11 11 11 / 0.9);
  border-right-color: rgb(11 11 11 / 0.9);
}

.border-x-black\/95 {
  border-left-color: rgb(11 11 11 / 0.95);
  border-right-color: rgb(11 11 11 / 0.95);
}

.border-x-current {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.border-x-grey-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 204 206 / var(--tw-border-opacity));
  border-right-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-x-grey-100\/0 {
  border-left-color: rgb(204 204 206 / 0);
  border-right-color: rgb(204 204 206 / 0);
}

.border-x-grey-100\/10 {
  border-left-color: rgb(204 204 206 / 0.1);
  border-right-color: rgb(204 204 206 / 0.1);
}

.border-x-grey-100\/100 {
  border-left-color: rgb(204 204 206 / 1);
  border-right-color: rgb(204 204 206 / 1);
}

.border-x-grey-100\/15 {
  border-left-color: rgb(204 204 206 / 0.15);
  border-right-color: rgb(204 204 206 / 0.15);
}

.border-x-grey-100\/20 {
  border-left-color: rgb(204 204 206 / 0.2);
  border-right-color: rgb(204 204 206 / 0.2);
}

.border-x-grey-100\/25 {
  border-left-color: rgb(204 204 206 / 0.25);
  border-right-color: rgb(204 204 206 / 0.25);
}

.border-x-grey-100\/30 {
  border-left-color: rgb(204 204 206 / 0.3);
  border-right-color: rgb(204 204 206 / 0.3);
}

.border-x-grey-100\/35 {
  border-left-color: rgb(204 204 206 / 0.35);
  border-right-color: rgb(204 204 206 / 0.35);
}

.border-x-grey-100\/40 {
  border-left-color: rgb(204 204 206 / 0.4);
  border-right-color: rgb(204 204 206 / 0.4);
}

.border-x-grey-100\/45 {
  border-left-color: rgb(204 204 206 / 0.45);
  border-right-color: rgb(204 204 206 / 0.45);
}

.border-x-grey-100\/5 {
  border-left-color: rgb(204 204 206 / 0.05);
  border-right-color: rgb(204 204 206 / 0.05);
}

.border-x-grey-100\/50 {
  border-left-color: rgb(204 204 206 / 0.5);
  border-right-color: rgb(204 204 206 / 0.5);
}

.border-x-grey-100\/55 {
  border-left-color: rgb(204 204 206 / 0.55);
  border-right-color: rgb(204 204 206 / 0.55);
}

.border-x-grey-100\/60 {
  border-left-color: rgb(204 204 206 / 0.6);
  border-right-color: rgb(204 204 206 / 0.6);
}

.border-x-grey-100\/65 {
  border-left-color: rgb(204 204 206 / 0.65);
  border-right-color: rgb(204 204 206 / 0.65);
}

.border-x-grey-100\/70 {
  border-left-color: rgb(204 204 206 / 0.7);
  border-right-color: rgb(204 204 206 / 0.7);
}

.border-x-grey-100\/75 {
  border-left-color: rgb(204 204 206 / 0.75);
  border-right-color: rgb(204 204 206 / 0.75);
}

.border-x-grey-100\/80 {
  border-left-color: rgb(204 204 206 / 0.8);
  border-right-color: rgb(204 204 206 / 0.8);
}

.border-x-grey-100\/85 {
  border-left-color: rgb(204 204 206 / 0.85);
  border-right-color: rgb(204 204 206 / 0.85);
}

.border-x-grey-100\/90 {
  border-left-color: rgb(204 204 206 / 0.9);
  border-right-color: rgb(204 204 206 / 0.9);
}

.border-x-grey-100\/95 {
  border-left-color: rgb(204 204 206 / 0.95);
  border-right-color: rgb(204 204 206 / 0.95);
}

.border-x-grey-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(119 119 125 / var(--tw-border-opacity));
  border-right-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-x-grey-200\/0 {
  border-left-color: rgb(119 119 125 / 0);
  border-right-color: rgb(119 119 125 / 0);
}

.border-x-grey-200\/10 {
  border-left-color: rgb(119 119 125 / 0.1);
  border-right-color: rgb(119 119 125 / 0.1);
}

.border-x-grey-200\/100 {
  border-left-color: rgb(119 119 125 / 1);
  border-right-color: rgb(119 119 125 / 1);
}

.border-x-grey-200\/15 {
  border-left-color: rgb(119 119 125 / 0.15);
  border-right-color: rgb(119 119 125 / 0.15);
}

.border-x-grey-200\/20 {
  border-left-color: rgb(119 119 125 / 0.2);
  border-right-color: rgb(119 119 125 / 0.2);
}

.border-x-grey-200\/25 {
  border-left-color: rgb(119 119 125 / 0.25);
  border-right-color: rgb(119 119 125 / 0.25);
}

.border-x-grey-200\/30 {
  border-left-color: rgb(119 119 125 / 0.3);
  border-right-color: rgb(119 119 125 / 0.3);
}

.border-x-grey-200\/35 {
  border-left-color: rgb(119 119 125 / 0.35);
  border-right-color: rgb(119 119 125 / 0.35);
}

.border-x-grey-200\/40 {
  border-left-color: rgb(119 119 125 / 0.4);
  border-right-color: rgb(119 119 125 / 0.4);
}

.border-x-grey-200\/45 {
  border-left-color: rgb(119 119 125 / 0.45);
  border-right-color: rgb(119 119 125 / 0.45);
}

.border-x-grey-200\/5 {
  border-left-color: rgb(119 119 125 / 0.05);
  border-right-color: rgb(119 119 125 / 0.05);
}

.border-x-grey-200\/50 {
  border-left-color: rgb(119 119 125 / 0.5);
  border-right-color: rgb(119 119 125 / 0.5);
}

.border-x-grey-200\/55 {
  border-left-color: rgb(119 119 125 / 0.55);
  border-right-color: rgb(119 119 125 / 0.55);
}

.border-x-grey-200\/60 {
  border-left-color: rgb(119 119 125 / 0.6);
  border-right-color: rgb(119 119 125 / 0.6);
}

.border-x-grey-200\/65 {
  border-left-color: rgb(119 119 125 / 0.65);
  border-right-color: rgb(119 119 125 / 0.65);
}

.border-x-grey-200\/70 {
  border-left-color: rgb(119 119 125 / 0.7);
  border-right-color: rgb(119 119 125 / 0.7);
}

.border-x-grey-200\/75 {
  border-left-color: rgb(119 119 125 / 0.75);
  border-right-color: rgb(119 119 125 / 0.75);
}

.border-x-grey-200\/80 {
  border-left-color: rgb(119 119 125 / 0.8);
  border-right-color: rgb(119 119 125 / 0.8);
}

.border-x-grey-200\/85 {
  border-left-color: rgb(119 119 125 / 0.85);
  border-right-color: rgb(119 119 125 / 0.85);
}

.border-x-grey-200\/90 {
  border-left-color: rgb(119 119 125 / 0.9);
  border-right-color: rgb(119 119 125 / 0.9);
}

.border-x-grey-200\/95 {
  border-left-color: rgb(119 119 125 / 0.95);
  border-right-color: rgb(119 119 125 / 0.95);
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-x-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-x-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-x-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-x-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-x-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-x-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-x-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 216 51 / var(--tw-border-opacity));
  border-right-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-x-yellow\/0 {
  border-left-color: rgb(242 216 51 / 0);
  border-right-color: rgb(242 216 51 / 0);
}

.border-x-yellow\/10 {
  border-left-color: rgb(242 216 51 / 0.1);
  border-right-color: rgb(242 216 51 / 0.1);
}

.border-x-yellow\/100 {
  border-left-color: rgb(242 216 51 / 1);
  border-right-color: rgb(242 216 51 / 1);
}

.border-x-yellow\/15 {
  border-left-color: rgb(242 216 51 / 0.15);
  border-right-color: rgb(242 216 51 / 0.15);
}

.border-x-yellow\/20 {
  border-left-color: rgb(242 216 51 / 0.2);
  border-right-color: rgb(242 216 51 / 0.2);
}

.border-x-yellow\/25 {
  border-left-color: rgb(242 216 51 / 0.25);
  border-right-color: rgb(242 216 51 / 0.25);
}

.border-x-yellow\/30 {
  border-left-color: rgb(242 216 51 / 0.3);
  border-right-color: rgb(242 216 51 / 0.3);
}

.border-x-yellow\/35 {
  border-left-color: rgb(242 216 51 / 0.35);
  border-right-color: rgb(242 216 51 / 0.35);
}

.border-x-yellow\/40 {
  border-left-color: rgb(242 216 51 / 0.4);
  border-right-color: rgb(242 216 51 / 0.4);
}

.border-x-yellow\/45 {
  border-left-color: rgb(242 216 51 / 0.45);
  border-right-color: rgb(242 216 51 / 0.45);
}

.border-x-yellow\/5 {
  border-left-color: rgb(242 216 51 / 0.05);
  border-right-color: rgb(242 216 51 / 0.05);
}

.border-x-yellow\/50 {
  border-left-color: rgb(242 216 51 / 0.5);
  border-right-color: rgb(242 216 51 / 0.5);
}

.border-x-yellow\/55 {
  border-left-color: rgb(242 216 51 / 0.55);
  border-right-color: rgb(242 216 51 / 0.55);
}

.border-x-yellow\/60 {
  border-left-color: rgb(242 216 51 / 0.6);
  border-right-color: rgb(242 216 51 / 0.6);
}

.border-x-yellow\/65 {
  border-left-color: rgb(242 216 51 / 0.65);
  border-right-color: rgb(242 216 51 / 0.65);
}

.border-x-yellow\/70 {
  border-left-color: rgb(242 216 51 / 0.7);
  border-right-color: rgb(242 216 51 / 0.7);
}

.border-x-yellow\/75 {
  border-left-color: rgb(242 216 51 / 0.75);
  border-right-color: rgb(242 216 51 / 0.75);
}

.border-x-yellow\/80 {
  border-left-color: rgb(242 216 51 / 0.8);
  border-right-color: rgb(242 216 51 / 0.8);
}

.border-x-yellow\/85 {
  border-left-color: rgb(242 216 51 / 0.85);
  border-right-color: rgb(242 216 51 / 0.85);
}

.border-x-yellow\/90 {
  border-left-color: rgb(242 216 51 / 0.9);
  border-right-color: rgb(242 216 51 / 0.9);
}

.border-x-yellow\/95 {
  border-left-color: rgb(242 216 51 / 0.95);
  border-right-color: rgb(242 216 51 / 0.95);
}

.border-y-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(11 11 11 / var(--tw-border-opacity));
  border-bottom-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-y-black\/0 {
  border-top-color: rgb(11 11 11 / 0);
  border-bottom-color: rgb(11 11 11 / 0);
}

.border-y-black\/10 {
  border-top-color: rgb(11 11 11 / 0.1);
  border-bottom-color: rgb(11 11 11 / 0.1);
}

.border-y-black\/100 {
  border-top-color: rgb(11 11 11 / 1);
  border-bottom-color: rgb(11 11 11 / 1);
}

.border-y-black\/15 {
  border-top-color: rgb(11 11 11 / 0.15);
  border-bottom-color: rgb(11 11 11 / 0.15);
}

.border-y-black\/20 {
  border-top-color: rgb(11 11 11 / 0.2);
  border-bottom-color: rgb(11 11 11 / 0.2);
}

.border-y-black\/25 {
  border-top-color: rgb(11 11 11 / 0.25);
  border-bottom-color: rgb(11 11 11 / 0.25);
}

.border-y-black\/30 {
  border-top-color: rgb(11 11 11 / 0.3);
  border-bottom-color: rgb(11 11 11 / 0.3);
}

.border-y-black\/35 {
  border-top-color: rgb(11 11 11 / 0.35);
  border-bottom-color: rgb(11 11 11 / 0.35);
}

.border-y-black\/40 {
  border-top-color: rgb(11 11 11 / 0.4);
  border-bottom-color: rgb(11 11 11 / 0.4);
}

.border-y-black\/45 {
  border-top-color: rgb(11 11 11 / 0.45);
  border-bottom-color: rgb(11 11 11 / 0.45);
}

.border-y-black\/5 {
  border-top-color: rgb(11 11 11 / 0.05);
  border-bottom-color: rgb(11 11 11 / 0.05);
}

.border-y-black\/50 {
  border-top-color: rgb(11 11 11 / 0.5);
  border-bottom-color: rgb(11 11 11 / 0.5);
}

.border-y-black\/55 {
  border-top-color: rgb(11 11 11 / 0.55);
  border-bottom-color: rgb(11 11 11 / 0.55);
}

.border-y-black\/60 {
  border-top-color: rgb(11 11 11 / 0.6);
  border-bottom-color: rgb(11 11 11 / 0.6);
}

.border-y-black\/65 {
  border-top-color: rgb(11 11 11 / 0.65);
  border-bottom-color: rgb(11 11 11 / 0.65);
}

.border-y-black\/70 {
  border-top-color: rgb(11 11 11 / 0.7);
  border-bottom-color: rgb(11 11 11 / 0.7);
}

.border-y-black\/75 {
  border-top-color: rgb(11 11 11 / 0.75);
  border-bottom-color: rgb(11 11 11 / 0.75);
}

.border-y-black\/80 {
  border-top-color: rgb(11 11 11 / 0.8);
  border-bottom-color: rgb(11 11 11 / 0.8);
}

.border-y-black\/85 {
  border-top-color: rgb(11 11 11 / 0.85);
  border-bottom-color: rgb(11 11 11 / 0.85);
}

.border-y-black\/90 {
  border-top-color: rgb(11 11 11 / 0.9);
  border-bottom-color: rgb(11 11 11 / 0.9);
}

.border-y-black\/95 {
  border-top-color: rgb(11 11 11 / 0.95);
  border-bottom-color: rgb(11 11 11 / 0.95);
}

.border-y-current {
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}

.border-y-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 204 206 / var(--tw-border-opacity));
  border-bottom-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-y-grey-100\/0 {
  border-top-color: rgb(204 204 206 / 0);
  border-bottom-color: rgb(204 204 206 / 0);
}

.border-y-grey-100\/10 {
  border-top-color: rgb(204 204 206 / 0.1);
  border-bottom-color: rgb(204 204 206 / 0.1);
}

.border-y-grey-100\/100 {
  border-top-color: rgb(204 204 206 / 1);
  border-bottom-color: rgb(204 204 206 / 1);
}

.border-y-grey-100\/15 {
  border-top-color: rgb(204 204 206 / 0.15);
  border-bottom-color: rgb(204 204 206 / 0.15);
}

.border-y-grey-100\/20 {
  border-top-color: rgb(204 204 206 / 0.2);
  border-bottom-color: rgb(204 204 206 / 0.2);
}

.border-y-grey-100\/25 {
  border-top-color: rgb(204 204 206 / 0.25);
  border-bottom-color: rgb(204 204 206 / 0.25);
}

.border-y-grey-100\/30 {
  border-top-color: rgb(204 204 206 / 0.3);
  border-bottom-color: rgb(204 204 206 / 0.3);
}

.border-y-grey-100\/35 {
  border-top-color: rgb(204 204 206 / 0.35);
  border-bottom-color: rgb(204 204 206 / 0.35);
}

.border-y-grey-100\/40 {
  border-top-color: rgb(204 204 206 / 0.4);
  border-bottom-color: rgb(204 204 206 / 0.4);
}

.border-y-grey-100\/45 {
  border-top-color: rgb(204 204 206 / 0.45);
  border-bottom-color: rgb(204 204 206 / 0.45);
}

.border-y-grey-100\/5 {
  border-top-color: rgb(204 204 206 / 0.05);
  border-bottom-color: rgb(204 204 206 / 0.05);
}

.border-y-grey-100\/50 {
  border-top-color: rgb(204 204 206 / 0.5);
  border-bottom-color: rgb(204 204 206 / 0.5);
}

.border-y-grey-100\/55 {
  border-top-color: rgb(204 204 206 / 0.55);
  border-bottom-color: rgb(204 204 206 / 0.55);
}

.border-y-grey-100\/60 {
  border-top-color: rgb(204 204 206 / 0.6);
  border-bottom-color: rgb(204 204 206 / 0.6);
}

.border-y-grey-100\/65 {
  border-top-color: rgb(204 204 206 / 0.65);
  border-bottom-color: rgb(204 204 206 / 0.65);
}

.border-y-grey-100\/70 {
  border-top-color: rgb(204 204 206 / 0.7);
  border-bottom-color: rgb(204 204 206 / 0.7);
}

.border-y-grey-100\/75 {
  border-top-color: rgb(204 204 206 / 0.75);
  border-bottom-color: rgb(204 204 206 / 0.75);
}

.border-y-grey-100\/80 {
  border-top-color: rgb(204 204 206 / 0.8);
  border-bottom-color: rgb(204 204 206 / 0.8);
}

.border-y-grey-100\/85 {
  border-top-color: rgb(204 204 206 / 0.85);
  border-bottom-color: rgb(204 204 206 / 0.85);
}

.border-y-grey-100\/90 {
  border-top-color: rgb(204 204 206 / 0.9);
  border-bottom-color: rgb(204 204 206 / 0.9);
}

.border-y-grey-100\/95 {
  border-top-color: rgb(204 204 206 / 0.95);
  border-bottom-color: rgb(204 204 206 / 0.95);
}

.border-y-grey-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(119 119 125 / var(--tw-border-opacity));
  border-bottom-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-y-grey-200\/0 {
  border-top-color: rgb(119 119 125 / 0);
  border-bottom-color: rgb(119 119 125 / 0);
}

.border-y-grey-200\/10 {
  border-top-color: rgb(119 119 125 / 0.1);
  border-bottom-color: rgb(119 119 125 / 0.1);
}

.border-y-grey-200\/100 {
  border-top-color: rgb(119 119 125 / 1);
  border-bottom-color: rgb(119 119 125 / 1);
}

.border-y-grey-200\/15 {
  border-top-color: rgb(119 119 125 / 0.15);
  border-bottom-color: rgb(119 119 125 / 0.15);
}

.border-y-grey-200\/20 {
  border-top-color: rgb(119 119 125 / 0.2);
  border-bottom-color: rgb(119 119 125 / 0.2);
}

.border-y-grey-200\/25 {
  border-top-color: rgb(119 119 125 / 0.25);
  border-bottom-color: rgb(119 119 125 / 0.25);
}

.border-y-grey-200\/30 {
  border-top-color: rgb(119 119 125 / 0.3);
  border-bottom-color: rgb(119 119 125 / 0.3);
}

.border-y-grey-200\/35 {
  border-top-color: rgb(119 119 125 / 0.35);
  border-bottom-color: rgb(119 119 125 / 0.35);
}

.border-y-grey-200\/40 {
  border-top-color: rgb(119 119 125 / 0.4);
  border-bottom-color: rgb(119 119 125 / 0.4);
}

.border-y-grey-200\/45 {
  border-top-color: rgb(119 119 125 / 0.45);
  border-bottom-color: rgb(119 119 125 / 0.45);
}

.border-y-grey-200\/5 {
  border-top-color: rgb(119 119 125 / 0.05);
  border-bottom-color: rgb(119 119 125 / 0.05);
}

.border-y-grey-200\/50 {
  border-top-color: rgb(119 119 125 / 0.5);
  border-bottom-color: rgb(119 119 125 / 0.5);
}

.border-y-grey-200\/55 {
  border-top-color: rgb(119 119 125 / 0.55);
  border-bottom-color: rgb(119 119 125 / 0.55);
}

.border-y-grey-200\/60 {
  border-top-color: rgb(119 119 125 / 0.6);
  border-bottom-color: rgb(119 119 125 / 0.6);
}

.border-y-grey-200\/65 {
  border-top-color: rgb(119 119 125 / 0.65);
  border-bottom-color: rgb(119 119 125 / 0.65);
}

.border-y-grey-200\/70 {
  border-top-color: rgb(119 119 125 / 0.7);
  border-bottom-color: rgb(119 119 125 / 0.7);
}

.border-y-grey-200\/75 {
  border-top-color: rgb(119 119 125 / 0.75);
  border-bottom-color: rgb(119 119 125 / 0.75);
}

.border-y-grey-200\/80 {
  border-top-color: rgb(119 119 125 / 0.8);
  border-bottom-color: rgb(119 119 125 / 0.8);
}

.border-y-grey-200\/85 {
  border-top-color: rgb(119 119 125 / 0.85);
  border-bottom-color: rgb(119 119 125 / 0.85);
}

.border-y-grey-200\/90 {
  border-top-color: rgb(119 119 125 / 0.9);
  border-bottom-color: rgb(119 119 125 / 0.9);
}

.border-y-grey-200\/95 {
  border-top-color: rgb(119 119 125 / 0.95);
  border-bottom-color: rgb(119 119 125 / 0.95);
}

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-y-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-y-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-y-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-y-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-y-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-y-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-y-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-y-yellow {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 216 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-y-yellow\/0 {
  border-top-color: rgb(242 216 51 / 0);
  border-bottom-color: rgb(242 216 51 / 0);
}

.border-y-yellow\/10 {
  border-top-color: rgb(242 216 51 / 0.1);
  border-bottom-color: rgb(242 216 51 / 0.1);
}

.border-y-yellow\/100 {
  border-top-color: rgb(242 216 51 / 1);
  border-bottom-color: rgb(242 216 51 / 1);
}

.border-y-yellow\/15 {
  border-top-color: rgb(242 216 51 / 0.15);
  border-bottom-color: rgb(242 216 51 / 0.15);
}

.border-y-yellow\/20 {
  border-top-color: rgb(242 216 51 / 0.2);
  border-bottom-color: rgb(242 216 51 / 0.2);
}

.border-y-yellow\/25 {
  border-top-color: rgb(242 216 51 / 0.25);
  border-bottom-color: rgb(242 216 51 / 0.25);
}

.border-y-yellow\/30 {
  border-top-color: rgb(242 216 51 / 0.3);
  border-bottom-color: rgb(242 216 51 / 0.3);
}

.border-y-yellow\/35 {
  border-top-color: rgb(242 216 51 / 0.35);
  border-bottom-color: rgb(242 216 51 / 0.35);
}

.border-y-yellow\/40 {
  border-top-color: rgb(242 216 51 / 0.4);
  border-bottom-color: rgb(242 216 51 / 0.4);
}

.border-y-yellow\/45 {
  border-top-color: rgb(242 216 51 / 0.45);
  border-bottom-color: rgb(242 216 51 / 0.45);
}

.border-y-yellow\/5 {
  border-top-color: rgb(242 216 51 / 0.05);
  border-bottom-color: rgb(242 216 51 / 0.05);
}

.border-y-yellow\/50 {
  border-top-color: rgb(242 216 51 / 0.5);
  border-bottom-color: rgb(242 216 51 / 0.5);
}

.border-y-yellow\/55 {
  border-top-color: rgb(242 216 51 / 0.55);
  border-bottom-color: rgb(242 216 51 / 0.55);
}

.border-y-yellow\/60 {
  border-top-color: rgb(242 216 51 / 0.6);
  border-bottom-color: rgb(242 216 51 / 0.6);
}

.border-y-yellow\/65 {
  border-top-color: rgb(242 216 51 / 0.65);
  border-bottom-color: rgb(242 216 51 / 0.65);
}

.border-y-yellow\/70 {
  border-top-color: rgb(242 216 51 / 0.7);
  border-bottom-color: rgb(242 216 51 / 0.7);
}

.border-y-yellow\/75 {
  border-top-color: rgb(242 216 51 / 0.75);
  border-bottom-color: rgb(242 216 51 / 0.75);
}

.border-y-yellow\/80 {
  border-top-color: rgb(242 216 51 / 0.8);
  border-bottom-color: rgb(242 216 51 / 0.8);
}

.border-y-yellow\/85 {
  border-top-color: rgb(242 216 51 / 0.85);
  border-bottom-color: rgb(242 216 51 / 0.85);
}

.border-y-yellow\/90 {
  border-top-color: rgb(242 216 51 / 0.9);
  border-bottom-color: rgb(242 216 51 / 0.9);
}

.border-y-yellow\/95 {
  border-top-color: rgb(242 216 51 / 0.95);
  border-bottom-color: rgb(242 216 51 / 0.95);
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-b-black\/0 {
  border-bottom-color: rgb(11 11 11 / 0);
}

.border-b-black\/10 {
  border-bottom-color: rgb(11 11 11 / 0.1);
}

.border-b-black\/100 {
  border-bottom-color: rgb(11 11 11 / 1);
}

.border-b-black\/15 {
  border-bottom-color: rgb(11 11 11 / 0.15);
}

.border-b-black\/20 {
  border-bottom-color: rgb(11 11 11 / 0.2);
}

.border-b-black\/25 {
  border-bottom-color: rgb(11 11 11 / 0.25);
}

.border-b-black\/30 {
  border-bottom-color: rgb(11 11 11 / 0.3);
}

.border-b-black\/35 {
  border-bottom-color: rgb(11 11 11 / 0.35);
}

.border-b-black\/40 {
  border-bottom-color: rgb(11 11 11 / 0.4);
}

.border-b-black\/45 {
  border-bottom-color: rgb(11 11 11 / 0.45);
}

.border-b-black\/5 {
  border-bottom-color: rgb(11 11 11 / 0.05);
}

.border-b-black\/50 {
  border-bottom-color: rgb(11 11 11 / 0.5);
}

.border-b-black\/55 {
  border-bottom-color: rgb(11 11 11 / 0.55);
}

.border-b-black\/60 {
  border-bottom-color: rgb(11 11 11 / 0.6);
}

.border-b-black\/65 {
  border-bottom-color: rgb(11 11 11 / 0.65);
}

.border-b-black\/70 {
  border-bottom-color: rgb(11 11 11 / 0.7);
}

.border-b-black\/75 {
  border-bottom-color: rgb(11 11 11 / 0.75);
}

.border-b-black\/80 {
  border-bottom-color: rgb(11 11 11 / 0.8);
}

.border-b-black\/85 {
  border-bottom-color: rgb(11 11 11 / 0.85);
}

.border-b-black\/90 {
  border-bottom-color: rgb(11 11 11 / 0.9);
}

.border-b-black\/95 {
  border-bottom-color: rgb(11 11 11 / 0.95);
}

.border-b-current {
  border-bottom-color: currentColor;
}

.border-b-grey-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-b-grey-100\/0 {
  border-bottom-color: rgb(204 204 206 / 0);
}

.border-b-grey-100\/10 {
  border-bottom-color: rgb(204 204 206 / 0.1);
}

.border-b-grey-100\/100 {
  border-bottom-color: rgb(204 204 206 / 1);
}

.border-b-grey-100\/15 {
  border-bottom-color: rgb(204 204 206 / 0.15);
}

.border-b-grey-100\/20 {
  border-bottom-color: rgb(204 204 206 / 0.2);
}

.border-b-grey-100\/25 {
  border-bottom-color: rgb(204 204 206 / 0.25);
}

.border-b-grey-100\/30 {
  border-bottom-color: rgb(204 204 206 / 0.3);
}

.border-b-grey-100\/35 {
  border-bottom-color: rgb(204 204 206 / 0.35);
}

.border-b-grey-100\/40 {
  border-bottom-color: rgb(204 204 206 / 0.4);
}

.border-b-grey-100\/45 {
  border-bottom-color: rgb(204 204 206 / 0.45);
}

.border-b-grey-100\/5 {
  border-bottom-color: rgb(204 204 206 / 0.05);
}

.border-b-grey-100\/50 {
  border-bottom-color: rgb(204 204 206 / 0.5);
}

.border-b-grey-100\/55 {
  border-bottom-color: rgb(204 204 206 / 0.55);
}

.border-b-grey-100\/60 {
  border-bottom-color: rgb(204 204 206 / 0.6);
}

.border-b-grey-100\/65 {
  border-bottom-color: rgb(204 204 206 / 0.65);
}

.border-b-grey-100\/70 {
  border-bottom-color: rgb(204 204 206 / 0.7);
}

.border-b-grey-100\/75 {
  border-bottom-color: rgb(204 204 206 / 0.75);
}

.border-b-grey-100\/80 {
  border-bottom-color: rgb(204 204 206 / 0.8);
}

.border-b-grey-100\/85 {
  border-bottom-color: rgb(204 204 206 / 0.85);
}

.border-b-grey-100\/90 {
  border-bottom-color: rgb(204 204 206 / 0.9);
}

.border-b-grey-100\/95 {
  border-bottom-color: rgb(204 204 206 / 0.95);
}

.border-b-grey-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-b-grey-200\/0 {
  border-bottom-color: rgb(119 119 125 / 0);
}

.border-b-grey-200\/10 {
  border-bottom-color: rgb(119 119 125 / 0.1);
}

.border-b-grey-200\/100 {
  border-bottom-color: rgb(119 119 125 / 1);
}

.border-b-grey-200\/15 {
  border-bottom-color: rgb(119 119 125 / 0.15);
}

.border-b-grey-200\/20 {
  border-bottom-color: rgb(119 119 125 / 0.2);
}

.border-b-grey-200\/25 {
  border-bottom-color: rgb(119 119 125 / 0.25);
}

.border-b-grey-200\/30 {
  border-bottom-color: rgb(119 119 125 / 0.3);
}

.border-b-grey-200\/35 {
  border-bottom-color: rgb(119 119 125 / 0.35);
}

.border-b-grey-200\/40 {
  border-bottom-color: rgb(119 119 125 / 0.4);
}

.border-b-grey-200\/45 {
  border-bottom-color: rgb(119 119 125 / 0.45);
}

.border-b-grey-200\/5 {
  border-bottom-color: rgb(119 119 125 / 0.05);
}

.border-b-grey-200\/50 {
  border-bottom-color: rgb(119 119 125 / 0.5);
}

.border-b-grey-200\/55 {
  border-bottom-color: rgb(119 119 125 / 0.55);
}

.border-b-grey-200\/60 {
  border-bottom-color: rgb(119 119 125 / 0.6);
}

.border-b-grey-200\/65 {
  border-bottom-color: rgb(119 119 125 / 0.65);
}

.border-b-grey-200\/70 {
  border-bottom-color: rgb(119 119 125 / 0.7);
}

.border-b-grey-200\/75 {
  border-bottom-color: rgb(119 119 125 / 0.75);
}

.border-b-grey-200\/80 {
  border-bottom-color: rgb(119 119 125 / 0.8);
}

.border-b-grey-200\/85 {
  border-bottom-color: rgb(119 119 125 / 0.85);
}

.border-b-grey-200\/90 {
  border-bottom-color: rgb(119 119 125 / 0.9);
}

.border-b-grey-200\/95 {
  border-bottom-color: rgb(119 119 125 / 0.95);
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-b-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-transparent\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-b-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-transparent\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-b-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-transparent\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-b-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-transparent\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-b-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-transparent\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-b-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-transparent\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-b-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-b-yellow {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-b-yellow\/0 {
  border-bottom-color: rgb(242 216 51 / 0);
}

.border-b-yellow\/10 {
  border-bottom-color: rgb(242 216 51 / 0.1);
}

.border-b-yellow\/100 {
  border-bottom-color: rgb(242 216 51 / 1);
}

.border-b-yellow\/15 {
  border-bottom-color: rgb(242 216 51 / 0.15);
}

.border-b-yellow\/20 {
  border-bottom-color: rgb(242 216 51 / 0.2);
}

.border-b-yellow\/25 {
  border-bottom-color: rgb(242 216 51 / 0.25);
}

.border-b-yellow\/30 {
  border-bottom-color: rgb(242 216 51 / 0.3);
}

.border-b-yellow\/35 {
  border-bottom-color: rgb(242 216 51 / 0.35);
}

.border-b-yellow\/40 {
  border-bottom-color: rgb(242 216 51 / 0.4);
}

.border-b-yellow\/45 {
  border-bottom-color: rgb(242 216 51 / 0.45);
}

.border-b-yellow\/5 {
  border-bottom-color: rgb(242 216 51 / 0.05);
}

.border-b-yellow\/50 {
  border-bottom-color: rgb(242 216 51 / 0.5);
}

.border-b-yellow\/55 {
  border-bottom-color: rgb(242 216 51 / 0.55);
}

.border-b-yellow\/60 {
  border-bottom-color: rgb(242 216 51 / 0.6);
}

.border-b-yellow\/65 {
  border-bottom-color: rgb(242 216 51 / 0.65);
}

.border-b-yellow\/70 {
  border-bottom-color: rgb(242 216 51 / 0.7);
}

.border-b-yellow\/75 {
  border-bottom-color: rgb(242 216 51 / 0.75);
}

.border-b-yellow\/80 {
  border-bottom-color: rgb(242 216 51 / 0.8);
}

.border-b-yellow\/85 {
  border-bottom-color: rgb(242 216 51 / 0.85);
}

.border-b-yellow\/90 {
  border-bottom-color: rgb(242 216 51 / 0.9);
}

.border-b-yellow\/95 {
  border-bottom-color: rgb(242 216 51 / 0.95);
}

.border-e-black {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-e-black\/0 {
  border-inline-end-color: rgb(11 11 11 / 0);
}

.border-e-black\/10 {
  border-inline-end-color: rgb(11 11 11 / 0.1);
}

.border-e-black\/100 {
  border-inline-end-color: rgb(11 11 11 / 1);
}

.border-e-black\/15 {
  border-inline-end-color: rgb(11 11 11 / 0.15);
}

.border-e-black\/20 {
  border-inline-end-color: rgb(11 11 11 / 0.2);
}

.border-e-black\/25 {
  border-inline-end-color: rgb(11 11 11 / 0.25);
}

.border-e-black\/30 {
  border-inline-end-color: rgb(11 11 11 / 0.3);
}

.border-e-black\/35 {
  border-inline-end-color: rgb(11 11 11 / 0.35);
}

.border-e-black\/40 {
  border-inline-end-color: rgb(11 11 11 / 0.4);
}

.border-e-black\/45 {
  border-inline-end-color: rgb(11 11 11 / 0.45);
}

.border-e-black\/5 {
  border-inline-end-color: rgb(11 11 11 / 0.05);
}

.border-e-black\/50 {
  border-inline-end-color: rgb(11 11 11 / 0.5);
}

.border-e-black\/55 {
  border-inline-end-color: rgb(11 11 11 / 0.55);
}

.border-e-black\/60 {
  border-inline-end-color: rgb(11 11 11 / 0.6);
}

.border-e-black\/65 {
  border-inline-end-color: rgb(11 11 11 / 0.65);
}

.border-e-black\/70 {
  border-inline-end-color: rgb(11 11 11 / 0.7);
}

.border-e-black\/75 {
  border-inline-end-color: rgb(11 11 11 / 0.75);
}

.border-e-black\/80 {
  border-inline-end-color: rgb(11 11 11 / 0.8);
}

.border-e-black\/85 {
  border-inline-end-color: rgb(11 11 11 / 0.85);
}

.border-e-black\/90 {
  border-inline-end-color: rgb(11 11 11 / 0.9);
}

.border-e-black\/95 {
  border-inline-end-color: rgb(11 11 11 / 0.95);
}

.border-e-current {
  border-inline-end-color: currentColor;
}

.border-e-grey-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-e-grey-100\/0 {
  border-inline-end-color: rgb(204 204 206 / 0);
}

.border-e-grey-100\/10 {
  border-inline-end-color: rgb(204 204 206 / 0.1);
}

.border-e-grey-100\/100 {
  border-inline-end-color: rgb(204 204 206 / 1);
}

.border-e-grey-100\/15 {
  border-inline-end-color: rgb(204 204 206 / 0.15);
}

.border-e-grey-100\/20 {
  border-inline-end-color: rgb(204 204 206 / 0.2);
}

.border-e-grey-100\/25 {
  border-inline-end-color: rgb(204 204 206 / 0.25);
}

.border-e-grey-100\/30 {
  border-inline-end-color: rgb(204 204 206 / 0.3);
}

.border-e-grey-100\/35 {
  border-inline-end-color: rgb(204 204 206 / 0.35);
}

.border-e-grey-100\/40 {
  border-inline-end-color: rgb(204 204 206 / 0.4);
}

.border-e-grey-100\/45 {
  border-inline-end-color: rgb(204 204 206 / 0.45);
}

.border-e-grey-100\/5 {
  border-inline-end-color: rgb(204 204 206 / 0.05);
}

.border-e-grey-100\/50 {
  border-inline-end-color: rgb(204 204 206 / 0.5);
}

.border-e-grey-100\/55 {
  border-inline-end-color: rgb(204 204 206 / 0.55);
}

.border-e-grey-100\/60 {
  border-inline-end-color: rgb(204 204 206 / 0.6);
}

.border-e-grey-100\/65 {
  border-inline-end-color: rgb(204 204 206 / 0.65);
}

.border-e-grey-100\/70 {
  border-inline-end-color: rgb(204 204 206 / 0.7);
}

.border-e-grey-100\/75 {
  border-inline-end-color: rgb(204 204 206 / 0.75);
}

.border-e-grey-100\/80 {
  border-inline-end-color: rgb(204 204 206 / 0.8);
}

.border-e-grey-100\/85 {
  border-inline-end-color: rgb(204 204 206 / 0.85);
}

.border-e-grey-100\/90 {
  border-inline-end-color: rgb(204 204 206 / 0.9);
}

.border-e-grey-100\/95 {
  border-inline-end-color: rgb(204 204 206 / 0.95);
}

.border-e-grey-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-e-grey-200\/0 {
  border-inline-end-color: rgb(119 119 125 / 0);
}

.border-e-grey-200\/10 {
  border-inline-end-color: rgb(119 119 125 / 0.1);
}

.border-e-grey-200\/100 {
  border-inline-end-color: rgb(119 119 125 / 1);
}

.border-e-grey-200\/15 {
  border-inline-end-color: rgb(119 119 125 / 0.15);
}

.border-e-grey-200\/20 {
  border-inline-end-color: rgb(119 119 125 / 0.2);
}

.border-e-grey-200\/25 {
  border-inline-end-color: rgb(119 119 125 / 0.25);
}

.border-e-grey-200\/30 {
  border-inline-end-color: rgb(119 119 125 / 0.3);
}

.border-e-grey-200\/35 {
  border-inline-end-color: rgb(119 119 125 / 0.35);
}

.border-e-grey-200\/40 {
  border-inline-end-color: rgb(119 119 125 / 0.4);
}

.border-e-grey-200\/45 {
  border-inline-end-color: rgb(119 119 125 / 0.45);
}

.border-e-grey-200\/5 {
  border-inline-end-color: rgb(119 119 125 / 0.05);
}

.border-e-grey-200\/50 {
  border-inline-end-color: rgb(119 119 125 / 0.5);
}

.border-e-grey-200\/55 {
  border-inline-end-color: rgb(119 119 125 / 0.55);
}

.border-e-grey-200\/60 {
  border-inline-end-color: rgb(119 119 125 / 0.6);
}

.border-e-grey-200\/65 {
  border-inline-end-color: rgb(119 119 125 / 0.65);
}

.border-e-grey-200\/70 {
  border-inline-end-color: rgb(119 119 125 / 0.7);
}

.border-e-grey-200\/75 {
  border-inline-end-color: rgb(119 119 125 / 0.75);
}

.border-e-grey-200\/80 {
  border-inline-end-color: rgb(119 119 125 / 0.8);
}

.border-e-grey-200\/85 {
  border-inline-end-color: rgb(119 119 125 / 0.85);
}

.border-e-grey-200\/90 {
  border-inline-end-color: rgb(119 119 125 / 0.9);
}

.border-e-grey-200\/95 {
  border-inline-end-color: rgb(119 119 125 / 0.95);
}

.border-e-transparent {
  border-inline-end-color: transparent;
}

.border-e-transparent\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-transparent\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-transparent\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-transparent\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}

.border-e-transparent\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-transparent\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-transparent\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-transparent\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}

.border-e-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-transparent\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}

.border-e-transparent\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-transparent\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-transparent\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}

.border-e-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-transparent\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}

.border-e-transparent\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-transparent\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-transparent\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-transparent\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}

.border-e-transparent\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-transparent\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-white {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-e-yellow {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-e-yellow\/0 {
  border-inline-end-color: rgb(242 216 51 / 0);
}

.border-e-yellow\/10 {
  border-inline-end-color: rgb(242 216 51 / 0.1);
}

.border-e-yellow\/100 {
  border-inline-end-color: rgb(242 216 51 / 1);
}

.border-e-yellow\/15 {
  border-inline-end-color: rgb(242 216 51 / 0.15);
}

.border-e-yellow\/20 {
  border-inline-end-color: rgb(242 216 51 / 0.2);
}

.border-e-yellow\/25 {
  border-inline-end-color: rgb(242 216 51 / 0.25);
}

.border-e-yellow\/30 {
  border-inline-end-color: rgb(242 216 51 / 0.3);
}

.border-e-yellow\/35 {
  border-inline-end-color: rgb(242 216 51 / 0.35);
}

.border-e-yellow\/40 {
  border-inline-end-color: rgb(242 216 51 / 0.4);
}

.border-e-yellow\/45 {
  border-inline-end-color: rgb(242 216 51 / 0.45);
}

.border-e-yellow\/5 {
  border-inline-end-color: rgb(242 216 51 / 0.05);
}

.border-e-yellow\/50 {
  border-inline-end-color: rgb(242 216 51 / 0.5);
}

.border-e-yellow\/55 {
  border-inline-end-color: rgb(242 216 51 / 0.55);
}

.border-e-yellow\/60 {
  border-inline-end-color: rgb(242 216 51 / 0.6);
}

.border-e-yellow\/65 {
  border-inline-end-color: rgb(242 216 51 / 0.65);
}

.border-e-yellow\/70 {
  border-inline-end-color: rgb(242 216 51 / 0.7);
}

.border-e-yellow\/75 {
  border-inline-end-color: rgb(242 216 51 / 0.75);
}

.border-e-yellow\/80 {
  border-inline-end-color: rgb(242 216 51 / 0.8);
}

.border-e-yellow\/85 {
  border-inline-end-color: rgb(242 216 51 / 0.85);
}

.border-e-yellow\/90 {
  border-inline-end-color: rgb(242 216 51 / 0.9);
}

.border-e-yellow\/95 {
  border-inline-end-color: rgb(242 216 51 / 0.95);
}

.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-l-black\/0 {
  border-left-color: rgb(11 11 11 / 0);
}

.border-l-black\/10 {
  border-left-color: rgb(11 11 11 / 0.1);
}

.border-l-black\/100 {
  border-left-color: rgb(11 11 11 / 1);
}

.border-l-black\/15 {
  border-left-color: rgb(11 11 11 / 0.15);
}

.border-l-black\/20 {
  border-left-color: rgb(11 11 11 / 0.2);
}

.border-l-black\/25 {
  border-left-color: rgb(11 11 11 / 0.25);
}

.border-l-black\/30 {
  border-left-color: rgb(11 11 11 / 0.3);
}

.border-l-black\/35 {
  border-left-color: rgb(11 11 11 / 0.35);
}

.border-l-black\/40 {
  border-left-color: rgb(11 11 11 / 0.4);
}

.border-l-black\/45 {
  border-left-color: rgb(11 11 11 / 0.45);
}

.border-l-black\/5 {
  border-left-color: rgb(11 11 11 / 0.05);
}

.border-l-black\/50 {
  border-left-color: rgb(11 11 11 / 0.5);
}

.border-l-black\/55 {
  border-left-color: rgb(11 11 11 / 0.55);
}

.border-l-black\/60 {
  border-left-color: rgb(11 11 11 / 0.6);
}

.border-l-black\/65 {
  border-left-color: rgb(11 11 11 / 0.65);
}

.border-l-black\/70 {
  border-left-color: rgb(11 11 11 / 0.7);
}

.border-l-black\/75 {
  border-left-color: rgb(11 11 11 / 0.75);
}

.border-l-black\/80 {
  border-left-color: rgb(11 11 11 / 0.8);
}

.border-l-black\/85 {
  border-left-color: rgb(11 11 11 / 0.85);
}

.border-l-black\/90 {
  border-left-color: rgb(11 11 11 / 0.9);
}

.border-l-black\/95 {
  border-left-color: rgb(11 11 11 / 0.95);
}

.border-l-current {
  border-left-color: currentColor;
}

.border-l-grey-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-l-grey-100\/0 {
  border-left-color: rgb(204 204 206 / 0);
}

.border-l-grey-100\/10 {
  border-left-color: rgb(204 204 206 / 0.1);
}

.border-l-grey-100\/100 {
  border-left-color: rgb(204 204 206 / 1);
}

.border-l-grey-100\/15 {
  border-left-color: rgb(204 204 206 / 0.15);
}

.border-l-grey-100\/20 {
  border-left-color: rgb(204 204 206 / 0.2);
}

.border-l-grey-100\/25 {
  border-left-color: rgb(204 204 206 / 0.25);
}

.border-l-grey-100\/30 {
  border-left-color: rgb(204 204 206 / 0.3);
}

.border-l-grey-100\/35 {
  border-left-color: rgb(204 204 206 / 0.35);
}

.border-l-grey-100\/40 {
  border-left-color: rgb(204 204 206 / 0.4);
}

.border-l-grey-100\/45 {
  border-left-color: rgb(204 204 206 / 0.45);
}

.border-l-grey-100\/5 {
  border-left-color: rgb(204 204 206 / 0.05);
}

.border-l-grey-100\/50 {
  border-left-color: rgb(204 204 206 / 0.5);
}

.border-l-grey-100\/55 {
  border-left-color: rgb(204 204 206 / 0.55);
}

.border-l-grey-100\/60 {
  border-left-color: rgb(204 204 206 / 0.6);
}

.border-l-grey-100\/65 {
  border-left-color: rgb(204 204 206 / 0.65);
}

.border-l-grey-100\/70 {
  border-left-color: rgb(204 204 206 / 0.7);
}

.border-l-grey-100\/75 {
  border-left-color: rgb(204 204 206 / 0.75);
}

.border-l-grey-100\/80 {
  border-left-color: rgb(204 204 206 / 0.8);
}

.border-l-grey-100\/85 {
  border-left-color: rgb(204 204 206 / 0.85);
}

.border-l-grey-100\/90 {
  border-left-color: rgb(204 204 206 / 0.9);
}

.border-l-grey-100\/95 {
  border-left-color: rgb(204 204 206 / 0.95);
}

.border-l-grey-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-l-grey-200\/0 {
  border-left-color: rgb(119 119 125 / 0);
}

.border-l-grey-200\/10 {
  border-left-color: rgb(119 119 125 / 0.1);
}

.border-l-grey-200\/100 {
  border-left-color: rgb(119 119 125 / 1);
}

.border-l-grey-200\/15 {
  border-left-color: rgb(119 119 125 / 0.15);
}

.border-l-grey-200\/20 {
  border-left-color: rgb(119 119 125 / 0.2);
}

.border-l-grey-200\/25 {
  border-left-color: rgb(119 119 125 / 0.25);
}

.border-l-grey-200\/30 {
  border-left-color: rgb(119 119 125 / 0.3);
}

.border-l-grey-200\/35 {
  border-left-color: rgb(119 119 125 / 0.35);
}

.border-l-grey-200\/40 {
  border-left-color: rgb(119 119 125 / 0.4);
}

.border-l-grey-200\/45 {
  border-left-color: rgb(119 119 125 / 0.45);
}

.border-l-grey-200\/5 {
  border-left-color: rgb(119 119 125 / 0.05);
}

.border-l-grey-200\/50 {
  border-left-color: rgb(119 119 125 / 0.5);
}

.border-l-grey-200\/55 {
  border-left-color: rgb(119 119 125 / 0.55);
}

.border-l-grey-200\/60 {
  border-left-color: rgb(119 119 125 / 0.6);
}

.border-l-grey-200\/65 {
  border-left-color: rgb(119 119 125 / 0.65);
}

.border-l-grey-200\/70 {
  border-left-color: rgb(119 119 125 / 0.7);
}

.border-l-grey-200\/75 {
  border-left-color: rgb(119 119 125 / 0.75);
}

.border-l-grey-200\/80 {
  border-left-color: rgb(119 119 125 / 0.8);
}

.border-l-grey-200\/85 {
  border-left-color: rgb(119 119 125 / 0.85);
}

.border-l-grey-200\/90 {
  border-left-color: rgb(119 119 125 / 0.9);
}

.border-l-grey-200\/95 {
  border-left-color: rgb(119 119 125 / 0.95);
}

.border-l-transparent {
  border-left-color: transparent;
}

.border-l-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-transparent\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}

.border-l-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-transparent\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}

.border-l-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-transparent\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}

.border-l-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-transparent\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}

.border-l-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-transparent\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}

.border-l-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-transparent\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}

.border-l-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-l-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-l-yellow\/0 {
  border-left-color: rgb(242 216 51 / 0);
}

.border-l-yellow\/10 {
  border-left-color: rgb(242 216 51 / 0.1);
}

.border-l-yellow\/100 {
  border-left-color: rgb(242 216 51 / 1);
}

.border-l-yellow\/15 {
  border-left-color: rgb(242 216 51 / 0.15);
}

.border-l-yellow\/20 {
  border-left-color: rgb(242 216 51 / 0.2);
}

.border-l-yellow\/25 {
  border-left-color: rgb(242 216 51 / 0.25);
}

.border-l-yellow\/30 {
  border-left-color: rgb(242 216 51 / 0.3);
}

.border-l-yellow\/35 {
  border-left-color: rgb(242 216 51 / 0.35);
}

.border-l-yellow\/40 {
  border-left-color: rgb(242 216 51 / 0.4);
}

.border-l-yellow\/45 {
  border-left-color: rgb(242 216 51 / 0.45);
}

.border-l-yellow\/5 {
  border-left-color: rgb(242 216 51 / 0.05);
}

.border-l-yellow\/50 {
  border-left-color: rgb(242 216 51 / 0.5);
}

.border-l-yellow\/55 {
  border-left-color: rgb(242 216 51 / 0.55);
}

.border-l-yellow\/60 {
  border-left-color: rgb(242 216 51 / 0.6);
}

.border-l-yellow\/65 {
  border-left-color: rgb(242 216 51 / 0.65);
}

.border-l-yellow\/70 {
  border-left-color: rgb(242 216 51 / 0.7);
}

.border-l-yellow\/75 {
  border-left-color: rgb(242 216 51 / 0.75);
}

.border-l-yellow\/80 {
  border-left-color: rgb(242 216 51 / 0.8);
}

.border-l-yellow\/85 {
  border-left-color: rgb(242 216 51 / 0.85);
}

.border-l-yellow\/90 {
  border-left-color: rgb(242 216 51 / 0.9);
}

.border-l-yellow\/95 {
  border-left-color: rgb(242 216 51 / 0.95);
}

.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-r-black\/0 {
  border-right-color: rgb(11 11 11 / 0);
}

.border-r-black\/10 {
  border-right-color: rgb(11 11 11 / 0.1);
}

.border-r-black\/100 {
  border-right-color: rgb(11 11 11 / 1);
}

.border-r-black\/15 {
  border-right-color: rgb(11 11 11 / 0.15);
}

.border-r-black\/20 {
  border-right-color: rgb(11 11 11 / 0.2);
}

.border-r-black\/25 {
  border-right-color: rgb(11 11 11 / 0.25);
}

.border-r-black\/30 {
  border-right-color: rgb(11 11 11 / 0.3);
}

.border-r-black\/35 {
  border-right-color: rgb(11 11 11 / 0.35);
}

.border-r-black\/40 {
  border-right-color: rgb(11 11 11 / 0.4);
}

.border-r-black\/45 {
  border-right-color: rgb(11 11 11 / 0.45);
}

.border-r-black\/5 {
  border-right-color: rgb(11 11 11 / 0.05);
}

.border-r-black\/50 {
  border-right-color: rgb(11 11 11 / 0.5);
}

.border-r-black\/55 {
  border-right-color: rgb(11 11 11 / 0.55);
}

.border-r-black\/60 {
  border-right-color: rgb(11 11 11 / 0.6);
}

.border-r-black\/65 {
  border-right-color: rgb(11 11 11 / 0.65);
}

.border-r-black\/70 {
  border-right-color: rgb(11 11 11 / 0.7);
}

.border-r-black\/75 {
  border-right-color: rgb(11 11 11 / 0.75);
}

.border-r-black\/80 {
  border-right-color: rgb(11 11 11 / 0.8);
}

.border-r-black\/85 {
  border-right-color: rgb(11 11 11 / 0.85);
}

.border-r-black\/90 {
  border-right-color: rgb(11 11 11 / 0.9);
}

.border-r-black\/95 {
  border-right-color: rgb(11 11 11 / 0.95);
}

.border-r-current {
  border-right-color: currentColor;
}

.border-r-grey-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-r-grey-100\/0 {
  border-right-color: rgb(204 204 206 / 0);
}

.border-r-grey-100\/10 {
  border-right-color: rgb(204 204 206 / 0.1);
}

.border-r-grey-100\/100 {
  border-right-color: rgb(204 204 206 / 1);
}

.border-r-grey-100\/15 {
  border-right-color: rgb(204 204 206 / 0.15);
}

.border-r-grey-100\/20 {
  border-right-color: rgb(204 204 206 / 0.2);
}

.border-r-grey-100\/25 {
  border-right-color: rgb(204 204 206 / 0.25);
}

.border-r-grey-100\/30 {
  border-right-color: rgb(204 204 206 / 0.3);
}

.border-r-grey-100\/35 {
  border-right-color: rgb(204 204 206 / 0.35);
}

.border-r-grey-100\/40 {
  border-right-color: rgb(204 204 206 / 0.4);
}

.border-r-grey-100\/45 {
  border-right-color: rgb(204 204 206 / 0.45);
}

.border-r-grey-100\/5 {
  border-right-color: rgb(204 204 206 / 0.05);
}

.border-r-grey-100\/50 {
  border-right-color: rgb(204 204 206 / 0.5);
}

.border-r-grey-100\/55 {
  border-right-color: rgb(204 204 206 / 0.55);
}

.border-r-grey-100\/60 {
  border-right-color: rgb(204 204 206 / 0.6);
}

.border-r-grey-100\/65 {
  border-right-color: rgb(204 204 206 / 0.65);
}

.border-r-grey-100\/70 {
  border-right-color: rgb(204 204 206 / 0.7);
}

.border-r-grey-100\/75 {
  border-right-color: rgb(204 204 206 / 0.75);
}

.border-r-grey-100\/80 {
  border-right-color: rgb(204 204 206 / 0.8);
}

.border-r-grey-100\/85 {
  border-right-color: rgb(204 204 206 / 0.85);
}

.border-r-grey-100\/90 {
  border-right-color: rgb(204 204 206 / 0.9);
}

.border-r-grey-100\/95 {
  border-right-color: rgb(204 204 206 / 0.95);
}

.border-r-grey-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-r-grey-200\/0 {
  border-right-color: rgb(119 119 125 / 0);
}

.border-r-grey-200\/10 {
  border-right-color: rgb(119 119 125 / 0.1);
}

.border-r-grey-200\/100 {
  border-right-color: rgb(119 119 125 / 1);
}

.border-r-grey-200\/15 {
  border-right-color: rgb(119 119 125 / 0.15);
}

.border-r-grey-200\/20 {
  border-right-color: rgb(119 119 125 / 0.2);
}

.border-r-grey-200\/25 {
  border-right-color: rgb(119 119 125 / 0.25);
}

.border-r-grey-200\/30 {
  border-right-color: rgb(119 119 125 / 0.3);
}

.border-r-grey-200\/35 {
  border-right-color: rgb(119 119 125 / 0.35);
}

.border-r-grey-200\/40 {
  border-right-color: rgb(119 119 125 / 0.4);
}

.border-r-grey-200\/45 {
  border-right-color: rgb(119 119 125 / 0.45);
}

.border-r-grey-200\/5 {
  border-right-color: rgb(119 119 125 / 0.05);
}

.border-r-grey-200\/50 {
  border-right-color: rgb(119 119 125 / 0.5);
}

.border-r-grey-200\/55 {
  border-right-color: rgb(119 119 125 / 0.55);
}

.border-r-grey-200\/60 {
  border-right-color: rgb(119 119 125 / 0.6);
}

.border-r-grey-200\/65 {
  border-right-color: rgb(119 119 125 / 0.65);
}

.border-r-grey-200\/70 {
  border-right-color: rgb(119 119 125 / 0.7);
}

.border-r-grey-200\/75 {
  border-right-color: rgb(119 119 125 / 0.75);
}

.border-r-grey-200\/80 {
  border-right-color: rgb(119 119 125 / 0.8);
}

.border-r-grey-200\/85 {
  border-right-color: rgb(119 119 125 / 0.85);
}

.border-r-grey-200\/90 {
  border-right-color: rgb(119 119 125 / 0.9);
}

.border-r-grey-200\/95 {
  border-right-color: rgb(119 119 125 / 0.95);
}

.border-r-transparent {
  border-right-color: transparent;
}

.border-r-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-transparent\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-r-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-transparent\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-r-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-transparent\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-r-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-transparent\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-r-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-transparent\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-r-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-transparent\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-r-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-r-yellow {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-r-yellow\/0 {
  border-right-color: rgb(242 216 51 / 0);
}

.border-r-yellow\/10 {
  border-right-color: rgb(242 216 51 / 0.1);
}

.border-r-yellow\/100 {
  border-right-color: rgb(242 216 51 / 1);
}

.border-r-yellow\/15 {
  border-right-color: rgb(242 216 51 / 0.15);
}

.border-r-yellow\/20 {
  border-right-color: rgb(242 216 51 / 0.2);
}

.border-r-yellow\/25 {
  border-right-color: rgb(242 216 51 / 0.25);
}

.border-r-yellow\/30 {
  border-right-color: rgb(242 216 51 / 0.3);
}

.border-r-yellow\/35 {
  border-right-color: rgb(242 216 51 / 0.35);
}

.border-r-yellow\/40 {
  border-right-color: rgb(242 216 51 / 0.4);
}

.border-r-yellow\/45 {
  border-right-color: rgb(242 216 51 / 0.45);
}

.border-r-yellow\/5 {
  border-right-color: rgb(242 216 51 / 0.05);
}

.border-r-yellow\/50 {
  border-right-color: rgb(242 216 51 / 0.5);
}

.border-r-yellow\/55 {
  border-right-color: rgb(242 216 51 / 0.55);
}

.border-r-yellow\/60 {
  border-right-color: rgb(242 216 51 / 0.6);
}

.border-r-yellow\/65 {
  border-right-color: rgb(242 216 51 / 0.65);
}

.border-r-yellow\/70 {
  border-right-color: rgb(242 216 51 / 0.7);
}

.border-r-yellow\/75 {
  border-right-color: rgb(242 216 51 / 0.75);
}

.border-r-yellow\/80 {
  border-right-color: rgb(242 216 51 / 0.8);
}

.border-r-yellow\/85 {
  border-right-color: rgb(242 216 51 / 0.85);
}

.border-r-yellow\/90 {
  border-right-color: rgb(242 216 51 / 0.9);
}

.border-r-yellow\/95 {
  border-right-color: rgb(242 216 51 / 0.95);
}

.border-s-black {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-s-black\/0 {
  border-inline-start-color: rgb(11 11 11 / 0);
}

.border-s-black\/10 {
  border-inline-start-color: rgb(11 11 11 / 0.1);
}

.border-s-black\/100 {
  border-inline-start-color: rgb(11 11 11 / 1);
}

.border-s-black\/15 {
  border-inline-start-color: rgb(11 11 11 / 0.15);
}

.border-s-black\/20 {
  border-inline-start-color: rgb(11 11 11 / 0.2);
}

.border-s-black\/25 {
  border-inline-start-color: rgb(11 11 11 / 0.25);
}

.border-s-black\/30 {
  border-inline-start-color: rgb(11 11 11 / 0.3);
}

.border-s-black\/35 {
  border-inline-start-color: rgb(11 11 11 / 0.35);
}

.border-s-black\/40 {
  border-inline-start-color: rgb(11 11 11 / 0.4);
}

.border-s-black\/45 {
  border-inline-start-color: rgb(11 11 11 / 0.45);
}

.border-s-black\/5 {
  border-inline-start-color: rgb(11 11 11 / 0.05);
}

.border-s-black\/50 {
  border-inline-start-color: rgb(11 11 11 / 0.5);
}

.border-s-black\/55 {
  border-inline-start-color: rgb(11 11 11 / 0.55);
}

.border-s-black\/60 {
  border-inline-start-color: rgb(11 11 11 / 0.6);
}

.border-s-black\/65 {
  border-inline-start-color: rgb(11 11 11 / 0.65);
}

.border-s-black\/70 {
  border-inline-start-color: rgb(11 11 11 / 0.7);
}

.border-s-black\/75 {
  border-inline-start-color: rgb(11 11 11 / 0.75);
}

.border-s-black\/80 {
  border-inline-start-color: rgb(11 11 11 / 0.8);
}

.border-s-black\/85 {
  border-inline-start-color: rgb(11 11 11 / 0.85);
}

.border-s-black\/90 {
  border-inline-start-color: rgb(11 11 11 / 0.9);
}

.border-s-black\/95 {
  border-inline-start-color: rgb(11 11 11 / 0.95);
}

.border-s-current {
  border-inline-start-color: currentColor;
}

.border-s-grey-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-s-grey-100\/0 {
  border-inline-start-color: rgb(204 204 206 / 0);
}

.border-s-grey-100\/10 {
  border-inline-start-color: rgb(204 204 206 / 0.1);
}

.border-s-grey-100\/100 {
  border-inline-start-color: rgb(204 204 206 / 1);
}

.border-s-grey-100\/15 {
  border-inline-start-color: rgb(204 204 206 / 0.15);
}

.border-s-grey-100\/20 {
  border-inline-start-color: rgb(204 204 206 / 0.2);
}

.border-s-grey-100\/25 {
  border-inline-start-color: rgb(204 204 206 / 0.25);
}

.border-s-grey-100\/30 {
  border-inline-start-color: rgb(204 204 206 / 0.3);
}

.border-s-grey-100\/35 {
  border-inline-start-color: rgb(204 204 206 / 0.35);
}

.border-s-grey-100\/40 {
  border-inline-start-color: rgb(204 204 206 / 0.4);
}

.border-s-grey-100\/45 {
  border-inline-start-color: rgb(204 204 206 / 0.45);
}

.border-s-grey-100\/5 {
  border-inline-start-color: rgb(204 204 206 / 0.05);
}

.border-s-grey-100\/50 {
  border-inline-start-color: rgb(204 204 206 / 0.5);
}

.border-s-grey-100\/55 {
  border-inline-start-color: rgb(204 204 206 / 0.55);
}

.border-s-grey-100\/60 {
  border-inline-start-color: rgb(204 204 206 / 0.6);
}

.border-s-grey-100\/65 {
  border-inline-start-color: rgb(204 204 206 / 0.65);
}

.border-s-grey-100\/70 {
  border-inline-start-color: rgb(204 204 206 / 0.7);
}

.border-s-grey-100\/75 {
  border-inline-start-color: rgb(204 204 206 / 0.75);
}

.border-s-grey-100\/80 {
  border-inline-start-color: rgb(204 204 206 / 0.8);
}

.border-s-grey-100\/85 {
  border-inline-start-color: rgb(204 204 206 / 0.85);
}

.border-s-grey-100\/90 {
  border-inline-start-color: rgb(204 204 206 / 0.9);
}

.border-s-grey-100\/95 {
  border-inline-start-color: rgb(204 204 206 / 0.95);
}

.border-s-grey-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-s-grey-200\/0 {
  border-inline-start-color: rgb(119 119 125 / 0);
}

.border-s-grey-200\/10 {
  border-inline-start-color: rgb(119 119 125 / 0.1);
}

.border-s-grey-200\/100 {
  border-inline-start-color: rgb(119 119 125 / 1);
}

.border-s-grey-200\/15 {
  border-inline-start-color: rgb(119 119 125 / 0.15);
}

.border-s-grey-200\/20 {
  border-inline-start-color: rgb(119 119 125 / 0.2);
}

.border-s-grey-200\/25 {
  border-inline-start-color: rgb(119 119 125 / 0.25);
}

.border-s-grey-200\/30 {
  border-inline-start-color: rgb(119 119 125 / 0.3);
}

.border-s-grey-200\/35 {
  border-inline-start-color: rgb(119 119 125 / 0.35);
}

.border-s-grey-200\/40 {
  border-inline-start-color: rgb(119 119 125 / 0.4);
}

.border-s-grey-200\/45 {
  border-inline-start-color: rgb(119 119 125 / 0.45);
}

.border-s-grey-200\/5 {
  border-inline-start-color: rgb(119 119 125 / 0.05);
}

.border-s-grey-200\/50 {
  border-inline-start-color: rgb(119 119 125 / 0.5);
}

.border-s-grey-200\/55 {
  border-inline-start-color: rgb(119 119 125 / 0.55);
}

.border-s-grey-200\/60 {
  border-inline-start-color: rgb(119 119 125 / 0.6);
}

.border-s-grey-200\/65 {
  border-inline-start-color: rgb(119 119 125 / 0.65);
}

.border-s-grey-200\/70 {
  border-inline-start-color: rgb(119 119 125 / 0.7);
}

.border-s-grey-200\/75 {
  border-inline-start-color: rgb(119 119 125 / 0.75);
}

.border-s-grey-200\/80 {
  border-inline-start-color: rgb(119 119 125 / 0.8);
}

.border-s-grey-200\/85 {
  border-inline-start-color: rgb(119 119 125 / 0.85);
}

.border-s-grey-200\/90 {
  border-inline-start-color: rgb(119 119 125 / 0.9);
}

.border-s-grey-200\/95 {
  border-inline-start-color: rgb(119 119 125 / 0.95);
}

.border-s-transparent {
  border-inline-start-color: transparent;
}

.border-s-transparent\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-transparent\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-transparent\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-transparent\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}

.border-s-transparent\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-transparent\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-transparent\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-transparent\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}

.border-s-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-transparent\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}

.border-s-transparent\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-transparent\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-transparent\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}

.border-s-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-transparent\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}

.border-s-transparent\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-transparent\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-transparent\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-transparent\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}

.border-s-transparent\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-transparent\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-white {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-s-yellow {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-s-yellow\/0 {
  border-inline-start-color: rgb(242 216 51 / 0);
}

.border-s-yellow\/10 {
  border-inline-start-color: rgb(242 216 51 / 0.1);
}

.border-s-yellow\/100 {
  border-inline-start-color: rgb(242 216 51 / 1);
}

.border-s-yellow\/15 {
  border-inline-start-color: rgb(242 216 51 / 0.15);
}

.border-s-yellow\/20 {
  border-inline-start-color: rgb(242 216 51 / 0.2);
}

.border-s-yellow\/25 {
  border-inline-start-color: rgb(242 216 51 / 0.25);
}

.border-s-yellow\/30 {
  border-inline-start-color: rgb(242 216 51 / 0.3);
}

.border-s-yellow\/35 {
  border-inline-start-color: rgb(242 216 51 / 0.35);
}

.border-s-yellow\/40 {
  border-inline-start-color: rgb(242 216 51 / 0.4);
}

.border-s-yellow\/45 {
  border-inline-start-color: rgb(242 216 51 / 0.45);
}

.border-s-yellow\/5 {
  border-inline-start-color: rgb(242 216 51 / 0.05);
}

.border-s-yellow\/50 {
  border-inline-start-color: rgb(242 216 51 / 0.5);
}

.border-s-yellow\/55 {
  border-inline-start-color: rgb(242 216 51 / 0.55);
}

.border-s-yellow\/60 {
  border-inline-start-color: rgb(242 216 51 / 0.6);
}

.border-s-yellow\/65 {
  border-inline-start-color: rgb(242 216 51 / 0.65);
}

.border-s-yellow\/70 {
  border-inline-start-color: rgb(242 216 51 / 0.7);
}

.border-s-yellow\/75 {
  border-inline-start-color: rgb(242 216 51 / 0.75);
}

.border-s-yellow\/80 {
  border-inline-start-color: rgb(242 216 51 / 0.8);
}

.border-s-yellow\/85 {
  border-inline-start-color: rgb(242 216 51 / 0.85);
}

.border-s-yellow\/90 {
  border-inline-start-color: rgb(242 216 51 / 0.9);
}

.border-s-yellow\/95 {
  border-inline-start-color: rgb(242 216 51 / 0.95);
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(11 11 11 / var(--tw-border-opacity));
}

.border-t-black\/0 {
  border-top-color: rgb(11 11 11 / 0);
}

.border-t-black\/10 {
  border-top-color: rgb(11 11 11 / 0.1);
}

.border-t-black\/100 {
  border-top-color: rgb(11 11 11 / 1);
}

.border-t-black\/15 {
  border-top-color: rgb(11 11 11 / 0.15);
}

.border-t-black\/20 {
  border-top-color: rgb(11 11 11 / 0.2);
}

.border-t-black\/25 {
  border-top-color: rgb(11 11 11 / 0.25);
}

.border-t-black\/30 {
  border-top-color: rgb(11 11 11 / 0.3);
}

.border-t-black\/35 {
  border-top-color: rgb(11 11 11 / 0.35);
}

.border-t-black\/40 {
  border-top-color: rgb(11 11 11 / 0.4);
}

.border-t-black\/45 {
  border-top-color: rgb(11 11 11 / 0.45);
}

.border-t-black\/5 {
  border-top-color: rgb(11 11 11 / 0.05);
}

.border-t-black\/50 {
  border-top-color: rgb(11 11 11 / 0.5);
}

.border-t-black\/55 {
  border-top-color: rgb(11 11 11 / 0.55);
}

.border-t-black\/60 {
  border-top-color: rgb(11 11 11 / 0.6);
}

.border-t-black\/65 {
  border-top-color: rgb(11 11 11 / 0.65);
}

.border-t-black\/70 {
  border-top-color: rgb(11 11 11 / 0.7);
}

.border-t-black\/75 {
  border-top-color: rgb(11 11 11 / 0.75);
}

.border-t-black\/80 {
  border-top-color: rgb(11 11 11 / 0.8);
}

.border-t-black\/85 {
  border-top-color: rgb(11 11 11 / 0.85);
}

.border-t-black\/90 {
  border-top-color: rgb(11 11 11 / 0.9);
}

.border-t-black\/95 {
  border-top-color: rgb(11 11 11 / 0.95);
}

.border-t-current {
  border-top-color: currentColor;
}

.border-t-grey-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(204 204 206 / var(--tw-border-opacity));
}

.border-t-grey-100\/0 {
  border-top-color: rgb(204 204 206 / 0);
}

.border-t-grey-100\/10 {
  border-top-color: rgb(204 204 206 / 0.1);
}

.border-t-grey-100\/100 {
  border-top-color: rgb(204 204 206 / 1);
}

.border-t-grey-100\/15 {
  border-top-color: rgb(204 204 206 / 0.15);
}

.border-t-grey-100\/20 {
  border-top-color: rgb(204 204 206 / 0.2);
}

.border-t-grey-100\/25 {
  border-top-color: rgb(204 204 206 / 0.25);
}

.border-t-grey-100\/30 {
  border-top-color: rgb(204 204 206 / 0.3);
}

.border-t-grey-100\/35 {
  border-top-color: rgb(204 204 206 / 0.35);
}

.border-t-grey-100\/40 {
  border-top-color: rgb(204 204 206 / 0.4);
}

.border-t-grey-100\/45 {
  border-top-color: rgb(204 204 206 / 0.45);
}

.border-t-grey-100\/5 {
  border-top-color: rgb(204 204 206 / 0.05);
}

.border-t-grey-100\/50 {
  border-top-color: rgb(204 204 206 / 0.5);
}

.border-t-grey-100\/55 {
  border-top-color: rgb(204 204 206 / 0.55);
}

.border-t-grey-100\/60 {
  border-top-color: rgb(204 204 206 / 0.6);
}

.border-t-grey-100\/65 {
  border-top-color: rgb(204 204 206 / 0.65);
}

.border-t-grey-100\/70 {
  border-top-color: rgb(204 204 206 / 0.7);
}

.border-t-grey-100\/75 {
  border-top-color: rgb(204 204 206 / 0.75);
}

.border-t-grey-100\/80 {
  border-top-color: rgb(204 204 206 / 0.8);
}

.border-t-grey-100\/85 {
  border-top-color: rgb(204 204 206 / 0.85);
}

.border-t-grey-100\/90 {
  border-top-color: rgb(204 204 206 / 0.9);
}

.border-t-grey-100\/95 {
  border-top-color: rgb(204 204 206 / 0.95);
}

.border-t-grey-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(119 119 125 / var(--tw-border-opacity));
}

.border-t-grey-200\/0 {
  border-top-color: rgb(119 119 125 / 0);
}

.border-t-grey-200\/10 {
  border-top-color: rgb(119 119 125 / 0.1);
}

.border-t-grey-200\/100 {
  border-top-color: rgb(119 119 125 / 1);
}

.border-t-grey-200\/15 {
  border-top-color: rgb(119 119 125 / 0.15);
}

.border-t-grey-200\/20 {
  border-top-color: rgb(119 119 125 / 0.2);
}

.border-t-grey-200\/25 {
  border-top-color: rgb(119 119 125 / 0.25);
}

.border-t-grey-200\/30 {
  border-top-color: rgb(119 119 125 / 0.3);
}

.border-t-grey-200\/35 {
  border-top-color: rgb(119 119 125 / 0.35);
}

.border-t-grey-200\/40 {
  border-top-color: rgb(119 119 125 / 0.4);
}

.border-t-grey-200\/45 {
  border-top-color: rgb(119 119 125 / 0.45);
}

.border-t-grey-200\/5 {
  border-top-color: rgb(119 119 125 / 0.05);
}

.border-t-grey-200\/50 {
  border-top-color: rgb(119 119 125 / 0.5);
}

.border-t-grey-200\/55 {
  border-top-color: rgb(119 119 125 / 0.55);
}

.border-t-grey-200\/60 {
  border-top-color: rgb(119 119 125 / 0.6);
}

.border-t-grey-200\/65 {
  border-top-color: rgb(119 119 125 / 0.65);
}

.border-t-grey-200\/70 {
  border-top-color: rgb(119 119 125 / 0.7);
}

.border-t-grey-200\/75 {
  border-top-color: rgb(119 119 125 / 0.75);
}

.border-t-grey-200\/80 {
  border-top-color: rgb(119 119 125 / 0.8);
}

.border-t-grey-200\/85 {
  border-top-color: rgb(119 119 125 / 0.85);
}

.border-t-grey-200\/90 {
  border-top-color: rgb(119 119 125 / 0.9);
}

.border-t-grey-200\/95 {
  border-top-color: rgb(119 119 125 / 0.95);
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-t-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-transparent\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}

.border-t-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-transparent\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}

.border-t-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-transparent\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}

.border-t-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-transparent\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}

.border-t-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-transparent\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}

.border-t-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-transparent\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}

.border-t-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.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-t-yellow {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 216 51 / var(--tw-border-opacity));
}

.border-t-yellow\/0 {
  border-top-color: rgb(242 216 51 / 0);
}

.border-t-yellow\/10 {
  border-top-color: rgb(242 216 51 / 0.1);
}

.border-t-yellow\/100 {
  border-top-color: rgb(242 216 51 / 1);
}

.border-t-yellow\/15 {
  border-top-color: rgb(242 216 51 / 0.15);
}

.border-t-yellow\/20 {
  border-top-color: rgb(242 216 51 / 0.2);
}

.border-t-yellow\/25 {
  border-top-color: rgb(242 216 51 / 0.25);
}

.border-t-yellow\/30 {
  border-top-color: rgb(242 216 51 / 0.3);
}

.border-t-yellow\/35 {
  border-top-color: rgb(242 216 51 / 0.35);
}

.border-t-yellow\/40 {
  border-top-color: rgb(242 216 51 / 0.4);
}

.border-t-yellow\/45 {
  border-top-color: rgb(242 216 51 / 0.45);
}

.border-t-yellow\/5 {
  border-top-color: rgb(242 216 51 / 0.05);
}

.border-t-yellow\/50 {
  border-top-color: rgb(242 216 51 / 0.5);
}

.border-t-yellow\/55 {
  border-top-color: rgb(242 216 51 / 0.55);
}

.border-t-yellow\/60 {
  border-top-color: rgb(242 216 51 / 0.6);
}

.border-t-yellow\/65 {
  border-top-color: rgb(242 216 51 / 0.65);
}

.border-t-yellow\/70 {
  border-top-color: rgb(242 216 51 / 0.7);
}

.border-t-yellow\/75 {
  border-top-color: rgb(242 216 51 / 0.75);
}

.border-t-yellow\/80 {
  border-top-color: rgb(242 216 51 / 0.8);
}

.border-t-yellow\/85 {
  border-top-color: rgb(242 216 51 / 0.85);
}

.border-t-yellow\/90 {
  border-top-color: rgb(242 216 51 / 0.9);
}

.border-t-yellow\/95 {
  border-top-color: rgb(242 216 51 / 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-black {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity));
}

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

.from-black {
  --tw-gradient-from: #0B0B0B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/0 {
  --tw-gradient-from: rgb(11 11 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/10 {
  --tw-gradient-from: rgb(11 11 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/100 {
  --tw-gradient-from: rgb(11 11 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/15 {
  --tw-gradient-from: rgb(11 11 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/20 {
  --tw-gradient-from: rgb(11 11 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/25 {
  --tw-gradient-from: rgb(11 11 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/30 {
  --tw-gradient-from: rgb(11 11 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/35 {
  --tw-gradient-from: rgb(11 11 11 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40 {
  --tw-gradient-from: rgb(11 11 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/45 {
  --tw-gradient-from: rgb(11 11 11 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/5 {
  --tw-gradient-from: rgb(11 11 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/50 {
  --tw-gradient-from: rgb(11 11 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/55 {
  --tw-gradient-from: rgb(11 11 11 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/60 {
  --tw-gradient-from: rgb(11 11 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/65 {
  --tw-gradient-from: rgb(11 11 11 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/70 {
  --tw-gradient-from: rgb(11 11 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/75 {
  --tw-gradient-from: rgb(11 11 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80 {
  --tw-gradient-from: rgb(11 11 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/85 {
  --tw-gradient-from: rgb(11 11 11 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/90 {
  --tw-gradient-from: rgb(11 11 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/95 {
  --tw-gradient-from: rgb(11 11 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-current {
  --tw-gradient-from: currentColor 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-grey-100 {
  --tw-gradient-from: #CCCCCE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/0 {
  --tw-gradient-from: rgb(204 204 206 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/10 {
  --tw-gradient-from: rgb(204 204 206 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/100 {
  --tw-gradient-from: rgb(204 204 206 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/15 {
  --tw-gradient-from: rgb(204 204 206 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/20 {
  --tw-gradient-from: rgb(204 204 206 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/25 {
  --tw-gradient-from: rgb(204 204 206 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/30 {
  --tw-gradient-from: rgb(204 204 206 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/35 {
  --tw-gradient-from: rgb(204 204 206 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/40 {
  --tw-gradient-from: rgb(204 204 206 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/45 {
  --tw-gradient-from: rgb(204 204 206 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/5 {
  --tw-gradient-from: rgb(204 204 206 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/50 {
  --tw-gradient-from: rgb(204 204 206 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/55 {
  --tw-gradient-from: rgb(204 204 206 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/60 {
  --tw-gradient-from: rgb(204 204 206 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/65 {
  --tw-gradient-from: rgb(204 204 206 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/70 {
  --tw-gradient-from: rgb(204 204 206 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/75 {
  --tw-gradient-from: rgb(204 204 206 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/80 {
  --tw-gradient-from: rgb(204 204 206 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/85 {
  --tw-gradient-from: rgb(204 204 206 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/90 {
  --tw-gradient-from: rgb(204 204 206 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-100\/95 {
  --tw-gradient-from: rgb(204 204 206 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200 {
  --tw-gradient-from: #77777D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/0 {
  --tw-gradient-from: rgb(119 119 125 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/10 {
  --tw-gradient-from: rgb(119 119 125 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/100 {
  --tw-gradient-from: rgb(119 119 125 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/15 {
  --tw-gradient-from: rgb(119 119 125 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/20 {
  --tw-gradient-from: rgb(119 119 125 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/25 {
  --tw-gradient-from: rgb(119 119 125 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/30 {
  --tw-gradient-from: rgb(119 119 125 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/35 {
  --tw-gradient-from: rgb(119 119 125 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/40 {
  --tw-gradient-from: rgb(119 119 125 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/45 {
  --tw-gradient-from: rgb(119 119 125 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/5 {
  --tw-gradient-from: rgb(119 119 125 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/50 {
  --tw-gradient-from: rgb(119 119 125 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/55 {
  --tw-gradient-from: rgb(119 119 125 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/60 {
  --tw-gradient-from: rgb(119 119 125 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/65 {
  --tw-gradient-from: rgb(119 119 125 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/70 {
  --tw-gradient-from: rgb(119 119 125 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/75 {
  --tw-gradient-from: rgb(119 119 125 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/80 {
  --tw-gradient-from: rgb(119 119 125 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/85 {
  --tw-gradient-from: rgb(119 119 125 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/90 {
  --tw-gradient-from: rgb(119 119 125 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-grey-200\/95 {
  --tw-gradient-from: rgb(119 119 125 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent 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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-transparent\/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-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-yellow {
  --tw-gradient-from: #F2D833 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/0 {
  --tw-gradient-from: rgb(242 216 51 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/10 {
  --tw-gradient-from: rgb(242 216 51 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/100 {
  --tw-gradient-from: rgb(242 216 51 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/15 {
  --tw-gradient-from: rgb(242 216 51 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/20 {
  --tw-gradient-from: rgb(242 216 51 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/25 {
  --tw-gradient-from: rgb(242 216 51 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/30 {
  --tw-gradient-from: rgb(242 216 51 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/35 {
  --tw-gradient-from: rgb(242 216 51 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/40 {
  --tw-gradient-from: rgb(242 216 51 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/45 {
  --tw-gradient-from: rgb(242 216 51 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/5 {
  --tw-gradient-from: rgb(242 216 51 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/50 {
  --tw-gradient-from: rgb(242 216 51 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/55 {
  --tw-gradient-from: rgb(242 216 51 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/60 {
  --tw-gradient-from: rgb(242 216 51 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/65 {
  --tw-gradient-from: rgb(242 216 51 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/70 {
  --tw-gradient-from: rgb(242 216 51 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/75 {
  --tw-gradient-from: rgb(242 216 51 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/80 {
  --tw-gradient-from: rgb(242 216 51 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/85 {
  --tw-gradient-from: rgb(242 216 51 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/90 {
  --tw-gradient-from: rgb(242 216 51 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow\/95 {
  --tw-gradient-from: rgb(242 216 51 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 216 51 / 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%;
}

.to-black {
  --tw-gradient-to: #0B0B0B var(--tw-gradient-to-position);
}

.to-black\/0 {
  --tw-gradient-to: rgb(11 11 11 / 0) var(--tw-gradient-to-position);
}

.to-black\/10 {
  --tw-gradient-to: rgb(11 11 11 / 0.1) var(--tw-gradient-to-position);
}

.to-black\/100 {
  --tw-gradient-to: rgb(11 11 11 / 1) var(--tw-gradient-to-position);
}

.to-black\/15 {
  --tw-gradient-to: rgb(11 11 11 / 0.15) var(--tw-gradient-to-position);
}

.to-black\/20 {
  --tw-gradient-to: rgb(11 11 11 / 0.2) var(--tw-gradient-to-position);
}

.to-black\/25 {
  --tw-gradient-to: rgb(11 11 11 / 0.25) var(--tw-gradient-to-position);
}

.to-black\/30 {
  --tw-gradient-to: rgb(11 11 11 / 0.3) var(--tw-gradient-to-position);
}

.to-black\/35 {
  --tw-gradient-to: rgb(11 11 11 / 0.35) var(--tw-gradient-to-position);
}

.to-black\/40 {
  --tw-gradient-to: rgb(11 11 11 / 0.4) var(--tw-gradient-to-position);
}

.to-black\/45 {
  --tw-gradient-to: rgb(11 11 11 / 0.45) var(--tw-gradient-to-position);
}

.to-black\/5 {
  --tw-gradient-to: rgb(11 11 11 / 0.05) var(--tw-gradient-to-position);
}

.to-black\/50 {
  --tw-gradient-to: rgb(11 11 11 / 0.5) var(--tw-gradient-to-position);
}

.to-black\/55 {
  --tw-gradient-to: rgb(11 11 11 / 0.55) var(--tw-gradient-to-position);
}

.to-black\/60 {
  --tw-gradient-to: rgb(11 11 11 / 0.6) var(--tw-gradient-to-position);
}

.to-black\/65 {
  --tw-gradient-to: rgb(11 11 11 / 0.65) var(--tw-gradient-to-position);
}

.to-black\/70 {
  --tw-gradient-to: rgb(11 11 11 / 0.7) var(--tw-gradient-to-position);
}

.to-black\/75 {
  --tw-gradient-to: rgb(11 11 11 / 0.75) var(--tw-gradient-to-position);
}

.to-black\/80 {
  --tw-gradient-to: rgb(11 11 11 / 0.8) var(--tw-gradient-to-position);
}

.to-black\/85 {
  --tw-gradient-to: rgb(11 11 11 / 0.85) var(--tw-gradient-to-position);
}

.to-black\/90 {
  --tw-gradient-to: rgb(11 11 11 / 0.9) var(--tw-gradient-to-position);
}

.to-black\/95 {
  --tw-gradient-to: rgb(11 11 11 / 0.95) var(--tw-gradient-to-position);
}

.to-current {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.to-grey-100 {
  --tw-gradient-to: #CCCCCE var(--tw-gradient-to-position);
}

.to-grey-100\/0 {
  --tw-gradient-to: rgb(204 204 206 / 0) var(--tw-gradient-to-position);
}

.to-grey-100\/10 {
  --tw-gradient-to: rgb(204 204 206 / 0.1) var(--tw-gradient-to-position);
}

.to-grey-100\/100 {
  --tw-gradient-to: rgb(204 204 206 / 1) var(--tw-gradient-to-position);
}

.to-grey-100\/15 {
  --tw-gradient-to: rgb(204 204 206 / 0.15) var(--tw-gradient-to-position);
}

.to-grey-100\/20 {
  --tw-gradient-to: rgb(204 204 206 / 0.2) var(--tw-gradient-to-position);
}

.to-grey-100\/25 {
  --tw-gradient-to: rgb(204 204 206 / 0.25) var(--tw-gradient-to-position);
}

.to-grey-100\/30 {
  --tw-gradient-to: rgb(204 204 206 / 0.3) var(--tw-gradient-to-position);
}

.to-grey-100\/35 {
  --tw-gradient-to: rgb(204 204 206 / 0.35) var(--tw-gradient-to-position);
}

.to-grey-100\/40 {
  --tw-gradient-to: rgb(204 204 206 / 0.4) var(--tw-gradient-to-position);
}

.to-grey-100\/45 {
  --tw-gradient-to: rgb(204 204 206 / 0.45) var(--tw-gradient-to-position);
}

.to-grey-100\/5 {
  --tw-gradient-to: rgb(204 204 206 / 0.05) var(--tw-gradient-to-position);
}

.to-grey-100\/50 {
  --tw-gradient-to: rgb(204 204 206 / 0.5) var(--tw-gradient-to-position);
}

.to-grey-100\/55 {
  --tw-gradient-to: rgb(204 204 206 / 0.55) var(--tw-gradient-to-position);
}

.to-grey-100\/60 {
  --tw-gradient-to: rgb(204 204 206 / 0.6) var(--tw-gradient-to-position);
}

.to-grey-100\/65 {
  --tw-gradient-to: rgb(204 204 206 / 0.65) var(--tw-gradient-to-position);
}

.to-grey-100\/70 {
  --tw-gradient-to: rgb(204 204 206 / 0.7) var(--tw-gradient-to-position);
}

.to-grey-100\/75 {
  --tw-gradient-to: rgb(204 204 206 / 0.75) var(--tw-gradient-to-position);
}

.to-grey-100\/80 {
  --tw-gradient-to: rgb(204 204 206 / 0.8) var(--tw-gradient-to-position);
}

.to-grey-100\/85 {
  --tw-gradient-to: rgb(204 204 206 / 0.85) var(--tw-gradient-to-position);
}

.to-grey-100\/90 {
  --tw-gradient-to: rgb(204 204 206 / 0.9) var(--tw-gradient-to-position);
}

.to-grey-100\/95 {
  --tw-gradient-to: rgb(204 204 206 / 0.95) var(--tw-gradient-to-position);
}

.to-grey-200 {
  --tw-gradient-to: #77777D var(--tw-gradient-to-position);
}

.to-grey-200\/0 {
  --tw-gradient-to: rgb(119 119 125 / 0) var(--tw-gradient-to-position);
}

.to-grey-200\/10 {
  --tw-gradient-to: rgb(119 119 125 / 0.1) var(--tw-gradient-to-position);
}

.to-grey-200\/100 {
  --tw-gradient-to: rgb(119 119 125 / 1) var(--tw-gradient-to-position);
}

.to-grey-200\/15 {
  --tw-gradient-to: rgb(119 119 125 / 0.15) var(--tw-gradient-to-position);
}

.to-grey-200\/20 {
  --tw-gradient-to: rgb(119 119 125 / 0.2) var(--tw-gradient-to-position);
}

.to-grey-200\/25 {
  --tw-gradient-to: rgb(119 119 125 / 0.25) var(--tw-gradient-to-position);
}

.to-grey-200\/30 {
  --tw-gradient-to: rgb(119 119 125 / 0.3) var(--tw-gradient-to-position);
}

.to-grey-200\/35 {
  --tw-gradient-to: rgb(119 119 125 / 0.35) var(--tw-gradient-to-position);
}

.to-grey-200\/40 {
  --tw-gradient-to: rgb(119 119 125 / 0.4) var(--tw-gradient-to-position);
}

.to-grey-200\/45 {
  --tw-gradient-to: rgb(119 119 125 / 0.45) var(--tw-gradient-to-position);
}

.to-grey-200\/5 {
  --tw-gradient-to: rgb(119 119 125 / 0.05) var(--tw-gradient-to-position);
}

.to-grey-200\/50 {
  --tw-gradient-to: rgb(119 119 125 / 0.5) var(--tw-gradient-to-position);
}

.to-grey-200\/55 {
  --tw-gradient-to: rgb(119 119 125 / 0.55) var(--tw-gradient-to-position);
}

.to-grey-200\/60 {
  --tw-gradient-to: rgb(119 119 125 / 0.6) var(--tw-gradient-to-position);
}

.to-grey-200\/65 {
  --tw-gradient-to: rgb(119 119 125 / 0.65) var(--tw-gradient-to-position);
}

.to-grey-200\/70 {
  --tw-gradient-to: rgb(119 119 125 / 0.7) var(--tw-gradient-to-position);
}

.to-grey-200\/75 {
  --tw-gradient-to: rgb(119 119 125 / 0.75) var(--tw-gradient-to-position);
}

.to-grey-200\/80 {
  --tw-gradient-to: rgb(119 119 125 / 0.8) var(--tw-gradient-to-position);
}

.to-grey-200\/85 {
  --tw-gradient-to: rgb(119 119 125 / 0.85) var(--tw-gradient-to-position);
}

.to-grey-200\/90 {
  --tw-gradient-to: rgb(119 119 125 / 0.9) var(--tw-gradient-to-position);
}

.to-grey-200\/95 {
  --tw-gradient-to: rgb(119 119 125 / 0.95) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-transparent\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.to-transparent\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}

.to-transparent\/100 {
  --tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position);
}

.to-transparent\/15 {
  --tw-gradient-to: rgb(0 0 0 / 0.15) var(--tw-gradient-to-position);
}

.to-transparent\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}

.to-transparent\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0.25) var(--tw-gradient-to-position);
}

.to-transparent\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}

.to-transparent\/35 {
  --tw-gradient-to: rgb(0 0 0 / 0.35) var(--tw-gradient-to-position);
}

.to-transparent\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}

.to-transparent\/45 {
  --tw-gradient-to: rgb(0 0 0 / 0.45) var(--tw-gradient-to-position);
}

.to-transparent\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0.05) var(--tw-gradient-to-position);
}

.to-transparent\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}

.to-transparent\/55 {
  --tw-gradient-to: rgb(0 0 0 / 0.55) var(--tw-gradient-to-position);
}

.to-transparent\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}

.to-transparent\/65 {
  --tw-gradient-to: rgb(0 0 0 / 0.65) var(--tw-gradient-to-position);
}

.to-transparent\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
}

.to-transparent\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0.75) var(--tw-gradient-to-position);
}

.to-transparent\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}

.to-transparent\/85 {
  --tw-gradient-to: rgb(0 0 0 / 0.85) var(--tw-gradient-to-position);
}

.to-transparent\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}

.to-transparent\/95 {
  --tw-gradient-to: rgb(0 0 0 / 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-yellow {
  --tw-gradient-to: #F2D833 var(--tw-gradient-to-position);
}

.to-yellow\/0 {
  --tw-gradient-to: rgb(242 216 51 / 0) var(--tw-gradient-to-position);
}

.to-yellow\/10 {
  --tw-gradient-to: rgb(242 216 51 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow\/100 {
  --tw-gradient-to: rgb(242 216 51 / 1) var(--tw-gradient-to-position);
}

.to-yellow\/15 {
  --tw-gradient-to: rgb(242 216 51 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow\/20 {
  --tw-gradient-to: rgb(242 216 51 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow\/25 {
  --tw-gradient-to: rgb(242 216 51 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow\/30 {
  --tw-gradient-to: rgb(242 216 51 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow\/35 {
  --tw-gradient-to: rgb(242 216 51 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow\/40 {
  --tw-gradient-to: rgb(242 216 51 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow\/45 {
  --tw-gradient-to: rgb(242 216 51 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow\/5 {
  --tw-gradient-to: rgb(242 216 51 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow\/50 {
  --tw-gradient-to: rgb(242 216 51 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow\/55 {
  --tw-gradient-to: rgb(242 216 51 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow\/60 {
  --tw-gradient-to: rgb(242 216 51 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow\/65 {
  --tw-gradient-to: rgb(242 216 51 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow\/70 {
  --tw-gradient-to: rgb(242 216 51 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow\/75 {
  --tw-gradient-to: rgb(242 216 51 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow\/80 {
  --tw-gradient-to: rgb(242 216 51 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow\/85 {
  --tw-gradient-to: rgb(242 216 51 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow\/90 {
  --tw-gradient-to: rgb(242 216 51 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow\/95 {
  --tw-gradient-to: rgb(242 216 51 / 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%;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-\[20vh\] {
  padding-bottom: 20vh;
}

.pt-\[15vh\] {
  padding-top: 15vh;
}

.text-center {
  text-align: center;
}

.font-block {
  font-family: Anton, Times New Roman, serif;
}

.\!text-xl {
  font-size: 1.25rem !important;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-sm {
  font-size: 0.875rem;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[2\.5\] {
  line-height: 2.5;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.decoration-from-font {
  text-decoration-thickness: from-font;
}

.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-black {
  --tw-shadow-color: #0B0B0B;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/0 {
  --tw-shadow-color: rgb(11 11 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/10 {
  --tw-shadow-color: rgb(11 11 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/100 {
  --tw-shadow-color: rgb(11 11 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/15 {
  --tw-shadow-color: rgb(11 11 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/20 {
  --tw-shadow-color: rgb(11 11 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/25 {
  --tw-shadow-color: rgb(11 11 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/30 {
  --tw-shadow-color: rgb(11 11 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/35 {
  --tw-shadow-color: rgb(11 11 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/40 {
  --tw-shadow-color: rgb(11 11 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/45 {
  --tw-shadow-color: rgb(11 11 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/5 {
  --tw-shadow-color: rgb(11 11 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/50 {
  --tw-shadow-color: rgb(11 11 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/55 {
  --tw-shadow-color: rgb(11 11 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/60 {
  --tw-shadow-color: rgb(11 11 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/65 {
  --tw-shadow-color: rgb(11 11 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/70 {
  --tw-shadow-color: rgb(11 11 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/75 {
  --tw-shadow-color: rgb(11 11 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/80 {
  --tw-shadow-color: rgb(11 11 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/85 {
  --tw-shadow-color: rgb(11 11 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/90 {
  --tw-shadow-color: rgb(11 11 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/95 {
  --tw-shadow-color: rgb(11 11 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100 {
  --tw-shadow-color: #CCCCCE;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/0 {
  --tw-shadow-color: rgb(204 204 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/10 {
  --tw-shadow-color: rgb(204 204 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/100 {
  --tw-shadow-color: rgb(204 204 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/15 {
  --tw-shadow-color: rgb(204 204 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/20 {
  --tw-shadow-color: rgb(204 204 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/25 {
  --tw-shadow-color: rgb(204 204 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/30 {
  --tw-shadow-color: rgb(204 204 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/35 {
  --tw-shadow-color: rgb(204 204 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/40 {
  --tw-shadow-color: rgb(204 204 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/45 {
  --tw-shadow-color: rgb(204 204 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/5 {
  --tw-shadow-color: rgb(204 204 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/50 {
  --tw-shadow-color: rgb(204 204 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/55 {
  --tw-shadow-color: rgb(204 204 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/60 {
  --tw-shadow-color: rgb(204 204 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/65 {
  --tw-shadow-color: rgb(204 204 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/70 {
  --tw-shadow-color: rgb(204 204 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/75 {
  --tw-shadow-color: rgb(204 204 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/80 {
  --tw-shadow-color: rgb(204 204 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/85 {
  --tw-shadow-color: rgb(204 204 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/90 {
  --tw-shadow-color: rgb(204 204 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/95 {
  --tw-shadow-color: rgb(204 204 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200 {
  --tw-shadow-color: #77777D;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/0 {
  --tw-shadow-color: rgb(119 119 125 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/10 {
  --tw-shadow-color: rgb(119 119 125 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/100 {
  --tw-shadow-color: rgb(119 119 125 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/15 {
  --tw-shadow-color: rgb(119 119 125 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/20 {
  --tw-shadow-color: rgb(119 119 125 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/25 {
  --tw-shadow-color: rgb(119 119 125 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/30 {
  --tw-shadow-color: rgb(119 119 125 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/35 {
  --tw-shadow-color: rgb(119 119 125 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/40 {
  --tw-shadow-color: rgb(119 119 125 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/45 {
  --tw-shadow-color: rgb(119 119 125 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/5 {
  --tw-shadow-color: rgb(119 119 125 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/50 {
  --tw-shadow-color: rgb(119 119 125 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/55 {
  --tw-shadow-color: rgb(119 119 125 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/60 {
  --tw-shadow-color: rgb(119 119 125 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/65 {
  --tw-shadow-color: rgb(119 119 125 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/70 {
  --tw-shadow-color: rgb(119 119 125 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/75 {
  --tw-shadow-color: rgb(119 119 125 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/80 {
  --tw-shadow-color: rgb(119 119 125 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/85 {
  --tw-shadow-color: rgb(119 119 125 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/90 {
  --tw-shadow-color: rgb(119 119 125 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-200\/95 {
  --tw-shadow-color: rgb(119 119 125 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 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);
}

.shadow-yellow {
  --tw-shadow-color: #F2D833;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/0 {
  --tw-shadow-color: rgb(242 216 51 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/10 {
  --tw-shadow-color: rgb(242 216 51 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/100 {
  --tw-shadow-color: rgb(242 216 51 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/15 {
  --tw-shadow-color: rgb(242 216 51 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/20 {
  --tw-shadow-color: rgb(242 216 51 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/25 {
  --tw-shadow-color: rgb(242 216 51 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/30 {
  --tw-shadow-color: rgb(242 216 51 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/35 {
  --tw-shadow-color: rgb(242 216 51 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/40 {
  --tw-shadow-color: rgb(242 216 51 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/45 {
  --tw-shadow-color: rgb(242 216 51 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/5 {
  --tw-shadow-color: rgb(242 216 51 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/50 {
  --tw-shadow-color: rgb(242 216 51 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/55 {
  --tw-shadow-color: rgb(242 216 51 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/60 {
  --tw-shadow-color: rgb(242 216 51 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/65 {
  --tw-shadow-color: rgb(242 216 51 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/70 {
  --tw-shadow-color: rgb(242 216 51 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/75 {
  --tw-shadow-color: rgb(242 216 51 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/80 {
  --tw-shadow-color: rgb(242 216 51 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/85 {
  --tw-shadow-color: rgb(242 216 51 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/90 {
  --tw-shadow-color: rgb(242 216 51 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow\/95 {
  --tw-shadow-color: rgb(242 216 51 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

.\!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) !important;
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.margin-trim > *:first-child {
  margin-top: 0px;
}

.margin-trim > *:last-child {
  margin-bottom: 0px;
}

.hover\:scale-110:hover {
  --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));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media not all and (min-width: 769px) {
  .max-md\:mt-8 {
    margin-top: 2rem;
  }

  .max-md\:w-auto {
    width: auto;
  }
}

@media (min-width: 400px) {
  .xs\:text-\[65px\] {
    font-size: 65px;
  }
}

@media (min-width: 769px) {
  .md\:max-h-\[600px\] {
    max-height: 600px;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:text-\[86px\] {
    font-size: 86px;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }
}

/*# sourceMappingURL=style.css.map */