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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.15 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root,
[data-theme] {
  background-color: var(--fallback-b1,oklch(var(--b1)/1));
  color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0% 0 0)) {

  :root {
    color-scheme: light;
    --fallback-p: #491eff;
    --fallback-pc: #d4dbff;
    --fallback-s: #ff41c7;
    --fallback-sc: #fff9fc;
    --fallback-a: #00cfbd;
    --fallback-ac: #00100d;
    --fallback-n: #2b3440;
    --fallback-nc: #d7dde4;
    --fallback-b1: #ffffff;
    --fallback-b2: #e5e6e6;
    --fallback-b3: #e5e6e6;
    --fallback-bc: #1f2937;
    --fallback-in: #00b3f0;
    --fallback-inc: #000000;
    --fallback-su: #00ca92;
    --fallback-suc: #000000;
    --fallback-wa: #ffc22d;
    --fallback-wac: #000000;
    --fallback-er: #ff6f70;
    --fallback-erc: #000000;
  }

  @media (prefers-color-scheme: dark) {

    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
  }
}

html {
  -webkit-tap-highlight-color: transparent;
}

* {
  scrollbar-color: color-mix(in oklch, currentColor 35%, transparent) transparent;
}

*:hover {
  scrollbar-color: color-mix(in oklch, currentColor 60%, transparent) transparent;
}

:root {
  --p: 47.4095% 0.161891 17.300139;
  --b1: 100% 0 0;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.4819% 0.032378 17.300139;
  --sc: 89.7501% 0.038578 260.159408;
  --ac: 90.7331% 0.02805 50.815642;
  --inc: 90.1468% 0.029756 144.903472;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --s: 48.7504% 0.192891 260.159408;
  --a: 53.6657% 0.140251 50.815642;
  --in: 50.7339% 0.148782 144.903472;
}
  h1, h2, h3, h4, h5, h6 {
  scroll-margin-top: 8rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}
  h1 {
  font-size: 3rem;
}
  h2 {
  font-size: 2.5rem;
}
  h3 {
  font-size: 2.25rem;
}
  h4 {
  font-size: 1.5rem;
}
  h5 {
  font-size: 1.125rem;
}
  h6 {
  font-size: 0.875rem;
}
  p, li {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  font-family: IBM Plex Sans, sans-serif;
}
  a {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
  }
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 420px) {

  .\!container {
    max-width: 420px !important;
  }

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

  .\!container {
    max-width: 576px !important;
  }

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

  .\!container {
    max-width: 720px !important;
  }

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

  .\!container {
    max-width: 960px !important;
  }

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

  .\!container {
    max-width: 1200px !important;
  }

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

  .\!container {
    max-width: 1400px !important;
  }

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

  .\!container {
    max-width: 1520px !important;
  }

  .container {
    max-width: 1520px;
  }
}
.container-tiny {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {

  .container-tiny {
    max-width: 576px;
  }
}
@media (min-width: 720px) {

  .container-tiny {
    max-width: 720px;
  }
}
.container-small {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {

  .container-small {
    max-width: 576px;
  }
}
@media (min-width: 720px) {

  .container-small {
    max-width: 720px;
  }
}
@media (min-width: 960px) {

  .container-small {
    max-width: 960px;
  }
}
.container-medium {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {

  .container-medium {
    max-width: 576px;
  }
}
@media (min-width: 720px) {

  .container-medium {
    max-width: 720px;
  }
}
@media (min-width: 960px) {

  .container-medium {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {

  .container-medium {
    max-width: 1200px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  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;
  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(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.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: rgb(17 24 39 / 10%);
  --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: rgb(255 255 255 / 10%);
  --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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p: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;
}
.alert {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  border-radius: var(--rounded-box, 1rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-b2,oklch(var(--b2)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
  background-color: var(--alert-bg);
}
@media (min-width: 640px) {

  .alert {
    grid-auto-flow: column;
    grid-template-columns: auto minmax(auto,1fr);
    justify-items: start;
    text-align: start;
  }
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.\!badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  transition-duration: 200ms !important;
  height: 1.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-left: 0.563rem !important;
  padding-right: 0.563rem !important;
  border-radius: var(--rounded-badge, 1.9rem) !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity))) !important;
  --tw-bg-opacity: 1 !important;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity))) !important;
  --tw-text-opacity: 1 !important;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity))) !important;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.breadcrumbs {
  max-width: 100%;
  overflow-x: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumbs > ul,
  .breadcrumbs > ol {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-height: -moz-min-content;
  min-height: min-content;
}
.breadcrumbs > ul > li, .breadcrumbs > ol > li {
  display: flex;
  align-items: center;
}
.breadcrumbs > ul > li > a, .breadcrumbs > ol > li > a {
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media (hover:hover) {

  .breadcrumbs > ul > li > a:hover, .breadcrumbs > ol > li > a:hover {
    text-decoration-line: underline;
  }

  .checkbox-primary:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  }

  .checkbox-secondary:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  }

  .checkbox-accent:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  }

  .checkbox-info:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
  }

  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }
}
.btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --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);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}
.btn-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.carousel {
  display: inline-flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.collapse:not(td):not(tr):not(colgroup) {
  visibility: visible;
}
.collapse {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: max-content 0fr;
  transition: grid-template-rows 0.2s;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
}
.collapse-title,
.collapse > input[type="checkbox"],
.collapse > input[type="radio"],
.collapse-content {
  grid-column-start: 1;
  grid-row-start: 1;
}
.collapse > input[type="checkbox"],
.collapse > input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.collapse-content {
  visibility: hidden;
  grid-column-start: 1;
  grid-row-start: 2;
  min-height: 0px;
  transition: visibility 0.2s;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: unset;
}
.collapse[open],
.collapse-open,
.collapse:focus:not(.collapse-close) {
  grid-template-rows: max-content 1fr;
}
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
.collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
  grid-template-rows: max-content 1fr;
}
.collapse[open] > .collapse-content,
.collapse-open > .collapse-content,
.collapse:focus:not(.collapse-close) > .collapse-content,
.collapse:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-content {
  visibility: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown .dropdown-content {
  position: absolute;
}
.dropdown:is(:not(details)) .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
}
.dropdown-end .dropdown-content {
  inset-inline-end: 0px;
}
.dropdown-left .dropdown-content {
  bottom: auto;
  inset-inline-end: 100%;
  top: 0px;
  transform-origin: right;
}
.dropdown-right .dropdown-content {
  bottom: auto;
  inset-inline-start: 100%;
  top: 0px;
  transform-origin: left;
}
.dropdown-bottom .dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top;
}
.dropdown-top .dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom;
}
.dropdown-end.dropdown-right .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown-end.dropdown-left .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) {

  .dropdown.dropdown-hover:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
  }

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0% 0 0)) {

    .btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-ghost:hover {
    border-color: transparent;
  }

  @supports (color: oklch(0% 0 0)) {

    .btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    }
  }

  .btn-outline.btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .btn-outline.btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .dropdown.dropdown-hover:hover .dropdown-content {
    --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));
  }

  :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  @supports (color: oklch(0% 0 0)) {

    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    }
  }

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
}
.dropdown:is(details) summary::-webkit-details-marker {
  display: none;
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.form-control {
  display: flex;
  flex-direction: column;
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}
.join {
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--rounded-btn, 0.5rem);
}
.join :where(.join-item) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
@supports not selector(:has(*)) {

  :where(.join *) {
    border-radius: inherit;
  }
}
@supports selector(:has(*)) {

  :where(.join *:has(.join-item)) {
    border-radius: inherit;
  }
}
.\!link {
  cursor: pointer !important;
  text-decoration-line: underline !important;
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}
.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-inline-start: 1rem;
  padding-inline-start: 0.5rem;
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}
:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
:where(.menu li) .badge {
  justify-self: end;
}
:where(.menu li) .\!badge {
  justify-self: end !important;
}
.\!modal {
  pointer-events: none !important;
  position: fixed !important;
  inset: 0px !important;
  margin: 0px !important;
  display: grid !important;
  height: 100% !important;
  max-height: none !important;
  width: 100% !important;
  max-width: none !important;
  justify-items: center !important;
  padding: 0px !important;
  opacity: 0 !important;
  overscroll-behavior: contain !important;
  z-index: 999 !important;
  background-color: transparent !important;
  color: inherit !important;
  transition-duration: 200ms !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  transition-property: transform, opacity, visibility !important;
  overflow-y: hidden !important;
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.\!modal) {
  align-items: center !important;
}
:where(.modal) {
  align-items: center;
}
.modal-box {
  max-height: calc(100vh - 5em);
  grid-column-start: 1;
  grid-row-start: 1;
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.\!modal:target,
.modal-toggle:checked + .\!modal,
.\!modal[open] {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.\!modal:target,
.modal-toggle:checked + .\!modal,
.\!modal[open] {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.modal-action {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
.modal-toggle {
  position: fixed;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
:root:has(:is(.modal-open, .\!modal:target, .modal-toggle:checked + .\!modal, .\!modal[open])) {
  overflow: hidden !important;
  scrollbar-gutter: stable !important;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
  scrollbar-gutter: stable;
}
:root:has(:is(.modal-open, .\!modal:target, .modal-toggle:checked + .\!modal, .\!modal[open])) {
  overflow: hidden !important;
  scrollbar-gutter: stable !important;
}
.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.range {
  height: 1.5rem;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  --range-shdw: var(--fallback-bc,oklch(var(--bc)/1));
  overflow: hidden;
  border-radius: var(--rounded-box, 1rem);
  background-color: transparent;
}
.range:focus {
  outline: none;
}
.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.steps .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  place-items: center;
  text-align: center;
  min-width: 4rem;
}
.swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
  cursor: pointer;
}
.swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.swap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
  opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
  opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
  opacity: 1;
}
.tabs {
  display: grid;
  align-items: flex-end;
}
.tabs-lifted:has(.tab-content[class^="rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])), .tabs-lifted:has(.tab-content[class*=" rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])) {
  border-bottom-color: transparent;
}
.tab {
  position: relative;
  grid-row-start: 1;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
  --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
  --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
  color: var(--tab-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
}
.tab:is(input[type="radio"]) {
  width: auto;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tab:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.tab:not(input):empty {
  cursor: default;
  grid-column-start: span 9999;
}
.tab-content {
  grid-column-start: 1;
  grid-column-end: span 9999;
  grid-row-start: 2;
  margin-top: calc(var(--tab-border) * -1);
  display: none;
  border-color: transparent;
  border-width: var(--tab-border, 0);
}
:checked + .tab-content:nth-child(2),
  :is(.tab-active, [aria-selected="true"]) + .tab-content:nth-child(2) {
  border-start-start-radius: 0px;
}
input.tab:checked + .tab-content,
:is(.tab-active, [aria-selected="true"]) + .tab-content {
  display: block;
}
.table {
  position: relative;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.toggle {
  flex-shrink: 0;
  --tglbg: var(--fallback-b1,oklch(var(--b1)/1));
  --handleoffset: 1.5rem;
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
  --togglehandleborder: 0 0;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  border-color: currentColor;
  background-color: currentColor;
  color: var(--fallback-bc,oklch(var(--bc)/0.5));
  transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
  box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
.breadcrumbs > ul > li > a:focus, .breadcrumbs > ol > li > a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.breadcrumbs > ul > li > a:focus-visible, .breadcrumbs > ol > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.breadcrumbs > ul > li + *:before, .breadcrumbs > ol > li + *:before {
  content: "";
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.4;
  border-top: 1px solid;
  border-right: 1px solid;
  background-color: transparent;
}
[dir="rtl"] .breadcrumbs > ul > li + *:before,
[dir="rtl"] .breadcrumbs > ol > li + *:before {
  --tw-rotate: -135deg;
}
@media (prefers-reduced-motion: no-preference) {

  .btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
  }
}
.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0% 0 0)) {

  .btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }

  .btn-primary {
    --btn-color: var(--fallback-p);
  }

  .btn-secondary {
    --btn-color: var(--fallback-s);
  }

  .prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
    background-color: var(--fallback-b3,oklch(var(--b3)/1));
  }
}
@supports (color: color-mix(in oklab, black, black)) {

  .btn-outline.btn-primary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
  }

  .btn-outline.btn-secondary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
  }
}
.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@supports (color: oklch(0% 0 0)) {

  .btn-primary {
    --btn-color: var(--p);
  }

  .btn-secondary {
    --btn-color: var(--s);
  }
}
.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}
.btn.glass {
  --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);
  outline-color: currentColor;
}
.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --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);
  outline-color: currentColor;
}
.btn-ghost.btn-active {
  border-color: transparent;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.btn-outline.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}
.btn-outline.btn-primary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn-outline.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}
.btn-outline.btn-secondary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.checkbox:focus {
  box-shadow: none;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:disabled {
  border-width: 0px;
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.2;
}
.checkbox:checked,
  .checkbox[aria-checked="true"] {
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-color: var(--chkbg);
  background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
.checkbox-primary {
  --chkbg: var(--fallback-p,oklch(var(--p)/1));
  --chkfg: var(--fallback-pc,oklch(var(--pc)/1));
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}
.checkbox-primary:focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
.checkbox-primary:checked,
    .checkbox-primary[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.checkbox-secondary {
  --chkbg: var(--fallback-s,oklch(var(--s)/1));
  --chkfg: var(--fallback-sc,oklch(var(--sc)/1));
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
}
.checkbox-secondary:focus-visible {
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}
.checkbox-secondary:checked,
    .checkbox-secondary[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}
.checkbox-accent {
  --chkbg: var(--fallback-a,oklch(var(--a)/1));
  --chkfg: var(--fallback-ac,oklch(var(--ac)/1));
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
}
.checkbox-accent:focus-visible {
  outline-color: var(--fallback-a,oklch(var(--a)/1));
}
.checkbox-accent:checked,
    .checkbox-accent[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
}
.checkbox-info {
  --chkbg: var(--fallback-in,oklch(var(--in)/1));
  --chkfg: var(--fallback-inc,oklch(var(--inc)/1));
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
}
.checkbox-info:focus-visible {
  outline-color: var(--fallback-in,oklch(var(--in)/1));
}
.checkbox-info:checked,
    .checkbox-info[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
details.collapse {
  width: 100%;
}
details.collapse summary {
  position: relative;
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
details.collapse summary::-webkit-details-marker {
  display: none;
}
.collapse:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse:has(.collapse-title:focus-visible),
.collapse:has(> input[type="checkbox"]:focus-visible),
.collapse:has(> input[type="radio"]:focus-visible) {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse-arrow > .collapse-title:after {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -100%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  top: 1.9rem;
  inset-inline-end: 1.4rem;
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.collapse-plus > .collapse-title:after {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 0.9rem;
  inset-inline-end: 1.4rem;
  content: "+";
  pointer-events: none;
}
.collapse:not(.collapse-open):not(.collapse-close) > input[type="checkbox"],
.collapse:not(.collapse-open):not(.collapse-close) > input[type="radio"]:not(:checked),
.collapse:not(.collapse-open):not(.collapse-close) > .collapse-title {
  cursor: pointer;
}
.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open]) > .collapse-title {
  cursor: unset;
}
.collapse-title {
  position: relative;
}
.collapse-title,
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  padding: 1rem;
  padding-inline-end: 3rem;
  min-height: 3.75rem;
  transition: background-color 0.2s ease-out;
}
.collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type="checkbox"]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type="radio"]:checked ~ .collapse-content) {
  padding-bottom: 1rem;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
}
.collapse[open].collapse-arrow > .collapse-title:after,
.collapse-open.collapse-arrow > .collapse-title:after,
.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  --tw-translate-y: -50%;
  --tw-rotate: 225deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.collapse[open].collapse-plus > .collapse-title:after,
.collapse-open.collapse-plus > .collapse-title:after,
.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  content: "−";
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  --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));
}
.label-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}
.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed;
}
.input::-webkit-date-and-time-value {
  text-align: inherit;
}
.join > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.join > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}
.\!link:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\!link:focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: 2px !important;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.loading-spinner {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.loading-dots {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.1s'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate attributeName='cy' values='12;6;12;12' keyTimes='0;0.286;0.571;1' dur='1.05s' repeatCount='indefinite' keySplines='.33,0,.66,.33;.33,.66,.66,1' begin='0.2s'/%3E%3C/circle%3E%3C/svg%3E");
}
.loading-md {
  width: 1.5rem;
}
.loading-lg {
  width: 2.5rem;
}
:where(.menu li:empty) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  margin: 0.5rem 1rem;
  height: 1px;
}
.menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  inset-inline-start: 0px;
  top: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  content: "";
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  text-wrap: balance;
}
:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
  cursor: pointer;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}
.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}
.\!modal:not(dialog:not(.modal-open)),
  .\!modal::backdrop {
  background-color: #0006 !important;
  animation: modal-pop 0.2s ease-out !important;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: #0006;
  animation: modal-pop 0.2s ease-out;
}
.\!modal:not(dialog:not(.modal-open)),
  .\!modal::backdrop {
  background-color: #0006 !important;
  animation: modal-pop 0.2s ease-out !important;
}
.modal-backdrop {
  z-index: -1;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  align-self: stretch;
  justify-self: stretch;
  color: transparent;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --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));
}

.modal-toggle:checked + .\!modal .modal-box,
.\!modal:target .modal-box,
.\!modal[open] .modal-box {
  --tw-translate-y: 0px !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.modal-action > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.modal-action:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
.radio:focus {
  box-shadow: none;
}
.radio:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.radio:checked,
  .radio[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-image: none;
  animation: radiomark var(--animation-input, 0.2s) ease-out;
  box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
}
.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}
.range:focus-visible::-webkit-slider-thumb {
  --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range:focus-visible::-moz-range-thumb {
  --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range::-webkit-slider-runnable-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-moz-range-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-webkit-slider-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: var(--rounded-box, 1rem);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  appearance: none;
  -webkit-appearance: none;
  top: 50%;
  color: var(--range-shdw);
  transform: translateY(-50%);
  --filler-size: 100rem;
  --filler-offset: 0.6rem;
  box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
.range::-moz-range-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: var(--rounded-box, 1rem);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  top: 50%;
  color: var(--range-shdw);
  --filler-size: 100rem;
  --filler-offset: 0.5rem;
  box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}
.steps .step:before {
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  content: "";
  margin-inline-start: -100%;
}
.steps .step:after {
  content: counter(step);
  counter-increment: step;
  z-index: 1;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  place-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.steps .step:first-child:before {
  content: none;
}
.steps .step[data-content]:after {
  content: attr(data-content);
}
.tabs-lifted > .tab:focus-visible {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tab:is(input:checked) {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -5px;
}
.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.tabs-bordered > .tab {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
  border-style: solid;
  border-bottom-width: calc(var(--tab-border, 1px) + 1px);
}
.tabs-lifted > .tab {
  border: var(--tab-border, 1px) solid transparent;
  border-width: 0 0 var(--tab-border, 1px) 0;
  border-start-start-radius: var(--tab-radius, 0.5rem);
  border-start-end-radius: var(--tab-radius, 0.5rem);
  border-bottom-color: var(--tab-border-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
  padding-top: var(--tab-border, 1px);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-lifted > .tab:is(input:checked) {
  background-color: var(--tab-bg);
  border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-inline-start-color: var(--tab-border-color);
  border-inline-end-color: var(--tab-border-color);
  border-top-color: var(--tab-border-color);
  padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom: var(--tab-border, 1px);
  padding-top: 0;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--tab-radius, 0.5rem) * 2);
  height: var(--tab-radius, 0.5rem);
  bottom: 0;
  background-size: var(--tab-radius, 0.5rem);
  background-position: top left,
        top right;
  background-repeat: no-repeat;
  --tab-grad: calc(69% - var(--tab-border, 1px));
  --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  background-image: var(--radius-start), var(--radius-end);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-lifted
  > :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled])
  + .tabs-lifted
  :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
.table:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.table :where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.textarea:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
@keyframes toast-pop {

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
[dir="rtl"] .toggle {
  --handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.toggle:hover {
  background-color: currentColor;
}
.toggle:checked,
  .toggle[aria-checked="true"] {
  background-image: none;
  --handleoffsetcalculator: var(--handleoffset);
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"] {
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate {
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate {
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  background-color: transparent;
  opacity: 0.3;
  --togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}
:root .prose {
  --tw-prose-body: var(--fallback-bc,oklch(var(--bc)/0.8));
  --tw-prose-headings: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-lead: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-links: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-bold: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-counters: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-bullets: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-hr: var(--fallback-bc,oklch(var(--bc)/0.2));
  --tw-prose-quotes: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-quote-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
  --tw-prose-captions: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-code: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-pre-code: var(--fallback-nc,oklch(var(--nc)/1));
  --tw-prose-pre-bg: var(--fallback-n,oklch(var(--n)/1));
  --tw-prose-th-borders: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-td-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
  --tw-prose-kbd: var(--fallback-bc,oklch(var(--bc)/0.8));
}
.prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
  padding: 1px 8px;
  border-radius: var(--rounded-badge);
  font-weight: initial;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
  display: none;
}
.prose pre code {
  border-radius: 0;
  padding: 0;
}
.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)) {
  border-bottom-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.tab-rounded-lg {
  --tab-radius: 0.5rem;
}
.artboard.phone {
  width: 320px;
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.btn-sm {
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
}
.btn-square:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  padding: 0px;
}
.btn-circle:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}
.join.join-vertical {
  flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.join.join-horizontal {
  flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
  border-end-end-radius: inherit;
  border-start-end-radius: inherit;
}
.modal-middle {
  place-items: center;
}
.modal-bottom {
  place-items: end;
}
.steps-horizontal .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}
.steps-vertical .step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.tabs-md :where(.tab) {
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
}
.tabs-lg :where(.tab) {
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
  --tab-padding: 1.25rem;
}
.tabs-sm :where(.tab) {
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: .75rem;
  --tab-padding: 0.75rem;
}
.tabs-xs :where(.tab) {
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: .75rem;
  --tab-padding: 0.5rem;
}
.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.join.join-vertical > :where(*:not(:first-child)):is(.btn) {
  margin-top: calc(var(--border-btn) * -1);
}
.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
  margin-top: 0px;
}
.modal-top :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: -2.5rem;
  --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));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-middle :where(.modal-box) {
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
}
.modal-bottom :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --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));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.steps-horizontal .step {
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}
.steps-horizontal .step:before {
  height: 0.5rem;
  width: 100%;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  margin-inline-start: -100%;
}
.steps-horizontal .step:where([dir="rtl"], [dir="rtl"] *):before {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.steps-vertical .step {
  gap: 0.5rem;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
  min-height: 4rem;
  justify-items: start;
}
.steps-vertical .step:before {
  height: 100%;
  width: 0.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin-inline-start: 50%;
}
.steps-vertical .step:where([dir="rtl"], [dir="rtl"] *):before {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.map-container {
    height: calc(100vh - 91px);
  }
/* CONTAINER SPECIFIC STYLING */
[class^=btn-] {
  border-radius: 2px 30px 30px 30px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* BUTTON SPECIFIC STYLING */
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 24 40 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
.btn-secondary {
    color: rgb(255, 255, 255, var(--tw-text-opacity, 1)) !important;
  }
.btn-secondary:hover {
    text-decoration: none !important;
  }
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}
.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-white-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-white-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 64 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
}
.btn-plain {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}
.btn-plain:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-scotia {
  --tw-bg-opacity: 1;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-scotia:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
.btn-borrowell {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-borrowell:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
.btn-borrowell-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1));
}
.btn-borrowell-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-aha {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #AD00FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FF00FF var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-aha:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
}
.btn-aha-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}
.btn-aha-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-sparrow {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-sparrow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
.btn-sparrow-outline {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-sparrow-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
.btn-souqh {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-souqh:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
.btn-souqh-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1));
}
.btn-souqh-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#breadcrumbs a {
    border-bottom: 1px solid;
  }
#breadcrumbs > span span {
    padding: 0 8px;
  }
[data-step-template] {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
  }
[data-step-template].hidden {
    opacity: 0;
  }
[data-step-template].fade-out {
    opacity: 0;
  }
[data-step-template].fade-in {
    opacity: 1;
  }
#rent-filter-form #clear-filters:hover {
  cursor: pointer;
}
#rent-filter-form label:hover {
  cursor: pointer;
}
#rent-filter-form input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
#rent-filter-form input:hover {
  cursor: pointer;
}
#rent-filter-form input:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
#rent-filter-form input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#listing-search label, #listing-search input, #listing-search select {
  border-color: transparent;
}
#listing-search label:hover, #listing-search input:hover, #listing-search select:hover {
  cursor: pointer;
}
#listing-search label:focus, #listing-search input:focus, #listing-search select:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#listing-search select {
    background: none;
  }
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!-top-0 {
  top: -0px !important;
}
.\!-top-0\.5 {
  top: -0.125rem !important;
}
.\!-top-10 {
  top: -2.5rem !important;
}
.\!-top-12 {
  top: -3rem !important;
}
.\!-top-2 {
  top: -0.5rem !important;
}
.\!-top-2\.5 {
  top: -0.625rem !important;
}
.\!-top-2\/3 {
  top: -66.666667% !important;
}
.\!-top-2\/4 {
  top: -50% !important;
}
.\!-top-20 {
  top: -5rem !important;
}
.\!-top-24 {
  top: -6rem !important;
}
.\!-top-28 {
  top: -7rem !important;
}
.\!-top-4 {
  top: -1rem !important;
}
.\!-top-40 {
  top: -10rem !important;
}
.\!-top-44 {
  top: -11rem !important;
}
.\!-top-48 {
  top: -12rem !important;
}
.\!-top-5 {
  top: -1.25rem !important;
}
.\!-top-52 {
  top: -13rem !important;
}
.\!-top-56 {
  top: -14rem !important;
}
.\!-top-6 {
  top: -1.5rem !important;
}
.\!-top-60 {
  top: -15rem !important;
}
.\!-top-64 {
  top: -16rem !important;
}
.\!-top-7 {
  top: -1.75rem !important;
}
.\!-top-72 {
  top: -18rem !important;
}
.\!-top-8 {
  top: -2rem !important;
}
.\!-top-80 {
  top: -20rem !important;
}
.\!top-0 {
  top: 0px !important;
}
.\!top-0\.5 {
  top: 0.125rem !important;
}
.\!top-10 {
  top: 2.5rem !important;
}
.\!top-12 {
  top: 3rem !important;
}
.\!top-2 {
  top: 0.5rem !important;
}
.\!top-2\.5 {
  top: 0.625rem !important;
}
.\!top-2\/3 {
  top: 66.666667% !important;
}
.\!top-2\/4 {
  top: 50% !important;
}
.\!top-20 {
  top: 5rem !important;
}
.\!top-24 {
  top: 6rem !important;
}
.\!top-28 {
  top: 7rem !important;
}
.\!top-4 {
  top: 1rem !important;
}
.\!top-40 {
  top: 10rem !important;
}
.\!top-44 {
  top: 11rem !important;
}
.\!top-48 {
  top: 12rem !important;
}
.\!top-5 {
  top: 1.25rem !important;
}
.\!top-52 {
  top: 13rem !important;
}
.\!top-56 {
  top: 14rem !important;
}
.\!top-6 {
  top: 1.5rem !important;
}
.\!top-60 {
  top: 15rem !important;
}
.\!top-64 {
  top: 16rem !important;
}
.\!top-7 {
  top: 1.75rem !important;
}
.\!top-72 {
  top: 18rem !important;
}
.\!top-8 {
  top: 2rem !important;
}
.\!top-80 {
  top: 20rem !important;
}
.-left-4 {
  left: -1rem;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-12 {
  top: -3rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-2\/3 {
  top: -66.666667%;
}
.-top-2\/4 {
  top: -50%;
}
.-top-20 {
  top: -5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-28 {
  top: -7rem;
}
.-top-4 {
  top: -1rem;
}
.-top-40 {
  top: -10rem;
}
.-top-44 {
  top: -11rem;
}
.-top-48 {
  top: -12rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-52 {
  top: -13rem;
}
.-top-56 {
  top: -14rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-60 {
  top: -15rem;
}
.-top-64 {
  top: -16rem;
}
.-top-7 {
  top: -1.75rem;
}
.-top-72 {
  top: -18rem;
}
.-top-8 {
  top: -2rem;
}
.-top-80 {
  top: -20rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[625px\] {
  left: 625px;
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-2\/4 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-28 {
  top: 7rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-44 {
  top: 11rem;
}
.top-48 {
  top: 12rem;
}
.top-5 {
  top: 1.25rem;
}
.top-52 {
  top: 13rem;
}
.top-56 {
  top: 14rem;
}
.top-6 {
  top: 1.5rem;
}
.top-60 {
  top: 15rem;
}
.top-64 {
  top: 16rem;
}
.top-7 {
  top: 1.75rem;
}
.top-72 {
  top: 18rem;
}
.top-8 {
  top: 2rem;
}
.top-80 {
  top: 20rem;
}
.top-\[15\%\] {
  top: 15%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[5\] {
  z-index: 5;
}
.\!col-span-3 {
  grid-column: span 3 / span 3 !important;
}
.\!col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.\!col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.\!col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.\!col-span-9 {
  grid-column: span 9 / span 9 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-start-2 {
  grid-column-start: 2;
}
.\!row-auto {
  grid-row: auto !important;
}
.row-auto {
  grid-row: auto;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.\!line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.\!line-clamp-4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}
.\!line-clamp-5 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
}
.\!line-clamp-6 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.\!h-2xl {
  height: 42rem !important;
}
.\!h-2xs {
  height: 16rem !important;
}
.\!h-3xl {
  height: 48rem !important;
}
.\!h-\[42px\] {
  height: 42px !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.\!h-full {
  height: 100% !important;
}
.\!h-lg {
  height: 32rem !important;
}
.\!h-md {
  height: 28rem !important;
}
.\!h-sm {
  height: 24rem !important;
}
.\!h-xl {
  height: 36rem !important;
}
.\!h-xs {
  height: 20rem !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-2xl {
  height: 42rem;
}
.h-2xs {
  height: 16rem;
}
.h-32 {
  height: 8rem;
}
.h-3xl {
  height: 48rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[670px\] {
  height: 670px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-lg {
  height: 32rem;
}
.h-md {
  height: 28rem;
}
.h-screen {
  height: 100vh;
}
.h-sm {
  height: 24rem;
}
.h-xl {
  height: 36rem;
}
.h-xs {
  height: 20rem;
}
.\!max-h-2xl {
  max-height: 42rem !important;
}
.\!max-h-2xs {
  max-height: 16rem !important;
}
.\!max-h-3xl {
  max-height: 48rem !important;
}
.\!max-h-full {
  max-height: 100% !important;
}
.\!max-h-lg {
  max-height: 32rem !important;
}
.\!max-h-md {
  max-height: 28rem !important;
}
.\!max-h-sm {
  max-height: 24rem !important;
}
.\!max-h-xl {
  max-height: 36rem !important;
}
.\!max-h-xs {
  max-height: 20rem !important;
}
.max-h-2xl {
  max-height: 42rem;
}
.max-h-2xs {
  max-height: 16rem;
}
.max-h-3xl {
  max-height: 48rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-lg {
  max-height: 32rem;
}
.max-h-md {
  max-height: 28rem;
}
.max-h-none {
  max-height: none;
}
.max-h-sm {
  max-height: 24rem;
}
.max-h-xl {
  max-height: 36rem;
}
.max-h-xs {
  max-height: 20rem;
}
.\!min-h-2xl {
  min-height: 42rem !important;
}
.\!min-h-2xs {
  min-height: 16rem !important;
}
.\!min-h-3xl {
  min-height: 48rem !important;
}
.\!min-h-\[42px\] {
  min-height: 42px !important;
}
.\!min-h-full {
  min-height: 100% !important;
}
.\!min-h-lg {
  min-height: 32rem !important;
}
.\!min-h-md {
  min-height: 28rem !important;
}
.\!min-h-sm {
  min-height: 24rem !important;
}
.\!min-h-xl {
  min-height: 36rem !important;
}
.\!min-h-xs {
  min-height: 20rem !important;
}
.min-h-2xl {
  min-height: 42rem;
}
.min-h-2xs {
  min-height: 16rem;
}
.min-h-3xl {
  min-height: 48rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[762px\] {
  min-height: 762px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-lg {
  min-height: 32rem;
}
.min-h-md {
  min-height: 28rem;
}
.min-h-sm {
  min-height: 24rem;
}
.min-h-xl {
  min-height: 36rem;
}
.min-h-xs {
  min-height: 20rem;
}
.\!w-1\/2 {
  width: 50% !important;
}
.\!w-1\/3 {
  width: 33.333333% !important;
}
.\!w-1\/4 {
  width: 25% !important;
}
.\!w-1\/5 {
  width: 20% !important;
}
.\!w-1\/6 {
  width: 16.666667% !important;
}
.\!w-12 {
  width: 3rem !important;
}
.\!w-2\/3 {
  width: 66.666667% !important;
}
.\!w-2\/4 {
  width: 50% !important;
}
.\!w-2\/5 {
  width: 40% !important;
}
.\!w-2\/6 {
  width: 33.333333% !important;
}
.\!w-2xl {
  width: 42rem !important;
}
.\!w-2xs {
  width: 16rem !important;
}
.\!w-3\/4 {
  width: 75% !important;
}
.\!w-3\/5 {
  width: 60% !important;
}
.\!w-3\/6 {
  width: 50% !important;
}
.\!w-3xl {
  width: 48rem !important;
}
.\!w-4\/5 {
  width: 80% !important;
}
.\!w-4\/6 {
  width: 66.666667% !important;
}
.\!w-5\/6 {
  width: 83.333333% !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.\!w-lg {
  width: 32rem !important;
}
.\!w-md {
  width: 28rem !important;
}
.\!w-sm {
  width: 24rem !important;
}
.\!w-xl {
  width: 36rem !important;
}
.\!w-xs {
  width: 20rem !important;
}
.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-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.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-2xl {
  width: 42rem;
}
.w-2xs {
  width: 16rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-3xl {
  width: 48rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-44 {
  width: 11rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-56 {
  width: 14rem;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[928px\] {
  width: 928px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-lg {
  width: 32rem;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-md {
  width: 28rem;
}
.w-sm {
  width: 24rem;
}
.w-xl {
  width: 36rem;
}
.w-xs {
  width: 20rem;
}
.\!min-w-2xl {
  min-width: 42rem !important;
}
.\!min-w-2xs {
  min-width: 16rem !important;
}
.\!min-w-3xl {
  min-width: 48rem !important;
}
.\!min-w-full {
  min-width: 100% !important;
}
.\!min-w-lg {
  min-width: 32rem !important;
}
.\!min-w-md {
  min-width: 28rem !important;
}
.\!min-w-sm {
  min-width: 24rem !important;
}
.\!min-w-xl {
  min-width: 36rem !important;
}
.\!min-w-xs {
  min-width: 20rem !important;
}
.min-w-2xl {
  min-width: 42rem;
}
.min-w-2xs {
  min-width: 16rem;
}
.min-w-3xl {
  min-width: 48rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-full {
  min-width: 100%;
}
.min-w-lg {
  min-width: 32rem;
}
.min-w-md {
  min-width: 28rem;
}
.min-w-sm {
  min-width: 24rem;
}
.min-w-xl {
  min-width: 36rem;
}
.min-w-xs {
  min-width: 20rem;
}
.\!max-w-2xl {
  max-width: 42rem !important;
}
.\!max-w-2xs {
  max-width: 16rem !important;
}
.\!max-w-3xl {
  max-width: 48rem !important;
}
.\!max-w-full {
  max-width: 100% !important;
}
.\!max-w-lg {
  max-width: 32rem !important;
}
.\!max-w-md {
  max-width: 28rem !important;
}
.\!max-w-sm {
  max-width: 24rem !important;
}
.\!max-w-xl {
  max-width: 36rem !important;
}
.\!max-w-xs {
  max-width: 20rem !important;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-2xs {
  max-width: 16rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.origin-bottom {
  transform-origin: bottom;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[44\%\] {
  --tw-translate-y: -44%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[60\%\] {
  --tw-translate-y: 60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-100 {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.\!scroll-p-0 {
  scroll-padding: 0px !important;
}
.\!scroll-p-0\.5 {
  scroll-padding: 0.125rem !important;
}
.\!scroll-p-10 {
  scroll-padding: 2.5rem !important;
}
.\!scroll-p-12 {
  scroll-padding: 3rem !important;
}
.\!scroll-p-2 {
  scroll-padding: 0.5rem !important;
}
.\!scroll-p-2\.5 {
  scroll-padding: 0.625rem !important;
}
.\!scroll-p-20 {
  scroll-padding: 5rem !important;
}
.\!scroll-p-24 {
  scroll-padding: 6rem !important;
}
.\!scroll-p-28 {
  scroll-padding: 7rem !important;
}
.\!scroll-p-4 {
  scroll-padding: 1rem !important;
}
.\!scroll-p-40 {
  scroll-padding: 10rem !important;
}
.\!scroll-p-44 {
  scroll-padding: 11rem !important;
}
.\!scroll-p-48 {
  scroll-padding: 12rem !important;
}
.\!scroll-p-5 {
  scroll-padding: 1.25rem !important;
}
.\!scroll-p-52 {
  scroll-padding: 13rem !important;
}
.\!scroll-p-56 {
  scroll-padding: 14rem !important;
}
.\!scroll-p-6 {
  scroll-padding: 1.5rem !important;
}
.\!scroll-p-60 {
  scroll-padding: 15rem !important;
}
.\!scroll-p-64 {
  scroll-padding: 16rem !important;
}
.\!scroll-p-7 {
  scroll-padding: 1.75rem !important;
}
.\!scroll-p-72 {
  scroll-padding: 18rem !important;
}
.\!scroll-p-8 {
  scroll-padding: 2rem !important;
}
.\!scroll-p-80 {
  scroll-padding: 20rem !important;
}
.scroll-p-0 {
  scroll-padding: 0px;
}
.scroll-p-0\.5 {
  scroll-padding: 0.125rem;
}
.scroll-p-10 {
  scroll-padding: 2.5rem;
}
.scroll-p-12 {
  scroll-padding: 3rem;
}
.scroll-p-2 {
  scroll-padding: 0.5rem;
}
.scroll-p-2\.5 {
  scroll-padding: 0.625rem;
}
.scroll-p-20 {
  scroll-padding: 5rem;
}
.scroll-p-24 {
  scroll-padding: 6rem;
}
.scroll-p-28 {
  scroll-padding: 7rem;
}
.scroll-p-4 {
  scroll-padding: 1rem;
}
.scroll-p-40 {
  scroll-padding: 10rem;
}
.scroll-p-44 {
  scroll-padding: 11rem;
}
.scroll-p-48 {
  scroll-padding: 12rem;
}
.scroll-p-5 {
  scroll-padding: 1.25rem;
}
.scroll-p-52 {
  scroll-padding: 13rem;
}
.scroll-p-56 {
  scroll-padding: 14rem;
}
.scroll-p-6 {
  scroll-padding: 1.5rem;
}
.scroll-p-60 {
  scroll-padding: 15rem;
}
.scroll-p-64 {
  scroll-padding: 16rem;
}
.scroll-p-7 {
  scroll-padding: 1.75rem;
}
.scroll-p-72 {
  scroll-padding: 18rem;
}
.scroll-p-8 {
  scroll-padding: 2rem;
}
.scroll-p-80 {
  scroll-padding: 20rem;
}
.\!scroll-px-0 {
  scroll-padding-left: 0px !important;
  scroll-padding-right: 0px !important;
}
.\!scroll-px-0\.5 {
  scroll-padding-left: 0.125rem !important;
  scroll-padding-right: 0.125rem !important;
}
.\!scroll-px-10 {
  scroll-padding-left: 2.5rem !important;
  scroll-padding-right: 2.5rem !important;
}
.\!scroll-px-12 {
  scroll-padding-left: 3rem !important;
  scroll-padding-right: 3rem !important;
}
.\!scroll-px-2 {
  scroll-padding-left: 0.5rem !important;
  scroll-padding-right: 0.5rem !important;
}
.\!scroll-px-2\.5 {
  scroll-padding-left: 0.625rem !important;
  scroll-padding-right: 0.625rem !important;
}
.\!scroll-px-20 {
  scroll-padding-left: 5rem !important;
  scroll-padding-right: 5rem !important;
}
.\!scroll-px-24 {
  scroll-padding-left: 6rem !important;
  scroll-padding-right: 6rem !important;
}
.\!scroll-px-28 {
  scroll-padding-left: 7rem !important;
  scroll-padding-right: 7rem !important;
}
.\!scroll-px-4 {
  scroll-padding-left: 1rem !important;
  scroll-padding-right: 1rem !important;
}
.\!scroll-px-40 {
  scroll-padding-left: 10rem !important;
  scroll-padding-right: 10rem !important;
}
.\!scroll-px-44 {
  scroll-padding-left: 11rem !important;
  scroll-padding-right: 11rem !important;
}
.\!scroll-px-48 {
  scroll-padding-left: 12rem !important;
  scroll-padding-right: 12rem !important;
}
.\!scroll-px-5 {
  scroll-padding-left: 1.25rem !important;
  scroll-padding-right: 1.25rem !important;
}
.\!scroll-px-52 {
  scroll-padding-left: 13rem !important;
  scroll-padding-right: 13rem !important;
}
.\!scroll-px-56 {
  scroll-padding-left: 14rem !important;
  scroll-padding-right: 14rem !important;
}
.\!scroll-px-6 {
  scroll-padding-left: 1.5rem !important;
  scroll-padding-right: 1.5rem !important;
}
.\!scroll-px-60 {
  scroll-padding-left: 15rem !important;
  scroll-padding-right: 15rem !important;
}
.\!scroll-px-64 {
  scroll-padding-left: 16rem !important;
  scroll-padding-right: 16rem !important;
}
.\!scroll-px-7 {
  scroll-padding-left: 1.75rem !important;
  scroll-padding-right: 1.75rem !important;
}
.\!scroll-px-72 {
  scroll-padding-left: 18rem !important;
  scroll-padding-right: 18rem !important;
}
.\!scroll-px-8 {
  scroll-padding-left: 2rem !important;
  scroll-padding-right: 2rem !important;
}
.\!scroll-px-80 {
  scroll-padding-left: 20rem !important;
  scroll-padding-right: 20rem !important;
}
.scroll-px-0 {
  scroll-padding-left: 0px;
  scroll-padding-right: 0px;
}
.scroll-px-0\.5 {
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}
.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}
.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}
.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}
.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}
.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}
.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}
.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}
.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}
.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}
.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}
.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}
.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}
.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}
.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}
.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}
.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}
.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}
.scroll-px-7 {
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}
.scroll-px-72 {
  scroll-padding-left: 18rem;
  scroll-padding-right: 18rem;
}
.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}
.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}
.\!scroll-pl-0 {
  scroll-padding-left: 0px !important;
}
.\!scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem !important;
}
.\!scroll-pl-10 {
  scroll-padding-left: 2.5rem !important;
}
.\!scroll-pl-12 {
  scroll-padding-left: 3rem !important;
}
.\!scroll-pl-2 {
  scroll-padding-left: 0.5rem !important;
}
.\!scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem !important;
}
.\!scroll-pl-20 {
  scroll-padding-left: 5rem !important;
}
.\!scroll-pl-24 {
  scroll-padding-left: 6rem !important;
}
.\!scroll-pl-28 {
  scroll-padding-left: 7rem !important;
}
.\!scroll-pl-4 {
  scroll-padding-left: 1rem !important;
}
.\!scroll-pl-40 {
  scroll-padding-left: 10rem !important;
}
.\!scroll-pl-44 {
  scroll-padding-left: 11rem !important;
}
.\!scroll-pl-48 {
  scroll-padding-left: 12rem !important;
}
.\!scroll-pl-5 {
  scroll-padding-left: 1.25rem !important;
}
.\!scroll-pl-52 {
  scroll-padding-left: 13rem !important;
}
.\!scroll-pl-56 {
  scroll-padding-left: 14rem !important;
}
.\!scroll-pl-6 {
  scroll-padding-left: 1.5rem !important;
}
.\!scroll-pl-60 {
  scroll-padding-left: 15rem !important;
}
.\!scroll-pl-64 {
  scroll-padding-left: 16rem !important;
}
.\!scroll-pl-7 {
  scroll-padding-left: 1.75rem !important;
}
.\!scroll-pl-72 {
  scroll-padding-left: 18rem !important;
}
.\!scroll-pl-8 {
  scroll-padding-left: 2rem !important;
}
.\!scroll-pl-80 {
  scroll-padding-left: 20rem !important;
}
.\!scroll-pr-0 {
  scroll-padding-right: 0px !important;
}
.\!scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem !important;
}
.\!scroll-pr-10 {
  scroll-padding-right: 2.5rem !important;
}
.\!scroll-pr-12 {
  scroll-padding-right: 3rem !important;
}
.\!scroll-pr-2 {
  scroll-padding-right: 0.5rem !important;
}
.\!scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem !important;
}
.\!scroll-pr-20 {
  scroll-padding-right: 5rem !important;
}
.\!scroll-pr-24 {
  scroll-padding-right: 6rem !important;
}
.\!scroll-pr-28 {
  scroll-padding-right: 7rem !important;
}
.\!scroll-pr-4 {
  scroll-padding-right: 1rem !important;
}
.\!scroll-pr-40 {
  scroll-padding-right: 10rem !important;
}
.\!scroll-pr-44 {
  scroll-padding-right: 11rem !important;
}
.\!scroll-pr-48 {
  scroll-padding-right: 12rem !important;
}
.\!scroll-pr-5 {
  scroll-padding-right: 1.25rem !important;
}
.\!scroll-pr-52 {
  scroll-padding-right: 13rem !important;
}
.\!scroll-pr-56 {
  scroll-padding-right: 14rem !important;
}
.\!scroll-pr-6 {
  scroll-padding-right: 1.5rem !important;
}
.\!scroll-pr-60 {
  scroll-padding-right: 15rem !important;
}
.\!scroll-pr-64 {
  scroll-padding-right: 16rem !important;
}
.\!scroll-pr-7 {
  scroll-padding-right: 1.75rem !important;
}
.\!scroll-pr-72 {
  scroll-padding-right: 18rem !important;
}
.\!scroll-pr-8 {
  scroll-padding-right: 2rem !important;
}
.\!scroll-pr-80 {
  scroll-padding-right: 20rem !important;
}
.scroll-pl-0 {
  scroll-padding-left: 0px;
}
.scroll-pl-0\.5 {
  scroll-padding-left: 0.125rem;
}
.scroll-pl-10 {
  scroll-padding-left: 2.5rem;
}
.scroll-pl-12 {
  scroll-padding-left: 3rem;
}
.scroll-pl-2 {
  scroll-padding-left: 0.5rem;
}
.scroll-pl-2\.5 {
  scroll-padding-left: 0.625rem;
}
.scroll-pl-20 {
  scroll-padding-left: 5rem;
}
.scroll-pl-24 {
  scroll-padding-left: 6rem;
}
.scroll-pl-28 {
  scroll-padding-left: 7rem;
}
.scroll-pl-4 {
  scroll-padding-left: 1rem;
}
.scroll-pl-40 {
  scroll-padding-left: 10rem;
}
.scroll-pl-44 {
  scroll-padding-left: 11rem;
}
.scroll-pl-48 {
  scroll-padding-left: 12rem;
}
.scroll-pl-5 {
  scroll-padding-left: 1.25rem;
}
.scroll-pl-52 {
  scroll-padding-left: 13rem;
}
.scroll-pl-56 {
  scroll-padding-left: 14rem;
}
.scroll-pl-6 {
  scroll-padding-left: 1.5rem;
}
.scroll-pl-60 {
  scroll-padding-left: 15rem;
}
.scroll-pl-64 {
  scroll-padding-left: 16rem;
}
.scroll-pl-7 {
  scroll-padding-left: 1.75rem;
}
.scroll-pl-72 {
  scroll-padding-left: 18rem;
}
.scroll-pl-8 {
  scroll-padding-left: 2rem;
}
.scroll-pl-80 {
  scroll-padding-left: 20rem;
}
.scroll-pr-0 {
  scroll-padding-right: 0px;
}
.scroll-pr-0\.5 {
  scroll-padding-right: 0.125rem;
}
.scroll-pr-10 {
  scroll-padding-right: 2.5rem;
}
.scroll-pr-12 {
  scroll-padding-right: 3rem;
}
.scroll-pr-2 {
  scroll-padding-right: 0.5rem;
}
.scroll-pr-2\.5 {
  scroll-padding-right: 0.625rem;
}
.scroll-pr-20 {
  scroll-padding-right: 5rem;
}
.scroll-pr-24 {
  scroll-padding-right: 6rem;
}
.scroll-pr-28 {
  scroll-padding-right: 7rem;
}
.scroll-pr-4 {
  scroll-padding-right: 1rem;
}
.scroll-pr-40 {
  scroll-padding-right: 10rem;
}
.scroll-pr-44 {
  scroll-padding-right: 11rem;
}
.scroll-pr-48 {
  scroll-padding-right: 12rem;
}
.scroll-pr-5 {
  scroll-padding-right: 1.25rem;
}
.scroll-pr-52 {
  scroll-padding-right: 13rem;
}
.scroll-pr-56 {
  scroll-padding-right: 14rem;
}
.scroll-pr-6 {
  scroll-padding-right: 1.5rem;
}
.scroll-pr-60 {
  scroll-padding-right: 15rem;
}
.scroll-pr-64 {
  scroll-padding-right: 16rem;
}
.scroll-pr-7 {
  scroll-padding-right: 1.75rem;
}
.scroll-pr-72 {
  scroll-padding-right: 18rem;
}
.scroll-pr-8 {
  scroll-padding-right: 2rem;
}
.scroll-pr-80 {
  scroll-padding-right: 20rem;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.\!grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.\!grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.\!grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.\!grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.\!grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.\!grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.\!grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.\!grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.\!flex-row {
  flex-direction: row !important;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.place-items-baseline {
  place-items: baseline;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-0 {
  gap: 0px !important;
}
.\!gap-0\.5 {
  gap: 0.125rem !important;
}
.\!gap-10 {
  gap: 2.5rem !important;
}
.\!gap-12 {
  gap: 3rem !important;
}
.\!gap-2 {
  gap: 0.5rem !important;
}
.\!gap-2\.5 {
  gap: 0.625rem !important;
}
.\!gap-20 {
  gap: 5rem !important;
}
.\!gap-24 {
  gap: 6rem !important;
}
.\!gap-28 {
  gap: 7rem !important;
}
.\!gap-3 {
  gap: 0.75rem !important;
}
.\!gap-3\.5 {
  gap: 0.875rem !important;
}
.\!gap-32 {
  gap: 8rem !important;
}
.\!gap-36 {
  gap: 9rem !important;
}
.\!gap-4 {
  gap: 1rem !important;
}
.\!gap-40 {
  gap: 10rem !important;
}
.\!gap-44 {
  gap: 11rem !important;
}
.\!gap-48 {
  gap: 12rem !important;
}
.\!gap-5 {
  gap: 1.25rem !important;
}
.\!gap-52 {
  gap: 13rem !important;
}
.\!gap-56 {
  gap: 14rem !important;
}
.\!gap-6 {
  gap: 1.5rem !important;
}
.\!gap-60 {
  gap: 15rem !important;
}
.\!gap-64 {
  gap: 16rem !important;
}
.\!gap-7 {
  gap: 1.75rem !important;
}
.\!gap-72 {
  gap: 18rem !important;
}
.\!gap-8 {
  gap: 2rem !important;
}
.\!gap-80 {
  gap: 20rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-36 {
  gap: 9rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-44 {
  gap: 11rem;
}
.gap-48 {
  gap: 12rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-52 {
  gap: 13rem;
}
.gap-56 {
  gap: 14rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-64 {
  gap: 16rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-72 {
  gap: 18rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-80 {
  gap: 20rem;
}
.\!gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}
.\!gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}
.\!gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}
.\!gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}
.\!gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}
.\!gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}
.\!gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}
.\!gap-y-0 {
  row-gap: 0px !important;
}
.\!gap-y-0\.5 {
  row-gap: 0.125rem !important;
}
.\!gap-y-2 {
  row-gap: 0.5rem !important;
}
.\!gap-y-2\.5 {
  row-gap: 0.625rem !important;
}
.\!gap-y-20 {
  row-gap: 5rem !important;
}
.\!gap-y-24 {
  row-gap: 6rem !important;
}
.\!gap-y-28 {
  row-gap: 7rem !important;
}
.\!gap-y-3 {
  row-gap: 0.75rem !important;
}
.\!gap-y-3\.5 {
  row-gap: 0.875rem !important;
}
.\!gap-y-32 {
  row-gap: 8rem !important;
}
.\!gap-y-36 {
  row-gap: 9rem !important;
}
.\!gap-y-4 {
  row-gap: 1rem !important;
}
.\!gap-y-40 {
  row-gap: 10rem !important;
}
.\!gap-y-44 {
  row-gap: 11rem !important;
}
.\!gap-y-48 {
  row-gap: 12rem !important;
}
.\!gap-y-5 {
  row-gap: 1.25rem !important;
}
.\!gap-y-52 {
  row-gap: 13rem !important;
}
.\!gap-y-56 {
  row-gap: 14rem !important;
}
.\!gap-y-6 {
  row-gap: 1.5rem !important;
}
.\!gap-y-60 {
  row-gap: 15rem !important;
}
.\!gap-y-64 {
  row-gap: 16rem !important;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}
.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}
.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-24 {
  row-gap: 6rem;
}
.gap-y-28 {
  row-gap: 7rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-3\.5 {
  row-gap: 0.875rem;
}
.gap-y-32 {
  row-gap: 8rem;
}
.gap-y-36 {
  row-gap: 9rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-40 {
  row-gap: 10rem;
}
.gap-y-44 {
  row-gap: 11rem;
}
.gap-y-48 {
  row-gap: 12rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-52 {
  row-gap: 13rem;
}
.gap-y-56 {
  row-gap: 14rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-60 {
  row-gap: 15rem;
}
.gap-y-64 {
  row-gap: 16rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.place-self-auto {
  place-self: auto;
}
.place-self-start {
  place-self: start;
}
.place-self-end {
  place-self: end;
}
.place-self-center {
  place-self: center;
}
.place-self-stretch {
  place-self: stretch;
}
.self-auto {
  align-self: auto;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.self-baseline {
  align-self: baseline;
}
.justify-self-auto {
  justify-self: auto;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.\!rounded-2xl {
  border-radius: 1rem !important;
}
.\!rounded-3xl {
  border-radius: 1.5rem !important;
}
.\!rounded-btn {
  border-radius: 2px 30px 30px 30px !important;
}
.\!rounded-cta-left {
  border-radius: 30px 0 0 30px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.\!rounded-rd {
  border-radius: 30px !important;
}
.\!rounded-sm {
  border-radius: 0.125rem !important;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-btn {
  border-radius: 2px 30px 30px 30px;
}
.rounded-cta-left {
  border-radius: 30px 0 0 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-rd {
  border-radius: 30px;
}
.rounded-search {
  border-radius: 30px 2px 30px 30px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[30px\] {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-bl-\[30px\] {
  border-bottom-left-radius: 30px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-tl-\[2px\] {
  border-top-left-radius: 2px;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.\!border-2 {
  border-width: 2px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.\!border-b-2 {
  border-bottom-width: 2px !important;
}
.\!border-b-4 {
  border-bottom-width: 4px !important;
}
.\!border-l-0 {
  border-left-width: 0px !important;
}
.\!border-l-2 {
  border-left-width: 2px !important;
}
.\!border-l-4 {
  border-left-width: 4px !important;
}
.\!border-r-0 {
  border-right-width: 0px !important;
}
.\!border-r-2 {
  border-right-width: 2px !important;
}
.\!border-r-4 {
  border-right-width: 4px !important;
}
.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-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-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-t {
  border-top-width: 1px;
}
.\!border-none {
  border-style: none !important;
}
.\!border-aha-pink {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-aha-pink\/0 {
  border-color: rgb(255 0 255 / 0) !important;
}
.\!border-aha-pink\/10 {
  border-color: rgb(255 0 255 / 0.1) !important;
}
.\!border-aha-pink\/100 {
  border-color: rgb(255 0 255 / 1) !important;
}
.\!border-aha-pink\/15 {
  border-color: rgb(255 0 255 / 0.15) !important;
}
.\!border-aha-pink\/20 {
  border-color: rgb(255 0 255 / 0.2) !important;
}
.\!border-aha-pink\/25 {
  border-color: rgb(255 0 255 / 0.25) !important;
}
.\!border-aha-pink\/30 {
  border-color: rgb(255 0 255 / 0.3) !important;
}
.\!border-aha-pink\/35 {
  border-color: rgb(255 0 255 / 0.35) !important;
}
.\!border-aha-pink\/40 {
  border-color: rgb(255 0 255 / 0.4) !important;
}
.\!border-aha-pink\/45 {
  border-color: rgb(255 0 255 / 0.45) !important;
}
.\!border-aha-pink\/5 {
  border-color: rgb(255 0 255 / 0.05) !important;
}
.\!border-aha-pink\/50 {
  border-color: rgb(255 0 255 / 0.5) !important;
}
.\!border-aha-pink\/55 {
  border-color: rgb(255 0 255 / 0.55) !important;
}
.\!border-aha-pink\/60 {
  border-color: rgb(255 0 255 / 0.6) !important;
}
.\!border-aha-pink\/65 {
  border-color: rgb(255 0 255 / 0.65) !important;
}
.\!border-aha-pink\/70 {
  border-color: rgb(255 0 255 / 0.7) !important;
}
.\!border-aha-pink\/75 {
  border-color: rgb(255 0 255 / 0.75) !important;
}
.\!border-aha-pink\/80 {
  border-color: rgb(255 0 255 / 0.8) !important;
}
.\!border-aha-pink\/85 {
  border-color: rgb(255 0 255 / 0.85) !important;
}
.\!border-aha-pink\/90 {
  border-color: rgb(255 0 255 / 0.9) !important;
}
.\!border-aha-pink\/95 {
  border-color: rgb(255 0 255 / 0.95) !important;
}
.\!border-borrowell-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
}
.\!border-borrowell-blue\/0 {
  border-color: rgb(52 45 141 / 0) !important;
}
.\!border-borrowell-blue\/10 {
  border-color: rgb(52 45 141 / 0.1) !important;
}
.\!border-borrowell-blue\/100 {
  border-color: rgb(52 45 141 / 1) !important;
}
.\!border-borrowell-blue\/15 {
  border-color: rgb(52 45 141 / 0.15) !important;
}
.\!border-borrowell-blue\/20 {
  border-color: rgb(52 45 141 / 0.2) !important;
}
.\!border-borrowell-blue\/25 {
  border-color: rgb(52 45 141 / 0.25) !important;
}
.\!border-borrowell-blue\/30 {
  border-color: rgb(52 45 141 / 0.3) !important;
}
.\!border-borrowell-blue\/35 {
  border-color: rgb(52 45 141 / 0.35) !important;
}
.\!border-borrowell-blue\/40 {
  border-color: rgb(52 45 141 / 0.4) !important;
}
.\!border-borrowell-blue\/45 {
  border-color: rgb(52 45 141 / 0.45) !important;
}
.\!border-borrowell-blue\/5 {
  border-color: rgb(52 45 141 / 0.05) !important;
}
.\!border-borrowell-blue\/50 {
  border-color: rgb(52 45 141 / 0.5) !important;
}
.\!border-borrowell-blue\/55 {
  border-color: rgb(52 45 141 / 0.55) !important;
}
.\!border-borrowell-blue\/60 {
  border-color: rgb(52 45 141 / 0.6) !important;
}
.\!border-borrowell-blue\/65 {
  border-color: rgb(52 45 141 / 0.65) !important;
}
.\!border-borrowell-blue\/70 {
  border-color: rgb(52 45 141 / 0.7) !important;
}
.\!border-borrowell-blue\/75 {
  border-color: rgb(52 45 141 / 0.75) !important;
}
.\!border-borrowell-blue\/80 {
  border-color: rgb(52 45 141 / 0.8) !important;
}
.\!border-borrowell-blue\/85 {
  border-color: rgb(52 45 141 / 0.85) !important;
}
.\!border-borrowell-blue\/90 {
  border-color: rgb(52 45 141 / 0.9) !important;
}
.\!border-borrowell-blue\/95 {
  border-color: rgb(52 45 141 / 0.95) !important;
}
.\!border-brand-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brand-red\/0 {
  border-color: rgb(163 36 57 / 0) !important;
}
.\!border-brand-red\/10 {
  border-color: rgb(163 36 57 / 0.1) !important;
}
.\!border-brand-red\/100 {
  border-color: rgb(163 36 57 / 1) !important;
}
.\!border-brand-red\/15 {
  border-color: rgb(163 36 57 / 0.15) !important;
}
.\!border-brand-red\/20 {
  border-color: rgb(163 36 57 / 0.2) !important;
}
.\!border-brand-red\/25 {
  border-color: rgb(163 36 57 / 0.25) !important;
}
.\!border-brand-red\/30 {
  border-color: rgb(163 36 57 / 0.3) !important;
}
.\!border-brand-red\/35 {
  border-color: rgb(163 36 57 / 0.35) !important;
}
.\!border-brand-red\/40 {
  border-color: rgb(163 36 57 / 0.4) !important;
}
.\!border-brand-red\/45 {
  border-color: rgb(163 36 57 / 0.45) !important;
}
.\!border-brand-red\/5 {
  border-color: rgb(163 36 57 / 0.05) !important;
}
.\!border-brand-red\/50 {
  border-color: rgb(163 36 57 / 0.5) !important;
}
.\!border-brand-red\/55 {
  border-color: rgb(163 36 57 / 0.55) !important;
}
.\!border-brand-red\/60 {
  border-color: rgb(163 36 57 / 0.6) !important;
}
.\!border-brand-red\/65 {
  border-color: rgb(163 36 57 / 0.65) !important;
}
.\!border-brand-red\/70 {
  border-color: rgb(163 36 57 / 0.7) !important;
}
.\!border-brand-red\/75 {
  border-color: rgb(163 36 57 / 0.75) !important;
}
.\!border-brand-red\/80 {
  border-color: rgb(163 36 57 / 0.8) !important;
}
.\!border-brand-red\/85 {
  border-color: rgb(163 36 57 / 0.85) !important;
}
.\!border-brand-red\/90 {
  border-color: rgb(163 36 57 / 0.9) !important;
}
.\!border-brand-red\/95 {
  border-color: rgb(163 36 57 / 0.95) !important;
}
.\!border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
}
.\!border-grey\/0 {
  border-color: rgb(56 61 65 / 0) !important;
}
.\!border-grey\/10 {
  border-color: rgb(56 61 65 / 0.1) !important;
}
.\!border-grey\/100 {
  border-color: rgb(56 61 65 / 1) !important;
}
.\!border-grey\/15 {
  border-color: rgb(56 61 65 / 0.15) !important;
}
.\!border-grey\/20 {
  border-color: rgb(56 61 65 / 0.2) !important;
}
.\!border-grey\/25 {
  border-color: rgb(56 61 65 / 0.25) !important;
}
.\!border-grey\/30 {
  border-color: rgb(56 61 65 / 0.3) !important;
}
.\!border-grey\/35 {
  border-color: rgb(56 61 65 / 0.35) !important;
}
.\!border-grey\/40 {
  border-color: rgb(56 61 65 / 0.4) !important;
}
.\!border-grey\/45 {
  border-color: rgb(56 61 65 / 0.45) !important;
}
.\!border-grey\/5 {
  border-color: rgb(56 61 65 / 0.05) !important;
}
.\!border-grey\/50 {
  border-color: rgb(56 61 65 / 0.5) !important;
}
.\!border-grey\/55 {
  border-color: rgb(56 61 65 / 0.55) !important;
}
.\!border-grey\/60 {
  border-color: rgb(56 61 65 / 0.6) !important;
}
.\!border-grey\/65 {
  border-color: rgb(56 61 65 / 0.65) !important;
}
.\!border-grey\/70 {
  border-color: rgb(56 61 65 / 0.7) !important;
}
.\!border-grey\/75 {
  border-color: rgb(56 61 65 / 0.75) !important;
}
.\!border-grey\/80 {
  border-color: rgb(56 61 65 / 0.8) !important;
}
.\!border-grey\/85 {
  border-color: rgb(56 61 65 / 0.85) !important;
}
.\!border-grey\/90 {
  border-color: rgb(56 61 65 / 0.9) !important;
}
.\!border-grey\/95 {
  border-color: rgb(56 61 65 / 0.95) !important;
}
.\!border-light-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-light-blue\/0 {
  border-color: rgb(198 223 255 / 0) !important;
}
.\!border-light-blue\/10 {
  border-color: rgb(198 223 255 / 0.1) !important;
}
.\!border-light-blue\/100 {
  border-color: rgb(198 223 255 / 1) !important;
}
.\!border-light-blue\/15 {
  border-color: rgb(198 223 255 / 0.15) !important;
}
.\!border-light-blue\/20 {
  border-color: rgb(198 223 255 / 0.2) !important;
}
.\!border-light-blue\/25 {
  border-color: rgb(198 223 255 / 0.25) !important;
}
.\!border-light-blue\/30 {
  border-color: rgb(198 223 255 / 0.3) !important;
}
.\!border-light-blue\/35 {
  border-color: rgb(198 223 255 / 0.35) !important;
}
.\!border-light-blue\/40 {
  border-color: rgb(198 223 255 / 0.4) !important;
}
.\!border-light-blue\/45 {
  border-color: rgb(198 223 255 / 0.45) !important;
}
.\!border-light-blue\/5 {
  border-color: rgb(198 223 255 / 0.05) !important;
}
.\!border-light-blue\/50 {
  border-color: rgb(198 223 255 / 0.5) !important;
}
.\!border-light-blue\/55 {
  border-color: rgb(198 223 255 / 0.55) !important;
}
.\!border-light-blue\/60 {
  border-color: rgb(198 223 255 / 0.6) !important;
}
.\!border-light-blue\/65 {
  border-color: rgb(198 223 255 / 0.65) !important;
}
.\!border-light-blue\/70 {
  border-color: rgb(198 223 255 / 0.7) !important;
}
.\!border-light-blue\/75 {
  border-color: rgb(198 223 255 / 0.75) !important;
}
.\!border-light-blue\/80 {
  border-color: rgb(198 223 255 / 0.8) !important;
}
.\!border-light-blue\/85 {
  border-color: rgb(198 223 255 / 0.85) !important;
}
.\!border-light-blue\/90 {
  border-color: rgb(198 223 255 / 0.9) !important;
}
.\!border-light-blue\/95 {
  border-color: rgb(198 223 255 / 0.95) !important;
}
.\!border-light-green {
  --tw-border-opacity: 1 !important;
  border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
}
.\!border-light-green\/0 {
  border-color: rgb(184 241 193 / 0) !important;
}
.\!border-light-green\/10 {
  border-color: rgb(184 241 193 / 0.1) !important;
}
.\!border-light-green\/100 {
  border-color: rgb(184 241 193 / 1) !important;
}
.\!border-light-green\/15 {
  border-color: rgb(184 241 193 / 0.15) !important;
}
.\!border-light-green\/20 {
  border-color: rgb(184 241 193 / 0.2) !important;
}
.\!border-light-green\/25 {
  border-color: rgb(184 241 193 / 0.25) !important;
}
.\!border-light-green\/30 {
  border-color: rgb(184 241 193 / 0.3) !important;
}
.\!border-light-green\/35 {
  border-color: rgb(184 241 193 / 0.35) !important;
}
.\!border-light-green\/40 {
  border-color: rgb(184 241 193 / 0.4) !important;
}
.\!border-light-green\/45 {
  border-color: rgb(184 241 193 / 0.45) !important;
}
.\!border-light-green\/5 {
  border-color: rgb(184 241 193 / 0.05) !important;
}
.\!border-light-green\/50 {
  border-color: rgb(184 241 193 / 0.5) !important;
}
.\!border-light-green\/55 {
  border-color: rgb(184 241 193 / 0.55) !important;
}
.\!border-light-green\/60 {
  border-color: rgb(184 241 193 / 0.6) !important;
}
.\!border-light-green\/65 {
  border-color: rgb(184 241 193 / 0.65) !important;
}
.\!border-light-green\/70 {
  border-color: rgb(184 241 193 / 0.7) !important;
}
.\!border-light-green\/75 {
  border-color: rgb(184 241 193 / 0.75) !important;
}
.\!border-light-green\/80 {
  border-color: rgb(184 241 193 / 0.8) !important;
}
.\!border-light-green\/85 {
  border-color: rgb(184 241 193 / 0.85) !important;
}
.\!border-light-green\/90 {
  border-color: rgb(184 241 193 / 0.9) !important;
}
.\!border-light-green\/95 {
  border-color: rgb(184 241 193 / 0.95) !important;
}
.\!border-light-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
}
.\!border-light-grey\/0 {
  border-color: rgb(226 227 229 / 0) !important;
}
.\!border-light-grey\/10 {
  border-color: rgb(226 227 229 / 0.1) !important;
}
.\!border-light-grey\/100 {
  border-color: rgb(226 227 229 / 1) !important;
}
.\!border-light-grey\/15 {
  border-color: rgb(226 227 229 / 0.15) !important;
}
.\!border-light-grey\/20 {
  border-color: rgb(226 227 229 / 0.2) !important;
}
.\!border-light-grey\/25 {
  border-color: rgb(226 227 229 / 0.25) !important;
}
.\!border-light-grey\/30 {
  border-color: rgb(226 227 229 / 0.3) !important;
}
.\!border-light-grey\/35 {
  border-color: rgb(226 227 229 / 0.35) !important;
}
.\!border-light-grey\/40 {
  border-color: rgb(226 227 229 / 0.4) !important;
}
.\!border-light-grey\/45 {
  border-color: rgb(226 227 229 / 0.45) !important;
}
.\!border-light-grey\/5 {
  border-color: rgb(226 227 229 / 0.05) !important;
}
.\!border-light-grey\/50 {
  border-color: rgb(226 227 229 / 0.5) !important;
}
.\!border-light-grey\/55 {
  border-color: rgb(226 227 229 / 0.55) !important;
}
.\!border-light-grey\/60 {
  border-color: rgb(226 227 229 / 0.6) !important;
}
.\!border-light-grey\/65 {
  border-color: rgb(226 227 229 / 0.65) !important;
}
.\!border-light-grey\/70 {
  border-color: rgb(226 227 229 / 0.7) !important;
}
.\!border-light-grey\/75 {
  border-color: rgb(226 227 229 / 0.75) !important;
}
.\!border-light-grey\/80 {
  border-color: rgb(226 227 229 / 0.8) !important;
}
.\!border-light-grey\/85 {
  border-color: rgb(226 227 229 / 0.85) !important;
}
.\!border-light-grey\/90 {
  border-color: rgb(226 227 229 / 0.9) !important;
}
.\!border-light-grey\/95 {
  border-color: rgb(226 227 229 / 0.95) !important;
}
.\!border-light-purple {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
}
.\!border-light-purple\/0 {
  border-color: rgb(230 208 253 / 0) !important;
}
.\!border-light-purple\/10 {
  border-color: rgb(230 208 253 / 0.1) !important;
}
.\!border-light-purple\/100 {
  border-color: rgb(230 208 253 / 1) !important;
}
.\!border-light-purple\/15 {
  border-color: rgb(230 208 253 / 0.15) !important;
}
.\!border-light-purple\/20 {
  border-color: rgb(230 208 253 / 0.2) !important;
}
.\!border-light-purple\/25 {
  border-color: rgb(230 208 253 / 0.25) !important;
}
.\!border-light-purple\/30 {
  border-color: rgb(230 208 253 / 0.3) !important;
}
.\!border-light-purple\/35 {
  border-color: rgb(230 208 253 / 0.35) !important;
}
.\!border-light-purple\/40 {
  border-color: rgb(230 208 253 / 0.4) !important;
}
.\!border-light-purple\/45 {
  border-color: rgb(230 208 253 / 0.45) !important;
}
.\!border-light-purple\/5 {
  border-color: rgb(230 208 253 / 0.05) !important;
}
.\!border-light-purple\/50 {
  border-color: rgb(230 208 253 / 0.5) !important;
}
.\!border-light-purple\/55 {
  border-color: rgb(230 208 253 / 0.55) !important;
}
.\!border-light-purple\/60 {
  border-color: rgb(230 208 253 / 0.6) !important;
}
.\!border-light-purple\/65 {
  border-color: rgb(230 208 253 / 0.65) !important;
}
.\!border-light-purple\/70 {
  border-color: rgb(230 208 253 / 0.7) !important;
}
.\!border-light-purple\/75 {
  border-color: rgb(230 208 253 / 0.75) !important;
}
.\!border-light-purple\/80 {
  border-color: rgb(230 208 253 / 0.8) !important;
}
.\!border-light-purple\/85 {
  border-color: rgb(230 208 253 / 0.85) !important;
}
.\!border-light-purple\/90 {
  border-color: rgb(230 208 253 / 0.9) !important;
}
.\!border-light-purple\/95 {
  border-color: rgb(230 208 253 / 0.95) !important;
}
.\!border-off-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
}
.\!border-off-white\/0 {
  border-color: rgb(232 234 242 / 0) !important;
}
.\!border-off-white\/10 {
  border-color: rgb(232 234 242 / 0.1) !important;
}
.\!border-off-white\/100 {
  border-color: rgb(232 234 242 / 1) !important;
}
.\!border-off-white\/15 {
  border-color: rgb(232 234 242 / 0.15) !important;
}
.\!border-off-white\/20 {
  border-color: rgb(232 234 242 / 0.2) !important;
}
.\!border-off-white\/25 {
  border-color: rgb(232 234 242 / 0.25) !important;
}
.\!border-off-white\/30 {
  border-color: rgb(232 234 242 / 0.3) !important;
}
.\!border-off-white\/35 {
  border-color: rgb(232 234 242 / 0.35) !important;
}
.\!border-off-white\/40 {
  border-color: rgb(232 234 242 / 0.4) !important;
}
.\!border-off-white\/45 {
  border-color: rgb(232 234 242 / 0.45) !important;
}
.\!border-off-white\/5 {
  border-color: rgb(232 234 242 / 0.05) !important;
}
.\!border-off-white\/50 {
  border-color: rgb(232 234 242 / 0.5) !important;
}
.\!border-off-white\/55 {
  border-color: rgb(232 234 242 / 0.55) !important;
}
.\!border-off-white\/60 {
  border-color: rgb(232 234 242 / 0.6) !important;
}
.\!border-off-white\/65 {
  border-color: rgb(232 234 242 / 0.65) !important;
}
.\!border-off-white\/70 {
  border-color: rgb(232 234 242 / 0.7) !important;
}
.\!border-off-white\/75 {
  border-color: rgb(232 234 242 / 0.75) !important;
}
.\!border-off-white\/80 {
  border-color: rgb(232 234 242 / 0.8) !important;
}
.\!border-off-white\/85 {
  border-color: rgb(232 234 242 / 0.85) !important;
}
.\!border-off-white\/90 {
  border-color: rgb(232 234 242 / 0.9) !important;
}
.\!border-off-white\/95 {
  border-color: rgb(232 234 242 / 0.95) !important;
}
.\!border-scotial-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
}
.\!border-scotial-red\/0 {
  border-color: rgb(237 17 27 / 0) !important;
}
.\!border-scotial-red\/10 {
  border-color: rgb(237 17 27 / 0.1) !important;
}
.\!border-scotial-red\/100 {
  border-color: rgb(237 17 27 / 1) !important;
}
.\!border-scotial-red\/15 {
  border-color: rgb(237 17 27 / 0.15) !important;
}
.\!border-scotial-red\/20 {
  border-color: rgb(237 17 27 / 0.2) !important;
}
.\!border-scotial-red\/25 {
  border-color: rgb(237 17 27 / 0.25) !important;
}
.\!border-scotial-red\/30 {
  border-color: rgb(237 17 27 / 0.3) !important;
}
.\!border-scotial-red\/35 {
  border-color: rgb(237 17 27 / 0.35) !important;
}
.\!border-scotial-red\/40 {
  border-color: rgb(237 17 27 / 0.4) !important;
}
.\!border-scotial-red\/45 {
  border-color: rgb(237 17 27 / 0.45) !important;
}
.\!border-scotial-red\/5 {
  border-color: rgb(237 17 27 / 0.05) !important;
}
.\!border-scotial-red\/50 {
  border-color: rgb(237 17 27 / 0.5) !important;
}
.\!border-scotial-red\/55 {
  border-color: rgb(237 17 27 / 0.55) !important;
}
.\!border-scotial-red\/60 {
  border-color: rgb(237 17 27 / 0.6) !important;
}
.\!border-scotial-red\/65 {
  border-color: rgb(237 17 27 / 0.65) !important;
}
.\!border-scotial-red\/70 {
  border-color: rgb(237 17 27 / 0.7) !important;
}
.\!border-scotial-red\/75 {
  border-color: rgb(237 17 27 / 0.75) !important;
}
.\!border-scotial-red\/80 {
  border-color: rgb(237 17 27 / 0.8) !important;
}
.\!border-scotial-red\/85 {
  border-color: rgb(237 17 27 / 0.85) !important;
}
.\!border-scotial-red\/90 {
  border-color: rgb(237 17 27 / 0.9) !important;
}
.\!border-scotial-red\/95 {
  border-color: rgb(237 17 27 / 0.95) !important;
}
.\!border-slate {
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 64 75 / var(--tw-border-opacity, 1)) !important;
}
.\!border-souqh-orange {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
}
.\!border-souqh-orange\/0 {
  border-color: rgb(244 125 97 / 0) !important;
}
.\!border-souqh-orange\/10 {
  border-color: rgb(244 125 97 / 0.1) !important;
}
.\!border-souqh-orange\/100 {
  border-color: rgb(244 125 97 / 1) !important;
}
.\!border-souqh-orange\/15 {
  border-color: rgb(244 125 97 / 0.15) !important;
}
.\!border-souqh-orange\/20 {
  border-color: rgb(244 125 97 / 0.2) !important;
}
.\!border-souqh-orange\/25 {
  border-color: rgb(244 125 97 / 0.25) !important;
}
.\!border-souqh-orange\/30 {
  border-color: rgb(244 125 97 / 0.3) !important;
}
.\!border-souqh-orange\/35 {
  border-color: rgb(244 125 97 / 0.35) !important;
}
.\!border-souqh-orange\/40 {
  border-color: rgb(244 125 97 / 0.4) !important;
}
.\!border-souqh-orange\/45 {
  border-color: rgb(244 125 97 / 0.45) !important;
}
.\!border-souqh-orange\/5 {
  border-color: rgb(244 125 97 / 0.05) !important;
}
.\!border-souqh-orange\/50 {
  border-color: rgb(244 125 97 / 0.5) !important;
}
.\!border-souqh-orange\/55 {
  border-color: rgb(244 125 97 / 0.55) !important;
}
.\!border-souqh-orange\/60 {
  border-color: rgb(244 125 97 / 0.6) !important;
}
.\!border-souqh-orange\/65 {
  border-color: rgb(244 125 97 / 0.65) !important;
}
.\!border-souqh-orange\/70 {
  border-color: rgb(244 125 97 / 0.7) !important;
}
.\!border-souqh-orange\/75 {
  border-color: rgb(244 125 97 / 0.75) !important;
}
.\!border-souqh-orange\/80 {
  border-color: rgb(244 125 97 / 0.8) !important;
}
.\!border-souqh-orange\/85 {
  border-color: rgb(244 125 97 / 0.85) !important;
}
.\!border-souqh-orange\/90 {
  border-color: rgb(244 125 97 / 0.9) !important;
}
.\!border-souqh-orange\/95 {
  border-color: rgb(244 125 97 / 0.95) !important;
}
.\!border-sparrow-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
}
.\!border-sparrow-blue\/0 {
  border-color: rgb(47 128 237 / 0) !important;
}
.\!border-sparrow-blue\/10 {
  border-color: rgb(47 128 237 / 0.1) !important;
}
.\!border-sparrow-blue\/100 {
  border-color: rgb(47 128 237 / 1) !important;
}
.\!border-sparrow-blue\/15 {
  border-color: rgb(47 128 237 / 0.15) !important;
}
.\!border-sparrow-blue\/20 {
  border-color: rgb(47 128 237 / 0.2) !important;
}
.\!border-sparrow-blue\/25 {
  border-color: rgb(47 128 237 / 0.25) !important;
}
.\!border-sparrow-blue\/30 {
  border-color: rgb(47 128 237 / 0.3) !important;
}
.\!border-sparrow-blue\/35 {
  border-color: rgb(47 128 237 / 0.35) !important;
}
.\!border-sparrow-blue\/40 {
  border-color: rgb(47 128 237 / 0.4) !important;
}
.\!border-sparrow-blue\/45 {
  border-color: rgb(47 128 237 / 0.45) !important;
}
.\!border-sparrow-blue\/5 {
  border-color: rgb(47 128 237 / 0.05) !important;
}
.\!border-sparrow-blue\/50 {
  border-color: rgb(47 128 237 / 0.5) !important;
}
.\!border-sparrow-blue\/55 {
  border-color: rgb(47 128 237 / 0.55) !important;
}
.\!border-sparrow-blue\/60 {
  border-color: rgb(47 128 237 / 0.6) !important;
}
.\!border-sparrow-blue\/65 {
  border-color: rgb(47 128 237 / 0.65) !important;
}
.\!border-sparrow-blue\/70 {
  border-color: rgb(47 128 237 / 0.7) !important;
}
.\!border-sparrow-blue\/75 {
  border-color: rgb(47 128 237 / 0.75) !important;
}
.\!border-sparrow-blue\/80 {
  border-color: rgb(47 128 237 / 0.8) !important;
}
.\!border-sparrow-blue\/85 {
  border-color: rgb(47 128 237 / 0.85) !important;
}
.\!border-sparrow-blue\/90 {
  border-color: rgb(47 128 237 / 0.9) !important;
}
.\!border-sparrow-blue\/95 {
  border-color: rgb(47 128 237 / 0.95) !important;
}
.\!border-transparent {
  border-color: transparent !important;
}
.\!border-transparent\/0 {
  border-color: rgb(0 0 0 / 0) !important;
}
.\!border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1) !important;
}
.\!border-transparent\/100 {
  border-color: rgb(0 0 0 / 1) !important;
}
.\!border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15) !important;
}
.\!border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2) !important;
}
.\!border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25) !important;
}
.\!border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3) !important;
}
.\!border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35) !important;
}
.\!border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4) !important;
}
.\!border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45) !important;
}
.\!border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05) !important;
}
.\!border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5) !important;
}
.\!border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55) !important;
}
.\!border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6) !important;
}
.\!border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65) !important;
}
.\!border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7) !important;
}
.\!border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75) !important;
}
.\!border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8) !important;
}
.\!border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85) !important;
}
.\!border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9) !important;
}
.\!border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95) !important;
}
.\!border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
}
.\!border-yellow\/0 {
  border-color: rgb(255 244 182 / 0) !important;
}
.\!border-yellow\/10 {
  border-color: rgb(255 244 182 / 0.1) !important;
}
.\!border-yellow\/100 {
  border-color: rgb(255 244 182 / 1) !important;
}
.\!border-yellow\/15 {
  border-color: rgb(255 244 182 / 0.15) !important;
}
.\!border-yellow\/20 {
  border-color: rgb(255 244 182 / 0.2) !important;
}
.\!border-yellow\/25 {
  border-color: rgb(255 244 182 / 0.25) !important;
}
.\!border-yellow\/30 {
  border-color: rgb(255 244 182 / 0.3) !important;
}
.\!border-yellow\/35 {
  border-color: rgb(255 244 182 / 0.35) !important;
}
.\!border-yellow\/40 {
  border-color: rgb(255 244 182 / 0.4) !important;
}
.\!border-yellow\/45 {
  border-color: rgb(255 244 182 / 0.45) !important;
}
.\!border-yellow\/5 {
  border-color: rgb(255 244 182 / 0.05) !important;
}
.\!border-yellow\/50 {
  border-color: rgb(255 244 182 / 0.5) !important;
}
.\!border-yellow\/55 {
  border-color: rgb(255 244 182 / 0.55) !important;
}
.\!border-yellow\/60 {
  border-color: rgb(255 244 182 / 0.6) !important;
}
.\!border-yellow\/65 {
  border-color: rgb(255 244 182 / 0.65) !important;
}
.\!border-yellow\/70 {
  border-color: rgb(255 244 182 / 0.7) !important;
}
.\!border-yellow\/75 {
  border-color: rgb(255 244 182 / 0.75) !important;
}
.\!border-yellow\/80 {
  border-color: rgb(255 244 182 / 0.8) !important;
}
.\!border-yellow\/85 {
  border-color: rgb(255 244 182 / 0.85) !important;
}
.\!border-yellow\/90 {
  border-color: rgb(255 244 182 / 0.9) !important;
}
.\!border-yellow\/95 {
  border-color: rgb(255 244 182 / 0.95) !important;
}
.border-aha-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
}
.border-aha-pink\/0 {
  border-color: rgb(255 0 255 / 0);
}
.border-aha-pink\/10 {
  border-color: rgb(255 0 255 / 0.1);
}
.border-aha-pink\/100 {
  border-color: rgb(255 0 255 / 1);
}
.border-aha-pink\/15 {
  border-color: rgb(255 0 255 / 0.15);
}
.border-aha-pink\/20 {
  border-color: rgb(255 0 255 / 0.2);
}
.border-aha-pink\/25 {
  border-color: rgb(255 0 255 / 0.25);
}
.border-aha-pink\/30 {
  border-color: rgb(255 0 255 / 0.3);
}
.border-aha-pink\/35 {
  border-color: rgb(255 0 255 / 0.35);
}
.border-aha-pink\/40 {
  border-color: rgb(255 0 255 / 0.4);
}
.border-aha-pink\/45 {
  border-color: rgb(255 0 255 / 0.45);
}
.border-aha-pink\/5 {
  border-color: rgb(255 0 255 / 0.05);
}
.border-aha-pink\/50 {
  border-color: rgb(255 0 255 / 0.5);
}
.border-aha-pink\/55 {
  border-color: rgb(255 0 255 / 0.55);
}
.border-aha-pink\/60 {
  border-color: rgb(255 0 255 / 0.6);
}
.border-aha-pink\/65 {
  border-color: rgb(255 0 255 / 0.65);
}
.border-aha-pink\/70 {
  border-color: rgb(255 0 255 / 0.7);
}
.border-aha-pink\/75 {
  border-color: rgb(255 0 255 / 0.75);
}
.border-aha-pink\/80 {
  border-color: rgb(255 0 255 / 0.8);
}
.border-aha-pink\/85 {
  border-color: rgb(255 0 255 / 0.85);
}
.border-aha-pink\/90 {
  border-color: rgb(255 0 255 / 0.9);
}
.border-aha-pink\/95 {
  border-color: rgb(255 0 255 / 0.95);
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(9 86 202 / var(--tw-border-opacity, 1));
}
.border-borrowell-blue {
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
}
.border-borrowell-blue\/0 {
  border-color: rgb(52 45 141 / 0);
}
.border-borrowell-blue\/10 {
  border-color: rgb(52 45 141 / 0.1);
}
.border-borrowell-blue\/100 {
  border-color: rgb(52 45 141 / 1);
}
.border-borrowell-blue\/15 {
  border-color: rgb(52 45 141 / 0.15);
}
.border-borrowell-blue\/20 {
  border-color: rgb(52 45 141 / 0.2);
}
.border-borrowell-blue\/25 {
  border-color: rgb(52 45 141 / 0.25);
}
.border-borrowell-blue\/30 {
  border-color: rgb(52 45 141 / 0.3);
}
.border-borrowell-blue\/35 {
  border-color: rgb(52 45 141 / 0.35);
}
.border-borrowell-blue\/40 {
  border-color: rgb(52 45 141 / 0.4);
}
.border-borrowell-blue\/45 {
  border-color: rgb(52 45 141 / 0.45);
}
.border-borrowell-blue\/5 {
  border-color: rgb(52 45 141 / 0.05);
}
.border-borrowell-blue\/50 {
  border-color: rgb(52 45 141 / 0.5);
}
.border-borrowell-blue\/55 {
  border-color: rgb(52 45 141 / 0.55);
}
.border-borrowell-blue\/60 {
  border-color: rgb(52 45 141 / 0.6);
}
.border-borrowell-blue\/65 {
  border-color: rgb(52 45 141 / 0.65);
}
.border-borrowell-blue\/70 {
  border-color: rgb(52 45 141 / 0.7);
}
.border-borrowell-blue\/75 {
  border-color: rgb(52 45 141 / 0.75);
}
.border-borrowell-blue\/80 {
  border-color: rgb(52 45 141 / 0.8);
}
.border-borrowell-blue\/85 {
  border-color: rgb(52 45 141 / 0.85);
}
.border-borrowell-blue\/90 {
  border-color: rgb(52 45 141 / 0.9);
}
.border-borrowell-blue\/95 {
  border-color: rgb(52 45 141 / 0.95);
}
.border-brand-red {
  --tw-border-opacity: 1;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
}
.border-brand-red\/0 {
  border-color: rgb(163 36 57 / 0);
}
.border-brand-red\/10 {
  border-color: rgb(163 36 57 / 0.1);
}
.border-brand-red\/100 {
  border-color: rgb(163 36 57 / 1);
}
.border-brand-red\/15 {
  border-color: rgb(163 36 57 / 0.15);
}
.border-brand-red\/20 {
  border-color: rgb(163 36 57 / 0.2);
}
.border-brand-red\/25 {
  border-color: rgb(163 36 57 / 0.25);
}
.border-brand-red\/30 {
  border-color: rgb(163 36 57 / 0.3);
}
.border-brand-red\/35 {
  border-color: rgb(163 36 57 / 0.35);
}
.border-brand-red\/40 {
  border-color: rgb(163 36 57 / 0.4);
}
.border-brand-red\/45 {
  border-color: rgb(163 36 57 / 0.45);
}
.border-brand-red\/5 {
  border-color: rgb(163 36 57 / 0.05);
}
.border-brand-red\/50 {
  border-color: rgb(163 36 57 / 0.5);
}
.border-brand-red\/55 {
  border-color: rgb(163 36 57 / 0.55);
}
.border-brand-red\/60 {
  border-color: rgb(163 36 57 / 0.6);
}
.border-brand-red\/65 {
  border-color: rgb(163 36 57 / 0.65);
}
.border-brand-red\/70 {
  border-color: rgb(163 36 57 / 0.7);
}
.border-brand-red\/75 {
  border-color: rgb(163 36 57 / 0.75);
}
.border-brand-red\/80 {
  border-color: rgb(163 36 57 / 0.8);
}
.border-brand-red\/85 {
  border-color: rgb(163 36 57 / 0.85);
}
.border-brand-red\/90 {
  border-color: rgb(163 36 57 / 0.9);
}
.border-brand-red\/95 {
  border-color: rgb(163 36 57 / 0.95);
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(23 122 38 / var(--tw-border-opacity, 1));
}
.border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
}
.border-grey\/0 {
  border-color: rgb(56 61 65 / 0);
}
.border-grey\/10 {
  border-color: rgb(56 61 65 / 0.1);
}
.border-grey\/100 {
  border-color: rgb(56 61 65 / 1);
}
.border-grey\/15 {
  border-color: rgb(56 61 65 / 0.15);
}
.border-grey\/20 {
  border-color: rgb(56 61 65 / 0.2);
}
.border-grey\/25 {
  border-color: rgb(56 61 65 / 0.25);
}
.border-grey\/30 {
  border-color: rgb(56 61 65 / 0.3);
}
.border-grey\/35 {
  border-color: rgb(56 61 65 / 0.35);
}
.border-grey\/40 {
  border-color: rgb(56 61 65 / 0.4);
}
.border-grey\/45 {
  border-color: rgb(56 61 65 / 0.45);
}
.border-grey\/5 {
  border-color: rgb(56 61 65 / 0.05);
}
.border-grey\/50 {
  border-color: rgb(56 61 65 / 0.5);
}
.border-grey\/55 {
  border-color: rgb(56 61 65 / 0.55);
}
.border-grey\/60 {
  border-color: rgb(56 61 65 / 0.6);
}
.border-grey\/65 {
  border-color: rgb(56 61 65 / 0.65);
}
.border-grey\/70 {
  border-color: rgb(56 61 65 / 0.7);
}
.border-grey\/75 {
  border-color: rgb(56 61 65 / 0.75);
}
.border-grey\/80 {
  border-color: rgb(56 61 65 / 0.8);
}
.border-grey\/85 {
  border-color: rgb(56 61 65 / 0.85);
}
.border-grey\/90 {
  border-color: rgb(56 61 65 / 0.9);
}
.border-grey\/95 {
  border-color: rgb(56 61 65 / 0.95);
}
.border-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
}
.border-light-blue\/0 {
  border-color: rgb(198 223 255 / 0);
}
.border-light-blue\/10 {
  border-color: rgb(198 223 255 / 0.1);
}
.border-light-blue\/100 {
  border-color: rgb(198 223 255 / 1);
}
.border-light-blue\/15 {
  border-color: rgb(198 223 255 / 0.15);
}
.border-light-blue\/20 {
  border-color: rgb(198 223 255 / 0.2);
}
.border-light-blue\/25 {
  border-color: rgb(198 223 255 / 0.25);
}
.border-light-blue\/30 {
  border-color: rgb(198 223 255 / 0.3);
}
.border-light-blue\/35 {
  border-color: rgb(198 223 255 / 0.35);
}
.border-light-blue\/40 {
  border-color: rgb(198 223 255 / 0.4);
}
.border-light-blue\/45 {
  border-color: rgb(198 223 255 / 0.45);
}
.border-light-blue\/5 {
  border-color: rgb(198 223 255 / 0.05);
}
.border-light-blue\/50 {
  border-color: rgb(198 223 255 / 0.5);
}
.border-light-blue\/55 {
  border-color: rgb(198 223 255 / 0.55);
}
.border-light-blue\/60 {
  border-color: rgb(198 223 255 / 0.6);
}
.border-light-blue\/65 {
  border-color: rgb(198 223 255 / 0.65);
}
.border-light-blue\/70 {
  border-color: rgb(198 223 255 / 0.7);
}
.border-light-blue\/75 {
  border-color: rgb(198 223 255 / 0.75);
}
.border-light-blue\/80 {
  border-color: rgb(198 223 255 / 0.8);
}
.border-light-blue\/85 {
  border-color: rgb(198 223 255 / 0.85);
}
.border-light-blue\/90 {
  border-color: rgb(198 223 255 / 0.9);
}
.border-light-blue\/95 {
  border-color: rgb(198 223 255 / 0.95);
}
.border-light-green {
  --tw-border-opacity: 1;
  border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
}
.border-light-green\/0 {
  border-color: rgb(184 241 193 / 0);
}
.border-light-green\/10 {
  border-color: rgb(184 241 193 / 0.1);
}
.border-light-green\/100 {
  border-color: rgb(184 241 193 / 1);
}
.border-light-green\/15 {
  border-color: rgb(184 241 193 / 0.15);
}
.border-light-green\/20 {
  border-color: rgb(184 241 193 / 0.2);
}
.border-light-green\/25 {
  border-color: rgb(184 241 193 / 0.25);
}
.border-light-green\/30 {
  border-color: rgb(184 241 193 / 0.3);
}
.border-light-green\/35 {
  border-color: rgb(184 241 193 / 0.35);
}
.border-light-green\/40 {
  border-color: rgb(184 241 193 / 0.4);
}
.border-light-green\/45 {
  border-color: rgb(184 241 193 / 0.45);
}
.border-light-green\/5 {
  border-color: rgb(184 241 193 / 0.05);
}
.border-light-green\/50 {
  border-color: rgb(184 241 193 / 0.5);
}
.border-light-green\/55 {
  border-color: rgb(184 241 193 / 0.55);
}
.border-light-green\/60 {
  border-color: rgb(184 241 193 / 0.6);
}
.border-light-green\/65 {
  border-color: rgb(184 241 193 / 0.65);
}
.border-light-green\/70 {
  border-color: rgb(184 241 193 / 0.7);
}
.border-light-green\/75 {
  border-color: rgb(184 241 193 / 0.75);
}
.border-light-green\/80 {
  border-color: rgb(184 241 193 / 0.8);
}
.border-light-green\/85 {
  border-color: rgb(184 241 193 / 0.85);
}
.border-light-green\/90 {
  border-color: rgb(184 241 193 / 0.9);
}
.border-light-green\/95 {
  border-color: rgb(184 241 193 / 0.95);
}
.border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
}
.border-light-grey\/0 {
  border-color: rgb(226 227 229 / 0);
}
.border-light-grey\/10 {
  border-color: rgb(226 227 229 / 0.1);
}
.border-light-grey\/100 {
  border-color: rgb(226 227 229 / 1);
}
.border-light-grey\/15 {
  border-color: rgb(226 227 229 / 0.15);
}
.border-light-grey\/20 {
  border-color: rgb(226 227 229 / 0.2);
}
.border-light-grey\/25 {
  border-color: rgb(226 227 229 / 0.25);
}
.border-light-grey\/30 {
  border-color: rgb(226 227 229 / 0.3);
}
.border-light-grey\/35 {
  border-color: rgb(226 227 229 / 0.35);
}
.border-light-grey\/40 {
  border-color: rgb(226 227 229 / 0.4);
}
.border-light-grey\/45 {
  border-color: rgb(226 227 229 / 0.45);
}
.border-light-grey\/5 {
  border-color: rgb(226 227 229 / 0.05);
}
.border-light-grey\/50 {
  border-color: rgb(226 227 229 / 0.5);
}
.border-light-grey\/55 {
  border-color: rgb(226 227 229 / 0.55);
}
.border-light-grey\/60 {
  border-color: rgb(226 227 229 / 0.6);
}
.border-light-grey\/65 {
  border-color: rgb(226 227 229 / 0.65);
}
.border-light-grey\/70 {
  border-color: rgb(226 227 229 / 0.7);
}
.border-light-grey\/75 {
  border-color: rgb(226 227 229 / 0.75);
}
.border-light-grey\/80 {
  border-color: rgb(226 227 229 / 0.8);
}
.border-light-grey\/85 {
  border-color: rgb(226 227 229 / 0.85);
}
.border-light-grey\/90 {
  border-color: rgb(226 227 229 / 0.9);
}
.border-light-grey\/95 {
  border-color: rgb(226 227 229 / 0.95);
}
.border-light-purple {
  --tw-border-opacity: 1;
  border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
}
.border-light-purple\/0 {
  border-color: rgb(230 208 253 / 0);
}
.border-light-purple\/10 {
  border-color: rgb(230 208 253 / 0.1);
}
.border-light-purple\/100 {
  border-color: rgb(230 208 253 / 1);
}
.border-light-purple\/15 {
  border-color: rgb(230 208 253 / 0.15);
}
.border-light-purple\/20 {
  border-color: rgb(230 208 253 / 0.2);
}
.border-light-purple\/25 {
  border-color: rgb(230 208 253 / 0.25);
}
.border-light-purple\/30 {
  border-color: rgb(230 208 253 / 0.3);
}
.border-light-purple\/35 {
  border-color: rgb(230 208 253 / 0.35);
}
.border-light-purple\/40 {
  border-color: rgb(230 208 253 / 0.4);
}
.border-light-purple\/45 {
  border-color: rgb(230 208 253 / 0.45);
}
.border-light-purple\/5 {
  border-color: rgb(230 208 253 / 0.05);
}
.border-light-purple\/50 {
  border-color: rgb(230 208 253 / 0.5);
}
.border-light-purple\/55 {
  border-color: rgb(230 208 253 / 0.55);
}
.border-light-purple\/60 {
  border-color: rgb(230 208 253 / 0.6);
}
.border-light-purple\/65 {
  border-color: rgb(230 208 253 / 0.65);
}
.border-light-purple\/70 {
  border-color: rgb(230 208 253 / 0.7);
}
.border-light-purple\/75 {
  border-color: rgb(230 208 253 / 0.75);
}
.border-light-purple\/80 {
  border-color: rgb(230 208 253 / 0.8);
}
.border-light-purple\/85 {
  border-color: rgb(230 208 253 / 0.85);
}
.border-light-purple\/90 {
  border-color: rgb(230 208 253 / 0.9);
}
.border-light-purple\/95 {
  border-color: rgb(230 208 253 / 0.95);
}
.border-off-white {
  --tw-border-opacity: 1;
  border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
}
.border-off-white\/0 {
  border-color: rgb(232 234 242 / 0);
}
.border-off-white\/10 {
  border-color: rgb(232 234 242 / 0.1);
}
.border-off-white\/100 {
  border-color: rgb(232 234 242 / 1);
}
.border-off-white\/15 {
  border-color: rgb(232 234 242 / 0.15);
}
.border-off-white\/20 {
  border-color: rgb(232 234 242 / 0.2);
}
.border-off-white\/25 {
  border-color: rgb(232 234 242 / 0.25);
}
.border-off-white\/30 {
  border-color: rgb(232 234 242 / 0.3);
}
.border-off-white\/35 {
  border-color: rgb(232 234 242 / 0.35);
}
.border-off-white\/40 {
  border-color: rgb(232 234 242 / 0.4);
}
.border-off-white\/45 {
  border-color: rgb(232 234 242 / 0.45);
}
.border-off-white\/5 {
  border-color: rgb(232 234 242 / 0.05);
}
.border-off-white\/50 {
  border-color: rgb(232 234 242 / 0.5);
}
.border-off-white\/55 {
  border-color: rgb(232 234 242 / 0.55);
}
.border-off-white\/60 {
  border-color: rgb(232 234 242 / 0.6);
}
.border-off-white\/65 {
  border-color: rgb(232 234 242 / 0.65);
}
.border-off-white\/70 {
  border-color: rgb(232 234 242 / 0.7);
}
.border-off-white\/75 {
  border-color: rgb(232 234 242 / 0.75);
}
.border-off-white\/80 {
  border-color: rgb(232 234 242 / 0.8);
}
.border-off-white\/85 {
  border-color: rgb(232 234 242 / 0.85);
}
.border-off-white\/90 {
  border-color: rgb(232 234 242 / 0.9);
}
.border-off-white\/95 {
  border-color: rgb(232 234 242 / 0.95);
}
.border-scotial-red {
  --tw-border-opacity: 1;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
}
.border-scotial-red\/0 {
  border-color: rgb(237 17 27 / 0);
}
.border-scotial-red\/10 {
  border-color: rgb(237 17 27 / 0.1);
}
.border-scotial-red\/100 {
  border-color: rgb(237 17 27 / 1);
}
.border-scotial-red\/15 {
  border-color: rgb(237 17 27 / 0.15);
}
.border-scotial-red\/20 {
  border-color: rgb(237 17 27 / 0.2);
}
.border-scotial-red\/25 {
  border-color: rgb(237 17 27 / 0.25);
}
.border-scotial-red\/30 {
  border-color: rgb(237 17 27 / 0.3);
}
.border-scotial-red\/35 {
  border-color: rgb(237 17 27 / 0.35);
}
.border-scotial-red\/40 {
  border-color: rgb(237 17 27 / 0.4);
}
.border-scotial-red\/45 {
  border-color: rgb(237 17 27 / 0.45);
}
.border-scotial-red\/5 {
  border-color: rgb(237 17 27 / 0.05);
}
.border-scotial-red\/50 {
  border-color: rgb(237 17 27 / 0.5);
}
.border-scotial-red\/55 {
  border-color: rgb(237 17 27 / 0.55);
}
.border-scotial-red\/60 {
  border-color: rgb(237 17 27 / 0.6);
}
.border-scotial-red\/65 {
  border-color: rgb(237 17 27 / 0.65);
}
.border-scotial-red\/70 {
  border-color: rgb(237 17 27 / 0.7);
}
.border-scotial-red\/75 {
  border-color: rgb(237 17 27 / 0.75);
}
.border-scotial-red\/80 {
  border-color: rgb(237 17 27 / 0.8);
}
.border-scotial-red\/85 {
  border-color: rgb(237 17 27 / 0.85);
}
.border-scotial-red\/90 {
  border-color: rgb(237 17 27 / 0.9);
}
.border-scotial-red\/95 {
  border-color: rgb(237 17 27 / 0.95);
}
.border-souqh-orange {
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
}
.border-souqh-orange\/0 {
  border-color: rgb(244 125 97 / 0);
}
.border-souqh-orange\/10 {
  border-color: rgb(244 125 97 / 0.1);
}
.border-souqh-orange\/100 {
  border-color: rgb(244 125 97 / 1);
}
.border-souqh-orange\/15 {
  border-color: rgb(244 125 97 / 0.15);
}
.border-souqh-orange\/20 {
  border-color: rgb(244 125 97 / 0.2);
}
.border-souqh-orange\/25 {
  border-color: rgb(244 125 97 / 0.25);
}
.border-souqh-orange\/30 {
  border-color: rgb(244 125 97 / 0.3);
}
.border-souqh-orange\/35 {
  border-color: rgb(244 125 97 / 0.35);
}
.border-souqh-orange\/40 {
  border-color: rgb(244 125 97 / 0.4);
}
.border-souqh-orange\/45 {
  border-color: rgb(244 125 97 / 0.45);
}
.border-souqh-orange\/5 {
  border-color: rgb(244 125 97 / 0.05);
}
.border-souqh-orange\/50 {
  border-color: rgb(244 125 97 / 0.5);
}
.border-souqh-orange\/55 {
  border-color: rgb(244 125 97 / 0.55);
}
.border-souqh-orange\/60 {
  border-color: rgb(244 125 97 / 0.6);
}
.border-souqh-orange\/65 {
  border-color: rgb(244 125 97 / 0.65);
}
.border-souqh-orange\/70 {
  border-color: rgb(244 125 97 / 0.7);
}
.border-souqh-orange\/75 {
  border-color: rgb(244 125 97 / 0.75);
}
.border-souqh-orange\/80 {
  border-color: rgb(244 125 97 / 0.8);
}
.border-souqh-orange\/85 {
  border-color: rgb(244 125 97 / 0.85);
}
.border-souqh-orange\/90 {
  border-color: rgb(244 125 97 / 0.9);
}
.border-souqh-orange\/95 {
  border-color: rgb(244 125 97 / 0.95);
}
.border-sparrow-blue {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
}
.border-sparrow-blue\/0 {
  border-color: rgb(47 128 237 / 0);
}
.border-sparrow-blue\/10 {
  border-color: rgb(47 128 237 / 0.1);
}
.border-sparrow-blue\/100 {
  border-color: rgb(47 128 237 / 1);
}
.border-sparrow-blue\/15 {
  border-color: rgb(47 128 237 / 0.15);
}
.border-sparrow-blue\/20 {
  border-color: rgb(47 128 237 / 0.2);
}
.border-sparrow-blue\/25 {
  border-color: rgb(47 128 237 / 0.25);
}
.border-sparrow-blue\/30 {
  border-color: rgb(47 128 237 / 0.3);
}
.border-sparrow-blue\/35 {
  border-color: rgb(47 128 237 / 0.35);
}
.border-sparrow-blue\/40 {
  border-color: rgb(47 128 237 / 0.4);
}
.border-sparrow-blue\/45 {
  border-color: rgb(47 128 237 / 0.45);
}
.border-sparrow-blue\/5 {
  border-color: rgb(47 128 237 / 0.05);
}
.border-sparrow-blue\/50 {
  border-color: rgb(47 128 237 / 0.5);
}
.border-sparrow-blue\/55 {
  border-color: rgb(47 128 237 / 0.55);
}
.border-sparrow-blue\/60 {
  border-color: rgb(47 128 237 / 0.6);
}
.border-sparrow-blue\/65 {
  border-color: rgb(47 128 237 / 0.65);
}
.border-sparrow-blue\/70 {
  border-color: rgb(47 128 237 / 0.7);
}
.border-sparrow-blue\/75 {
  border-color: rgb(47 128 237 / 0.75);
}
.border-sparrow-blue\/80 {
  border-color: rgb(47 128 237 / 0.8);
}
.border-sparrow-blue\/85 {
  border-color: rgb(47 128 237 / 0.85);
}
.border-sparrow-blue\/90 {
  border-color: rgb(47 128 237 / 0.9);
}
.border-sparrow-blue\/95 {
  border-color: rgb(47 128 237 / 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, 1));
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
}
.border-yellow\/0 {
  border-color: rgb(255 244 182 / 0);
}
.border-yellow\/10 {
  border-color: rgb(255 244 182 / 0.1);
}
.border-yellow\/100 {
  border-color: rgb(255 244 182 / 1);
}
.border-yellow\/15 {
  border-color: rgb(255 244 182 / 0.15);
}
.border-yellow\/20 {
  border-color: rgb(255 244 182 / 0.2);
}
.border-yellow\/25 {
  border-color: rgb(255 244 182 / 0.25);
}
.border-yellow\/30 {
  border-color: rgb(255 244 182 / 0.3);
}
.border-yellow\/35 {
  border-color: rgb(255 244 182 / 0.35);
}
.border-yellow\/40 {
  border-color: rgb(255 244 182 / 0.4);
}
.border-yellow\/45 {
  border-color: rgb(255 244 182 / 0.45);
}
.border-yellow\/5 {
  border-color: rgb(255 244 182 / 0.05);
}
.border-yellow\/50 {
  border-color: rgb(255 244 182 / 0.5);
}
.border-yellow\/55 {
  border-color: rgb(255 244 182 / 0.55);
}
.border-yellow\/60 {
  border-color: rgb(255 244 182 / 0.6);
}
.border-yellow\/65 {
  border-color: rgb(255 244 182 / 0.65);
}
.border-yellow\/70 {
  border-color: rgb(255 244 182 / 0.7);
}
.border-yellow\/75 {
  border-color: rgb(255 244 182 / 0.75);
}
.border-yellow\/80 {
  border-color: rgb(255 244 182 / 0.8);
}
.border-yellow\/85 {
  border-color: rgb(255 244 182 / 0.85);
}
.border-yellow\/90 {
  border-color: rgb(255 244 182 / 0.9);
}
.border-yellow\/95 {
  border-color: rgb(255 244 182 / 0.95);
}
.border-b-off-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
}
.\!bg-aha-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-aha-pink\/0 {
  background-color: rgb(255 0 255 / 0) !important;
}
.\!bg-aha-pink\/10 {
  background-color: rgb(255 0 255 / 0.1) !important;
}
.\!bg-aha-pink\/100 {
  background-color: rgb(255 0 255 / 1) !important;
}
.\!bg-aha-pink\/15 {
  background-color: rgb(255 0 255 / 0.15) !important;
}
.\!bg-aha-pink\/20 {
  background-color: rgb(255 0 255 / 0.2) !important;
}
.\!bg-aha-pink\/25 {
  background-color: rgb(255 0 255 / 0.25) !important;
}
.\!bg-aha-pink\/30 {
  background-color: rgb(255 0 255 / 0.3) !important;
}
.\!bg-aha-pink\/35 {
  background-color: rgb(255 0 255 / 0.35) !important;
}
.\!bg-aha-pink\/40 {
  background-color: rgb(255 0 255 / 0.4) !important;
}
.\!bg-aha-pink\/45 {
  background-color: rgb(255 0 255 / 0.45) !important;
}
.\!bg-aha-pink\/5 {
  background-color: rgb(255 0 255 / 0.05) !important;
}
.\!bg-aha-pink\/50 {
  background-color: rgb(255 0 255 / 0.5) !important;
}
.\!bg-aha-pink\/55 {
  background-color: rgb(255 0 255 / 0.55) !important;
}
.\!bg-aha-pink\/60 {
  background-color: rgb(255 0 255 / 0.6) !important;
}
.\!bg-aha-pink\/65 {
  background-color: rgb(255 0 255 / 0.65) !important;
}
.\!bg-aha-pink\/70 {
  background-color: rgb(255 0 255 / 0.7) !important;
}
.\!bg-aha-pink\/75 {
  background-color: rgb(255 0 255 / 0.75) !important;
}
.\!bg-aha-pink\/80 {
  background-color: rgb(255 0 255 / 0.8) !important;
}
.\!bg-aha-pink\/85 {
  background-color: rgb(255 0 255 / 0.85) !important;
}
.\!bg-aha-pink\/90 {
  background-color: rgb(255 0 255 / 0.9) !important;
}
.\!bg-aha-pink\/95 {
  background-color: rgb(255 0 255 / 0.95) !important;
}
.\!bg-borrowell-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-borrowell-blue\/0 {
  background-color: rgb(52 45 141 / 0) !important;
}
.\!bg-borrowell-blue\/10 {
  background-color: rgb(52 45 141 / 0.1) !important;
}
.\!bg-borrowell-blue\/100 {
  background-color: rgb(52 45 141 / 1) !important;
}
.\!bg-borrowell-blue\/15 {
  background-color: rgb(52 45 141 / 0.15) !important;
}
.\!bg-borrowell-blue\/20 {
  background-color: rgb(52 45 141 / 0.2) !important;
}
.\!bg-borrowell-blue\/25 {
  background-color: rgb(52 45 141 / 0.25) !important;
}
.\!bg-borrowell-blue\/30 {
  background-color: rgb(52 45 141 / 0.3) !important;
}
.\!bg-borrowell-blue\/35 {
  background-color: rgb(52 45 141 / 0.35) !important;
}
.\!bg-borrowell-blue\/40 {
  background-color: rgb(52 45 141 / 0.4) !important;
}
.\!bg-borrowell-blue\/45 {
  background-color: rgb(52 45 141 / 0.45) !important;
}
.\!bg-borrowell-blue\/5 {
  background-color: rgb(52 45 141 / 0.05) !important;
}
.\!bg-borrowell-blue\/50 {
  background-color: rgb(52 45 141 / 0.5) !important;
}
.\!bg-borrowell-blue\/55 {
  background-color: rgb(52 45 141 / 0.55) !important;
}
.\!bg-borrowell-blue\/60 {
  background-color: rgb(52 45 141 / 0.6) !important;
}
.\!bg-borrowell-blue\/65 {
  background-color: rgb(52 45 141 / 0.65) !important;
}
.\!bg-borrowell-blue\/70 {
  background-color: rgb(52 45 141 / 0.7) !important;
}
.\!bg-borrowell-blue\/75 {
  background-color: rgb(52 45 141 / 0.75) !important;
}
.\!bg-borrowell-blue\/80 {
  background-color: rgb(52 45 141 / 0.8) !important;
}
.\!bg-borrowell-blue\/85 {
  background-color: rgb(52 45 141 / 0.85) !important;
}
.\!bg-borrowell-blue\/90 {
  background-color: rgb(52 45 141 / 0.9) !important;
}
.\!bg-borrowell-blue\/95 {
  background-color: rgb(52 45 141 / 0.95) !important;
}
.\!bg-brand-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-brand-red\/0 {
  background-color: rgb(163 36 57 / 0) !important;
}
.\!bg-brand-red\/10 {
  background-color: rgb(163 36 57 / 0.1) !important;
}
.\!bg-brand-red\/100 {
  background-color: rgb(163 36 57 / 1) !important;
}
.\!bg-brand-red\/15 {
  background-color: rgb(163 36 57 / 0.15) !important;
}
.\!bg-brand-red\/20 {
  background-color: rgb(163 36 57 / 0.2) !important;
}
.\!bg-brand-red\/25 {
  background-color: rgb(163 36 57 / 0.25) !important;
}
.\!bg-brand-red\/30 {
  background-color: rgb(163 36 57 / 0.3) !important;
}
.\!bg-brand-red\/35 {
  background-color: rgb(163 36 57 / 0.35) !important;
}
.\!bg-brand-red\/40 {
  background-color: rgb(163 36 57 / 0.4) !important;
}
.\!bg-brand-red\/45 {
  background-color: rgb(163 36 57 / 0.45) !important;
}
.\!bg-brand-red\/5 {
  background-color: rgb(163 36 57 / 0.05) !important;
}
.\!bg-brand-red\/50 {
  background-color: rgb(163 36 57 / 0.5) !important;
}
.\!bg-brand-red\/55 {
  background-color: rgb(163 36 57 / 0.55) !important;
}
.\!bg-brand-red\/60 {
  background-color: rgb(163 36 57 / 0.6) !important;
}
.\!bg-brand-red\/65 {
  background-color: rgb(163 36 57 / 0.65) !important;
}
.\!bg-brand-red\/70 {
  background-color: rgb(163 36 57 / 0.7) !important;
}
.\!bg-brand-red\/75 {
  background-color: rgb(163 36 57 / 0.75) !important;
}
.\!bg-brand-red\/80 {
  background-color: rgb(163 36 57 / 0.8) !important;
}
.\!bg-brand-red\/85 {
  background-color: rgb(163 36 57 / 0.85) !important;
}
.\!bg-brand-red\/90 {
  background-color: rgb(163 36 57 / 0.9) !important;
}
.\!bg-brand-red\/95 {
  background-color: rgb(163 36 57 / 0.95) !important;
}
.\!bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-grey\/0 {
  background-color: rgb(56 61 65 / 0) !important;
}
.\!bg-grey\/10 {
  background-color: rgb(56 61 65 / 0.1) !important;
}
.\!bg-grey\/100 {
  background-color: rgb(56 61 65 / 1) !important;
}
.\!bg-grey\/15 {
  background-color: rgb(56 61 65 / 0.15) !important;
}
.\!bg-grey\/20 {
  background-color: rgb(56 61 65 / 0.2) !important;
}
.\!bg-grey\/25 {
  background-color: rgb(56 61 65 / 0.25) !important;
}
.\!bg-grey\/30 {
  background-color: rgb(56 61 65 / 0.3) !important;
}
.\!bg-grey\/35 {
  background-color: rgb(56 61 65 / 0.35) !important;
}
.\!bg-grey\/40 {
  background-color: rgb(56 61 65 / 0.4) !important;
}
.\!bg-grey\/45 {
  background-color: rgb(56 61 65 / 0.45) !important;
}
.\!bg-grey\/5 {
  background-color: rgb(56 61 65 / 0.05) !important;
}
.\!bg-grey\/50 {
  background-color: rgb(56 61 65 / 0.5) !important;
}
.\!bg-grey\/55 {
  background-color: rgb(56 61 65 / 0.55) !important;
}
.\!bg-grey\/60 {
  background-color: rgb(56 61 65 / 0.6) !important;
}
.\!bg-grey\/65 {
  background-color: rgb(56 61 65 / 0.65) !important;
}
.\!bg-grey\/70 {
  background-color: rgb(56 61 65 / 0.7) !important;
}
.\!bg-grey\/75 {
  background-color: rgb(56 61 65 / 0.75) !important;
}
.\!bg-grey\/80 {
  background-color: rgb(56 61 65 / 0.8) !important;
}
.\!bg-grey\/85 {
  background-color: rgb(56 61 65 / 0.85) !important;
}
.\!bg-grey\/90 {
  background-color: rgb(56 61 65 / 0.9) !important;
}
.\!bg-grey\/95 {
  background-color: rgb(56 61 65 / 0.95) !important;
}
.\!bg-light-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-light-blue\/0 {
  background-color: rgb(198 223 255 / 0) !important;
}
.\!bg-light-blue\/10 {
  background-color: rgb(198 223 255 / 0.1) !important;
}
.\!bg-light-blue\/100 {
  background-color: rgb(198 223 255 / 1) !important;
}
.\!bg-light-blue\/15 {
  background-color: rgb(198 223 255 / 0.15) !important;
}
.\!bg-light-blue\/20 {
  background-color: rgb(198 223 255 / 0.2) !important;
}
.\!bg-light-blue\/25 {
  background-color: rgb(198 223 255 / 0.25) !important;
}
.\!bg-light-blue\/30 {
  background-color: rgb(198 223 255 / 0.3) !important;
}
.\!bg-light-blue\/35 {
  background-color: rgb(198 223 255 / 0.35) !important;
}
.\!bg-light-blue\/40 {
  background-color: rgb(198 223 255 / 0.4) !important;
}
.\!bg-light-blue\/45 {
  background-color: rgb(198 223 255 / 0.45) !important;
}
.\!bg-light-blue\/5 {
  background-color: rgb(198 223 255 / 0.05) !important;
}
.\!bg-light-blue\/50 {
  background-color: rgb(198 223 255 / 0.5) !important;
}
.\!bg-light-blue\/55 {
  background-color: rgb(198 223 255 / 0.55) !important;
}
.\!bg-light-blue\/60 {
  background-color: rgb(198 223 255 / 0.6) !important;
}
.\!bg-light-blue\/65 {
  background-color: rgb(198 223 255 / 0.65) !important;
}
.\!bg-light-blue\/70 {
  background-color: rgb(198 223 255 / 0.7) !important;
}
.\!bg-light-blue\/75 {
  background-color: rgb(198 223 255 / 0.75) !important;
}
.\!bg-light-blue\/80 {
  background-color: rgb(198 223 255 / 0.8) !important;
}
.\!bg-light-blue\/85 {
  background-color: rgb(198 223 255 / 0.85) !important;
}
.\!bg-light-blue\/90 {
  background-color: rgb(198 223 255 / 0.9) !important;
}
.\!bg-light-blue\/95 {
  background-color: rgb(198 223 255 / 0.95) !important;
}
.\!bg-light-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-light-green\/0 {
  background-color: rgb(184 241 193 / 0) !important;
}
.\!bg-light-green\/10 {
  background-color: rgb(184 241 193 / 0.1) !important;
}
.\!bg-light-green\/100 {
  background-color: rgb(184 241 193 / 1) !important;
}
.\!bg-light-green\/15 {
  background-color: rgb(184 241 193 / 0.15) !important;
}
.\!bg-light-green\/20 {
  background-color: rgb(184 241 193 / 0.2) !important;
}
.\!bg-light-green\/25 {
  background-color: rgb(184 241 193 / 0.25) !important;
}
.\!bg-light-green\/30 {
  background-color: rgb(184 241 193 / 0.3) !important;
}
.\!bg-light-green\/35 {
  background-color: rgb(184 241 193 / 0.35) !important;
}
.\!bg-light-green\/40 {
  background-color: rgb(184 241 193 / 0.4) !important;
}
.\!bg-light-green\/45 {
  background-color: rgb(184 241 193 / 0.45) !important;
}
.\!bg-light-green\/5 {
  background-color: rgb(184 241 193 / 0.05) !important;
}
.\!bg-light-green\/50 {
  background-color: rgb(184 241 193 / 0.5) !important;
}
.\!bg-light-green\/55 {
  background-color: rgb(184 241 193 / 0.55) !important;
}
.\!bg-light-green\/60 {
  background-color: rgb(184 241 193 / 0.6) !important;
}
.\!bg-light-green\/65 {
  background-color: rgb(184 241 193 / 0.65) !important;
}
.\!bg-light-green\/70 {
  background-color: rgb(184 241 193 / 0.7) !important;
}
.\!bg-light-green\/75 {
  background-color: rgb(184 241 193 / 0.75) !important;
}
.\!bg-light-green\/80 {
  background-color: rgb(184 241 193 / 0.8) !important;
}
.\!bg-light-green\/85 {
  background-color: rgb(184 241 193 / 0.85) !important;
}
.\!bg-light-green\/90 {
  background-color: rgb(184 241 193 / 0.9) !important;
}
.\!bg-light-green\/95 {
  background-color: rgb(184 241 193 / 0.95) !important;
}
.\!bg-light-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-light-grey\/0 {
  background-color: rgb(226 227 229 / 0) !important;
}
.\!bg-light-grey\/10 {
  background-color: rgb(226 227 229 / 0.1) !important;
}
.\!bg-light-grey\/100 {
  background-color: rgb(226 227 229 / 1) !important;
}
.\!bg-light-grey\/15 {
  background-color: rgb(226 227 229 / 0.15) !important;
}
.\!bg-light-grey\/20 {
  background-color: rgb(226 227 229 / 0.2) !important;
}
.\!bg-light-grey\/25 {
  background-color: rgb(226 227 229 / 0.25) !important;
}
.\!bg-light-grey\/30 {
  background-color: rgb(226 227 229 / 0.3) !important;
}
.\!bg-light-grey\/35 {
  background-color: rgb(226 227 229 / 0.35) !important;
}
.\!bg-light-grey\/40 {
  background-color: rgb(226 227 229 / 0.4) !important;
}
.\!bg-light-grey\/45 {
  background-color: rgb(226 227 229 / 0.45) !important;
}
.\!bg-light-grey\/5 {
  background-color: rgb(226 227 229 / 0.05) !important;
}
.\!bg-light-grey\/50 {
  background-color: rgb(226 227 229 / 0.5) !important;
}
.\!bg-light-grey\/55 {
  background-color: rgb(226 227 229 / 0.55) !important;
}
.\!bg-light-grey\/60 {
  background-color: rgb(226 227 229 / 0.6) !important;
}
.\!bg-light-grey\/65 {
  background-color: rgb(226 227 229 / 0.65) !important;
}
.\!bg-light-grey\/70 {
  background-color: rgb(226 227 229 / 0.7) !important;
}
.\!bg-light-grey\/75 {
  background-color: rgb(226 227 229 / 0.75) !important;
}
.\!bg-light-grey\/80 {
  background-color: rgb(226 227 229 / 0.8) !important;
}
.\!bg-light-grey\/85 {
  background-color: rgb(226 227 229 / 0.85) !important;
}
.\!bg-light-grey\/90 {
  background-color: rgb(226 227 229 / 0.9) !important;
}
.\!bg-light-grey\/95 {
  background-color: rgb(226 227 229 / 0.95) !important;
}
.\!bg-light-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-light-purple\/0 {
  background-color: rgb(230 208 253 / 0) !important;
}
.\!bg-light-purple\/10 {
  background-color: rgb(230 208 253 / 0.1) !important;
}
.\!bg-light-purple\/100 {
  background-color: rgb(230 208 253 / 1) !important;
}
.\!bg-light-purple\/15 {
  background-color: rgb(230 208 253 / 0.15) !important;
}
.\!bg-light-purple\/20 {
  background-color: rgb(230 208 253 / 0.2) !important;
}
.\!bg-light-purple\/25 {
  background-color: rgb(230 208 253 / 0.25) !important;
}
.\!bg-light-purple\/30 {
  background-color: rgb(230 208 253 / 0.3) !important;
}
.\!bg-light-purple\/35 {
  background-color: rgb(230 208 253 / 0.35) !important;
}
.\!bg-light-purple\/40 {
  background-color: rgb(230 208 253 / 0.4) !important;
}
.\!bg-light-purple\/45 {
  background-color: rgb(230 208 253 / 0.45) !important;
}
.\!bg-light-purple\/5 {
  background-color: rgb(230 208 253 / 0.05) !important;
}
.\!bg-light-purple\/50 {
  background-color: rgb(230 208 253 / 0.5) !important;
}
.\!bg-light-purple\/55 {
  background-color: rgb(230 208 253 / 0.55) !important;
}
.\!bg-light-purple\/60 {
  background-color: rgb(230 208 253 / 0.6) !important;
}
.\!bg-light-purple\/65 {
  background-color: rgb(230 208 253 / 0.65) !important;
}
.\!bg-light-purple\/70 {
  background-color: rgb(230 208 253 / 0.7) !important;
}
.\!bg-light-purple\/75 {
  background-color: rgb(230 208 253 / 0.75) !important;
}
.\!bg-light-purple\/80 {
  background-color: rgb(230 208 253 / 0.8) !important;
}
.\!bg-light-purple\/85 {
  background-color: rgb(230 208 253 / 0.85) !important;
}
.\!bg-light-purple\/90 {
  background-color: rgb(230 208 253 / 0.9) !important;
}
.\!bg-light-purple\/95 {
  background-color: rgb(230 208 253 / 0.95) !important;
}
.\!bg-scotial-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-scotial-red\/0 {
  background-color: rgb(237 17 27 / 0) !important;
}
.\!bg-scotial-red\/10 {
  background-color: rgb(237 17 27 / 0.1) !important;
}
.\!bg-scotial-red\/100 {
  background-color: rgb(237 17 27 / 1) !important;
}
.\!bg-scotial-red\/15 {
  background-color: rgb(237 17 27 / 0.15) !important;
}
.\!bg-scotial-red\/20 {
  background-color: rgb(237 17 27 / 0.2) !important;
}
.\!bg-scotial-red\/25 {
  background-color: rgb(237 17 27 / 0.25) !important;
}
.\!bg-scotial-red\/30 {
  background-color: rgb(237 17 27 / 0.3) !important;
}
.\!bg-scotial-red\/35 {
  background-color: rgb(237 17 27 / 0.35) !important;
}
.\!bg-scotial-red\/40 {
  background-color: rgb(237 17 27 / 0.4) !important;
}
.\!bg-scotial-red\/45 {
  background-color: rgb(237 17 27 / 0.45) !important;
}
.\!bg-scotial-red\/5 {
  background-color: rgb(237 17 27 / 0.05) !important;
}
.\!bg-scotial-red\/50 {
  background-color: rgb(237 17 27 / 0.5) !important;
}
.\!bg-scotial-red\/55 {
  background-color: rgb(237 17 27 / 0.55) !important;
}
.\!bg-scotial-red\/60 {
  background-color: rgb(237 17 27 / 0.6) !important;
}
.\!bg-scotial-red\/65 {
  background-color: rgb(237 17 27 / 0.65) !important;
}
.\!bg-scotial-red\/70 {
  background-color: rgb(237 17 27 / 0.7) !important;
}
.\!bg-scotial-red\/75 {
  background-color: rgb(237 17 27 / 0.75) !important;
}
.\!bg-scotial-red\/80 {
  background-color: rgb(237 17 27 / 0.8) !important;
}
.\!bg-scotial-red\/85 {
  background-color: rgb(237 17 27 / 0.85) !important;
}
.\!bg-scotial-red\/90 {
  background-color: rgb(237 17 27 / 0.9) !important;
}
.\!bg-scotial-red\/95 {
  background-color: rgb(237 17 27 / 0.95) !important;
}
.\!bg-souqh-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-souqh-orange\/0 {
  background-color: rgb(244 125 97 / 0) !important;
}
.\!bg-souqh-orange\/10 {
  background-color: rgb(244 125 97 / 0.1) !important;
}
.\!bg-souqh-orange\/100 {
  background-color: rgb(244 125 97 / 1) !important;
}
.\!bg-souqh-orange\/15 {
  background-color: rgb(244 125 97 / 0.15) !important;
}
.\!bg-souqh-orange\/20 {
  background-color: rgb(244 125 97 / 0.2) !important;
}
.\!bg-souqh-orange\/25 {
  background-color: rgb(244 125 97 / 0.25) !important;
}
.\!bg-souqh-orange\/30 {
  background-color: rgb(244 125 97 / 0.3) !important;
}
.\!bg-souqh-orange\/35 {
  background-color: rgb(244 125 97 / 0.35) !important;
}
.\!bg-souqh-orange\/40 {
  background-color: rgb(244 125 97 / 0.4) !important;
}
.\!bg-souqh-orange\/45 {
  background-color: rgb(244 125 97 / 0.45) !important;
}
.\!bg-souqh-orange\/5 {
  background-color: rgb(244 125 97 / 0.05) !important;
}
.\!bg-souqh-orange\/50 {
  background-color: rgb(244 125 97 / 0.5) !important;
}
.\!bg-souqh-orange\/55 {
  background-color: rgb(244 125 97 / 0.55) !important;
}
.\!bg-souqh-orange\/60 {
  background-color: rgb(244 125 97 / 0.6) !important;
}
.\!bg-souqh-orange\/65 {
  background-color: rgb(244 125 97 / 0.65) !important;
}
.\!bg-souqh-orange\/70 {
  background-color: rgb(244 125 97 / 0.7) !important;
}
.\!bg-souqh-orange\/75 {
  background-color: rgb(244 125 97 / 0.75) !important;
}
.\!bg-souqh-orange\/80 {
  background-color: rgb(244 125 97 / 0.8) !important;
}
.\!bg-souqh-orange\/85 {
  background-color: rgb(244 125 97 / 0.85) !important;
}
.\!bg-souqh-orange\/90 {
  background-color: rgb(244 125 97 / 0.9) !important;
}
.\!bg-souqh-orange\/95 {
  background-color: rgb(244 125 97 / 0.95) !important;
}
.\!bg-sparrow-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-sparrow-blue\/0 {
  background-color: rgb(47 128 237 / 0) !important;
}
.\!bg-sparrow-blue\/10 {
  background-color: rgb(47 128 237 / 0.1) !important;
}
.\!bg-sparrow-blue\/100 {
  background-color: rgb(47 128 237 / 1) !important;
}
.\!bg-sparrow-blue\/15 {
  background-color: rgb(47 128 237 / 0.15) !important;
}
.\!bg-sparrow-blue\/20 {
  background-color: rgb(47 128 237 / 0.2) !important;
}
.\!bg-sparrow-blue\/25 {
  background-color: rgb(47 128 237 / 0.25) !important;
}
.\!bg-sparrow-blue\/30 {
  background-color: rgb(47 128 237 / 0.3) !important;
}
.\!bg-sparrow-blue\/35 {
  background-color: rgb(47 128 237 / 0.35) !important;
}
.\!bg-sparrow-blue\/40 {
  background-color: rgb(47 128 237 / 0.4) !important;
}
.\!bg-sparrow-blue\/45 {
  background-color: rgb(47 128 237 / 0.45) !important;
}
.\!bg-sparrow-blue\/5 {
  background-color: rgb(47 128 237 / 0.05) !important;
}
.\!bg-sparrow-blue\/50 {
  background-color: rgb(47 128 237 / 0.5) !important;
}
.\!bg-sparrow-blue\/55 {
  background-color: rgb(47 128 237 / 0.55) !important;
}
.\!bg-sparrow-blue\/60 {
  background-color: rgb(47 128 237 / 0.6) !important;
}
.\!bg-sparrow-blue\/65 {
  background-color: rgb(47 128 237 / 0.65) !important;
}
.\!bg-sparrow-blue\/70 {
  background-color: rgb(47 128 237 / 0.7) !important;
}
.\!bg-sparrow-blue\/75 {
  background-color: rgb(47 128 237 / 0.75) !important;
}
.\!bg-sparrow-blue\/80 {
  background-color: rgb(47 128 237 / 0.8) !important;
}
.\!bg-sparrow-blue\/85 {
  background-color: rgb(47 128 237 / 0.85) !important;
}
.\!bg-sparrow-blue\/90 {
  background-color: rgb(47 128 237 / 0.9) !important;
}
.\!bg-sparrow-blue\/95 {
  background-color: rgb(47 128 237 / 0.95) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}
.\!bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}
.\!bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}
.\!bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15) !important;
}
.\!bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}
.\!bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}
.\!bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}
.\!bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35) !important;
}
.\!bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}
.\!bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45) !important;
}
.\!bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}
.\!bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}
.\!bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55) !important;
}
.\!bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}
.\!bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65) !important;
}
.\!bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}
.\!bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}
.\!bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}
.\!bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85) !important;
}
.\!bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}
.\!bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-yellow\/0 {
  background-color: rgb(255 244 182 / 0) !important;
}
.\!bg-yellow\/10 {
  background-color: rgb(255 244 182 / 0.1) !important;
}
.\!bg-yellow\/100 {
  background-color: rgb(255 244 182 / 1) !important;
}
.\!bg-yellow\/15 {
  background-color: rgb(255 244 182 / 0.15) !important;
}
.\!bg-yellow\/20 {
  background-color: rgb(255 244 182 / 0.2) !important;
}
.\!bg-yellow\/25 {
  background-color: rgb(255 244 182 / 0.25) !important;
}
.\!bg-yellow\/30 {
  background-color: rgb(255 244 182 / 0.3) !important;
}
.\!bg-yellow\/35 {
  background-color: rgb(255 244 182 / 0.35) !important;
}
.\!bg-yellow\/40 {
  background-color: rgb(255 244 182 / 0.4) !important;
}
.\!bg-yellow\/45 {
  background-color: rgb(255 244 182 / 0.45) !important;
}
.\!bg-yellow\/5 {
  background-color: rgb(255 244 182 / 0.05) !important;
}
.\!bg-yellow\/50 {
  background-color: rgb(255 244 182 / 0.5) !important;
}
.\!bg-yellow\/55 {
  background-color: rgb(255 244 182 / 0.55) !important;
}
.\!bg-yellow\/60 {
  background-color: rgb(255 244 182 / 0.6) !important;
}
.\!bg-yellow\/65 {
  background-color: rgb(255 244 182 / 0.65) !important;
}
.\!bg-yellow\/70 {
  background-color: rgb(255 244 182 / 0.7) !important;
}
.\!bg-yellow\/75 {
  background-color: rgb(255 244 182 / 0.75) !important;
}
.\!bg-yellow\/80 {
  background-color: rgb(255 244 182 / 0.8) !important;
}
.\!bg-yellow\/85 {
  background-color: rgb(255 244 182 / 0.85) !important;
}
.\!bg-yellow\/90 {
  background-color: rgb(255 244 182 / 0.9) !important;
}
.\!bg-yellow\/95 {
  background-color: rgb(255 244 182 / 0.95) !important;
}
.bg-aha-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
}
.bg-aha-pink\/0 {
  background-color: rgb(255 0 255 / 0);
}
.bg-aha-pink\/10 {
  background-color: rgb(255 0 255 / 0.1);
}
.bg-aha-pink\/100 {
  background-color: rgb(255 0 255 / 1);
}
.bg-aha-pink\/15 {
  background-color: rgb(255 0 255 / 0.15);
}
.bg-aha-pink\/20 {
  background-color: rgb(255 0 255 / 0.2);
}
.bg-aha-pink\/25 {
  background-color: rgb(255 0 255 / 0.25);
}
.bg-aha-pink\/30 {
  background-color: rgb(255 0 255 / 0.3);
}
.bg-aha-pink\/35 {
  background-color: rgb(255 0 255 / 0.35);
}
.bg-aha-pink\/40 {
  background-color: rgb(255 0 255 / 0.4);
}
.bg-aha-pink\/45 {
  background-color: rgb(255 0 255 / 0.45);
}
.bg-aha-pink\/5 {
  background-color: rgb(255 0 255 / 0.05);
}
.bg-aha-pink\/50 {
  background-color: rgb(255 0 255 / 0.5);
}
.bg-aha-pink\/55 {
  background-color: rgb(255 0 255 / 0.55);
}
.bg-aha-pink\/60 {
  background-color: rgb(255 0 255 / 0.6);
}
.bg-aha-pink\/65 {
  background-color: rgb(255 0 255 / 0.65);
}
.bg-aha-pink\/70 {
  background-color: rgb(255 0 255 / 0.7);
}
.bg-aha-pink\/75 {
  background-color: rgb(255 0 255 / 0.75);
}
.bg-aha-pink\/80 {
  background-color: rgb(255 0 255 / 0.8);
}
.bg-aha-pink\/85 {
  background-color: rgb(255 0 255 / 0.85);
}
.bg-aha-pink\/90 {
  background-color: rgb(255 0 255 / 0.9);
}
.bg-aha-pink\/95 {
  background-color: rgb(255 0 255 / 0.95);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(27 24 40 / 0.5);
}
.bg-borrowell-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
}
.bg-borrowell-blue\/0 {
  background-color: rgb(52 45 141 / 0);
}
.bg-borrowell-blue\/10 {
  background-color: rgb(52 45 141 / 0.1);
}
.bg-borrowell-blue\/100 {
  background-color: rgb(52 45 141 / 1);
}
.bg-borrowell-blue\/15 {
  background-color: rgb(52 45 141 / 0.15);
}
.bg-borrowell-blue\/20 {
  background-color: rgb(52 45 141 / 0.2);
}
.bg-borrowell-blue\/25 {
  background-color: rgb(52 45 141 / 0.25);
}
.bg-borrowell-blue\/30 {
  background-color: rgb(52 45 141 / 0.3);
}
.bg-borrowell-blue\/35 {
  background-color: rgb(52 45 141 / 0.35);
}
.bg-borrowell-blue\/40 {
  background-color: rgb(52 45 141 / 0.4);
}
.bg-borrowell-blue\/45 {
  background-color: rgb(52 45 141 / 0.45);
}
.bg-borrowell-blue\/5 {
  background-color: rgb(52 45 141 / 0.05);
}
.bg-borrowell-blue\/50 {
  background-color: rgb(52 45 141 / 0.5);
}
.bg-borrowell-blue\/55 {
  background-color: rgb(52 45 141 / 0.55);
}
.bg-borrowell-blue\/60 {
  background-color: rgb(52 45 141 / 0.6);
}
.bg-borrowell-blue\/65 {
  background-color: rgb(52 45 141 / 0.65);
}
.bg-borrowell-blue\/70 {
  background-color: rgb(52 45 141 / 0.7);
}
.bg-borrowell-blue\/75 {
  background-color: rgb(52 45 141 / 0.75);
}
.bg-borrowell-blue\/80 {
  background-color: rgb(52 45 141 / 0.8);
}
.bg-borrowell-blue\/85 {
  background-color: rgb(52 45 141 / 0.85);
}
.bg-borrowell-blue\/90 {
  background-color: rgb(52 45 141 / 0.9);
}
.bg-borrowell-blue\/95 {
  background-color: rgb(52 45 141 / 0.95);
}
.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
}
.bg-brand-red\/0 {
  background-color: rgb(163 36 57 / 0);
}
.bg-brand-red\/10 {
  background-color: rgb(163 36 57 / 0.1);
}
.bg-brand-red\/100 {
  background-color: rgb(163 36 57 / 1);
}
.bg-brand-red\/15 {
  background-color: rgb(163 36 57 / 0.15);
}
.bg-brand-red\/20 {
  background-color: rgb(163 36 57 / 0.2);
}
.bg-brand-red\/25 {
  background-color: rgb(163 36 57 / 0.25);
}
.bg-brand-red\/30 {
  background-color: rgb(163 36 57 / 0.3);
}
.bg-brand-red\/35 {
  background-color: rgb(163 36 57 / 0.35);
}
.bg-brand-red\/40 {
  background-color: rgb(163 36 57 / 0.4);
}
.bg-brand-red\/45 {
  background-color: rgb(163 36 57 / 0.45);
}
.bg-brand-red\/5 {
  background-color: rgb(163 36 57 / 0.05);
}
.bg-brand-red\/50 {
  background-color: rgb(163 36 57 / 0.5);
}
.bg-brand-red\/55 {
  background-color: rgb(163 36 57 / 0.55);
}
.bg-brand-red\/60 {
  background-color: rgb(163 36 57 / 0.6);
}
.bg-brand-red\/65 {
  background-color: rgb(163 36 57 / 0.65);
}
.bg-brand-red\/70 {
  background-color: rgb(163 36 57 / 0.7);
}
.bg-brand-red\/75 {
  background-color: rgb(163 36 57 / 0.75);
}
.bg-brand-red\/80 {
  background-color: rgb(163 36 57 / 0.8);
}
.bg-brand-red\/85 {
  background-color: rgb(163 36 57 / 0.85);
}
.bg-brand-red\/90 {
  background-color: rgb(163 36 57 / 0.9);
}
.bg-brand-red\/95 {
  background-color: rgb(163 36 57 / 0.95);
}
.bg-brand-red\/\[0\.7\] {
  background-color: rgb(163 36 57 / 0.7);
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
}
.bg-grey\/0 {
  background-color: rgb(56 61 65 / 0);
}
.bg-grey\/10 {
  background-color: rgb(56 61 65 / 0.1);
}
.bg-grey\/100 {
  background-color: rgb(56 61 65 / 1);
}
.bg-grey\/15 {
  background-color: rgb(56 61 65 / 0.15);
}
.bg-grey\/20 {
  background-color: rgb(56 61 65 / 0.2);
}
.bg-grey\/25 {
  background-color: rgb(56 61 65 / 0.25);
}
.bg-grey\/30 {
  background-color: rgb(56 61 65 / 0.3);
}
.bg-grey\/35 {
  background-color: rgb(56 61 65 / 0.35);
}
.bg-grey\/40 {
  background-color: rgb(56 61 65 / 0.4);
}
.bg-grey\/45 {
  background-color: rgb(56 61 65 / 0.45);
}
.bg-grey\/5 {
  background-color: rgb(56 61 65 / 0.05);
}
.bg-grey\/50 {
  background-color: rgb(56 61 65 / 0.5);
}
.bg-grey\/55 {
  background-color: rgb(56 61 65 / 0.55);
}
.bg-grey\/60 {
  background-color: rgb(56 61 65 / 0.6);
}
.bg-grey\/65 {
  background-color: rgb(56 61 65 / 0.65);
}
.bg-grey\/70 {
  background-color: rgb(56 61 65 / 0.7);
}
.bg-grey\/75 {
  background-color: rgb(56 61 65 / 0.75);
}
.bg-grey\/80 {
  background-color: rgb(56 61 65 / 0.8);
}
.bg-grey\/85 {
  background-color: rgb(56 61 65 / 0.85);
}
.bg-grey\/90 {
  background-color: rgb(56 61 65 / 0.9);
}
.bg-grey\/95 {
  background-color: rgb(56 61 65 / 0.95);
}
.bg-grey\/\[0\.7\] {
  background-color: rgb(56 61 65 / 0.7);
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
}
.bg-light-blue\/0 {
  background-color: rgb(198 223 255 / 0);
}
.bg-light-blue\/10 {
  background-color: rgb(198 223 255 / 0.1);
}
.bg-light-blue\/100 {
  background-color: rgb(198 223 255 / 1);
}
.bg-light-blue\/15 {
  background-color: rgb(198 223 255 / 0.15);
}
.bg-light-blue\/20 {
  background-color: rgb(198 223 255 / 0.2);
}
.bg-light-blue\/25 {
  background-color: rgb(198 223 255 / 0.25);
}
.bg-light-blue\/30 {
  background-color: rgb(198 223 255 / 0.3);
}
.bg-light-blue\/35 {
  background-color: rgb(198 223 255 / 0.35);
}
.bg-light-blue\/40 {
  background-color: rgb(198 223 255 / 0.4);
}
.bg-light-blue\/45 {
  background-color: rgb(198 223 255 / 0.45);
}
.bg-light-blue\/5 {
  background-color: rgb(198 223 255 / 0.05);
}
.bg-light-blue\/50 {
  background-color: rgb(198 223 255 / 0.5);
}
.bg-light-blue\/55 {
  background-color: rgb(198 223 255 / 0.55);
}
.bg-light-blue\/60 {
  background-color: rgb(198 223 255 / 0.6);
}
.bg-light-blue\/65 {
  background-color: rgb(198 223 255 / 0.65);
}
.bg-light-blue\/70 {
  background-color: rgb(198 223 255 / 0.7);
}
.bg-light-blue\/75 {
  background-color: rgb(198 223 255 / 0.75);
}
.bg-light-blue\/80 {
  background-color: rgb(198 223 255 / 0.8);
}
.bg-light-blue\/85 {
  background-color: rgb(198 223 255 / 0.85);
}
.bg-light-blue\/90 {
  background-color: rgb(198 223 255 / 0.9);
}
.bg-light-blue\/95 {
  background-color: rgb(198 223 255 / 0.95);
}
.bg-light-blue\/\[0\.7\] {
  background-color: rgb(198 223 255 / 0.7);
}
.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
}
.bg-light-green\/0 {
  background-color: rgb(184 241 193 / 0);
}
.bg-light-green\/10 {
  background-color: rgb(184 241 193 / 0.1);
}
.bg-light-green\/100 {
  background-color: rgb(184 241 193 / 1);
}
.bg-light-green\/15 {
  background-color: rgb(184 241 193 / 0.15);
}
.bg-light-green\/20 {
  background-color: rgb(184 241 193 / 0.2);
}
.bg-light-green\/25 {
  background-color: rgb(184 241 193 / 0.25);
}
.bg-light-green\/30 {
  background-color: rgb(184 241 193 / 0.3);
}
.bg-light-green\/35 {
  background-color: rgb(184 241 193 / 0.35);
}
.bg-light-green\/40 {
  background-color: rgb(184 241 193 / 0.4);
}
.bg-light-green\/45 {
  background-color: rgb(184 241 193 / 0.45);
}
.bg-light-green\/5 {
  background-color: rgb(184 241 193 / 0.05);
}
.bg-light-green\/50 {
  background-color: rgb(184 241 193 / 0.5);
}
.bg-light-green\/55 {
  background-color: rgb(184 241 193 / 0.55);
}
.bg-light-green\/60 {
  background-color: rgb(184 241 193 / 0.6);
}
.bg-light-green\/65 {
  background-color: rgb(184 241 193 / 0.65);
}
.bg-light-green\/70 {
  background-color: rgb(184 241 193 / 0.7);
}
.bg-light-green\/75 {
  background-color: rgb(184 241 193 / 0.75);
}
.bg-light-green\/80 {
  background-color: rgb(184 241 193 / 0.8);
}
.bg-light-green\/85 {
  background-color: rgb(184 241 193 / 0.85);
}
.bg-light-green\/90 {
  background-color: rgb(184 241 193 / 0.9);
}
.bg-light-green\/95 {
  background-color: rgb(184 241 193 / 0.95);
}
.bg-light-green\/\[0\.7\] {
  background-color: rgb(184 241 193 / 0.7);
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
}
.bg-light-grey\/0 {
  background-color: rgb(226 227 229 / 0);
}
.bg-light-grey\/10 {
  background-color: rgb(226 227 229 / 0.1);
}
.bg-light-grey\/100 {
  background-color: rgb(226 227 229 / 1);
}
.bg-light-grey\/15 {
  background-color: rgb(226 227 229 / 0.15);
}
.bg-light-grey\/20 {
  background-color: rgb(226 227 229 / 0.2);
}
.bg-light-grey\/25 {
  background-color: rgb(226 227 229 / 0.25);
}
.bg-light-grey\/30 {
  background-color: rgb(226 227 229 / 0.3);
}
.bg-light-grey\/35 {
  background-color: rgb(226 227 229 / 0.35);
}
.bg-light-grey\/40 {
  background-color: rgb(226 227 229 / 0.4);
}
.bg-light-grey\/45 {
  background-color: rgb(226 227 229 / 0.45);
}
.bg-light-grey\/5 {
  background-color: rgb(226 227 229 / 0.05);
}
.bg-light-grey\/50 {
  background-color: rgb(226 227 229 / 0.5);
}
.bg-light-grey\/55 {
  background-color: rgb(226 227 229 / 0.55);
}
.bg-light-grey\/60 {
  background-color: rgb(226 227 229 / 0.6);
}
.bg-light-grey\/65 {
  background-color: rgb(226 227 229 / 0.65);
}
.bg-light-grey\/70 {
  background-color: rgb(226 227 229 / 0.7);
}
.bg-light-grey\/75 {
  background-color: rgb(226 227 229 / 0.75);
}
.bg-light-grey\/80 {
  background-color: rgb(226 227 229 / 0.8);
}
.bg-light-grey\/85 {
  background-color: rgb(226 227 229 / 0.85);
}
.bg-light-grey\/90 {
  background-color: rgb(226 227 229 / 0.9);
}
.bg-light-grey\/95 {
  background-color: rgb(226 227 229 / 0.95);
}
.bg-light-grey\/\[0\.3\] {
  background-color: rgb(226 227 229 / 0.3);
}
.bg-light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
}
.bg-light-purple\/0 {
  background-color: rgb(230 208 253 / 0);
}
.bg-light-purple\/10 {
  background-color: rgb(230 208 253 / 0.1);
}
.bg-light-purple\/100 {
  background-color: rgb(230 208 253 / 1);
}
.bg-light-purple\/15 {
  background-color: rgb(230 208 253 / 0.15);
}
.bg-light-purple\/20 {
  background-color: rgb(230 208 253 / 0.2);
}
.bg-light-purple\/25 {
  background-color: rgb(230 208 253 / 0.25);
}
.bg-light-purple\/30 {
  background-color: rgb(230 208 253 / 0.3);
}
.bg-light-purple\/35 {
  background-color: rgb(230 208 253 / 0.35);
}
.bg-light-purple\/40 {
  background-color: rgb(230 208 253 / 0.4);
}
.bg-light-purple\/45 {
  background-color: rgb(230 208 253 / 0.45);
}
.bg-light-purple\/5 {
  background-color: rgb(230 208 253 / 0.05);
}
.bg-light-purple\/50 {
  background-color: rgb(230 208 253 / 0.5);
}
.bg-light-purple\/55 {
  background-color: rgb(230 208 253 / 0.55);
}
.bg-light-purple\/60 {
  background-color: rgb(230 208 253 / 0.6);
}
.bg-light-purple\/65 {
  background-color: rgb(230 208 253 / 0.65);
}
.bg-light-purple\/70 {
  background-color: rgb(230 208 253 / 0.7);
}
.bg-light-purple\/75 {
  background-color: rgb(230 208 253 / 0.75);
}
.bg-light-purple\/80 {
  background-color: rgb(230 208 253 / 0.8);
}
.bg-light-purple\/85 {
  background-color: rgb(230 208 253 / 0.85);
}
.bg-light-purple\/90 {
  background-color: rgb(230 208 253 / 0.9);
}
.bg-light-purple\/95 {
  background-color: rgb(230 208 253 / 0.95);
}
.bg-light-purple\/\[0\.7\] {
  background-color: rgb(230 208 253 / 0.7);
}
.bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
}
.bg-off-white\/50 {
  background-color: rgb(232 234 242 / 0.5);
}
.bg-off-white\/\[0\.2\] {
  background-color: rgb(232 234 242 / 0.2);
}
.bg-scotial-red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
}
.bg-scotial-red\/0 {
  background-color: rgb(237 17 27 / 0);
}
.bg-scotial-red\/10 {
  background-color: rgb(237 17 27 / 0.1);
}
.bg-scotial-red\/100 {
  background-color: rgb(237 17 27 / 1);
}
.bg-scotial-red\/15 {
  background-color: rgb(237 17 27 / 0.15);
}
.bg-scotial-red\/20 {
  background-color: rgb(237 17 27 / 0.2);
}
.bg-scotial-red\/25 {
  background-color: rgb(237 17 27 / 0.25);
}
.bg-scotial-red\/30 {
  background-color: rgb(237 17 27 / 0.3);
}
.bg-scotial-red\/35 {
  background-color: rgb(237 17 27 / 0.35);
}
.bg-scotial-red\/40 {
  background-color: rgb(237 17 27 / 0.4);
}
.bg-scotial-red\/45 {
  background-color: rgb(237 17 27 / 0.45);
}
.bg-scotial-red\/5 {
  background-color: rgb(237 17 27 / 0.05);
}
.bg-scotial-red\/50 {
  background-color: rgb(237 17 27 / 0.5);
}
.bg-scotial-red\/55 {
  background-color: rgb(237 17 27 / 0.55);
}
.bg-scotial-red\/60 {
  background-color: rgb(237 17 27 / 0.6);
}
.bg-scotial-red\/65 {
  background-color: rgb(237 17 27 / 0.65);
}
.bg-scotial-red\/70 {
  background-color: rgb(237 17 27 / 0.7);
}
.bg-scotial-red\/75 {
  background-color: rgb(237 17 27 / 0.75);
}
.bg-scotial-red\/80 {
  background-color: rgb(237 17 27 / 0.8);
}
.bg-scotial-red\/85 {
  background-color: rgb(237 17 27 / 0.85);
}
.bg-scotial-red\/90 {
  background-color: rgb(237 17 27 / 0.9);
}
.bg-scotial-red\/95 {
  background-color: rgb(237 17 27 / 0.95);
}
.bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
}
.bg-souqh-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
}
.bg-souqh-orange\/0 {
  background-color: rgb(244 125 97 / 0);
}
.bg-souqh-orange\/10 {
  background-color: rgb(244 125 97 / 0.1);
}
.bg-souqh-orange\/100 {
  background-color: rgb(244 125 97 / 1);
}
.bg-souqh-orange\/15 {
  background-color: rgb(244 125 97 / 0.15);
}
.bg-souqh-orange\/20 {
  background-color: rgb(244 125 97 / 0.2);
}
.bg-souqh-orange\/25 {
  background-color: rgb(244 125 97 / 0.25);
}
.bg-souqh-orange\/30 {
  background-color: rgb(244 125 97 / 0.3);
}
.bg-souqh-orange\/35 {
  background-color: rgb(244 125 97 / 0.35);
}
.bg-souqh-orange\/40 {
  background-color: rgb(244 125 97 / 0.4);
}
.bg-souqh-orange\/45 {
  background-color: rgb(244 125 97 / 0.45);
}
.bg-souqh-orange\/5 {
  background-color: rgb(244 125 97 / 0.05);
}
.bg-souqh-orange\/50 {
  background-color: rgb(244 125 97 / 0.5);
}
.bg-souqh-orange\/55 {
  background-color: rgb(244 125 97 / 0.55);
}
.bg-souqh-orange\/60 {
  background-color: rgb(244 125 97 / 0.6);
}
.bg-souqh-orange\/65 {
  background-color: rgb(244 125 97 / 0.65);
}
.bg-souqh-orange\/70 {
  background-color: rgb(244 125 97 / 0.7);
}
.bg-souqh-orange\/75 {
  background-color: rgb(244 125 97 / 0.75);
}
.bg-souqh-orange\/80 {
  background-color: rgb(244 125 97 / 0.8);
}
.bg-souqh-orange\/85 {
  background-color: rgb(244 125 97 / 0.85);
}
.bg-souqh-orange\/90 {
  background-color: rgb(244 125 97 / 0.9);
}
.bg-souqh-orange\/95 {
  background-color: rgb(244 125 97 / 0.95);
}
.bg-sparrow-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
}
.bg-sparrow-blue\/0 {
  background-color: rgb(47 128 237 / 0);
}
.bg-sparrow-blue\/10 {
  background-color: rgb(47 128 237 / 0.1);
}
.bg-sparrow-blue\/100 {
  background-color: rgb(47 128 237 / 1);
}
.bg-sparrow-blue\/15 {
  background-color: rgb(47 128 237 / 0.15);
}
.bg-sparrow-blue\/20 {
  background-color: rgb(47 128 237 / 0.2);
}
.bg-sparrow-blue\/25 {
  background-color: rgb(47 128 237 / 0.25);
}
.bg-sparrow-blue\/30 {
  background-color: rgb(47 128 237 / 0.3);
}
.bg-sparrow-blue\/35 {
  background-color: rgb(47 128 237 / 0.35);
}
.bg-sparrow-blue\/40 {
  background-color: rgb(47 128 237 / 0.4);
}
.bg-sparrow-blue\/45 {
  background-color: rgb(47 128 237 / 0.45);
}
.bg-sparrow-blue\/5 {
  background-color: rgb(47 128 237 / 0.05);
}
.bg-sparrow-blue\/50 {
  background-color: rgb(47 128 237 / 0.5);
}
.bg-sparrow-blue\/55 {
  background-color: rgb(47 128 237 / 0.55);
}
.bg-sparrow-blue\/60 {
  background-color: rgb(47 128 237 / 0.6);
}
.bg-sparrow-blue\/65 {
  background-color: rgb(47 128 237 / 0.65);
}
.bg-sparrow-blue\/70 {
  background-color: rgb(47 128 237 / 0.7);
}
.bg-sparrow-blue\/75 {
  background-color: rgb(47 128 237 / 0.75);
}
.bg-sparrow-blue\/80 {
  background-color: rgb(47 128 237 / 0.8);
}
.bg-sparrow-blue\/85 {
  background-color: rgb(47 128 237 / 0.85);
}
.bg-sparrow-blue\/90 {
  background-color: rgb(47 128 237 / 0.9);
}
.bg-sparrow-blue\/95 {
  background-color: rgb(47 128 237 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
}
.bg-yellow\/0 {
  background-color: rgb(255 244 182 / 0);
}
.bg-yellow\/10 {
  background-color: rgb(255 244 182 / 0.1);
}
.bg-yellow\/100 {
  background-color: rgb(255 244 182 / 1);
}
.bg-yellow\/15 {
  background-color: rgb(255 244 182 / 0.15);
}
.bg-yellow\/20 {
  background-color: rgb(255 244 182 / 0.2);
}
.bg-yellow\/25 {
  background-color: rgb(255 244 182 / 0.25);
}
.bg-yellow\/30 {
  background-color: rgb(255 244 182 / 0.3);
}
.bg-yellow\/35 {
  background-color: rgb(255 244 182 / 0.35);
}
.bg-yellow\/40 {
  background-color: rgb(255 244 182 / 0.4);
}
.bg-yellow\/45 {
  background-color: rgb(255 244 182 / 0.45);
}
.bg-yellow\/5 {
  background-color: rgb(255 244 182 / 0.05);
}
.bg-yellow\/50 {
  background-color: rgb(255 244 182 / 0.5);
}
.bg-yellow\/55 {
  background-color: rgb(255 244 182 / 0.55);
}
.bg-yellow\/60 {
  background-color: rgb(255 244 182 / 0.6);
}
.bg-yellow\/65 {
  background-color: rgb(255 244 182 / 0.65);
}
.bg-yellow\/70 {
  background-color: rgb(255 244 182 / 0.7);
}
.bg-yellow\/75 {
  background-color: rgb(255 244 182 / 0.75);
}
.bg-yellow\/80 {
  background-color: rgb(255 244 182 / 0.8);
}
.bg-yellow\/85 {
  background-color: rgb(255 244 182 / 0.85);
}
.bg-yellow\/90 {
  background-color: rgb(255 244 182 / 0.9);
}
.bg-yellow\/95 {
  background-color: rgb(255 244 182 / 0.95);
}
.bg-yellow\/\[0\.7\] {
  background-color: rgb(255 244 182 / 0.7);
}
.\!bg-gradient-black-transparent {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}
.bg-gradient-black-transparent {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.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));
}
.from-off-white {
  --tw-gradient-from: #E8EAF2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 234 242 / 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);
}
.via-25\% {
  --tw-gradient-via-position: 25%;
}
.\!to-light-blue {
  --tw-gradient-to: #C6DFFF var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/0 {
  --tw-gradient-to: rgb(198 223 255 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/10 {
  --tw-gradient-to: rgb(198 223 255 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/100 {
  --tw-gradient-to: rgb(198 223 255 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/15 {
  --tw-gradient-to: rgb(198 223 255 / 0.15) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/20 {
  --tw-gradient-to: rgb(198 223 255 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/25 {
  --tw-gradient-to: rgb(198 223 255 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/30 {
  --tw-gradient-to: rgb(198 223 255 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/35 {
  --tw-gradient-to: rgb(198 223 255 / 0.35) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/40 {
  --tw-gradient-to: rgb(198 223 255 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/45 {
  --tw-gradient-to: rgb(198 223 255 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/5 {
  --tw-gradient-to: rgb(198 223 255 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/50 {
  --tw-gradient-to: rgb(198 223 255 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/55 {
  --tw-gradient-to: rgb(198 223 255 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/60 {
  --tw-gradient-to: rgb(198 223 255 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/65 {
  --tw-gradient-to: rgb(198 223 255 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/70 {
  --tw-gradient-to: rgb(198 223 255 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/75 {
  --tw-gradient-to: rgb(198 223 255 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/80 {
  --tw-gradient-to: rgb(198 223 255 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/85 {
  --tw-gradient-to: rgb(198 223 255 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/90 {
  --tw-gradient-to: rgb(198 223 255 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-light-blue\/95 {
  --tw-gradient-to: rgb(198 223 255 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-light-green {
  --tw-gradient-to: #B8F1C1 var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/0 {
  --tw-gradient-to: rgb(184 241 193 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/10 {
  --tw-gradient-to: rgb(184 241 193 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/100 {
  --tw-gradient-to: rgb(184 241 193 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/15 {
  --tw-gradient-to: rgb(184 241 193 / 0.15) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/20 {
  --tw-gradient-to: rgb(184 241 193 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/25 {
  --tw-gradient-to: rgb(184 241 193 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/30 {
  --tw-gradient-to: rgb(184 241 193 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/35 {
  --tw-gradient-to: rgb(184 241 193 / 0.35) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/40 {
  --tw-gradient-to: rgb(184 241 193 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/45 {
  --tw-gradient-to: rgb(184 241 193 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/5 {
  --tw-gradient-to: rgb(184 241 193 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/50 {
  --tw-gradient-to: rgb(184 241 193 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/55 {
  --tw-gradient-to: rgb(184 241 193 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/60 {
  --tw-gradient-to: rgb(184 241 193 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/65 {
  --tw-gradient-to: rgb(184 241 193 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/70 {
  --tw-gradient-to: rgb(184 241 193 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/75 {
  --tw-gradient-to: rgb(184 241 193 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/80 {
  --tw-gradient-to: rgb(184 241 193 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/85 {
  --tw-gradient-to: rgb(184 241 193 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/90 {
  --tw-gradient-to: rgb(184 241 193 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-light-green\/95 {
  --tw-gradient-to: rgb(184 241 193 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey {
  --tw-gradient-to: #E2E3E5 var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/0 {
  --tw-gradient-to: rgb(226 227 229 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/10 {
  --tw-gradient-to: rgb(226 227 229 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/100 {
  --tw-gradient-to: rgb(226 227 229 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/15 {
  --tw-gradient-to: rgb(226 227 229 / 0.15) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/20 {
  --tw-gradient-to: rgb(226 227 229 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/25 {
  --tw-gradient-to: rgb(226 227 229 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/30 {
  --tw-gradient-to: rgb(226 227 229 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/35 {
  --tw-gradient-to: rgb(226 227 229 / 0.35) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/40 {
  --tw-gradient-to: rgb(226 227 229 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/45 {
  --tw-gradient-to: rgb(226 227 229 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/5 {
  --tw-gradient-to: rgb(226 227 229 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/50 {
  --tw-gradient-to: rgb(226 227 229 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/55 {
  --tw-gradient-to: rgb(226 227 229 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/60 {
  --tw-gradient-to: rgb(226 227 229 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/65 {
  --tw-gradient-to: rgb(226 227 229 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/70 {
  --tw-gradient-to: rgb(226 227 229 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/75 {
  --tw-gradient-to: rgb(226 227 229 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/80 {
  --tw-gradient-to: rgb(226 227 229 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/85 {
  --tw-gradient-to: rgb(226 227 229 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/90 {
  --tw-gradient-to: rgb(226 227 229 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-light-grey\/95 {
  --tw-gradient-to: rgb(226 227 229 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple {
  --tw-gradient-to: #E6D0FD var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/0 {
  --tw-gradient-to: rgb(230 208 253 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/10 {
  --tw-gradient-to: rgb(230 208 253 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/100 {
  --tw-gradient-to: rgb(230 208 253 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/15 {
  --tw-gradient-to: rgb(230 208 253 / 0.15) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/20 {
  --tw-gradient-to: rgb(230 208 253 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/25 {
  --tw-gradient-to: rgb(230 208 253 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/30 {
  --tw-gradient-to: rgb(230 208 253 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/35 {
  --tw-gradient-to: rgb(230 208 253 / 0.35) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/40 {
  --tw-gradient-to: rgb(230 208 253 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/45 {
  --tw-gradient-to: rgb(230 208 253 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/5 {
  --tw-gradient-to: rgb(230 208 253 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/50 {
  --tw-gradient-to: rgb(230 208 253 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/55 {
  --tw-gradient-to: rgb(230 208 253 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/60 {
  --tw-gradient-to: rgb(230 208 253 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/65 {
  --tw-gradient-to: rgb(230 208 253 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/70 {
  --tw-gradient-to: rgb(230 208 253 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/75 {
  --tw-gradient-to: rgb(230 208 253 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/80 {
  --tw-gradient-to: rgb(230 208 253 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/85 {
  --tw-gradient-to: rgb(230 208 253 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/90 {
  --tw-gradient-to: rgb(230 208 253 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-light-purple\/95 {
  --tw-gradient-to: rgb(230 208 253 / 0.95) var(--tw-gradient-to-position) !important;
}
.\!to-yellow {
  --tw-gradient-to: #FFF4B6 var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/0 {
  --tw-gradient-to: rgb(255 244 182 / 0) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/10 {
  --tw-gradient-to: rgb(255 244 182 / 0.1) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/100 {
  --tw-gradient-to: rgb(255 244 182 / 1) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/15 {
  --tw-gradient-to: rgb(255 244 182 / 0.15) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/20 {
  --tw-gradient-to: rgb(255 244 182 / 0.2) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/25 {
  --tw-gradient-to: rgb(255 244 182 / 0.25) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/30 {
  --tw-gradient-to: rgb(255 244 182 / 0.3) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/35 {
  --tw-gradient-to: rgb(255 244 182 / 0.35) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/40 {
  --tw-gradient-to: rgb(255 244 182 / 0.4) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/45 {
  --tw-gradient-to: rgb(255 244 182 / 0.45) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/5 {
  --tw-gradient-to: rgb(255 244 182 / 0.05) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/50 {
  --tw-gradient-to: rgb(255 244 182 / 0.5) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/55 {
  --tw-gradient-to: rgb(255 244 182 / 0.55) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/60 {
  --tw-gradient-to: rgb(255 244 182 / 0.6) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/65 {
  --tw-gradient-to: rgb(255 244 182 / 0.65) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/70 {
  --tw-gradient-to: rgb(255 244 182 / 0.7) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/75 {
  --tw-gradient-to: rgb(255 244 182 / 0.75) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/80 {
  --tw-gradient-to: rgb(255 244 182 / 0.8) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/85 {
  --tw-gradient-to: rgb(255 244 182 / 0.85) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/90 {
  --tw-gradient-to: rgb(255 244 182 / 0.9) var(--tw-gradient-to-position) !important;
}
.\!to-yellow\/95 {
  --tw-gradient-to: rgb(255 244 182 / 0.95) var(--tw-gradient-to-position) !important;
}
.to-light-blue {
  --tw-gradient-to: #C6DFFF var(--tw-gradient-to-position);
}
.to-light-blue\/0 {
  --tw-gradient-to: rgb(198 223 255 / 0) var(--tw-gradient-to-position);
}
.to-light-blue\/10 {
  --tw-gradient-to: rgb(198 223 255 / 0.1) var(--tw-gradient-to-position);
}
.to-light-blue\/100 {
  --tw-gradient-to: rgb(198 223 255 / 1) var(--tw-gradient-to-position);
}
.to-light-blue\/15 {
  --tw-gradient-to: rgb(198 223 255 / 0.15) var(--tw-gradient-to-position);
}
.to-light-blue\/20 {
  --tw-gradient-to: rgb(198 223 255 / 0.2) var(--tw-gradient-to-position);
}
.to-light-blue\/25 {
  --tw-gradient-to: rgb(198 223 255 / 0.25) var(--tw-gradient-to-position);
}
.to-light-blue\/30 {
  --tw-gradient-to: rgb(198 223 255 / 0.3) var(--tw-gradient-to-position);
}
.to-light-blue\/35 {
  --tw-gradient-to: rgb(198 223 255 / 0.35) var(--tw-gradient-to-position);
}
.to-light-blue\/40 {
  --tw-gradient-to: rgb(198 223 255 / 0.4) var(--tw-gradient-to-position);
}
.to-light-blue\/45 {
  --tw-gradient-to: rgb(198 223 255 / 0.45) var(--tw-gradient-to-position);
}
.to-light-blue\/5 {
  --tw-gradient-to: rgb(198 223 255 / 0.05) var(--tw-gradient-to-position);
}
.to-light-blue\/50 {
  --tw-gradient-to: rgb(198 223 255 / 0.5) var(--tw-gradient-to-position);
}
.to-light-blue\/55 {
  --tw-gradient-to: rgb(198 223 255 / 0.55) var(--tw-gradient-to-position);
}
.to-light-blue\/60 {
  --tw-gradient-to: rgb(198 223 255 / 0.6) var(--tw-gradient-to-position);
}
.to-light-blue\/65 {
  --tw-gradient-to: rgb(198 223 255 / 0.65) var(--tw-gradient-to-position);
}
.to-light-blue\/70 {
  --tw-gradient-to: rgb(198 223 255 / 0.7) var(--tw-gradient-to-position);
}
.to-light-blue\/75 {
  --tw-gradient-to: rgb(198 223 255 / 0.75) var(--tw-gradient-to-position);
}
.to-light-blue\/80 {
  --tw-gradient-to: rgb(198 223 255 / 0.8) var(--tw-gradient-to-position);
}
.to-light-blue\/85 {
  --tw-gradient-to: rgb(198 223 255 / 0.85) var(--tw-gradient-to-position);
}
.to-light-blue\/90 {
  --tw-gradient-to: rgb(198 223 255 / 0.9) var(--tw-gradient-to-position);
}
.to-light-blue\/95 {
  --tw-gradient-to: rgb(198 223 255 / 0.95) var(--tw-gradient-to-position);
}
.to-light-green {
  --tw-gradient-to: #B8F1C1 var(--tw-gradient-to-position);
}
.to-light-green\/0 {
  --tw-gradient-to: rgb(184 241 193 / 0) var(--tw-gradient-to-position);
}
.to-light-green\/10 {
  --tw-gradient-to: rgb(184 241 193 / 0.1) var(--tw-gradient-to-position);
}
.to-light-green\/100 {
  --tw-gradient-to: rgb(184 241 193 / 1) var(--tw-gradient-to-position);
}
.to-light-green\/15 {
  --tw-gradient-to: rgb(184 241 193 / 0.15) var(--tw-gradient-to-position);
}
.to-light-green\/20 {
  --tw-gradient-to: rgb(184 241 193 / 0.2) var(--tw-gradient-to-position);
}
.to-light-green\/25 {
  --tw-gradient-to: rgb(184 241 193 / 0.25) var(--tw-gradient-to-position);
}
.to-light-green\/30 {
  --tw-gradient-to: rgb(184 241 193 / 0.3) var(--tw-gradient-to-position);
}
.to-light-green\/35 {
  --tw-gradient-to: rgb(184 241 193 / 0.35) var(--tw-gradient-to-position);
}
.to-light-green\/40 {
  --tw-gradient-to: rgb(184 241 193 / 0.4) var(--tw-gradient-to-position);
}
.to-light-green\/45 {
  --tw-gradient-to: rgb(184 241 193 / 0.45) var(--tw-gradient-to-position);
}
.to-light-green\/5 {
  --tw-gradient-to: rgb(184 241 193 / 0.05) var(--tw-gradient-to-position);
}
.to-light-green\/50 {
  --tw-gradient-to: rgb(184 241 193 / 0.5) var(--tw-gradient-to-position);
}
.to-light-green\/55 {
  --tw-gradient-to: rgb(184 241 193 / 0.55) var(--tw-gradient-to-position);
}
.to-light-green\/60 {
  --tw-gradient-to: rgb(184 241 193 / 0.6) var(--tw-gradient-to-position);
}
.to-light-green\/65 {
  --tw-gradient-to: rgb(184 241 193 / 0.65) var(--tw-gradient-to-position);
}
.to-light-green\/70 {
  --tw-gradient-to: rgb(184 241 193 / 0.7) var(--tw-gradient-to-position);
}
.to-light-green\/75 {
  --tw-gradient-to: rgb(184 241 193 / 0.75) var(--tw-gradient-to-position);
}
.to-light-green\/80 {
  --tw-gradient-to: rgb(184 241 193 / 0.8) var(--tw-gradient-to-position);
}
.to-light-green\/85 {
  --tw-gradient-to: rgb(184 241 193 / 0.85) var(--tw-gradient-to-position);
}
.to-light-green\/90 {
  --tw-gradient-to: rgb(184 241 193 / 0.9) var(--tw-gradient-to-position);
}
.to-light-green\/95 {
  --tw-gradient-to: rgb(184 241 193 / 0.95) var(--tw-gradient-to-position);
}
.to-light-grey {
  --tw-gradient-to: #E2E3E5 var(--tw-gradient-to-position);
}
.to-light-grey\/0 {
  --tw-gradient-to: rgb(226 227 229 / 0) var(--tw-gradient-to-position);
}
.to-light-grey\/10 {
  --tw-gradient-to: rgb(226 227 229 / 0.1) var(--tw-gradient-to-position);
}
.to-light-grey\/100 {
  --tw-gradient-to: rgb(226 227 229 / 1) var(--tw-gradient-to-position);
}
.to-light-grey\/15 {
  --tw-gradient-to: rgb(226 227 229 / 0.15) var(--tw-gradient-to-position);
}
.to-light-grey\/20 {
  --tw-gradient-to: rgb(226 227 229 / 0.2) var(--tw-gradient-to-position);
}
.to-light-grey\/25 {
  --tw-gradient-to: rgb(226 227 229 / 0.25) var(--tw-gradient-to-position);
}
.to-light-grey\/30 {
  --tw-gradient-to: rgb(226 227 229 / 0.3) var(--tw-gradient-to-position);
}
.to-light-grey\/35 {
  --tw-gradient-to: rgb(226 227 229 / 0.35) var(--tw-gradient-to-position);
}
.to-light-grey\/40 {
  --tw-gradient-to: rgb(226 227 229 / 0.4) var(--tw-gradient-to-position);
}
.to-light-grey\/45 {
  --tw-gradient-to: rgb(226 227 229 / 0.45) var(--tw-gradient-to-position);
}
.to-light-grey\/5 {
  --tw-gradient-to: rgb(226 227 229 / 0.05) var(--tw-gradient-to-position);
}
.to-light-grey\/50 {
  --tw-gradient-to: rgb(226 227 229 / 0.5) var(--tw-gradient-to-position);
}
.to-light-grey\/55 {
  --tw-gradient-to: rgb(226 227 229 / 0.55) var(--tw-gradient-to-position);
}
.to-light-grey\/60 {
  --tw-gradient-to: rgb(226 227 229 / 0.6) var(--tw-gradient-to-position);
}
.to-light-grey\/65 {
  --tw-gradient-to: rgb(226 227 229 / 0.65) var(--tw-gradient-to-position);
}
.to-light-grey\/70 {
  --tw-gradient-to: rgb(226 227 229 / 0.7) var(--tw-gradient-to-position);
}
.to-light-grey\/75 {
  --tw-gradient-to: rgb(226 227 229 / 0.75) var(--tw-gradient-to-position);
}
.to-light-grey\/80 {
  --tw-gradient-to: rgb(226 227 229 / 0.8) var(--tw-gradient-to-position);
}
.to-light-grey\/85 {
  --tw-gradient-to: rgb(226 227 229 / 0.85) var(--tw-gradient-to-position);
}
.to-light-grey\/90 {
  --tw-gradient-to: rgb(226 227 229 / 0.9) var(--tw-gradient-to-position);
}
.to-light-grey\/95 {
  --tw-gradient-to: rgb(226 227 229 / 0.95) var(--tw-gradient-to-position);
}
.to-light-purple {
  --tw-gradient-to: #E6D0FD var(--tw-gradient-to-position);
}
.to-light-purple\/0 {
  --tw-gradient-to: rgb(230 208 253 / 0) var(--tw-gradient-to-position);
}
.to-light-purple\/10 {
  --tw-gradient-to: rgb(230 208 253 / 0.1) var(--tw-gradient-to-position);
}
.to-light-purple\/100 {
  --tw-gradient-to: rgb(230 208 253 / 1) var(--tw-gradient-to-position);
}
.to-light-purple\/15 {
  --tw-gradient-to: rgb(230 208 253 / 0.15) var(--tw-gradient-to-position);
}
.to-light-purple\/20 {
  --tw-gradient-to: rgb(230 208 253 / 0.2) var(--tw-gradient-to-position);
}
.to-light-purple\/25 {
  --tw-gradient-to: rgb(230 208 253 / 0.25) var(--tw-gradient-to-position);
}
.to-light-purple\/30 {
  --tw-gradient-to: rgb(230 208 253 / 0.3) var(--tw-gradient-to-position);
}
.to-light-purple\/35 {
  --tw-gradient-to: rgb(230 208 253 / 0.35) var(--tw-gradient-to-position);
}
.to-light-purple\/40 {
  --tw-gradient-to: rgb(230 208 253 / 0.4) var(--tw-gradient-to-position);
}
.to-light-purple\/45 {
  --tw-gradient-to: rgb(230 208 253 / 0.45) var(--tw-gradient-to-position);
}
.to-light-purple\/5 {
  --tw-gradient-to: rgb(230 208 253 / 0.05) var(--tw-gradient-to-position);
}
.to-light-purple\/50 {
  --tw-gradient-to: rgb(230 208 253 / 0.5) var(--tw-gradient-to-position);
}
.to-light-purple\/55 {
  --tw-gradient-to: rgb(230 208 253 / 0.55) var(--tw-gradient-to-position);
}
.to-light-purple\/60 {
  --tw-gradient-to: rgb(230 208 253 / 0.6) var(--tw-gradient-to-position);
}
.to-light-purple\/65 {
  --tw-gradient-to: rgb(230 208 253 / 0.65) var(--tw-gradient-to-position);
}
.to-light-purple\/70 {
  --tw-gradient-to: rgb(230 208 253 / 0.7) var(--tw-gradient-to-position);
}
.to-light-purple\/75 {
  --tw-gradient-to: rgb(230 208 253 / 0.75) var(--tw-gradient-to-position);
}
.to-light-purple\/80 {
  --tw-gradient-to: rgb(230 208 253 / 0.8) var(--tw-gradient-to-position);
}
.to-light-purple\/85 {
  --tw-gradient-to: rgb(230 208 253 / 0.85) var(--tw-gradient-to-position);
}
.to-light-purple\/90 {
  --tw-gradient-to: rgb(230 208 253 / 0.9) var(--tw-gradient-to-position);
}
.to-light-purple\/95 {
  --tw-gradient-to: rgb(230 208 253 / 0.95) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-yellow {
  --tw-gradient-to: #FFF4B6 var(--tw-gradient-to-position);
}
.to-yellow\/0 {
  --tw-gradient-to: rgb(255 244 182 / 0) var(--tw-gradient-to-position);
}
.to-yellow\/10 {
  --tw-gradient-to: rgb(255 244 182 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow\/100 {
  --tw-gradient-to: rgb(255 244 182 / 1) var(--tw-gradient-to-position);
}
.to-yellow\/15 {
  --tw-gradient-to: rgb(255 244 182 / 0.15) var(--tw-gradient-to-position);
}
.to-yellow\/20 {
  --tw-gradient-to: rgb(255 244 182 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow\/25 {
  --tw-gradient-to: rgb(255 244 182 / 0.25) var(--tw-gradient-to-position);
}
.to-yellow\/30 {
  --tw-gradient-to: rgb(255 244 182 / 0.3) var(--tw-gradient-to-position);
}
.to-yellow\/35 {
  --tw-gradient-to: rgb(255 244 182 / 0.35) var(--tw-gradient-to-position);
}
.to-yellow\/40 {
  --tw-gradient-to: rgb(255 244 182 / 0.4) var(--tw-gradient-to-position);
}
.to-yellow\/45 {
  --tw-gradient-to: rgb(255 244 182 / 0.45) var(--tw-gradient-to-position);
}
.to-yellow\/5 {
  --tw-gradient-to: rgb(255 244 182 / 0.05) var(--tw-gradient-to-position);
}
.to-yellow\/50 {
  --tw-gradient-to: rgb(255 244 182 / 0.5) var(--tw-gradient-to-position);
}
.to-yellow\/55 {
  --tw-gradient-to: rgb(255 244 182 / 0.55) var(--tw-gradient-to-position);
}
.to-yellow\/60 {
  --tw-gradient-to: rgb(255 244 182 / 0.6) var(--tw-gradient-to-position);
}
.to-yellow\/65 {
  --tw-gradient-to: rgb(255 244 182 / 0.65) var(--tw-gradient-to-position);
}
.to-yellow\/70 {
  --tw-gradient-to: rgb(255 244 182 / 0.7) var(--tw-gradient-to-position);
}
.to-yellow\/75 {
  --tw-gradient-to: rgb(255 244 182 / 0.75) var(--tw-gradient-to-position);
}
.to-yellow\/80 {
  --tw-gradient-to: rgb(255 244 182 / 0.8) var(--tw-gradient-to-position);
}
.to-yellow\/85 {
  --tw-gradient-to: rgb(255 244 182 / 0.85) var(--tw-gradient-to-position);
}
.to-yellow\/90 {
  --tw-gradient-to: rgb(255 244 182 / 0.9) var(--tw-gradient-to-position);
}
.to-yellow\/95 {
  --tw-gradient-to: rgb(255 244 182 / 0.95) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-black {
  fill: #1B1828;
}
.fill-brand-red {
  fill: #A32439;
}
.fill-grey\/25 {
  fill: rgb(56 61 65 / 0.25);
}
.fill-slate {
  fill: #42404B;
}
.\!stroke-blue {
  stroke: #0956CA !important;
}
.\!stroke-blue\/0 {
  stroke: rgb(9 86 202 / 0) !important;
}
.\!stroke-blue\/10 {
  stroke: rgb(9 86 202 / 0.1) !important;
}
.\!stroke-blue\/100 {
  stroke: rgb(9 86 202 / 1) !important;
}
.\!stroke-blue\/15 {
  stroke: rgb(9 86 202 / 0.15) !important;
}
.\!stroke-blue\/20 {
  stroke: rgb(9 86 202 / 0.2) !important;
}
.\!stroke-blue\/25 {
  stroke: rgb(9 86 202 / 0.25) !important;
}
.\!stroke-blue\/30 {
  stroke: rgb(9 86 202 / 0.3) !important;
}
.\!stroke-blue\/35 {
  stroke: rgb(9 86 202 / 0.35) !important;
}
.\!stroke-blue\/40 {
  stroke: rgb(9 86 202 / 0.4) !important;
}
.\!stroke-blue\/45 {
  stroke: rgb(9 86 202 / 0.45) !important;
}
.\!stroke-blue\/5 {
  stroke: rgb(9 86 202 / 0.05) !important;
}
.\!stroke-blue\/50 {
  stroke: rgb(9 86 202 / 0.5) !important;
}
.\!stroke-blue\/55 {
  stroke: rgb(9 86 202 / 0.55) !important;
}
.\!stroke-blue\/60 {
  stroke: rgb(9 86 202 / 0.6) !important;
}
.\!stroke-blue\/65 {
  stroke: rgb(9 86 202 / 0.65) !important;
}
.\!stroke-blue\/70 {
  stroke: rgb(9 86 202 / 0.7) !important;
}
.\!stroke-blue\/75 {
  stroke: rgb(9 86 202 / 0.75) !important;
}
.\!stroke-blue\/80 {
  stroke: rgb(9 86 202 / 0.8) !important;
}
.\!stroke-blue\/85 {
  stroke: rgb(9 86 202 / 0.85) !important;
}
.\!stroke-blue\/90 {
  stroke: rgb(9 86 202 / 0.9) !important;
}
.\!stroke-blue\/95 {
  stroke: rgb(9 86 202 / 0.95) !important;
}
.\!stroke-green {
  stroke: #177A26 !important;
}
.\!stroke-green\/0 {
  stroke: rgb(23 122 38 / 0) !important;
}
.\!stroke-green\/10 {
  stroke: rgb(23 122 38 / 0.1) !important;
}
.\!stroke-green\/100 {
  stroke: rgb(23 122 38 / 1) !important;
}
.\!stroke-green\/15 {
  stroke: rgb(23 122 38 / 0.15) !important;
}
.\!stroke-green\/20 {
  stroke: rgb(23 122 38 / 0.2) !important;
}
.\!stroke-green\/25 {
  stroke: rgb(23 122 38 / 0.25) !important;
}
.\!stroke-green\/30 {
  stroke: rgb(23 122 38 / 0.3) !important;
}
.\!stroke-green\/35 {
  stroke: rgb(23 122 38 / 0.35) !important;
}
.\!stroke-green\/40 {
  stroke: rgb(23 122 38 / 0.4) !important;
}
.\!stroke-green\/45 {
  stroke: rgb(23 122 38 / 0.45) !important;
}
.\!stroke-green\/5 {
  stroke: rgb(23 122 38 / 0.05) !important;
}
.\!stroke-green\/50 {
  stroke: rgb(23 122 38 / 0.5) !important;
}
.\!stroke-green\/55 {
  stroke: rgb(23 122 38 / 0.55) !important;
}
.\!stroke-green\/60 {
  stroke: rgb(23 122 38 / 0.6) !important;
}
.\!stroke-green\/65 {
  stroke: rgb(23 122 38 / 0.65) !important;
}
.\!stroke-green\/70 {
  stroke: rgb(23 122 38 / 0.7) !important;
}
.\!stroke-green\/75 {
  stroke: rgb(23 122 38 / 0.75) !important;
}
.\!stroke-green\/80 {
  stroke: rgb(23 122 38 / 0.8) !important;
}
.\!stroke-green\/85 {
  stroke: rgb(23 122 38 / 0.85) !important;
}
.\!stroke-green\/90 {
  stroke: rgb(23 122 38 / 0.9) !important;
}
.\!stroke-green\/95 {
  stroke: rgb(23 122 38 / 0.95) !important;
}
.\!stroke-grey {
  stroke: #383D41 !important;
}
.\!stroke-grey\/0 {
  stroke: rgb(56 61 65 / 0) !important;
}
.\!stroke-grey\/10 {
  stroke: rgb(56 61 65 / 0.1) !important;
}
.\!stroke-grey\/100 {
  stroke: rgb(56 61 65 / 1) !important;
}
.\!stroke-grey\/15 {
  stroke: rgb(56 61 65 / 0.15) !important;
}
.\!stroke-grey\/20 {
  stroke: rgb(56 61 65 / 0.2) !important;
}
.\!stroke-grey\/25 {
  stroke: rgb(56 61 65 / 0.25) !important;
}
.\!stroke-grey\/30 {
  stroke: rgb(56 61 65 / 0.3) !important;
}
.\!stroke-grey\/35 {
  stroke: rgb(56 61 65 / 0.35) !important;
}
.\!stroke-grey\/40 {
  stroke: rgb(56 61 65 / 0.4) !important;
}
.\!stroke-grey\/45 {
  stroke: rgb(56 61 65 / 0.45) !important;
}
.\!stroke-grey\/5 {
  stroke: rgb(56 61 65 / 0.05) !important;
}
.\!stroke-grey\/50 {
  stroke: rgb(56 61 65 / 0.5) !important;
}
.\!stroke-grey\/55 {
  stroke: rgb(56 61 65 / 0.55) !important;
}
.\!stroke-grey\/60 {
  stroke: rgb(56 61 65 / 0.6) !important;
}
.\!stroke-grey\/65 {
  stroke: rgb(56 61 65 / 0.65) !important;
}
.\!stroke-grey\/70 {
  stroke: rgb(56 61 65 / 0.7) !important;
}
.\!stroke-grey\/75 {
  stroke: rgb(56 61 65 / 0.75) !important;
}
.\!stroke-grey\/80 {
  stroke: rgb(56 61 65 / 0.8) !important;
}
.\!stroke-grey\/85 {
  stroke: rgb(56 61 65 / 0.85) !important;
}
.\!stroke-grey\/90 {
  stroke: rgb(56 61 65 / 0.9) !important;
}
.\!stroke-grey\/95 {
  stroke: rgb(56 61 65 / 0.95) !important;
}
.\!stroke-orange {
  stroke: #AB5000 !important;
}
.\!stroke-orange\/0 {
  stroke: rgb(171 80 0 / 0) !important;
}
.\!stroke-orange\/10 {
  stroke: rgb(171 80 0 / 0.1) !important;
}
.\!stroke-orange\/100 {
  stroke: rgb(171 80 0 / 1) !important;
}
.\!stroke-orange\/15 {
  stroke: rgb(171 80 0 / 0.15) !important;
}
.\!stroke-orange\/20 {
  stroke: rgb(171 80 0 / 0.2) !important;
}
.\!stroke-orange\/25 {
  stroke: rgb(171 80 0 / 0.25) !important;
}
.\!stroke-orange\/30 {
  stroke: rgb(171 80 0 / 0.3) !important;
}
.\!stroke-orange\/35 {
  stroke: rgb(171 80 0 / 0.35) !important;
}
.\!stroke-orange\/40 {
  stroke: rgb(171 80 0 / 0.4) !important;
}
.\!stroke-orange\/45 {
  stroke: rgb(171 80 0 / 0.45) !important;
}
.\!stroke-orange\/5 {
  stroke: rgb(171 80 0 / 0.05) !important;
}
.\!stroke-orange\/50 {
  stroke: rgb(171 80 0 / 0.5) !important;
}
.\!stroke-orange\/55 {
  stroke: rgb(171 80 0 / 0.55) !important;
}
.\!stroke-orange\/60 {
  stroke: rgb(171 80 0 / 0.6) !important;
}
.\!stroke-orange\/65 {
  stroke: rgb(171 80 0 / 0.65) !important;
}
.\!stroke-orange\/70 {
  stroke: rgb(171 80 0 / 0.7) !important;
}
.\!stroke-orange\/75 {
  stroke: rgb(171 80 0 / 0.75) !important;
}
.\!stroke-orange\/80 {
  stroke: rgb(171 80 0 / 0.8) !important;
}
.\!stroke-orange\/85 {
  stroke: rgb(171 80 0 / 0.85) !important;
}
.\!stroke-orange\/90 {
  stroke: rgb(171 80 0 / 0.9) !important;
}
.\!stroke-orange\/95 {
  stroke: rgb(171 80 0 / 0.95) !important;
}
.\!stroke-purple {
  stroke: #6409C6 !important;
}
.\!stroke-purple\/0 {
  stroke: rgb(100 9 198 / 0) !important;
}
.\!stroke-purple\/10 {
  stroke: rgb(100 9 198 / 0.1) !important;
}
.\!stroke-purple\/100 {
  stroke: rgb(100 9 198 / 1) !important;
}
.\!stroke-purple\/15 {
  stroke: rgb(100 9 198 / 0.15) !important;
}
.\!stroke-purple\/20 {
  stroke: rgb(100 9 198 / 0.2) !important;
}
.\!stroke-purple\/25 {
  stroke: rgb(100 9 198 / 0.25) !important;
}
.\!stroke-purple\/30 {
  stroke: rgb(100 9 198 / 0.3) !important;
}
.\!stroke-purple\/35 {
  stroke: rgb(100 9 198 / 0.35) !important;
}
.\!stroke-purple\/40 {
  stroke: rgb(100 9 198 / 0.4) !important;
}
.\!stroke-purple\/45 {
  stroke: rgb(100 9 198 / 0.45) !important;
}
.\!stroke-purple\/5 {
  stroke: rgb(100 9 198 / 0.05) !important;
}
.\!stroke-purple\/50 {
  stroke: rgb(100 9 198 / 0.5) !important;
}
.\!stroke-purple\/55 {
  stroke: rgb(100 9 198 / 0.55) !important;
}
.\!stroke-purple\/60 {
  stroke: rgb(100 9 198 / 0.6) !important;
}
.\!stroke-purple\/65 {
  stroke: rgb(100 9 198 / 0.65) !important;
}
.\!stroke-purple\/70 {
  stroke: rgb(100 9 198 / 0.7) !important;
}
.\!stroke-purple\/75 {
  stroke: rgb(100 9 198 / 0.75) !important;
}
.\!stroke-purple\/80 {
  stroke: rgb(100 9 198 / 0.8) !important;
}
.\!stroke-purple\/85 {
  stroke: rgb(100 9 198 / 0.85) !important;
}
.\!stroke-purple\/90 {
  stroke: rgb(100 9 198 / 0.9) !important;
}
.\!stroke-purple\/95 {
  stroke: rgb(100 9 198 / 0.95) !important;
}
.stroke-blue {
  stroke: #0956CA;
}
.stroke-blue\/0 {
  stroke: rgb(9 86 202 / 0);
}
.stroke-blue\/10 {
  stroke: rgb(9 86 202 / 0.1);
}
.stroke-blue\/100 {
  stroke: rgb(9 86 202 / 1);
}
.stroke-blue\/15 {
  stroke: rgb(9 86 202 / 0.15);
}
.stroke-blue\/20 {
  stroke: rgb(9 86 202 / 0.2);
}
.stroke-blue\/25 {
  stroke: rgb(9 86 202 / 0.25);
}
.stroke-blue\/30 {
  stroke: rgb(9 86 202 / 0.3);
}
.stroke-blue\/35 {
  stroke: rgb(9 86 202 / 0.35);
}
.stroke-blue\/40 {
  stroke: rgb(9 86 202 / 0.4);
}
.stroke-blue\/45 {
  stroke: rgb(9 86 202 / 0.45);
}
.stroke-blue\/5 {
  stroke: rgb(9 86 202 / 0.05);
}
.stroke-blue\/50 {
  stroke: rgb(9 86 202 / 0.5);
}
.stroke-blue\/55 {
  stroke: rgb(9 86 202 / 0.55);
}
.stroke-blue\/60 {
  stroke: rgb(9 86 202 / 0.6);
}
.stroke-blue\/65 {
  stroke: rgb(9 86 202 / 0.65);
}
.stroke-blue\/70 {
  stroke: rgb(9 86 202 / 0.7);
}
.stroke-blue\/75 {
  stroke: rgb(9 86 202 / 0.75);
}
.stroke-blue\/80 {
  stroke: rgb(9 86 202 / 0.8);
}
.stroke-blue\/85 {
  stroke: rgb(9 86 202 / 0.85);
}
.stroke-blue\/90 {
  stroke: rgb(9 86 202 / 0.9);
}
.stroke-blue\/95 {
  stroke: rgb(9 86 202 / 0.95);
}
.stroke-green {
  stroke: #177A26;
}
.stroke-green\/0 {
  stroke: rgb(23 122 38 / 0);
}
.stroke-green\/10 {
  stroke: rgb(23 122 38 / 0.1);
}
.stroke-green\/100 {
  stroke: rgb(23 122 38 / 1);
}
.stroke-green\/15 {
  stroke: rgb(23 122 38 / 0.15);
}
.stroke-green\/20 {
  stroke: rgb(23 122 38 / 0.2);
}
.stroke-green\/25 {
  stroke: rgb(23 122 38 / 0.25);
}
.stroke-green\/30 {
  stroke: rgb(23 122 38 / 0.3);
}
.stroke-green\/35 {
  stroke: rgb(23 122 38 / 0.35);
}
.stroke-green\/40 {
  stroke: rgb(23 122 38 / 0.4);
}
.stroke-green\/45 {
  stroke: rgb(23 122 38 / 0.45);
}
.stroke-green\/5 {
  stroke: rgb(23 122 38 / 0.05);
}
.stroke-green\/50 {
  stroke: rgb(23 122 38 / 0.5);
}
.stroke-green\/55 {
  stroke: rgb(23 122 38 / 0.55);
}
.stroke-green\/60 {
  stroke: rgb(23 122 38 / 0.6);
}
.stroke-green\/65 {
  stroke: rgb(23 122 38 / 0.65);
}
.stroke-green\/70 {
  stroke: rgb(23 122 38 / 0.7);
}
.stroke-green\/75 {
  stroke: rgb(23 122 38 / 0.75);
}
.stroke-green\/80 {
  stroke: rgb(23 122 38 / 0.8);
}
.stroke-green\/85 {
  stroke: rgb(23 122 38 / 0.85);
}
.stroke-green\/90 {
  stroke: rgb(23 122 38 / 0.9);
}
.stroke-green\/95 {
  stroke: rgb(23 122 38 / 0.95);
}
.stroke-grey {
  stroke: #383D41;
}
.stroke-grey\/0 {
  stroke: rgb(56 61 65 / 0);
}
.stroke-grey\/10 {
  stroke: rgb(56 61 65 / 0.1);
}
.stroke-grey\/100 {
  stroke: rgb(56 61 65 / 1);
}
.stroke-grey\/15 {
  stroke: rgb(56 61 65 / 0.15);
}
.stroke-grey\/20 {
  stroke: rgb(56 61 65 / 0.2);
}
.stroke-grey\/25 {
  stroke: rgb(56 61 65 / 0.25);
}
.stroke-grey\/30 {
  stroke: rgb(56 61 65 / 0.3);
}
.stroke-grey\/35 {
  stroke: rgb(56 61 65 / 0.35);
}
.stroke-grey\/40 {
  stroke: rgb(56 61 65 / 0.4);
}
.stroke-grey\/45 {
  stroke: rgb(56 61 65 / 0.45);
}
.stroke-grey\/5 {
  stroke: rgb(56 61 65 / 0.05);
}
.stroke-grey\/50 {
  stroke: rgb(56 61 65 / 0.5);
}
.stroke-grey\/55 {
  stroke: rgb(56 61 65 / 0.55);
}
.stroke-grey\/60 {
  stroke: rgb(56 61 65 / 0.6);
}
.stroke-grey\/65 {
  stroke: rgb(56 61 65 / 0.65);
}
.stroke-grey\/70 {
  stroke: rgb(56 61 65 / 0.7);
}
.stroke-grey\/75 {
  stroke: rgb(56 61 65 / 0.75);
}
.stroke-grey\/80 {
  stroke: rgb(56 61 65 / 0.8);
}
.stroke-grey\/85 {
  stroke: rgb(56 61 65 / 0.85);
}
.stroke-grey\/90 {
  stroke: rgb(56 61 65 / 0.9);
}
.stroke-grey\/95 {
  stroke: rgb(56 61 65 / 0.95);
}
.stroke-orange {
  stroke: #AB5000;
}
.stroke-orange\/0 {
  stroke: rgb(171 80 0 / 0);
}
.stroke-orange\/10 {
  stroke: rgb(171 80 0 / 0.1);
}
.stroke-orange\/100 {
  stroke: rgb(171 80 0 / 1);
}
.stroke-orange\/15 {
  stroke: rgb(171 80 0 / 0.15);
}
.stroke-orange\/20 {
  stroke: rgb(171 80 0 / 0.2);
}
.stroke-orange\/25 {
  stroke: rgb(171 80 0 / 0.25);
}
.stroke-orange\/30 {
  stroke: rgb(171 80 0 / 0.3);
}
.stroke-orange\/35 {
  stroke: rgb(171 80 0 / 0.35);
}
.stroke-orange\/40 {
  stroke: rgb(171 80 0 / 0.4);
}
.stroke-orange\/45 {
  stroke: rgb(171 80 0 / 0.45);
}
.stroke-orange\/5 {
  stroke: rgb(171 80 0 / 0.05);
}
.stroke-orange\/50 {
  stroke: rgb(171 80 0 / 0.5);
}
.stroke-orange\/55 {
  stroke: rgb(171 80 0 / 0.55);
}
.stroke-orange\/60 {
  stroke: rgb(171 80 0 / 0.6);
}
.stroke-orange\/65 {
  stroke: rgb(171 80 0 / 0.65);
}
.stroke-orange\/70 {
  stroke: rgb(171 80 0 / 0.7);
}
.stroke-orange\/75 {
  stroke: rgb(171 80 0 / 0.75);
}
.stroke-orange\/80 {
  stroke: rgb(171 80 0 / 0.8);
}
.stroke-orange\/85 {
  stroke: rgb(171 80 0 / 0.85);
}
.stroke-orange\/90 {
  stroke: rgb(171 80 0 / 0.9);
}
.stroke-orange\/95 {
  stroke: rgb(171 80 0 / 0.95);
}
.stroke-purple {
  stroke: #6409C6;
}
.stroke-purple\/0 {
  stroke: rgb(100 9 198 / 0);
}
.stroke-purple\/10 {
  stroke: rgb(100 9 198 / 0.1);
}
.stroke-purple\/100 {
  stroke: rgb(100 9 198 / 1);
}
.stroke-purple\/15 {
  stroke: rgb(100 9 198 / 0.15);
}
.stroke-purple\/20 {
  stroke: rgb(100 9 198 / 0.2);
}
.stroke-purple\/25 {
  stroke: rgb(100 9 198 / 0.25);
}
.stroke-purple\/30 {
  stroke: rgb(100 9 198 / 0.3);
}
.stroke-purple\/35 {
  stroke: rgb(100 9 198 / 0.35);
}
.stroke-purple\/40 {
  stroke: rgb(100 9 198 / 0.4);
}
.stroke-purple\/45 {
  stroke: rgb(100 9 198 / 0.45);
}
.stroke-purple\/5 {
  stroke: rgb(100 9 198 / 0.05);
}
.stroke-purple\/50 {
  stroke: rgb(100 9 198 / 0.5);
}
.stroke-purple\/55 {
  stroke: rgb(100 9 198 / 0.55);
}
.stroke-purple\/60 {
  stroke: rgb(100 9 198 / 0.6);
}
.stroke-purple\/65 {
  stroke: rgb(100 9 198 / 0.65);
}
.stroke-purple\/70 {
  stroke: rgb(100 9 198 / 0.7);
}
.stroke-purple\/75 {
  stroke: rgb(100 9 198 / 0.75);
}
.stroke-purple\/80 {
  stroke: rgb(100 9 198 / 0.8);
}
.stroke-purple\/85 {
  stroke: rgb(100 9 198 / 0.85);
}
.stroke-purple\/90 {
  stroke: rgb(100 9 198 / 0.9);
}
.stroke-purple\/95 {
  stroke: rgb(100 9 198 / 0.95);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}
.\!object-center {
  -o-object-position: center !important;
     object-position: center !important;
}
.\!object-top {
  -o-object-position: top !important;
     object-position: top !important;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-0\.5 {
  padding: 0.125rem !important;
}
.\!p-10 {
  padding: 2.5rem !important;
}
.\!p-12 {
  padding: 3rem !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-2\.5 {
  padding: 0.625rem !important;
}
.\!p-20 {
  padding: 5rem !important;
}
.\!p-24 {
  padding: 6rem !important;
}
.\!p-28 {
  padding: 7rem !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-40 {
  padding: 10rem !important;
}
.\!p-44 {
  padding: 11rem !important;
}
.\!p-48 {
  padding: 12rem !important;
}
.\!p-5 {
  padding: 1.25rem !important;
}
.\!p-52 {
  padding: 13rem !important;
}
.\!p-56 {
  padding: 14rem !important;
}
.\!p-6 {
  padding: 1.5rem !important;
}
.\!p-60 {
  padding: 15rem !important;
}
.\!p-64 {
  padding: 16rem !important;
}
.\!p-7 {
  padding: 1.75rem !important;
}
.\!p-72 {
  padding: 18rem !important;
}
.\!p-8 {
  padding: 2rem !important;
}
.\!p-80 {
  padding: 20rem !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-24 {
  padding: 6rem;
}
.p-28 {
  padding: 7rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-40 {
  padding: 10rem;
}
.p-44 {
  padding: 11rem;
}
.p-48 {
  padding: 12rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-52 {
  padding: 13rem;
}
.p-56 {
  padding: 14rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-60 {
  padding: 15rem;
}
.p-64 {
  padding: 16rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-72 {
  padding: 18rem;
}
.p-8 {
  padding: 2rem;
}
.p-80 {
  padding: 20rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.\!px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.\!px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.\!px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.\!px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.\!px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.\!px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}
.\!px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}
.\!px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.\!px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}
.\!px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.\!px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}
.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pl-0\.5 {
  padding-left: 0.125rem !important;
}
.\!pl-10 {
  padding-left: 2.5rem !important;
}
.\!pl-12 {
  padding-left: 3rem !important;
}
.\!pl-2 {
  padding-left: 0.5rem !important;
}
.\!pl-2\.5 {
  padding-left: 0.625rem !important;
}
.\!pl-20 {
  padding-left: 5rem !important;
}
.\!pl-24 {
  padding-left: 6rem !important;
}
.\!pl-28 {
  padding-left: 7rem !important;
}
.\!pl-4 {
  padding-left: 1rem !important;
}
.\!pl-40 {
  padding-left: 10rem !important;
}
.\!pl-44 {
  padding-left: 11rem !important;
}
.\!pl-48 {
  padding-left: 12rem !important;
}
.\!pl-5 {
  padding-left: 1.25rem !important;
}
.\!pl-52 {
  padding-left: 13rem !important;
}
.\!pl-56 {
  padding-left: 14rem !important;
}
.\!pl-6 {
  padding-left: 1.5rem !important;
}
.\!pl-60 {
  padding-left: 15rem !important;
}
.\!pl-64 {
  padding-left: 16rem !important;
}
.\!pl-7 {
  padding-left: 1.75rem !important;
}
.\!pl-72 {
  padding-left: 18rem !important;
}
.\!pl-8 {
  padding-left: 2rem !important;
}
.\!pl-80 {
  padding-left: 20rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pr-0\.5 {
  padding-right: 0.125rem !important;
}
.\!pr-10 {
  padding-right: 2.5rem !important;
}
.\!pr-12 {
  padding-right: 3rem !important;
}
.\!pr-2 {
  padding-right: 0.5rem !important;
}
.\!pr-2\.5 {
  padding-right: 0.625rem !important;
}
.\!pr-20 {
  padding-right: 5rem !important;
}
.\!pr-24 {
  padding-right: 6rem !important;
}
.\!pr-28 {
  padding-right: 7rem !important;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.\!pr-40 {
  padding-right: 10rem !important;
}
.\!pr-44 {
  padding-right: 11rem !important;
}
.\!pr-48 {
  padding-right: 12rem !important;
}
.\!pr-5 {
  padding-right: 1.25rem !important;
}
.\!pr-52 {
  padding-right: 13rem !important;
}
.\!pr-56 {
  padding-right: 14rem !important;
}
.\!pr-6 {
  padding-right: 1.5rem !important;
}
.\!pr-60 {
  padding-right: 15rem !important;
}
.\!pr-64 {
  padding-right: 16rem !important;
}
.\!pr-7 {
  padding-right: 1.75rem !important;
}
.\!pr-72 {
  padding-right: 18rem !important;
}
.\!pr-8 {
  padding-right: 2rem !important;
}
.\!pr-80 {
  padding-right: 20rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pe-2 {
  padding-inline-end: 0.5rem;
}
.pe-5 {
  padding-inline-end: 1.25rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-28 {
  padding-left: 7rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-40 {
  padding-left: 10rem;
}
.pl-44 {
  padding-left: 11rem;
}
.pl-48 {
  padding-left: 12rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-52 {
  padding-left: 13rem;
}
.pl-56 {
  padding-left: 14rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-60 {
  padding-left: 15rem;
}
.pl-64 {
  padding-left: 16rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-72 {
  padding-left: 18rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-80 {
  padding-left: 20rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-40 {
  padding-right: 10rem;
}
.pr-44 {
  padding-right: 11rem;
}
.pr-48 {
  padding-right: 12rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-52 {
  padding-right: 13rem;
}
.pr-56 {
  padding-right: 14rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-60 {
  padding-right: 15rem;
}
.pr-64 {
  padding-right: 16rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-72 {
  padding-right: 18rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-80 {
  padding-right: 20rem;
}
.ps-5 {
  padding-inline-start: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: IBM Plex Sans, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-h6 {
  font-size: 0.875rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-p {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-\[3\.5rem\] {
  line-height: 3.5rem !important;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[57px\] {
  line-height: 57px;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-aha-pink {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-aha-pink\/0 {
  color: rgb(255 0 255 / 0) !important;
}
.\!text-aha-pink\/10 {
  color: rgb(255 0 255 / 0.1) !important;
}
.\!text-aha-pink\/100 {
  color: rgb(255 0 255 / 1) !important;
}
.\!text-aha-pink\/15 {
  color: rgb(255 0 255 / 0.15) !important;
}
.\!text-aha-pink\/20 {
  color: rgb(255 0 255 / 0.2) !important;
}
.\!text-aha-pink\/25 {
  color: rgb(255 0 255 / 0.25) !important;
}
.\!text-aha-pink\/30 {
  color: rgb(255 0 255 / 0.3) !important;
}
.\!text-aha-pink\/35 {
  color: rgb(255 0 255 / 0.35) !important;
}
.\!text-aha-pink\/40 {
  color: rgb(255 0 255 / 0.4) !important;
}
.\!text-aha-pink\/45 {
  color: rgb(255 0 255 / 0.45) !important;
}
.\!text-aha-pink\/5 {
  color: rgb(255 0 255 / 0.05) !important;
}
.\!text-aha-pink\/50 {
  color: rgb(255 0 255 / 0.5) !important;
}
.\!text-aha-pink\/55 {
  color: rgb(255 0 255 / 0.55) !important;
}
.\!text-aha-pink\/60 {
  color: rgb(255 0 255 / 0.6) !important;
}
.\!text-aha-pink\/65 {
  color: rgb(255 0 255 / 0.65) !important;
}
.\!text-aha-pink\/70 {
  color: rgb(255 0 255 / 0.7) !important;
}
.\!text-aha-pink\/75 {
  color: rgb(255 0 255 / 0.75) !important;
}
.\!text-aha-pink\/80 {
  color: rgb(255 0 255 / 0.8) !important;
}
.\!text-aha-pink\/85 {
  color: rgb(255 0 255 / 0.85) !important;
}
.\!text-aha-pink\/90 {
  color: rgb(255 0 255 / 0.9) !important;
}
.\!text-aha-pink\/95 {
  color: rgb(255 0 255 / 0.95) !important;
}
.\!text-aha-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(173 0 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-aha-purple\/0 {
  color: rgb(173 0 255 / 0) !important;
}
.\!text-aha-purple\/10 {
  color: rgb(173 0 255 / 0.1) !important;
}
.\!text-aha-purple\/100 {
  color: rgb(173 0 255 / 1) !important;
}
.\!text-aha-purple\/15 {
  color: rgb(173 0 255 / 0.15) !important;
}
.\!text-aha-purple\/20 {
  color: rgb(173 0 255 / 0.2) !important;
}
.\!text-aha-purple\/25 {
  color: rgb(173 0 255 / 0.25) !important;
}
.\!text-aha-purple\/30 {
  color: rgb(173 0 255 / 0.3) !important;
}
.\!text-aha-purple\/35 {
  color: rgb(173 0 255 / 0.35) !important;
}
.\!text-aha-purple\/40 {
  color: rgb(173 0 255 / 0.4) !important;
}
.\!text-aha-purple\/45 {
  color: rgb(173 0 255 / 0.45) !important;
}
.\!text-aha-purple\/5 {
  color: rgb(173 0 255 / 0.05) !important;
}
.\!text-aha-purple\/50 {
  color: rgb(173 0 255 / 0.5) !important;
}
.\!text-aha-purple\/55 {
  color: rgb(173 0 255 / 0.55) !important;
}
.\!text-aha-purple\/60 {
  color: rgb(173 0 255 / 0.6) !important;
}
.\!text-aha-purple\/65 {
  color: rgb(173 0 255 / 0.65) !important;
}
.\!text-aha-purple\/70 {
  color: rgb(173 0 255 / 0.7) !important;
}
.\!text-aha-purple\/75 {
  color: rgb(173 0 255 / 0.75) !important;
}
.\!text-aha-purple\/80 {
  color: rgb(173 0 255 / 0.8) !important;
}
.\!text-aha-purple\/85 {
  color: rgb(173 0 255 / 0.85) !important;
}
.\!text-aha-purple\/90 {
  color: rgb(173 0 255 / 0.9) !important;
}
.\!text-aha-purple\/95 {
  color: rgb(173 0 255 / 0.95) !important;
}
.\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(9 86 202 / var(--tw-text-opacity, 1)) !important;
}
.\!text-blue\/0 {
  color: rgb(9 86 202 / 0) !important;
}
.\!text-blue\/10 {
  color: rgb(9 86 202 / 0.1) !important;
}
.\!text-blue\/100 {
  color: rgb(9 86 202 / 1) !important;
}
.\!text-blue\/15 {
  color: rgb(9 86 202 / 0.15) !important;
}
.\!text-blue\/20 {
  color: rgb(9 86 202 / 0.2) !important;
}
.\!text-blue\/25 {
  color: rgb(9 86 202 / 0.25) !important;
}
.\!text-blue\/30 {
  color: rgb(9 86 202 / 0.3) !important;
}
.\!text-blue\/35 {
  color: rgb(9 86 202 / 0.35) !important;
}
.\!text-blue\/40 {
  color: rgb(9 86 202 / 0.4) !important;
}
.\!text-blue\/45 {
  color: rgb(9 86 202 / 0.45) !important;
}
.\!text-blue\/5 {
  color: rgb(9 86 202 / 0.05) !important;
}
.\!text-blue\/50 {
  color: rgb(9 86 202 / 0.5) !important;
}
.\!text-blue\/55 {
  color: rgb(9 86 202 / 0.55) !important;
}
.\!text-blue\/60 {
  color: rgb(9 86 202 / 0.6) !important;
}
.\!text-blue\/65 {
  color: rgb(9 86 202 / 0.65) !important;
}
.\!text-blue\/70 {
  color: rgb(9 86 202 / 0.7) !important;
}
.\!text-blue\/75 {
  color: rgb(9 86 202 / 0.75) !important;
}
.\!text-blue\/80 {
  color: rgb(9 86 202 / 0.8) !important;
}
.\!text-blue\/85 {
  color: rgb(9 86 202 / 0.85) !important;
}
.\!text-blue\/90 {
  color: rgb(9 86 202 / 0.9) !important;
}
.\!text-blue\/95 {
  color: rgb(9 86 202 / 0.95) !important;
}
.\!text-borrowell-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1)) !important;
}
.\!text-borrowell-blue\/0 {
  color: rgb(52 45 141 / 0) !important;
}
.\!text-borrowell-blue\/10 {
  color: rgb(52 45 141 / 0.1) !important;
}
.\!text-borrowell-blue\/100 {
  color: rgb(52 45 141 / 1) !important;
}
.\!text-borrowell-blue\/15 {
  color: rgb(52 45 141 / 0.15) !important;
}
.\!text-borrowell-blue\/20 {
  color: rgb(52 45 141 / 0.2) !important;
}
.\!text-borrowell-blue\/25 {
  color: rgb(52 45 141 / 0.25) !important;
}
.\!text-borrowell-blue\/30 {
  color: rgb(52 45 141 / 0.3) !important;
}
.\!text-borrowell-blue\/35 {
  color: rgb(52 45 141 / 0.35) !important;
}
.\!text-borrowell-blue\/40 {
  color: rgb(52 45 141 / 0.4) !important;
}
.\!text-borrowell-blue\/45 {
  color: rgb(52 45 141 / 0.45) !important;
}
.\!text-borrowell-blue\/5 {
  color: rgb(52 45 141 / 0.05) !important;
}
.\!text-borrowell-blue\/50 {
  color: rgb(52 45 141 / 0.5) !important;
}
.\!text-borrowell-blue\/55 {
  color: rgb(52 45 141 / 0.55) !important;
}
.\!text-borrowell-blue\/60 {
  color: rgb(52 45 141 / 0.6) !important;
}
.\!text-borrowell-blue\/65 {
  color: rgb(52 45 141 / 0.65) !important;
}
.\!text-borrowell-blue\/70 {
  color: rgb(52 45 141 / 0.7) !important;
}
.\!text-borrowell-blue\/75 {
  color: rgb(52 45 141 / 0.75) !important;
}
.\!text-borrowell-blue\/80 {
  color: rgb(52 45 141 / 0.8) !important;
}
.\!text-borrowell-blue\/85 {
  color: rgb(52 45 141 / 0.85) !important;
}
.\!text-borrowell-blue\/90 {
  color: rgb(52 45 141 / 0.9) !important;
}
.\!text-borrowell-blue\/95 {
  color: rgb(52 45 141 / 0.95) !important;
}
.\!text-green {
  --tw-text-opacity: 1 !important;
  color: rgb(23 122 38 / var(--tw-text-opacity, 1)) !important;
}
.\!text-green\/0 {
  color: rgb(23 122 38 / 0) !important;
}
.\!text-green\/10 {
  color: rgb(23 122 38 / 0.1) !important;
}
.\!text-green\/100 {
  color: rgb(23 122 38 / 1) !important;
}
.\!text-green\/15 {
  color: rgb(23 122 38 / 0.15) !important;
}
.\!text-green\/20 {
  color: rgb(23 122 38 / 0.2) !important;
}
.\!text-green\/25 {
  color: rgb(23 122 38 / 0.25) !important;
}
.\!text-green\/30 {
  color: rgb(23 122 38 / 0.3) !important;
}
.\!text-green\/35 {
  color: rgb(23 122 38 / 0.35) !important;
}
.\!text-green\/40 {
  color: rgb(23 122 38 / 0.4) !important;
}
.\!text-green\/45 {
  color: rgb(23 122 38 / 0.45) !important;
}
.\!text-green\/5 {
  color: rgb(23 122 38 / 0.05) !important;
}
.\!text-green\/50 {
  color: rgb(23 122 38 / 0.5) !important;
}
.\!text-green\/55 {
  color: rgb(23 122 38 / 0.55) !important;
}
.\!text-green\/60 {
  color: rgb(23 122 38 / 0.6) !important;
}
.\!text-green\/65 {
  color: rgb(23 122 38 / 0.65) !important;
}
.\!text-green\/70 {
  color: rgb(23 122 38 / 0.7) !important;
}
.\!text-green\/75 {
  color: rgb(23 122 38 / 0.75) !important;
}
.\!text-green\/80 {
  color: rgb(23 122 38 / 0.8) !important;
}
.\!text-green\/85 {
  color: rgb(23 122 38 / 0.85) !important;
}
.\!text-green\/90 {
  color: rgb(23 122 38 / 0.9) !important;
}
.\!text-green\/95 {
  color: rgb(23 122 38 / 0.95) !important;
}
.\!text-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(56 61 65 / var(--tw-text-opacity, 1)) !important;
}
.\!text-grey\/0 {
  color: rgb(56 61 65 / 0) !important;
}
.\!text-grey\/10 {
  color: rgb(56 61 65 / 0.1) !important;
}
.\!text-grey\/100 {
  color: rgb(56 61 65 / 1) !important;
}
.\!text-grey\/15 {
  color: rgb(56 61 65 / 0.15) !important;
}
.\!text-grey\/20 {
  color: rgb(56 61 65 / 0.2) !important;
}
.\!text-grey\/25 {
  color: rgb(56 61 65 / 0.25) !important;
}
.\!text-grey\/30 {
  color: rgb(56 61 65 / 0.3) !important;
}
.\!text-grey\/35 {
  color: rgb(56 61 65 / 0.35) !important;
}
.\!text-grey\/40 {
  color: rgb(56 61 65 / 0.4) !important;
}
.\!text-grey\/45 {
  color: rgb(56 61 65 / 0.45) !important;
}
.\!text-grey\/5 {
  color: rgb(56 61 65 / 0.05) !important;
}
.\!text-grey\/50 {
  color: rgb(56 61 65 / 0.5) !important;
}
.\!text-grey\/55 {
  color: rgb(56 61 65 / 0.55) !important;
}
.\!text-grey\/60 {
  color: rgb(56 61 65 / 0.6) !important;
}
.\!text-grey\/65 {
  color: rgb(56 61 65 / 0.65) !important;
}
.\!text-grey\/70 {
  color: rgb(56 61 65 / 0.7) !important;
}
.\!text-grey\/75 {
  color: rgb(56 61 65 / 0.75) !important;
}
.\!text-grey\/80 {
  color: rgb(56 61 65 / 0.8) !important;
}
.\!text-grey\/85 {
  color: rgb(56 61 65 / 0.85) !important;
}
.\!text-grey\/90 {
  color: rgb(56 61 65 / 0.9) !important;
}
.\!text-grey\/95 {
  color: rgb(56 61 65 / 0.95) !important;
}
.\!text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(171 80 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange\/0 {
  color: rgb(171 80 0 / 0) !important;
}
.\!text-orange\/10 {
  color: rgb(171 80 0 / 0.1) !important;
}
.\!text-orange\/100 {
  color: rgb(171 80 0 / 1) !important;
}
.\!text-orange\/15 {
  color: rgb(171 80 0 / 0.15) !important;
}
.\!text-orange\/20 {
  color: rgb(171 80 0 / 0.2) !important;
}
.\!text-orange\/25 {
  color: rgb(171 80 0 / 0.25) !important;
}
.\!text-orange\/30 {
  color: rgb(171 80 0 / 0.3) !important;
}
.\!text-orange\/35 {
  color: rgb(171 80 0 / 0.35) !important;
}
.\!text-orange\/40 {
  color: rgb(171 80 0 / 0.4) !important;
}
.\!text-orange\/45 {
  color: rgb(171 80 0 / 0.45) !important;
}
.\!text-orange\/5 {
  color: rgb(171 80 0 / 0.05) !important;
}
.\!text-orange\/50 {
  color: rgb(171 80 0 / 0.5) !important;
}
.\!text-orange\/55 {
  color: rgb(171 80 0 / 0.55) !important;
}
.\!text-orange\/60 {
  color: rgb(171 80 0 / 0.6) !important;
}
.\!text-orange\/65 {
  color: rgb(171 80 0 / 0.65) !important;
}
.\!text-orange\/70 {
  color: rgb(171 80 0 / 0.7) !important;
}
.\!text-orange\/75 {
  color: rgb(171 80 0 / 0.75) !important;
}
.\!text-orange\/80 {
  color: rgb(171 80 0 / 0.8) !important;
}
.\!text-orange\/85 {
  color: rgb(171 80 0 / 0.85) !important;
}
.\!text-orange\/90 {
  color: rgb(171 80 0 / 0.9) !important;
}
.\!text-orange\/95 {
  color: rgb(171 80 0 / 0.95) !important;
}
.\!text-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(100 9 198 / var(--tw-text-opacity, 1)) !important;
}
.\!text-purple\/0 {
  color: rgb(100 9 198 / 0) !important;
}
.\!text-purple\/10 {
  color: rgb(100 9 198 / 0.1) !important;
}
.\!text-purple\/100 {
  color: rgb(100 9 198 / 1) !important;
}
.\!text-purple\/15 {
  color: rgb(100 9 198 / 0.15) !important;
}
.\!text-purple\/20 {
  color: rgb(100 9 198 / 0.2) !important;
}
.\!text-purple\/25 {
  color: rgb(100 9 198 / 0.25) !important;
}
.\!text-purple\/30 {
  color: rgb(100 9 198 / 0.3) !important;
}
.\!text-purple\/35 {
  color: rgb(100 9 198 / 0.35) !important;
}
.\!text-purple\/40 {
  color: rgb(100 9 198 / 0.4) !important;
}
.\!text-purple\/45 {
  color: rgb(100 9 198 / 0.45) !important;
}
.\!text-purple\/5 {
  color: rgb(100 9 198 / 0.05) !important;
}
.\!text-purple\/50 {
  color: rgb(100 9 198 / 0.5) !important;
}
.\!text-purple\/55 {
  color: rgb(100 9 198 / 0.55) !important;
}
.\!text-purple\/60 {
  color: rgb(100 9 198 / 0.6) !important;
}
.\!text-purple\/65 {
  color: rgb(100 9 198 / 0.65) !important;
}
.\!text-purple\/70 {
  color: rgb(100 9 198 / 0.7) !important;
}
.\!text-purple\/75 {
  color: rgb(100 9 198 / 0.75) !important;
}
.\!text-purple\/80 {
  color: rgb(100 9 198 / 0.8) !important;
}
.\!text-purple\/85 {
  color: rgb(100 9 198 / 0.85) !important;
}
.\!text-purple\/90 {
  color: rgb(100 9 198 / 0.9) !important;
}
.\!text-purple\/95 {
  color: rgb(100 9 198 / 0.95) !important;
}
.\!text-scotial-red {
  --tw-text-opacity: 1 !important;
  color: rgb(237 17 27 / var(--tw-text-opacity, 1)) !important;
}
.\!text-scotial-red\/0 {
  color: rgb(237 17 27 / 0) !important;
}
.\!text-scotial-red\/10 {
  color: rgb(237 17 27 / 0.1) !important;
}
.\!text-scotial-red\/100 {
  color: rgb(237 17 27 / 1) !important;
}
.\!text-scotial-red\/15 {
  color: rgb(237 17 27 / 0.15) !important;
}
.\!text-scotial-red\/20 {
  color: rgb(237 17 27 / 0.2) !important;
}
.\!text-scotial-red\/25 {
  color: rgb(237 17 27 / 0.25) !important;
}
.\!text-scotial-red\/30 {
  color: rgb(237 17 27 / 0.3) !important;
}
.\!text-scotial-red\/35 {
  color: rgb(237 17 27 / 0.35) !important;
}
.\!text-scotial-red\/40 {
  color: rgb(237 17 27 / 0.4) !important;
}
.\!text-scotial-red\/45 {
  color: rgb(237 17 27 / 0.45) !important;
}
.\!text-scotial-red\/5 {
  color: rgb(237 17 27 / 0.05) !important;
}
.\!text-scotial-red\/50 {
  color: rgb(237 17 27 / 0.5) !important;
}
.\!text-scotial-red\/55 {
  color: rgb(237 17 27 / 0.55) !important;
}
.\!text-scotial-red\/60 {
  color: rgb(237 17 27 / 0.6) !important;
}
.\!text-scotial-red\/65 {
  color: rgb(237 17 27 / 0.65) !important;
}
.\!text-scotial-red\/70 {
  color: rgb(237 17 27 / 0.7) !important;
}
.\!text-scotial-red\/75 {
  color: rgb(237 17 27 / 0.75) !important;
}
.\!text-scotial-red\/80 {
  color: rgb(237 17 27 / 0.8) !important;
}
.\!text-scotial-red\/85 {
  color: rgb(237 17 27 / 0.85) !important;
}
.\!text-scotial-red\/90 {
  color: rgb(237 17 27 / 0.9) !important;
}
.\!text-scotial-red\/95 {
  color: rgb(237 17 27 / 0.95) !important;
}
.\!text-souqh-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1)) !important;
}
.\!text-souqh-orange\/0 {
  color: rgb(244 125 97 / 0) !important;
}
.\!text-souqh-orange\/10 {
  color: rgb(244 125 97 / 0.1) !important;
}
.\!text-souqh-orange\/100 {
  color: rgb(244 125 97 / 1) !important;
}
.\!text-souqh-orange\/15 {
  color: rgb(244 125 97 / 0.15) !important;
}
.\!text-souqh-orange\/20 {
  color: rgb(244 125 97 / 0.2) !important;
}
.\!text-souqh-orange\/25 {
  color: rgb(244 125 97 / 0.25) !important;
}
.\!text-souqh-orange\/30 {
  color: rgb(244 125 97 / 0.3) !important;
}
.\!text-souqh-orange\/35 {
  color: rgb(244 125 97 / 0.35) !important;
}
.\!text-souqh-orange\/40 {
  color: rgb(244 125 97 / 0.4) !important;
}
.\!text-souqh-orange\/45 {
  color: rgb(244 125 97 / 0.45) !important;
}
.\!text-souqh-orange\/5 {
  color: rgb(244 125 97 / 0.05) !important;
}
.\!text-souqh-orange\/50 {
  color: rgb(244 125 97 / 0.5) !important;
}
.\!text-souqh-orange\/55 {
  color: rgb(244 125 97 / 0.55) !important;
}
.\!text-souqh-orange\/60 {
  color: rgb(244 125 97 / 0.6) !important;
}
.\!text-souqh-orange\/65 {
  color: rgb(244 125 97 / 0.65) !important;
}
.\!text-souqh-orange\/70 {
  color: rgb(244 125 97 / 0.7) !important;
}
.\!text-souqh-orange\/75 {
  color: rgb(244 125 97 / 0.75) !important;
}
.\!text-souqh-orange\/80 {
  color: rgb(244 125 97 / 0.8) !important;
}
.\!text-souqh-orange\/85 {
  color: rgb(244 125 97 / 0.85) !important;
}
.\!text-souqh-orange\/90 {
  color: rgb(244 125 97 / 0.9) !important;
}
.\!text-souqh-orange\/95 {
  color: rgb(244 125 97 / 0.95) !important;
}
.\!text-sparrow-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(47 128 237 / var(--tw-text-opacity, 1)) !important;
}
.\!text-sparrow-blue\/0 {
  color: rgb(47 128 237 / 0) !important;
}
.\!text-sparrow-blue\/10 {
  color: rgb(47 128 237 / 0.1) !important;
}
.\!text-sparrow-blue\/100 {
  color: rgb(47 128 237 / 1) !important;
}
.\!text-sparrow-blue\/15 {
  color: rgb(47 128 237 / 0.15) !important;
}
.\!text-sparrow-blue\/20 {
  color: rgb(47 128 237 / 0.2) !important;
}
.\!text-sparrow-blue\/25 {
  color: rgb(47 128 237 / 0.25) !important;
}
.\!text-sparrow-blue\/30 {
  color: rgb(47 128 237 / 0.3) !important;
}
.\!text-sparrow-blue\/35 {
  color: rgb(47 128 237 / 0.35) !important;
}
.\!text-sparrow-blue\/40 {
  color: rgb(47 128 237 / 0.4) !important;
}
.\!text-sparrow-blue\/45 {
  color: rgb(47 128 237 / 0.45) !important;
}
.\!text-sparrow-blue\/5 {
  color: rgb(47 128 237 / 0.05) !important;
}
.\!text-sparrow-blue\/50 {
  color: rgb(47 128 237 / 0.5) !important;
}
.\!text-sparrow-blue\/55 {
  color: rgb(47 128 237 / 0.55) !important;
}
.\!text-sparrow-blue\/60 {
  color: rgb(47 128 237 / 0.6) !important;
}
.\!text-sparrow-blue\/65 {
  color: rgb(47 128 237 / 0.65) !important;
}
.\!text-sparrow-blue\/70 {
  color: rgb(47 128 237 / 0.7) !important;
}
.\!text-sparrow-blue\/75 {
  color: rgb(47 128 237 / 0.75) !important;
}
.\!text-sparrow-blue\/80 {
  color: rgb(47 128 237 / 0.8) !important;
}
.\!text-sparrow-blue\/85 {
  color: rgb(47 128 237 / 0.85) !important;
}
.\!text-sparrow-blue\/90 {
  color: rgb(47 128 237 / 0.9) !important;
}
.\!text-sparrow-blue\/95 {
  color: rgb(47 128 237 / 0.95) !important;
}
.text-aha-pink {
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}
.text-aha-pink\/0 {
  color: rgb(255 0 255 / 0);
}
.text-aha-pink\/10 {
  color: rgb(255 0 255 / 0.1);
}
.text-aha-pink\/100 {
  color: rgb(255 0 255 / 1);
}
.text-aha-pink\/15 {
  color: rgb(255 0 255 / 0.15);
}
.text-aha-pink\/20 {
  color: rgb(255 0 255 / 0.2);
}
.text-aha-pink\/25 {
  color: rgb(255 0 255 / 0.25);
}
.text-aha-pink\/30 {
  color: rgb(255 0 255 / 0.3);
}
.text-aha-pink\/35 {
  color: rgb(255 0 255 / 0.35);
}
.text-aha-pink\/40 {
  color: rgb(255 0 255 / 0.4);
}
.text-aha-pink\/45 {
  color: rgb(255 0 255 / 0.45);
}
.text-aha-pink\/5 {
  color: rgb(255 0 255 / 0.05);
}
.text-aha-pink\/50 {
  color: rgb(255 0 255 / 0.5);
}
.text-aha-pink\/55 {
  color: rgb(255 0 255 / 0.55);
}
.text-aha-pink\/60 {
  color: rgb(255 0 255 / 0.6);
}
.text-aha-pink\/65 {
  color: rgb(255 0 255 / 0.65);
}
.text-aha-pink\/70 {
  color: rgb(255 0 255 / 0.7);
}
.text-aha-pink\/75 {
  color: rgb(255 0 255 / 0.75);
}
.text-aha-pink\/80 {
  color: rgb(255 0 255 / 0.8);
}
.text-aha-pink\/85 {
  color: rgb(255 0 255 / 0.85);
}
.text-aha-pink\/90 {
  color: rgb(255 0 255 / 0.9);
}
.text-aha-pink\/95 {
  color: rgb(255 0 255 / 0.95);
}
.text-aha-purple {
  --tw-text-opacity: 1;
  color: rgb(173 0 255 / var(--tw-text-opacity, 1));
}
.text-aha-purple\/0 {
  color: rgb(173 0 255 / 0);
}
.text-aha-purple\/10 {
  color: rgb(173 0 255 / 0.1);
}
.text-aha-purple\/100 {
  color: rgb(173 0 255 / 1);
}
.text-aha-purple\/15 {
  color: rgb(173 0 255 / 0.15);
}
.text-aha-purple\/20 {
  color: rgb(173 0 255 / 0.2);
}
.text-aha-purple\/25 {
  color: rgb(173 0 255 / 0.25);
}
.text-aha-purple\/30 {
  color: rgb(173 0 255 / 0.3);
}
.text-aha-purple\/35 {
  color: rgb(173 0 255 / 0.35);
}
.text-aha-purple\/40 {
  color: rgb(173 0 255 / 0.4);
}
.text-aha-purple\/45 {
  color: rgb(173 0 255 / 0.45);
}
.text-aha-purple\/5 {
  color: rgb(173 0 255 / 0.05);
}
.text-aha-purple\/50 {
  color: rgb(173 0 255 / 0.5);
}
.text-aha-purple\/55 {
  color: rgb(173 0 255 / 0.55);
}
.text-aha-purple\/60 {
  color: rgb(173 0 255 / 0.6);
}
.text-aha-purple\/65 {
  color: rgb(173 0 255 / 0.65);
}
.text-aha-purple\/70 {
  color: rgb(173 0 255 / 0.7);
}
.text-aha-purple\/75 {
  color: rgb(173 0 255 / 0.75);
}
.text-aha-purple\/80 {
  color: rgb(173 0 255 / 0.8);
}
.text-aha-purple\/85 {
  color: rgb(173 0 255 / 0.85);
}
.text-aha-purple\/90 {
  color: rgb(173 0 255 / 0.9);
}
.text-aha-purple\/95 {
  color: rgb(173 0 255 / 0.95);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(27 24 40 / var(--tw-text-opacity, 1));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(9 86 202 / var(--tw-text-opacity, 1));
}
.text-blue\/0 {
  color: rgb(9 86 202 / 0);
}
.text-blue\/10 {
  color: rgb(9 86 202 / 0.1);
}
.text-blue\/100 {
  color: rgb(9 86 202 / 1);
}
.text-blue\/15 {
  color: rgb(9 86 202 / 0.15);
}
.text-blue\/20 {
  color: rgb(9 86 202 / 0.2);
}
.text-blue\/25 {
  color: rgb(9 86 202 / 0.25);
}
.text-blue\/30 {
  color: rgb(9 86 202 / 0.3);
}
.text-blue\/35 {
  color: rgb(9 86 202 / 0.35);
}
.text-blue\/40 {
  color: rgb(9 86 202 / 0.4);
}
.text-blue\/45 {
  color: rgb(9 86 202 / 0.45);
}
.text-blue\/5 {
  color: rgb(9 86 202 / 0.05);
}
.text-blue\/50 {
  color: rgb(9 86 202 / 0.5);
}
.text-blue\/55 {
  color: rgb(9 86 202 / 0.55);
}
.text-blue\/60 {
  color: rgb(9 86 202 / 0.6);
}
.text-blue\/65 {
  color: rgb(9 86 202 / 0.65);
}
.text-blue\/70 {
  color: rgb(9 86 202 / 0.7);
}
.text-blue\/75 {
  color: rgb(9 86 202 / 0.75);
}
.text-blue\/80 {
  color: rgb(9 86 202 / 0.8);
}
.text-blue\/85 {
  color: rgb(9 86 202 / 0.85);
}
.text-blue\/90 {
  color: rgb(9 86 202 / 0.9);
}
.text-blue\/95 {
  color: rgb(9 86 202 / 0.95);
}
.text-borrowell-blue {
  --tw-text-opacity: 1;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1));
}
.text-borrowell-blue\/0 {
  color: rgb(52 45 141 / 0);
}
.text-borrowell-blue\/10 {
  color: rgb(52 45 141 / 0.1);
}
.text-borrowell-blue\/100 {
  color: rgb(52 45 141 / 1);
}
.text-borrowell-blue\/15 {
  color: rgb(52 45 141 / 0.15);
}
.text-borrowell-blue\/20 {
  color: rgb(52 45 141 / 0.2);
}
.text-borrowell-blue\/25 {
  color: rgb(52 45 141 / 0.25);
}
.text-borrowell-blue\/30 {
  color: rgb(52 45 141 / 0.3);
}
.text-borrowell-blue\/35 {
  color: rgb(52 45 141 / 0.35);
}
.text-borrowell-blue\/40 {
  color: rgb(52 45 141 / 0.4);
}
.text-borrowell-blue\/45 {
  color: rgb(52 45 141 / 0.45);
}
.text-borrowell-blue\/5 {
  color: rgb(52 45 141 / 0.05);
}
.text-borrowell-blue\/50 {
  color: rgb(52 45 141 / 0.5);
}
.text-borrowell-blue\/55 {
  color: rgb(52 45 141 / 0.55);
}
.text-borrowell-blue\/60 {
  color: rgb(52 45 141 / 0.6);
}
.text-borrowell-blue\/65 {
  color: rgb(52 45 141 / 0.65);
}
.text-borrowell-blue\/70 {
  color: rgb(52 45 141 / 0.7);
}
.text-borrowell-blue\/75 {
  color: rgb(52 45 141 / 0.75);
}
.text-borrowell-blue\/80 {
  color: rgb(52 45 141 / 0.8);
}
.text-borrowell-blue\/85 {
  color: rgb(52 45 141 / 0.85);
}
.text-borrowell-blue\/90 {
  color: rgb(52 45 141 / 0.9);
}
.text-borrowell-blue\/95 {
  color: rgb(52 45 141 / 0.95);
}
.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(163 36 57 / var(--tw-text-opacity, 1));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(23 122 38 / var(--tw-text-opacity, 1));
}
.text-green\/0 {
  color: rgb(23 122 38 / 0);
}
.text-green\/10 {
  color: rgb(23 122 38 / 0.1);
}
.text-green\/100 {
  color: rgb(23 122 38 / 1);
}
.text-green\/15 {
  color: rgb(23 122 38 / 0.15);
}
.text-green\/20 {
  color: rgb(23 122 38 / 0.2);
}
.text-green\/25 {
  color: rgb(23 122 38 / 0.25);
}
.text-green\/30 {
  color: rgb(23 122 38 / 0.3);
}
.text-green\/35 {
  color: rgb(23 122 38 / 0.35);
}
.text-green\/40 {
  color: rgb(23 122 38 / 0.4);
}
.text-green\/45 {
  color: rgb(23 122 38 / 0.45);
}
.text-green\/5 {
  color: rgb(23 122 38 / 0.05);
}
.text-green\/50 {
  color: rgb(23 122 38 / 0.5);
}
.text-green\/55 {
  color: rgb(23 122 38 / 0.55);
}
.text-green\/60 {
  color: rgb(23 122 38 / 0.6);
}
.text-green\/65 {
  color: rgb(23 122 38 / 0.65);
}
.text-green\/70 {
  color: rgb(23 122 38 / 0.7);
}
.text-green\/75 {
  color: rgb(23 122 38 / 0.75);
}
.text-green\/80 {
  color: rgb(23 122 38 / 0.8);
}
.text-green\/85 {
  color: rgb(23 122 38 / 0.85);
}
.text-green\/90 {
  color: rgb(23 122 38 / 0.9);
}
.text-green\/95 {
  color: rgb(23 122 38 / 0.95);
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(56 61 65 / var(--tw-text-opacity, 1));
}
.text-grey\/0 {
  color: rgb(56 61 65 / 0);
}
.text-grey\/10 {
  color: rgb(56 61 65 / 0.1);
}
.text-grey\/100 {
  color: rgb(56 61 65 / 1);
}
.text-grey\/15 {
  color: rgb(56 61 65 / 0.15);
}
.text-grey\/20 {
  color: rgb(56 61 65 / 0.2);
}
.text-grey\/25 {
  color: rgb(56 61 65 / 0.25);
}
.text-grey\/30 {
  color: rgb(56 61 65 / 0.3);
}
.text-grey\/35 {
  color: rgb(56 61 65 / 0.35);
}
.text-grey\/40 {
  color: rgb(56 61 65 / 0.4);
}
.text-grey\/45 {
  color: rgb(56 61 65 / 0.45);
}
.text-grey\/5 {
  color: rgb(56 61 65 / 0.05);
}
.text-grey\/50 {
  color: rgb(56 61 65 / 0.5);
}
.text-grey\/55 {
  color: rgb(56 61 65 / 0.55);
}
.text-grey\/60 {
  color: rgb(56 61 65 / 0.6);
}
.text-grey\/65 {
  color: rgb(56 61 65 / 0.65);
}
.text-grey\/70 {
  color: rgb(56 61 65 / 0.7);
}
.text-grey\/75 {
  color: rgb(56 61 65 / 0.75);
}
.text-grey\/80 {
  color: rgb(56 61 65 / 0.8);
}
.text-grey\/85 {
  color: rgb(56 61 65 / 0.85);
}
.text-grey\/90 {
  color: rgb(56 61 65 / 0.9);
}
.text-grey\/95 {
  color: rgb(56 61 65 / 0.95);
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(171 80 0 / var(--tw-text-opacity, 1));
}
.text-orange\/0 {
  color: rgb(171 80 0 / 0);
}
.text-orange\/10 {
  color: rgb(171 80 0 / 0.1);
}
.text-orange\/100 {
  color: rgb(171 80 0 / 1);
}
.text-orange\/15 {
  color: rgb(171 80 0 / 0.15);
}
.text-orange\/20 {
  color: rgb(171 80 0 / 0.2);
}
.text-orange\/25 {
  color: rgb(171 80 0 / 0.25);
}
.text-orange\/30 {
  color: rgb(171 80 0 / 0.3);
}
.text-orange\/35 {
  color: rgb(171 80 0 / 0.35);
}
.text-orange\/40 {
  color: rgb(171 80 0 / 0.4);
}
.text-orange\/45 {
  color: rgb(171 80 0 / 0.45);
}
.text-orange\/5 {
  color: rgb(171 80 0 / 0.05);
}
.text-orange\/50 {
  color: rgb(171 80 0 / 0.5);
}
.text-orange\/55 {
  color: rgb(171 80 0 / 0.55);
}
.text-orange\/60 {
  color: rgb(171 80 0 / 0.6);
}
.text-orange\/65 {
  color: rgb(171 80 0 / 0.65);
}
.text-orange\/70 {
  color: rgb(171 80 0 / 0.7);
}
.text-orange\/75 {
  color: rgb(171 80 0 / 0.75);
}
.text-orange\/80 {
  color: rgb(171 80 0 / 0.8);
}
.text-orange\/85 {
  color: rgb(171 80 0 / 0.85);
}
.text-orange\/90 {
  color: rgb(171 80 0 / 0.9);
}
.text-orange\/95 {
  color: rgb(171 80 0 / 0.95);
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(100 9 198 / var(--tw-text-opacity, 1));
}
.text-purple\/0 {
  color: rgb(100 9 198 / 0);
}
.text-purple\/10 {
  color: rgb(100 9 198 / 0.1);
}
.text-purple\/100 {
  color: rgb(100 9 198 / 1);
}
.text-purple\/15 {
  color: rgb(100 9 198 / 0.15);
}
.text-purple\/20 {
  color: rgb(100 9 198 / 0.2);
}
.text-purple\/25 {
  color: rgb(100 9 198 / 0.25);
}
.text-purple\/30 {
  color: rgb(100 9 198 / 0.3);
}
.text-purple\/35 {
  color: rgb(100 9 198 / 0.35);
}
.text-purple\/40 {
  color: rgb(100 9 198 / 0.4);
}
.text-purple\/45 {
  color: rgb(100 9 198 / 0.45);
}
.text-purple\/5 {
  color: rgb(100 9 198 / 0.05);
}
.text-purple\/50 {
  color: rgb(100 9 198 / 0.5);
}
.text-purple\/55 {
  color: rgb(100 9 198 / 0.55);
}
.text-purple\/60 {
  color: rgb(100 9 198 / 0.6);
}
.text-purple\/65 {
  color: rgb(100 9 198 / 0.65);
}
.text-purple\/70 {
  color: rgb(100 9 198 / 0.7);
}
.text-purple\/75 {
  color: rgb(100 9 198 / 0.75);
}
.text-purple\/80 {
  color: rgb(100 9 198 / 0.8);
}
.text-purple\/85 {
  color: rgb(100 9 198 / 0.85);
}
.text-purple\/90 {
  color: rgb(100 9 198 / 0.9);
}
.text-purple\/95 {
  color: rgb(100 9 198 / 0.95);
}
.text-scotial-red {
  --tw-text-opacity: 1;
  color: rgb(237 17 27 / var(--tw-text-opacity, 1));
}
.text-scotial-red\/0 {
  color: rgb(237 17 27 / 0);
}
.text-scotial-red\/10 {
  color: rgb(237 17 27 / 0.1);
}
.text-scotial-red\/100 {
  color: rgb(237 17 27 / 1);
}
.text-scotial-red\/15 {
  color: rgb(237 17 27 / 0.15);
}
.text-scotial-red\/20 {
  color: rgb(237 17 27 / 0.2);
}
.text-scotial-red\/25 {
  color: rgb(237 17 27 / 0.25);
}
.text-scotial-red\/30 {
  color: rgb(237 17 27 / 0.3);
}
.text-scotial-red\/35 {
  color: rgb(237 17 27 / 0.35);
}
.text-scotial-red\/40 {
  color: rgb(237 17 27 / 0.4);
}
.text-scotial-red\/45 {
  color: rgb(237 17 27 / 0.45);
}
.text-scotial-red\/5 {
  color: rgb(237 17 27 / 0.05);
}
.text-scotial-red\/50 {
  color: rgb(237 17 27 / 0.5);
}
.text-scotial-red\/55 {
  color: rgb(237 17 27 / 0.55);
}
.text-scotial-red\/60 {
  color: rgb(237 17 27 / 0.6);
}
.text-scotial-red\/65 {
  color: rgb(237 17 27 / 0.65);
}
.text-scotial-red\/70 {
  color: rgb(237 17 27 / 0.7);
}
.text-scotial-red\/75 {
  color: rgb(237 17 27 / 0.75);
}
.text-scotial-red\/80 {
  color: rgb(237 17 27 / 0.8);
}
.text-scotial-red\/85 {
  color: rgb(237 17 27 / 0.85);
}
.text-scotial-red\/90 {
  color: rgb(237 17 27 / 0.9);
}
.text-scotial-red\/95 {
  color: rgb(237 17 27 / 0.95);
}
.text-slate {
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}
.text-souqh-orange {
  --tw-text-opacity: 1;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1));
}
.text-souqh-orange\/0 {
  color: rgb(244 125 97 / 0);
}
.text-souqh-orange\/10 {
  color: rgb(244 125 97 / 0.1);
}
.text-souqh-orange\/100 {
  color: rgb(244 125 97 / 1);
}
.text-souqh-orange\/15 {
  color: rgb(244 125 97 / 0.15);
}
.text-souqh-orange\/20 {
  color: rgb(244 125 97 / 0.2);
}
.text-souqh-orange\/25 {
  color: rgb(244 125 97 / 0.25);
}
.text-souqh-orange\/30 {
  color: rgb(244 125 97 / 0.3);
}
.text-souqh-orange\/35 {
  color: rgb(244 125 97 / 0.35);
}
.text-souqh-orange\/40 {
  color: rgb(244 125 97 / 0.4);
}
.text-souqh-orange\/45 {
  color: rgb(244 125 97 / 0.45);
}
.text-souqh-orange\/5 {
  color: rgb(244 125 97 / 0.05);
}
.text-souqh-orange\/50 {
  color: rgb(244 125 97 / 0.5);
}
.text-souqh-orange\/55 {
  color: rgb(244 125 97 / 0.55);
}
.text-souqh-orange\/60 {
  color: rgb(244 125 97 / 0.6);
}
.text-souqh-orange\/65 {
  color: rgb(244 125 97 / 0.65);
}
.text-souqh-orange\/70 {
  color: rgb(244 125 97 / 0.7);
}
.text-souqh-orange\/75 {
  color: rgb(244 125 97 / 0.75);
}
.text-souqh-orange\/80 {
  color: rgb(244 125 97 / 0.8);
}
.text-souqh-orange\/85 {
  color: rgb(244 125 97 / 0.85);
}
.text-souqh-orange\/90 {
  color: rgb(244 125 97 / 0.9);
}
.text-souqh-orange\/95 {
  color: rgb(244 125 97 / 0.95);
}
.text-sparrow-blue {
  --tw-text-opacity: 1;
  color: rgb(47 128 237 / var(--tw-text-opacity, 1));
}
.text-sparrow-blue\/0 {
  color: rgb(47 128 237 / 0);
}
.text-sparrow-blue\/10 {
  color: rgb(47 128 237 / 0.1);
}
.text-sparrow-blue\/100 {
  color: rgb(47 128 237 / 1);
}
.text-sparrow-blue\/15 {
  color: rgb(47 128 237 / 0.15);
}
.text-sparrow-blue\/20 {
  color: rgb(47 128 237 / 0.2);
}
.text-sparrow-blue\/25 {
  color: rgb(47 128 237 / 0.25);
}
.text-sparrow-blue\/30 {
  color: rgb(47 128 237 / 0.3);
}
.text-sparrow-blue\/35 {
  color: rgb(47 128 237 / 0.35);
}
.text-sparrow-blue\/40 {
  color: rgb(47 128 237 / 0.4);
}
.text-sparrow-blue\/45 {
  color: rgb(47 128 237 / 0.45);
}
.text-sparrow-blue\/5 {
  color: rgb(47 128 237 / 0.05);
}
.text-sparrow-blue\/50 {
  color: rgb(47 128 237 / 0.5);
}
.text-sparrow-blue\/55 {
  color: rgb(47 128 237 / 0.55);
}
.text-sparrow-blue\/60 {
  color: rgb(47 128 237 / 0.6);
}
.text-sparrow-blue\/65 {
  color: rgb(47 128 237 / 0.65);
}
.text-sparrow-blue\/70 {
  color: rgb(47 128 237 / 0.7);
}
.text-sparrow-blue\/75 {
  color: rgb(47 128 237 / 0.75);
}
.text-sparrow-blue\/80 {
  color: rgb(47 128 237 / 0.8);
}
.text-sparrow-blue\/85 {
  color: rgb(47 128 237 / 0.85);
}
.text-sparrow-blue\/90 {
  color: rgb(47 128 237 / 0.9);
}
.text-sparrow-blue\/95 {
  color: rgb(47 128 237 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.\!shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: 0px 0px 40px 10px #E8EAF2;
  --tw-shadow-colored: 0px 0px 40px 10px 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-image {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px 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-megamenu {
  --tw-shadow: 0px 20px 50px 0px #42404B33;
  --tw-shadow-colored: 0px 20px 50px 0px 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-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-off-white {
  --tw-shadow-color: #E8EAF2;
  --tw-shadow: var(--tw-shadow-colored);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.\!outline-offset-0 {
  outline-offset: 0px !important;
}
.\!ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.\!drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!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)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!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)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.\!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)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.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-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale-0 {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\!backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.scrollbar::-webkit-scrollbar {
    width: 20px;
    height: 20px;
  }
.scrollbar::-webkit-scrollbar-track {
    border-radius: 100vh;
    background: #f7f4ed;
  }
.scrollbar::-webkit-scrollbar-thumb {
    background: #e0cbcb;
    border-radius: 100vh;
    border: 3px solid #f6f7ed;
  }
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #c0a0b9;
  }
.admin-bar > header {
  margin-top: 2.75rem;
}
@media (min-width: 720px) {

  .admin-bar > header {
    margin-top: 2rem;
  }
}

.map iframe {
  width: 100%;
  height: 500px;
}

@media (hover: hover) {

  .hover\:btn-primary:hover.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .hover\:btn-primary:hover.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .hover\:btn-primary:hover.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .hover\:btn-primary:hover.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .hover\:btn-secondary:hover.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .hover\:btn-secondary:hover.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }

  .hover\:btn-secondary:hover.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .hover\:btn-secondary:hover.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }
}

@supports not (color: oklch(0% 0 0)) {

  .hover\:btn-primary:hover {
    --btn-color: var(--fallback-p);
  }

  .hover\:btn-secondary:hover {
    --btn-color: var(--fallback-s);
  }
}

@supports (color: color-mix(in oklab, black, black)) {

  .hover\:btn-primary:hover.btn-outline.btn-active {
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
  }

  .hover\:btn-secondary:hover.btn-outline.btn-active {
    background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
  }
}

.hover\:btn-primary:hover {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@supports (color: oklch(0% 0 0)) {

  .hover\:btn-primary:hover {
    --btn-color: var(--p);
  }

  .hover\:btn-secondary:hover {
    --btn-color: var(--s);
  }
}

.hover\:btn-secondary:hover {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.hover\:btn-primary:hover.btn-outline {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}

.hover\:btn-primary:hover.btn-outline.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.hover\:btn-secondary:hover.btn-outline {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}

.hover\:btn-secondary:hover.btn-outline.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}

.hover\:tab-rounded-lg:hover {
  --tab-radius: 0.5rem;
}

.hover\:btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 24 40 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:btn-primary:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
}

.hover\:btn-secondary:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.hover\:btn-secondary:hover {
    color: rgb(255, 255, 255, var(--tw-text-opacity, 1)) !important;
  }

.hover\:btn-secondary:hover:hover {
    text-decoration: none !important;
  }

.hover\:btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}

.hover\:btn-white:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-white-outline:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-white-outline:hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 64 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
}

.hover\:btn-plain:hover {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}

.hover\:btn-plain:hover:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-scotia:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-scotia:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.hover\:btn-borrowell:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-borrowell:hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.hover\:btn-borrowell-outline:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1));
}

.hover\:btn-borrowell-outline:hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-aha:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #AD00FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FF00FF var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.hover\:btn-aha-outline:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-aha-outline:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-sparrow:hover {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-sparrow:hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.hover\:btn-sparrow-outline:hover {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-sparrow-outline:hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.hover\:btn-souqh:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:btn-souqh:hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.hover\:btn-souqh-outline:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1));
}

.hover\:btn-souqh-outline:hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (hover: hover) {

  .group:hover .group-hover\:btn-primary.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .group:hover .group-hover\:btn-primary.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .group:hover .group-hover\:btn-primary.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .group:hover .group-hover\:btn-primary.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .group:hover .group-hover\:btn-secondary.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .group:hover .group-hover\:btn-secondary.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }

  .group:hover .group-hover\:btn-secondary.btn-outline:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .group:hover .group-hover\:btn-secondary.btn-outline:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }
}

@supports not (color: oklch(0% 0 0)) {

  .group:hover .group-hover\:btn-primary {
    --btn-color: var(--fallback-p);
  }

  .group:hover .group-hover\:btn-secondary {
    --btn-color: var(--fallback-s);
  }
}

@supports (color: color-mix(in oklab, black, black)) {

  .group:hover .group-hover\:btn-primary.btn-outline.btn-active {
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
  }

  .group:hover .group-hover\:btn-secondary.btn-outline.btn-active {
    background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
  }
}

.group:hover .group-hover\:btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}

@supports (color: oklch(0% 0 0)) {

  .group:hover .group-hover\:btn-primary {
    --btn-color: var(--p);
  }

  .group:hover .group-hover\:btn-secondary {
    --btn-color: var(--s);
  }
}

.group:hover .group-hover\:btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}

.group:hover .group-hover\:btn-primary.btn-outline {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}

.group:hover .group-hover\:btn-primary.btn-outline.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}

.group:hover .group-hover\:btn-secondary.btn-outline {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}

.group:hover .group-hover\:btn-secondary.btn-outline.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}

.group:hover .group-hover\:tab-rounded-lg {
  --tab-radius: 0.5rem;
}

.group:hover .group-hover\:btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(27 24 40 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .group-hover\:btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-secondary {
    color: rgb(255, 255, 255, var(--tw-text-opacity, 1)) !important;
  }

.group:hover .group-hover\:btn-secondary:hover {
    text-decoration: none !important;
  }

.group:hover .group-hover\:btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-white-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-white-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 64 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-plain {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-plain:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-scotia {
  --tw-bg-opacity: 1;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-scotia:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-borrowell {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-borrowell:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-borrowell-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-borrowell-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-aha {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #AD00FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FF00FF var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:btn-aha-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-aha-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-sparrow {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-sparrow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-sparrow-outline {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-sparrow-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-souqh {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-souqh:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:btn-souqh-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:btn-souqh-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 40 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {

  .sm\:tab-rounded-lg {
    --tab-radius: 0.5rem;
  }

  .sm\:modal-middle {
    place-items: center;
  }

  .sm\:modal-middle :where(.modal-box) {
    width: 91.666667%;
    max-width: 32rem;
    --tw-translate-y: 0px;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
  }
}

@media (min-width: 720px) {

  .md\:tab-rounded-lg {
    --tab-radius: 0.5rem;
  }
  .md\:hidden[data-step-template] {
    opacity: 0;
  }
}

@media (min-width: 960px) {

  .lg\:tab-rounded-lg {
    --tab-radius: 0.5rem;
  }
  .lg\:hidden[data-step-template] {
    opacity: 0;
  }
}

@media (min-width: 1200px) {

  .xl\:tab-rounded-lg {
    --tab-radius: 0.5rem;
  }
  .xl\:hidden[data-step-template] {
    opacity: 0;
  }
}

@media (min-width: 1400px) {

  .\32xl\:tab-rounded-lg {
    --tab-radius: 0.5rem;
  }
}

@media (min-width: 1520px) {

  .\33xl\:tab-rounded-lg {
    --tab-radius: 0.5rem;
  }
}

.\*\:\!row-auto > * {
  grid-row: auto !important;
}

.\*\:row-auto > * {
  grid-row: auto;
}

.\*\:mb-3 > * {
  margin-bottom: 0.75rem;
}

.\*\:flex > * {
  display: flex;
}

.\*\:\!h-2xl > * {
  height: 42rem !important;
}

.\*\:\!h-2xs > * {
  height: 16rem !important;
}

.\*\:\!h-3xl > * {
  height: 48rem !important;
}

.\*\:\!h-full > * {
  height: 100% !important;
}

.\*\:\!h-lg > * {
  height: 32rem !important;
}

.\*\:\!h-md > * {
  height: 28rem !important;
}

.\*\:\!h-sm > * {
  height: 24rem !important;
}

.\*\:\!h-xl > * {
  height: 36rem !important;
}

.\*\:\!h-xs > * {
  height: 20rem !important;
}

.\*\:h-2xl > * {
  height: 42rem;
}

.\*\:h-2xs > * {
  height: 16rem;
}

.\*\:h-3xl > * {
  height: 48rem;
}

.\*\:h-full > * {
  height: 100%;
}

.\*\:h-lg > * {
  height: 32rem;
}

.\*\:h-md > * {
  height: 28rem;
}

.\*\:h-sm > * {
  height: 24rem;
}

.\*\:h-xl > * {
  height: 36rem;
}

.\*\:h-xs > * {
  height: 20rem;
}

.\*\:\!max-h-2xl > * {
  max-height: 42rem !important;
}

.\*\:\!max-h-2xs > * {
  max-height: 16rem !important;
}

.\*\:\!max-h-3xl > * {
  max-height: 48rem !important;
}

.\*\:\!max-h-full > * {
  max-height: 100% !important;
}

.\*\:\!max-h-lg > * {
  max-height: 32rem !important;
}

.\*\:\!max-h-md > * {
  max-height: 28rem !important;
}

.\*\:\!max-h-sm > * {
  max-height: 24rem !important;
}

.\*\:\!max-h-xl > * {
  max-height: 36rem !important;
}

.\*\:\!max-h-xs > * {
  max-height: 20rem !important;
}

.\*\:max-h-2xl > * {
  max-height: 42rem;
}

.\*\:max-h-2xs > * {
  max-height: 16rem;
}

.\*\:max-h-3xl > * {
  max-height: 48rem;
}

.\*\:max-h-full > * {
  max-height: 100%;
}

.\*\:max-h-lg > * {
  max-height: 32rem;
}

.\*\:max-h-md > * {
  max-height: 28rem;
}

.\*\:max-h-sm > * {
  max-height: 24rem;
}

.\*\:max-h-xl > * {
  max-height: 36rem;
}

.\*\:max-h-xs > * {
  max-height: 20rem;
}

.\*\:\!min-h-2xl > * {
  min-height: 42rem !important;
}

.\*\:\!min-h-2xs > * {
  min-height: 16rem !important;
}

.\*\:\!min-h-3xl > * {
  min-height: 48rem !important;
}

.\*\:\!min-h-full > * {
  min-height: 100% !important;
}

.\*\:\!min-h-lg > * {
  min-height: 32rem !important;
}

.\*\:\!min-h-md > * {
  min-height: 28rem !important;
}

.\*\:\!min-h-sm > * {
  min-height: 24rem !important;
}

.\*\:\!min-h-xl > * {
  min-height: 36rem !important;
}

.\*\:\!min-h-xs > * {
  min-height: 20rem !important;
}

.\*\:min-h-2xl > * {
  min-height: 42rem;
}

.\*\:min-h-2xs > * {
  min-height: 16rem;
}

.\*\:min-h-3xl > * {
  min-height: 48rem;
}

.\*\:min-h-full > * {
  min-height: 100%;
}

.\*\:min-h-lg > * {
  min-height: 32rem;
}

.\*\:min-h-md > * {
  min-height: 28rem;
}

.\*\:min-h-sm > * {
  min-height: 24rem;
}

.\*\:min-h-xl > * {
  min-height: 36rem;
}

.\*\:min-h-xs > * {
  min-height: 20rem;
}

.\*\:\!w-2xl > * {
  width: 42rem !important;
}

.\*\:\!w-2xs > * {
  width: 16rem !important;
}

.\*\:\!w-3xl > * {
  width: 48rem !important;
}

.\*\:\!w-auto > * {
  width: auto !important;
}

.\*\:\!w-full > * {
  width: 100% !important;
}

.\*\:\!w-lg > * {
  width: 32rem !important;
}

.\*\:\!w-md > * {
  width: 28rem !important;
}

.\*\:\!w-sm > * {
  width: 24rem !important;
}

.\*\:\!w-xl > * {
  width: 36rem !important;
}

.\*\:\!w-xs > * {
  width: 20rem !important;
}

.\*\:w-2xl > * {
  width: 42rem;
}

.\*\:w-2xs > * {
  width: 16rem;
}

.\*\:w-3xl > * {
  width: 48rem;
}

.\*\:w-auto > * {
  width: auto;
}

.\*\:w-full > * {
  width: 100%;
}

.\*\:w-lg > * {
  width: 32rem;
}

.\*\:w-md > * {
  width: 28rem;
}

.\*\:w-sm > * {
  width: 24rem;
}

.\*\:w-xl > * {
  width: 36rem;
}

.\*\:w-xs > * {
  width: 20rem;
}

.\*\:\!min-w-2xl > * {
  min-width: 42rem !important;
}

.\*\:\!min-w-2xs > * {
  min-width: 16rem !important;
}

.\*\:\!min-w-3xl > * {
  min-width: 48rem !important;
}

.\*\:\!min-w-full > * {
  min-width: 100% !important;
}

.\*\:\!min-w-lg > * {
  min-width: 32rem !important;
}

.\*\:\!min-w-md > * {
  min-width: 28rem !important;
}

.\*\:\!min-w-sm > * {
  min-width: 24rem !important;
}

.\*\:\!min-w-xl > * {
  min-width: 36rem !important;
}

.\*\:\!min-w-xs > * {
  min-width: 20rem !important;
}

.\*\:min-w-2xl > * {
  min-width: 42rem;
}

.\*\:min-w-2xs > * {
  min-width: 16rem;
}

.\*\:min-w-3xl > * {
  min-width: 48rem;
}

.\*\:min-w-full > * {
  min-width: 100%;
}

.\*\:min-w-lg > * {
  min-width: 32rem;
}

.\*\:min-w-md > * {
  min-width: 28rem;
}

.\*\:min-w-sm > * {
  min-width: 24rem;
}

.\*\:min-w-xl > * {
  min-width: 36rem;
}

.\*\:min-w-xs > * {
  min-width: 20rem;
}

.\*\:\!max-w-2xl > * {
  max-width: 42rem !important;
}

.\*\:\!max-w-2xs > * {
  max-width: 16rem !important;
}

.\*\:\!max-w-3xl > * {
  max-width: 48rem !important;
}

.\*\:\!max-w-full > * {
  max-width: 100% !important;
}

.\*\:\!max-w-lg > * {
  max-width: 32rem !important;
}

.\*\:\!max-w-md > * {
  max-width: 28rem !important;
}

.\*\:\!max-w-sm > * {
  max-width: 24rem !important;
}

.\*\:\!max-w-xl > * {
  max-width: 36rem !important;
}

.\*\:\!max-w-xs > * {
  max-width: 20rem !important;
}

.\*\:max-w-2xl > * {
  max-width: 42rem;
}

.\*\:max-w-2xs > * {
  max-width: 16rem;
}

.\*\:max-w-3xl > * {
  max-width: 48rem;
}

.\*\:max-w-full > * {
  max-width: 100%;
}

.\*\:max-w-lg > * {
  max-width: 32rem;
}

.\*\:max-w-md > * {
  max-width: 28rem;
}

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

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

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

.\*\:flex-col > * {
  flex-direction: column;
}

.\*\:gap-4 > * {
  gap: 1rem;
}

.\*\:overflow-auto > * {
  overflow: auto;
}

.\*\:rounded-lg > * {
  border-radius: 0.5rem;
}

.\*\:border > * {
  border-width: 1px;
}

.\*\:\!border-brand-red > * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
}

.\*\:\!border-brand-red\/0 > * {
  border-color: rgb(163 36 57 / 0) !important;
}

.\*\:\!border-brand-red\/10 > * {
  border-color: rgb(163 36 57 / 0.1) !important;
}

.\*\:\!border-brand-red\/100 > * {
  border-color: rgb(163 36 57 / 1) !important;
}

.\*\:\!border-brand-red\/15 > * {
  border-color: rgb(163 36 57 / 0.15) !important;
}

.\*\:\!border-brand-red\/20 > * {
  border-color: rgb(163 36 57 / 0.2) !important;
}

.\*\:\!border-brand-red\/25 > * {
  border-color: rgb(163 36 57 / 0.25) !important;
}

.\*\:\!border-brand-red\/30 > * {
  border-color: rgb(163 36 57 / 0.3) !important;
}

.\*\:\!border-brand-red\/35 > * {
  border-color: rgb(163 36 57 / 0.35) !important;
}

.\*\:\!border-brand-red\/40 > * {
  border-color: rgb(163 36 57 / 0.4) !important;
}

.\*\:\!border-brand-red\/45 > * {
  border-color: rgb(163 36 57 / 0.45) !important;
}

.\*\:\!border-brand-red\/5 > * {
  border-color: rgb(163 36 57 / 0.05) !important;
}

.\*\:\!border-brand-red\/50 > * {
  border-color: rgb(163 36 57 / 0.5) !important;
}

.\*\:\!border-brand-red\/55 > * {
  border-color: rgb(163 36 57 / 0.55) !important;
}

.\*\:\!border-brand-red\/60 > * {
  border-color: rgb(163 36 57 / 0.6) !important;
}

.\*\:\!border-brand-red\/65 > * {
  border-color: rgb(163 36 57 / 0.65) !important;
}

.\*\:\!border-brand-red\/70 > * {
  border-color: rgb(163 36 57 / 0.7) !important;
}

.\*\:\!border-brand-red\/75 > * {
  border-color: rgb(163 36 57 / 0.75) !important;
}

.\*\:\!border-brand-red\/80 > * {
  border-color: rgb(163 36 57 / 0.8) !important;
}

.\*\:\!border-brand-red\/85 > * {
  border-color: rgb(163 36 57 / 0.85) !important;
}

.\*\:\!border-brand-red\/90 > * {
  border-color: rgb(163 36 57 / 0.9) !important;
}

.\*\:\!border-brand-red\/95 > * {
  border-color: rgb(163 36 57 / 0.95) !important;
}

.\*\:\!border-scotial-red > * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
}

.\*\:\!border-scotial-red\/0 > * {
  border-color: rgb(237 17 27 / 0) !important;
}

.\*\:\!border-scotial-red\/10 > * {
  border-color: rgb(237 17 27 / 0.1) !important;
}

.\*\:\!border-scotial-red\/100 > * {
  border-color: rgb(237 17 27 / 1) !important;
}

.\*\:\!border-scotial-red\/15 > * {
  border-color: rgb(237 17 27 / 0.15) !important;
}

.\*\:\!border-scotial-red\/20 > * {
  border-color: rgb(237 17 27 / 0.2) !important;
}

.\*\:\!border-scotial-red\/25 > * {
  border-color: rgb(237 17 27 / 0.25) !important;
}

.\*\:\!border-scotial-red\/30 > * {
  border-color: rgb(237 17 27 / 0.3) !important;
}

.\*\:\!border-scotial-red\/35 > * {
  border-color: rgb(237 17 27 / 0.35) !important;
}

.\*\:\!border-scotial-red\/40 > * {
  border-color: rgb(237 17 27 / 0.4) !important;
}

.\*\:\!border-scotial-red\/45 > * {
  border-color: rgb(237 17 27 / 0.45) !important;
}

.\*\:\!border-scotial-red\/5 > * {
  border-color: rgb(237 17 27 / 0.05) !important;
}

.\*\:\!border-scotial-red\/50 > * {
  border-color: rgb(237 17 27 / 0.5) !important;
}

.\*\:\!border-scotial-red\/55 > * {
  border-color: rgb(237 17 27 / 0.55) !important;
}

.\*\:\!border-scotial-red\/60 > * {
  border-color: rgb(237 17 27 / 0.6) !important;
}

.\*\:\!border-scotial-red\/65 > * {
  border-color: rgb(237 17 27 / 0.65) !important;
}

.\*\:\!border-scotial-red\/70 > * {
  border-color: rgb(237 17 27 / 0.7) !important;
}

.\*\:\!border-scotial-red\/75 > * {
  border-color: rgb(237 17 27 / 0.75) !important;
}

.\*\:\!border-scotial-red\/80 > * {
  border-color: rgb(237 17 27 / 0.8) !important;
}

.\*\:\!border-scotial-red\/85 > * {
  border-color: rgb(237 17 27 / 0.85) !important;
}

.\*\:\!border-scotial-red\/90 > * {
  border-color: rgb(237 17 27 / 0.9) !important;
}

.\*\:\!border-scotial-red\/95 > * {
  border-color: rgb(237 17 27 / 0.95) !important;
}

.\*\:\!border-souqh-orange > * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
}

.\*\:\!border-souqh-orange\/0 > * {
  border-color: rgb(244 125 97 / 0) !important;
}

.\*\:\!border-souqh-orange\/10 > * {
  border-color: rgb(244 125 97 / 0.1) !important;
}

.\*\:\!border-souqh-orange\/100 > * {
  border-color: rgb(244 125 97 / 1) !important;
}

.\*\:\!border-souqh-orange\/15 > * {
  border-color: rgb(244 125 97 / 0.15) !important;
}

.\*\:\!border-souqh-orange\/20 > * {
  border-color: rgb(244 125 97 / 0.2) !important;
}

.\*\:\!border-souqh-orange\/25 > * {
  border-color: rgb(244 125 97 / 0.25) !important;
}

.\*\:\!border-souqh-orange\/30 > * {
  border-color: rgb(244 125 97 / 0.3) !important;
}

.\*\:\!border-souqh-orange\/35 > * {
  border-color: rgb(244 125 97 / 0.35) !important;
}

.\*\:\!border-souqh-orange\/40 > * {
  border-color: rgb(244 125 97 / 0.4) !important;
}

.\*\:\!border-souqh-orange\/45 > * {
  border-color: rgb(244 125 97 / 0.45) !important;
}

.\*\:\!border-souqh-orange\/5 > * {
  border-color: rgb(244 125 97 / 0.05) !important;
}

.\*\:\!border-souqh-orange\/50 > * {
  border-color: rgb(244 125 97 / 0.5) !important;
}

.\*\:\!border-souqh-orange\/55 > * {
  border-color: rgb(244 125 97 / 0.55) !important;
}

.\*\:\!border-souqh-orange\/60 > * {
  border-color: rgb(244 125 97 / 0.6) !important;
}

.\*\:\!border-souqh-orange\/65 > * {
  border-color: rgb(244 125 97 / 0.65) !important;
}

.\*\:\!border-souqh-orange\/70 > * {
  border-color: rgb(244 125 97 / 0.7) !important;
}

.\*\:\!border-souqh-orange\/75 > * {
  border-color: rgb(244 125 97 / 0.75) !important;
}

.\*\:\!border-souqh-orange\/80 > * {
  border-color: rgb(244 125 97 / 0.8) !important;
}

.\*\:\!border-souqh-orange\/85 > * {
  border-color: rgb(244 125 97 / 0.85) !important;
}

.\*\:\!border-souqh-orange\/90 > * {
  border-color: rgb(244 125 97 / 0.9) !important;
}

.\*\:\!border-souqh-orange\/95 > * {
  border-color: rgb(244 125 97 / 0.95) !important;
}

.\*\:\!border-sparrow-blue > * {
  --tw-border-opacity: 1 !important;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
}

.\*\:\!border-sparrow-blue\/0 > * {
  border-color: rgb(47 128 237 / 0) !important;
}

.\*\:\!border-sparrow-blue\/10 > * {
  border-color: rgb(47 128 237 / 0.1) !important;
}

.\*\:\!border-sparrow-blue\/100 > * {
  border-color: rgb(47 128 237 / 1) !important;
}

.\*\:\!border-sparrow-blue\/15 > * {
  border-color: rgb(47 128 237 / 0.15) !important;
}

.\*\:\!border-sparrow-blue\/20 > * {
  border-color: rgb(47 128 237 / 0.2) !important;
}

.\*\:\!border-sparrow-blue\/25 > * {
  border-color: rgb(47 128 237 / 0.25) !important;
}

.\*\:\!border-sparrow-blue\/30 > * {
  border-color: rgb(47 128 237 / 0.3) !important;
}

.\*\:\!border-sparrow-blue\/35 > * {
  border-color: rgb(47 128 237 / 0.35) !important;
}

.\*\:\!border-sparrow-blue\/40 > * {
  border-color: rgb(47 128 237 / 0.4) !important;
}

.\*\:\!border-sparrow-blue\/45 > * {
  border-color: rgb(47 128 237 / 0.45) !important;
}

.\*\:\!border-sparrow-blue\/5 > * {
  border-color: rgb(47 128 237 / 0.05) !important;
}

.\*\:\!border-sparrow-blue\/50 > * {
  border-color: rgb(47 128 237 / 0.5) !important;
}

.\*\:\!border-sparrow-blue\/55 > * {
  border-color: rgb(47 128 237 / 0.55) !important;
}

.\*\:\!border-sparrow-blue\/60 > * {
  border-color: rgb(47 128 237 / 0.6) !important;
}

.\*\:\!border-sparrow-blue\/65 > * {
  border-color: rgb(47 128 237 / 0.65) !important;
}

.\*\:\!border-sparrow-blue\/70 > * {
  border-color: rgb(47 128 237 / 0.7) !important;
}

.\*\:\!border-sparrow-blue\/75 > * {
  border-color: rgb(47 128 237 / 0.75) !important;
}

.\*\:\!border-sparrow-blue\/80 > * {
  border-color: rgb(47 128 237 / 0.8) !important;
}

.\*\:\!border-sparrow-blue\/85 > * {
  border-color: rgb(47 128 237 / 0.85) !important;
}

.\*\:\!border-sparrow-blue\/90 > * {
  border-color: rgb(47 128 237 / 0.9) !important;
}

.\*\:\!border-sparrow-blue\/95 > * {
  border-color: rgb(47 128 237 / 0.95) !important;
}

.\*\:border-brand-red > * {
  --tw-border-opacity: 1;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
}

.\*\:border-brand-red\/0 > * {
  border-color: rgb(163 36 57 / 0);
}

.\*\:border-brand-red\/10 > * {
  border-color: rgb(163 36 57 / 0.1);
}

.\*\:border-brand-red\/100 > * {
  border-color: rgb(163 36 57 / 1);
}

.\*\:border-brand-red\/15 > * {
  border-color: rgb(163 36 57 / 0.15);
}

.\*\:border-brand-red\/20 > * {
  border-color: rgb(163 36 57 / 0.2);
}

.\*\:border-brand-red\/25 > * {
  border-color: rgb(163 36 57 / 0.25);
}

.\*\:border-brand-red\/30 > * {
  border-color: rgb(163 36 57 / 0.3);
}

.\*\:border-brand-red\/35 > * {
  border-color: rgb(163 36 57 / 0.35);
}

.\*\:border-brand-red\/40 > * {
  border-color: rgb(163 36 57 / 0.4);
}

.\*\:border-brand-red\/45 > * {
  border-color: rgb(163 36 57 / 0.45);
}

.\*\:border-brand-red\/5 > * {
  border-color: rgb(163 36 57 / 0.05);
}

.\*\:border-brand-red\/50 > * {
  border-color: rgb(163 36 57 / 0.5);
}

.\*\:border-brand-red\/55 > * {
  border-color: rgb(163 36 57 / 0.55);
}

.\*\:border-brand-red\/60 > * {
  border-color: rgb(163 36 57 / 0.6);
}

.\*\:border-brand-red\/65 > * {
  border-color: rgb(163 36 57 / 0.65);
}

.\*\:border-brand-red\/70 > * {
  border-color: rgb(163 36 57 / 0.7);
}

.\*\:border-brand-red\/75 > * {
  border-color: rgb(163 36 57 / 0.75);
}

.\*\:border-brand-red\/80 > * {
  border-color: rgb(163 36 57 / 0.8);
}

.\*\:border-brand-red\/85 > * {
  border-color: rgb(163 36 57 / 0.85);
}

.\*\:border-brand-red\/90 > * {
  border-color: rgb(163 36 57 / 0.9);
}

.\*\:border-brand-red\/95 > * {
  border-color: rgb(163 36 57 / 0.95);
}

.\*\:border-off-white > * {
  --tw-border-opacity: 1;
  border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
}

.\*\:border-scotial-red > * {
  --tw-border-opacity: 1;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
}

.\*\:border-scotial-red\/0 > * {
  border-color: rgb(237 17 27 / 0);
}

.\*\:border-scotial-red\/10 > * {
  border-color: rgb(237 17 27 / 0.1);
}

.\*\:border-scotial-red\/100 > * {
  border-color: rgb(237 17 27 / 1);
}

.\*\:border-scotial-red\/15 > * {
  border-color: rgb(237 17 27 / 0.15);
}

.\*\:border-scotial-red\/20 > * {
  border-color: rgb(237 17 27 / 0.2);
}

.\*\:border-scotial-red\/25 > * {
  border-color: rgb(237 17 27 / 0.25);
}

.\*\:border-scotial-red\/30 > * {
  border-color: rgb(237 17 27 / 0.3);
}

.\*\:border-scotial-red\/35 > * {
  border-color: rgb(237 17 27 / 0.35);
}

.\*\:border-scotial-red\/40 > * {
  border-color: rgb(237 17 27 / 0.4);
}

.\*\:border-scotial-red\/45 > * {
  border-color: rgb(237 17 27 / 0.45);
}

.\*\:border-scotial-red\/5 > * {
  border-color: rgb(237 17 27 / 0.05);
}

.\*\:border-scotial-red\/50 > * {
  border-color: rgb(237 17 27 / 0.5);
}

.\*\:border-scotial-red\/55 > * {
  border-color: rgb(237 17 27 / 0.55);
}

.\*\:border-scotial-red\/60 > * {
  border-color: rgb(237 17 27 / 0.6);
}

.\*\:border-scotial-red\/65 > * {
  border-color: rgb(237 17 27 / 0.65);
}

.\*\:border-scotial-red\/70 > * {
  border-color: rgb(237 17 27 / 0.7);
}

.\*\:border-scotial-red\/75 > * {
  border-color: rgb(237 17 27 / 0.75);
}

.\*\:border-scotial-red\/80 > * {
  border-color: rgb(237 17 27 / 0.8);
}

.\*\:border-scotial-red\/85 > * {
  border-color: rgb(237 17 27 / 0.85);
}

.\*\:border-scotial-red\/90 > * {
  border-color: rgb(237 17 27 / 0.9);
}

.\*\:border-scotial-red\/95 > * {
  border-color: rgb(237 17 27 / 0.95);
}

.\*\:border-souqh-orange > * {
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
}

.\*\:border-souqh-orange\/0 > * {
  border-color: rgb(244 125 97 / 0);
}

.\*\:border-souqh-orange\/10 > * {
  border-color: rgb(244 125 97 / 0.1);
}

.\*\:border-souqh-orange\/100 > * {
  border-color: rgb(244 125 97 / 1);
}

.\*\:border-souqh-orange\/15 > * {
  border-color: rgb(244 125 97 / 0.15);
}

.\*\:border-souqh-orange\/20 > * {
  border-color: rgb(244 125 97 / 0.2);
}

.\*\:border-souqh-orange\/25 > * {
  border-color: rgb(244 125 97 / 0.25);
}

.\*\:border-souqh-orange\/30 > * {
  border-color: rgb(244 125 97 / 0.3);
}

.\*\:border-souqh-orange\/35 > * {
  border-color: rgb(244 125 97 / 0.35);
}

.\*\:border-souqh-orange\/40 > * {
  border-color: rgb(244 125 97 / 0.4);
}

.\*\:border-souqh-orange\/45 > * {
  border-color: rgb(244 125 97 / 0.45);
}

.\*\:border-souqh-orange\/5 > * {
  border-color: rgb(244 125 97 / 0.05);
}

.\*\:border-souqh-orange\/50 > * {
  border-color: rgb(244 125 97 / 0.5);
}

.\*\:border-souqh-orange\/55 > * {
  border-color: rgb(244 125 97 / 0.55);
}

.\*\:border-souqh-orange\/60 > * {
  border-color: rgb(244 125 97 / 0.6);
}

.\*\:border-souqh-orange\/65 > * {
  border-color: rgb(244 125 97 / 0.65);
}

.\*\:border-souqh-orange\/70 > * {
  border-color: rgb(244 125 97 / 0.7);
}

.\*\:border-souqh-orange\/75 > * {
  border-color: rgb(244 125 97 / 0.75);
}

.\*\:border-souqh-orange\/80 > * {
  border-color: rgb(244 125 97 / 0.8);
}

.\*\:border-souqh-orange\/85 > * {
  border-color: rgb(244 125 97 / 0.85);
}

.\*\:border-souqh-orange\/90 > * {
  border-color: rgb(244 125 97 / 0.9);
}

.\*\:border-souqh-orange\/95 > * {
  border-color: rgb(244 125 97 / 0.95);
}

.\*\:border-sparrow-blue > * {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
}

.\*\:border-sparrow-blue\/0 > * {
  border-color: rgb(47 128 237 / 0);
}

.\*\:border-sparrow-blue\/10 > * {
  border-color: rgb(47 128 237 / 0.1);
}

.\*\:border-sparrow-blue\/100 > * {
  border-color: rgb(47 128 237 / 1);
}

.\*\:border-sparrow-blue\/15 > * {
  border-color: rgb(47 128 237 / 0.15);
}

.\*\:border-sparrow-blue\/20 > * {
  border-color: rgb(47 128 237 / 0.2);
}

.\*\:border-sparrow-blue\/25 > * {
  border-color: rgb(47 128 237 / 0.25);
}

.\*\:border-sparrow-blue\/30 > * {
  border-color: rgb(47 128 237 / 0.3);
}

.\*\:border-sparrow-blue\/35 > * {
  border-color: rgb(47 128 237 / 0.35);
}

.\*\:border-sparrow-blue\/40 > * {
  border-color: rgb(47 128 237 / 0.4);
}

.\*\:border-sparrow-blue\/45 > * {
  border-color: rgb(47 128 237 / 0.45);
}

.\*\:border-sparrow-blue\/5 > * {
  border-color: rgb(47 128 237 / 0.05);
}

.\*\:border-sparrow-blue\/50 > * {
  border-color: rgb(47 128 237 / 0.5);
}

.\*\:border-sparrow-blue\/55 > * {
  border-color: rgb(47 128 237 / 0.55);
}

.\*\:border-sparrow-blue\/60 > * {
  border-color: rgb(47 128 237 / 0.6);
}

.\*\:border-sparrow-blue\/65 > * {
  border-color: rgb(47 128 237 / 0.65);
}

.\*\:border-sparrow-blue\/70 > * {
  border-color: rgb(47 128 237 / 0.7);
}

.\*\:border-sparrow-blue\/75 > * {
  border-color: rgb(47 128 237 / 0.75);
}

.\*\:border-sparrow-blue\/80 > * {
  border-color: rgb(47 128 237 / 0.8);
}

.\*\:border-sparrow-blue\/85 > * {
  border-color: rgb(47 128 237 / 0.85);
}

.\*\:border-sparrow-blue\/90 > * {
  border-color: rgb(47 128 237 / 0.9);
}

.\*\:border-sparrow-blue\/95 > * {
  border-color: rgb(47 128 237 / 0.95);
}

.\*\:object-contain > * {
  -o-object-fit: contain;
     object-fit: contain;
}

.\*\:object-cover > * {
  -o-object-fit: cover;
     object-fit: cover;
}

.\*\:\!object-bottom > * {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.\*\:\!object-center > * {
  -o-object-position: center !important;
     object-position: center !important;
}

.\*\:\!object-top > * {
  -o-object-position: top !important;
     object-position: top !important;
}

.\*\:object-bottom > * {
  -o-object-position: bottom;
     object-position: bottom;
}

.\*\:object-center > * {
  -o-object-position: center;
     object-position: center;
}

.\*\:object-top > * {
  -o-object-position: top;
     object-position: top;
}

.\*\:p-4 > * {
  padding: 1rem;
}

.\*\:text-left > * {
  text-align: left;
}

.\*\:text-sm > * {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\*\:text-white > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\*\:\!shadow-2xl > * {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\*\:\!shadow-lg > * {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\*\:\!shadow-md > * {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\*\:\!shadow-sm > * {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\*\:\!shadow-xl > * {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.\*\:\!drop-shadow-2xl > * {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.\*\:\!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)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.\*\:\!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)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.\*\:\!drop-shadow-sm > * {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.\*\:\!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)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.\*\: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-sm > * {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\*\:drop-shadow-xl > * {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\*\:\!grayscale-0 > * {
  --tw-grayscale: grayscale(0) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.\*\:grayscale-0 > * {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\*\:\!backdrop-grayscale-0 > * {
  --tw-backdrop-grayscale: grayscale(0) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.\*\:backdrop-grayscale-0 > * {
  --tw-backdrop-grayscale: grayscale(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:\!top-2\.5::after {
  content: var(--tw-content);
  top: 0.625rem !important;
}

.after\:\!w-4::after {
  content: var(--tw-content);
  width: 1rem !important;
}

.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.after\:from-black::after {
  content: var(--tw-content);
  --tw-gradient-from: #1B1828 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-transparent::after {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.after\:text-3xl::after {
  content: var(--tw-content);
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:ml-0:first-child {
  margin-left: 0px;
}

.first\:mr-1:first-child {
  margin-right: 0.25rem;
}

.first\:mr-5:first-child {
  margin-right: 1.25rem;
}

.first\:border-0:first-child {
  border-width: 0px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:ml-1:last-child {
  margin-left: 0.25rem;
}

.last\:ml-5:last-child {
  margin-left: 1.25rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:pt-0:last-child {
  padding-top: 0px;
}

.checked\:\!border-accent:checked {
  --tw-border-opacity: 1 !important;
  border-color: var(--fallback-a,oklch(var(--a)/var(--tw-border-opacity, 1))) !important;
}

.checked\:\!border-info:checked {
  --tw-border-opacity: 1 !important;
  border-color: var(--fallback-in,oklch(var(--in)/var(--tw-border-opacity, 1))) !important;
}

.checked\:\!border-secondary:checked {
  --tw-border-opacity: 1 !important;
  border-color: var(--fallback-s,oklch(var(--s)/var(--tw-border-opacity, 1))) !important;
}

.checked\:\!bg-black:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1)) !important;
}

.checked\:bg-white:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.checked\:\!bg-none:checked {
  background-image: none !important;
}

.checked\:\!text-white:checked {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:cursor-default:hover {
  cursor: default;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:gap-2:hover {
  gap: 0.5rem;
}

.hover\:text-wrap:hover {
  text-wrap: wrap;
}

.hover\:\!rounded-2xl:hover {
  border-radius: 1rem !important;
}

.hover\:\!rounded-3xl:hover {
  border-radius: 1.5rem !important;
}

.hover\:\!rounded-cta-left:hover {
  border-radius: 30px 0 0 30px !important;
}

.hover\:\!rounded-full:hover {
  border-radius: 9999px !important;
}

.hover\:\!rounded-lg:hover {
  border-radius: 0.5rem !important;
}

.hover\:\!rounded-md:hover {
  border-radius: 0.375rem !important;
}

.hover\:\!rounded-rd:hover {
  border-radius: 30px !important;
}

.hover\:\!rounded-sm:hover {
  border-radius: 0.125rem !important;
}

.hover\:\!rounded-xl:hover {
  border-radius: 0.75rem !important;
}

.hover\:rounded-2xl:hover {
  border-radius: 1rem;
}

.hover\:rounded-3xl:hover {
  border-radius: 1.5rem;
}

.hover\:rounded-cta-left:hover {
  border-radius: 30px 0 0 30px;
}

.hover\:rounded-full:hover {
  border-radius: 9999px;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:rounded-rd:hover {
  border-radius: 30px;
}

.hover\:rounded-sm:hover {
  border-radius: 0.125rem;
}

.hover\:rounded-xl:hover {
  border-radius: 0.75rem;
}

.hover\:\!border-b-0:hover {
  border-bottom-width: 0px !important;
}

.hover\:\!border-b-2:hover {
  border-bottom-width: 2px !important;
}

.hover\:\!border-b-4:hover {
  border-bottom-width: 4px !important;
}

.hover\:\!border-l-0:hover {
  border-left-width: 0px !important;
}

.hover\:\!border-l-2:hover {
  border-left-width: 2px !important;
}

.hover\:\!border-l-4:hover {
  border-left-width: 4px !important;
}

.hover\:\!border-r-0:hover {
  border-right-width: 0px !important;
}

.hover\:\!border-r-2:hover {
  border-right-width: 2px !important;
}

.hover\:\!border-r-4:hover {
  border-right-width: 4px !important;
}

.hover\:border-b-0:hover {
  border-bottom-width: 0px;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}

.hover\:border-l-0:hover {
  border-left-width: 0px;
}

.hover\:border-l-2:hover {
  border-left-width: 2px;
}

.hover\:border-l-4:hover {
  border-left-width: 4px;
}

.hover\:border-r-0:hover {
  border-right-width: 0px;
}

.hover\:border-r-2:hover {
  border-right-width: 2px;
}

.hover\:border-r-4:hover {
  border-right-width: 4px;
}

.hover\:\!border-aha-pink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-aha-pink\/0:hover {
  border-color: rgb(255 0 255 / 0) !important;
}

.hover\:\!border-aha-pink\/10:hover {
  border-color: rgb(255 0 255 / 0.1) !important;
}

.hover\:\!border-aha-pink\/100:hover {
  border-color: rgb(255 0 255 / 1) !important;
}

.hover\:\!border-aha-pink\/15:hover {
  border-color: rgb(255 0 255 / 0.15) !important;
}

.hover\:\!border-aha-pink\/20:hover {
  border-color: rgb(255 0 255 / 0.2) !important;
}

.hover\:\!border-aha-pink\/25:hover {
  border-color: rgb(255 0 255 / 0.25) !important;
}

.hover\:\!border-aha-pink\/30:hover {
  border-color: rgb(255 0 255 / 0.3) !important;
}

.hover\:\!border-aha-pink\/35:hover {
  border-color: rgb(255 0 255 / 0.35) !important;
}

.hover\:\!border-aha-pink\/40:hover {
  border-color: rgb(255 0 255 / 0.4) !important;
}

.hover\:\!border-aha-pink\/45:hover {
  border-color: rgb(255 0 255 / 0.45) !important;
}

.hover\:\!border-aha-pink\/5:hover {
  border-color: rgb(255 0 255 / 0.05) !important;
}

.hover\:\!border-aha-pink\/50:hover {
  border-color: rgb(255 0 255 / 0.5) !important;
}

.hover\:\!border-aha-pink\/55:hover {
  border-color: rgb(255 0 255 / 0.55) !important;
}

.hover\:\!border-aha-pink\/60:hover {
  border-color: rgb(255 0 255 / 0.6) !important;
}

.hover\:\!border-aha-pink\/65:hover {
  border-color: rgb(255 0 255 / 0.65) !important;
}

.hover\:\!border-aha-pink\/70:hover {
  border-color: rgb(255 0 255 / 0.7) !important;
}

.hover\:\!border-aha-pink\/75:hover {
  border-color: rgb(255 0 255 / 0.75) !important;
}

.hover\:\!border-aha-pink\/80:hover {
  border-color: rgb(255 0 255 / 0.8) !important;
}

.hover\:\!border-aha-pink\/85:hover {
  border-color: rgb(255 0 255 / 0.85) !important;
}

.hover\:\!border-aha-pink\/90:hover {
  border-color: rgb(255 0 255 / 0.9) !important;
}

.hover\:\!border-aha-pink\/95:hover {
  border-color: rgb(255 0 255 / 0.95) !important;
}

.hover\:\!border-borrowell-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-borrowell-blue\/0:hover {
  border-color: rgb(52 45 141 / 0) !important;
}

.hover\:\!border-borrowell-blue\/10:hover {
  border-color: rgb(52 45 141 / 0.1) !important;
}

.hover\:\!border-borrowell-blue\/100:hover {
  border-color: rgb(52 45 141 / 1) !important;
}

.hover\:\!border-borrowell-blue\/15:hover {
  border-color: rgb(52 45 141 / 0.15) !important;
}

.hover\:\!border-borrowell-blue\/20:hover {
  border-color: rgb(52 45 141 / 0.2) !important;
}

.hover\:\!border-borrowell-blue\/25:hover {
  border-color: rgb(52 45 141 / 0.25) !important;
}

.hover\:\!border-borrowell-blue\/30:hover {
  border-color: rgb(52 45 141 / 0.3) !important;
}

.hover\:\!border-borrowell-blue\/35:hover {
  border-color: rgb(52 45 141 / 0.35) !important;
}

.hover\:\!border-borrowell-blue\/40:hover {
  border-color: rgb(52 45 141 / 0.4) !important;
}

.hover\:\!border-borrowell-blue\/45:hover {
  border-color: rgb(52 45 141 / 0.45) !important;
}

.hover\:\!border-borrowell-blue\/5:hover {
  border-color: rgb(52 45 141 / 0.05) !important;
}

.hover\:\!border-borrowell-blue\/50:hover {
  border-color: rgb(52 45 141 / 0.5) !important;
}

.hover\:\!border-borrowell-blue\/55:hover {
  border-color: rgb(52 45 141 / 0.55) !important;
}

.hover\:\!border-borrowell-blue\/60:hover {
  border-color: rgb(52 45 141 / 0.6) !important;
}

.hover\:\!border-borrowell-blue\/65:hover {
  border-color: rgb(52 45 141 / 0.65) !important;
}

.hover\:\!border-borrowell-blue\/70:hover {
  border-color: rgb(52 45 141 / 0.7) !important;
}

.hover\:\!border-borrowell-blue\/75:hover {
  border-color: rgb(52 45 141 / 0.75) !important;
}

.hover\:\!border-borrowell-blue\/80:hover {
  border-color: rgb(52 45 141 / 0.8) !important;
}

.hover\:\!border-borrowell-blue\/85:hover {
  border-color: rgb(52 45 141 / 0.85) !important;
}

.hover\:\!border-borrowell-blue\/90:hover {
  border-color: rgb(52 45 141 / 0.9) !important;
}

.hover\:\!border-borrowell-blue\/95:hover {
  border-color: rgb(52 45 141 / 0.95) !important;
}

.hover\:\!border-brand-red:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-brand-red\/0:hover {
  border-color: rgb(163 36 57 / 0) !important;
}

.hover\:\!border-brand-red\/10:hover {
  border-color: rgb(163 36 57 / 0.1) !important;
}

.hover\:\!border-brand-red\/100:hover {
  border-color: rgb(163 36 57 / 1) !important;
}

.hover\:\!border-brand-red\/15:hover {
  border-color: rgb(163 36 57 / 0.15) !important;
}

.hover\:\!border-brand-red\/20:hover {
  border-color: rgb(163 36 57 / 0.2) !important;
}

.hover\:\!border-brand-red\/25:hover {
  border-color: rgb(163 36 57 / 0.25) !important;
}

.hover\:\!border-brand-red\/30:hover {
  border-color: rgb(163 36 57 / 0.3) !important;
}

.hover\:\!border-brand-red\/35:hover {
  border-color: rgb(163 36 57 / 0.35) !important;
}

.hover\:\!border-brand-red\/40:hover {
  border-color: rgb(163 36 57 / 0.4) !important;
}

.hover\:\!border-brand-red\/45:hover {
  border-color: rgb(163 36 57 / 0.45) !important;
}

.hover\:\!border-brand-red\/5:hover {
  border-color: rgb(163 36 57 / 0.05) !important;
}

.hover\:\!border-brand-red\/50:hover {
  border-color: rgb(163 36 57 / 0.5) !important;
}

.hover\:\!border-brand-red\/55:hover {
  border-color: rgb(163 36 57 / 0.55) !important;
}

.hover\:\!border-brand-red\/60:hover {
  border-color: rgb(163 36 57 / 0.6) !important;
}

.hover\:\!border-brand-red\/65:hover {
  border-color: rgb(163 36 57 / 0.65) !important;
}

.hover\:\!border-brand-red\/70:hover {
  border-color: rgb(163 36 57 / 0.7) !important;
}

.hover\:\!border-brand-red\/75:hover {
  border-color: rgb(163 36 57 / 0.75) !important;
}

.hover\:\!border-brand-red\/80:hover {
  border-color: rgb(163 36 57 / 0.8) !important;
}

.hover\:\!border-brand-red\/85:hover {
  border-color: rgb(163 36 57 / 0.85) !important;
}

.hover\:\!border-brand-red\/90:hover {
  border-color: rgb(163 36 57 / 0.9) !important;
}

.hover\:\!border-brand-red\/95:hover {
  border-color: rgb(163 36 57 / 0.95) !important;
}

.hover\:\!border-grey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-grey\/0:hover {
  border-color: rgb(56 61 65 / 0) !important;
}

.hover\:\!border-grey\/10:hover {
  border-color: rgb(56 61 65 / 0.1) !important;
}

.hover\:\!border-grey\/100:hover {
  border-color: rgb(56 61 65 / 1) !important;
}

.hover\:\!border-grey\/15:hover {
  border-color: rgb(56 61 65 / 0.15) !important;
}

.hover\:\!border-grey\/20:hover {
  border-color: rgb(56 61 65 / 0.2) !important;
}

.hover\:\!border-grey\/25:hover {
  border-color: rgb(56 61 65 / 0.25) !important;
}

.hover\:\!border-grey\/30:hover {
  border-color: rgb(56 61 65 / 0.3) !important;
}

.hover\:\!border-grey\/35:hover {
  border-color: rgb(56 61 65 / 0.35) !important;
}

.hover\:\!border-grey\/40:hover {
  border-color: rgb(56 61 65 / 0.4) !important;
}

.hover\:\!border-grey\/45:hover {
  border-color: rgb(56 61 65 / 0.45) !important;
}

.hover\:\!border-grey\/5:hover {
  border-color: rgb(56 61 65 / 0.05) !important;
}

.hover\:\!border-grey\/50:hover {
  border-color: rgb(56 61 65 / 0.5) !important;
}

.hover\:\!border-grey\/55:hover {
  border-color: rgb(56 61 65 / 0.55) !important;
}

.hover\:\!border-grey\/60:hover {
  border-color: rgb(56 61 65 / 0.6) !important;
}

.hover\:\!border-grey\/65:hover {
  border-color: rgb(56 61 65 / 0.65) !important;
}

.hover\:\!border-grey\/70:hover {
  border-color: rgb(56 61 65 / 0.7) !important;
}

.hover\:\!border-grey\/75:hover {
  border-color: rgb(56 61 65 / 0.75) !important;
}

.hover\:\!border-grey\/80:hover {
  border-color: rgb(56 61 65 / 0.8) !important;
}

.hover\:\!border-grey\/85:hover {
  border-color: rgb(56 61 65 / 0.85) !important;
}

.hover\:\!border-grey\/90:hover {
  border-color: rgb(56 61 65 / 0.9) !important;
}

.hover\:\!border-grey\/95:hover {
  border-color: rgb(56 61 65 / 0.95) !important;
}

.hover\:\!border-light-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-light-blue\/0:hover {
  border-color: rgb(198 223 255 / 0) !important;
}

.hover\:\!border-light-blue\/10:hover {
  border-color: rgb(198 223 255 / 0.1) !important;
}

.hover\:\!border-light-blue\/100:hover {
  border-color: rgb(198 223 255 / 1) !important;
}

.hover\:\!border-light-blue\/15:hover {
  border-color: rgb(198 223 255 / 0.15) !important;
}

.hover\:\!border-light-blue\/20:hover {
  border-color: rgb(198 223 255 / 0.2) !important;
}

.hover\:\!border-light-blue\/25:hover {
  border-color: rgb(198 223 255 / 0.25) !important;
}

.hover\:\!border-light-blue\/30:hover {
  border-color: rgb(198 223 255 / 0.3) !important;
}

.hover\:\!border-light-blue\/35:hover {
  border-color: rgb(198 223 255 / 0.35) !important;
}

.hover\:\!border-light-blue\/40:hover {
  border-color: rgb(198 223 255 / 0.4) !important;
}

.hover\:\!border-light-blue\/45:hover {
  border-color: rgb(198 223 255 / 0.45) !important;
}

.hover\:\!border-light-blue\/5:hover {
  border-color: rgb(198 223 255 / 0.05) !important;
}

.hover\:\!border-light-blue\/50:hover {
  border-color: rgb(198 223 255 / 0.5) !important;
}

.hover\:\!border-light-blue\/55:hover {
  border-color: rgb(198 223 255 / 0.55) !important;
}

.hover\:\!border-light-blue\/60:hover {
  border-color: rgb(198 223 255 / 0.6) !important;
}

.hover\:\!border-light-blue\/65:hover {
  border-color: rgb(198 223 255 / 0.65) !important;
}

.hover\:\!border-light-blue\/70:hover {
  border-color: rgb(198 223 255 / 0.7) !important;
}

.hover\:\!border-light-blue\/75:hover {
  border-color: rgb(198 223 255 / 0.75) !important;
}

.hover\:\!border-light-blue\/80:hover {
  border-color: rgb(198 223 255 / 0.8) !important;
}

.hover\:\!border-light-blue\/85:hover {
  border-color: rgb(198 223 255 / 0.85) !important;
}

.hover\:\!border-light-blue\/90:hover {
  border-color: rgb(198 223 255 / 0.9) !important;
}

.hover\:\!border-light-blue\/95:hover {
  border-color: rgb(198 223 255 / 0.95) !important;
}

.hover\:\!border-light-green:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-light-green\/0:hover {
  border-color: rgb(184 241 193 / 0) !important;
}

.hover\:\!border-light-green\/10:hover {
  border-color: rgb(184 241 193 / 0.1) !important;
}

.hover\:\!border-light-green\/100:hover {
  border-color: rgb(184 241 193 / 1) !important;
}

.hover\:\!border-light-green\/15:hover {
  border-color: rgb(184 241 193 / 0.15) !important;
}

.hover\:\!border-light-green\/20:hover {
  border-color: rgb(184 241 193 / 0.2) !important;
}

.hover\:\!border-light-green\/25:hover {
  border-color: rgb(184 241 193 / 0.25) !important;
}

.hover\:\!border-light-green\/30:hover {
  border-color: rgb(184 241 193 / 0.3) !important;
}

.hover\:\!border-light-green\/35:hover {
  border-color: rgb(184 241 193 / 0.35) !important;
}

.hover\:\!border-light-green\/40:hover {
  border-color: rgb(184 241 193 / 0.4) !important;
}

.hover\:\!border-light-green\/45:hover {
  border-color: rgb(184 241 193 / 0.45) !important;
}

.hover\:\!border-light-green\/5:hover {
  border-color: rgb(184 241 193 / 0.05) !important;
}

.hover\:\!border-light-green\/50:hover {
  border-color: rgb(184 241 193 / 0.5) !important;
}

.hover\:\!border-light-green\/55:hover {
  border-color: rgb(184 241 193 / 0.55) !important;
}

.hover\:\!border-light-green\/60:hover {
  border-color: rgb(184 241 193 / 0.6) !important;
}

.hover\:\!border-light-green\/65:hover {
  border-color: rgb(184 241 193 / 0.65) !important;
}

.hover\:\!border-light-green\/70:hover {
  border-color: rgb(184 241 193 / 0.7) !important;
}

.hover\:\!border-light-green\/75:hover {
  border-color: rgb(184 241 193 / 0.75) !important;
}

.hover\:\!border-light-green\/80:hover {
  border-color: rgb(184 241 193 / 0.8) !important;
}

.hover\:\!border-light-green\/85:hover {
  border-color: rgb(184 241 193 / 0.85) !important;
}

.hover\:\!border-light-green\/90:hover {
  border-color: rgb(184 241 193 / 0.9) !important;
}

.hover\:\!border-light-green\/95:hover {
  border-color: rgb(184 241 193 / 0.95) !important;
}

.hover\:\!border-light-grey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-light-grey\/0:hover {
  border-color: rgb(226 227 229 / 0) !important;
}

.hover\:\!border-light-grey\/10:hover {
  border-color: rgb(226 227 229 / 0.1) !important;
}

.hover\:\!border-light-grey\/100:hover {
  border-color: rgb(226 227 229 / 1) !important;
}

.hover\:\!border-light-grey\/15:hover {
  border-color: rgb(226 227 229 / 0.15) !important;
}

.hover\:\!border-light-grey\/20:hover {
  border-color: rgb(226 227 229 / 0.2) !important;
}

.hover\:\!border-light-grey\/25:hover {
  border-color: rgb(226 227 229 / 0.25) !important;
}

.hover\:\!border-light-grey\/30:hover {
  border-color: rgb(226 227 229 / 0.3) !important;
}

.hover\:\!border-light-grey\/35:hover {
  border-color: rgb(226 227 229 / 0.35) !important;
}

.hover\:\!border-light-grey\/40:hover {
  border-color: rgb(226 227 229 / 0.4) !important;
}

.hover\:\!border-light-grey\/45:hover {
  border-color: rgb(226 227 229 / 0.45) !important;
}

.hover\:\!border-light-grey\/5:hover {
  border-color: rgb(226 227 229 / 0.05) !important;
}

.hover\:\!border-light-grey\/50:hover {
  border-color: rgb(226 227 229 / 0.5) !important;
}

.hover\:\!border-light-grey\/55:hover {
  border-color: rgb(226 227 229 / 0.55) !important;
}

.hover\:\!border-light-grey\/60:hover {
  border-color: rgb(226 227 229 / 0.6) !important;
}

.hover\:\!border-light-grey\/65:hover {
  border-color: rgb(226 227 229 / 0.65) !important;
}

.hover\:\!border-light-grey\/70:hover {
  border-color: rgb(226 227 229 / 0.7) !important;
}

.hover\:\!border-light-grey\/75:hover {
  border-color: rgb(226 227 229 / 0.75) !important;
}

.hover\:\!border-light-grey\/80:hover {
  border-color: rgb(226 227 229 / 0.8) !important;
}

.hover\:\!border-light-grey\/85:hover {
  border-color: rgb(226 227 229 / 0.85) !important;
}

.hover\:\!border-light-grey\/90:hover {
  border-color: rgb(226 227 229 / 0.9) !important;
}

.hover\:\!border-light-grey\/95:hover {
  border-color: rgb(226 227 229 / 0.95) !important;
}

.hover\:\!border-light-purple:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-light-purple\/0:hover {
  border-color: rgb(230 208 253 / 0) !important;
}

.hover\:\!border-light-purple\/10:hover {
  border-color: rgb(230 208 253 / 0.1) !important;
}

.hover\:\!border-light-purple\/100:hover {
  border-color: rgb(230 208 253 / 1) !important;
}

.hover\:\!border-light-purple\/15:hover {
  border-color: rgb(230 208 253 / 0.15) !important;
}

.hover\:\!border-light-purple\/20:hover {
  border-color: rgb(230 208 253 / 0.2) !important;
}

.hover\:\!border-light-purple\/25:hover {
  border-color: rgb(230 208 253 / 0.25) !important;
}

.hover\:\!border-light-purple\/30:hover {
  border-color: rgb(230 208 253 / 0.3) !important;
}

.hover\:\!border-light-purple\/35:hover {
  border-color: rgb(230 208 253 / 0.35) !important;
}

.hover\:\!border-light-purple\/40:hover {
  border-color: rgb(230 208 253 / 0.4) !important;
}

.hover\:\!border-light-purple\/45:hover {
  border-color: rgb(230 208 253 / 0.45) !important;
}

.hover\:\!border-light-purple\/5:hover {
  border-color: rgb(230 208 253 / 0.05) !important;
}

.hover\:\!border-light-purple\/50:hover {
  border-color: rgb(230 208 253 / 0.5) !important;
}

.hover\:\!border-light-purple\/55:hover {
  border-color: rgb(230 208 253 / 0.55) !important;
}

.hover\:\!border-light-purple\/60:hover {
  border-color: rgb(230 208 253 / 0.6) !important;
}

.hover\:\!border-light-purple\/65:hover {
  border-color: rgb(230 208 253 / 0.65) !important;
}

.hover\:\!border-light-purple\/70:hover {
  border-color: rgb(230 208 253 / 0.7) !important;
}

.hover\:\!border-light-purple\/75:hover {
  border-color: rgb(230 208 253 / 0.75) !important;
}

.hover\:\!border-light-purple\/80:hover {
  border-color: rgb(230 208 253 / 0.8) !important;
}

.hover\:\!border-light-purple\/85:hover {
  border-color: rgb(230 208 253 / 0.85) !important;
}

.hover\:\!border-light-purple\/90:hover {
  border-color: rgb(230 208 253 / 0.9) !important;
}

.hover\:\!border-light-purple\/95:hover {
  border-color: rgb(230 208 253 / 0.95) !important;
}

.hover\:\!border-off-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-off-white\/0:hover {
  border-color: rgb(232 234 242 / 0) !important;
}

.hover\:\!border-off-white\/10:hover {
  border-color: rgb(232 234 242 / 0.1) !important;
}

.hover\:\!border-off-white\/100:hover {
  border-color: rgb(232 234 242 / 1) !important;
}

.hover\:\!border-off-white\/15:hover {
  border-color: rgb(232 234 242 / 0.15) !important;
}

.hover\:\!border-off-white\/20:hover {
  border-color: rgb(232 234 242 / 0.2) !important;
}

.hover\:\!border-off-white\/25:hover {
  border-color: rgb(232 234 242 / 0.25) !important;
}

.hover\:\!border-off-white\/30:hover {
  border-color: rgb(232 234 242 / 0.3) !important;
}

.hover\:\!border-off-white\/35:hover {
  border-color: rgb(232 234 242 / 0.35) !important;
}

.hover\:\!border-off-white\/40:hover {
  border-color: rgb(232 234 242 / 0.4) !important;
}

.hover\:\!border-off-white\/45:hover {
  border-color: rgb(232 234 242 / 0.45) !important;
}

.hover\:\!border-off-white\/5:hover {
  border-color: rgb(232 234 242 / 0.05) !important;
}

.hover\:\!border-off-white\/50:hover {
  border-color: rgb(232 234 242 / 0.5) !important;
}

.hover\:\!border-off-white\/55:hover {
  border-color: rgb(232 234 242 / 0.55) !important;
}

.hover\:\!border-off-white\/60:hover {
  border-color: rgb(232 234 242 / 0.6) !important;
}

.hover\:\!border-off-white\/65:hover {
  border-color: rgb(232 234 242 / 0.65) !important;
}

.hover\:\!border-off-white\/70:hover {
  border-color: rgb(232 234 242 / 0.7) !important;
}

.hover\:\!border-off-white\/75:hover {
  border-color: rgb(232 234 242 / 0.75) !important;
}

.hover\:\!border-off-white\/80:hover {
  border-color: rgb(232 234 242 / 0.8) !important;
}

.hover\:\!border-off-white\/85:hover {
  border-color: rgb(232 234 242 / 0.85) !important;
}

.hover\:\!border-off-white\/90:hover {
  border-color: rgb(232 234 242 / 0.9) !important;
}

.hover\:\!border-off-white\/95:hover {
  border-color: rgb(232 234 242 / 0.95) !important;
}

.hover\:\!border-scotial-red:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-scotial-red\/0:hover {
  border-color: rgb(237 17 27 / 0) !important;
}

.hover\:\!border-scotial-red\/10:hover {
  border-color: rgb(237 17 27 / 0.1) !important;
}

.hover\:\!border-scotial-red\/100:hover {
  border-color: rgb(237 17 27 / 1) !important;
}

.hover\:\!border-scotial-red\/15:hover {
  border-color: rgb(237 17 27 / 0.15) !important;
}

.hover\:\!border-scotial-red\/20:hover {
  border-color: rgb(237 17 27 / 0.2) !important;
}

.hover\:\!border-scotial-red\/25:hover {
  border-color: rgb(237 17 27 / 0.25) !important;
}

.hover\:\!border-scotial-red\/30:hover {
  border-color: rgb(237 17 27 / 0.3) !important;
}

.hover\:\!border-scotial-red\/35:hover {
  border-color: rgb(237 17 27 / 0.35) !important;
}

.hover\:\!border-scotial-red\/40:hover {
  border-color: rgb(237 17 27 / 0.4) !important;
}

.hover\:\!border-scotial-red\/45:hover {
  border-color: rgb(237 17 27 / 0.45) !important;
}

.hover\:\!border-scotial-red\/5:hover {
  border-color: rgb(237 17 27 / 0.05) !important;
}

.hover\:\!border-scotial-red\/50:hover {
  border-color: rgb(237 17 27 / 0.5) !important;
}

.hover\:\!border-scotial-red\/55:hover {
  border-color: rgb(237 17 27 / 0.55) !important;
}

.hover\:\!border-scotial-red\/60:hover {
  border-color: rgb(237 17 27 / 0.6) !important;
}

.hover\:\!border-scotial-red\/65:hover {
  border-color: rgb(237 17 27 / 0.65) !important;
}

.hover\:\!border-scotial-red\/70:hover {
  border-color: rgb(237 17 27 / 0.7) !important;
}

.hover\:\!border-scotial-red\/75:hover {
  border-color: rgb(237 17 27 / 0.75) !important;
}

.hover\:\!border-scotial-red\/80:hover {
  border-color: rgb(237 17 27 / 0.8) !important;
}

.hover\:\!border-scotial-red\/85:hover {
  border-color: rgb(237 17 27 / 0.85) !important;
}

.hover\:\!border-scotial-red\/90:hover {
  border-color: rgb(237 17 27 / 0.9) !important;
}

.hover\:\!border-scotial-red\/95:hover {
  border-color: rgb(237 17 27 / 0.95) !important;
}

.hover\:\!border-souqh-orange:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-souqh-orange\/0:hover {
  border-color: rgb(244 125 97 / 0) !important;
}

.hover\:\!border-souqh-orange\/10:hover {
  border-color: rgb(244 125 97 / 0.1) !important;
}

.hover\:\!border-souqh-orange\/100:hover {
  border-color: rgb(244 125 97 / 1) !important;
}

.hover\:\!border-souqh-orange\/15:hover {
  border-color: rgb(244 125 97 / 0.15) !important;
}

.hover\:\!border-souqh-orange\/20:hover {
  border-color: rgb(244 125 97 / 0.2) !important;
}

.hover\:\!border-souqh-orange\/25:hover {
  border-color: rgb(244 125 97 / 0.25) !important;
}

.hover\:\!border-souqh-orange\/30:hover {
  border-color: rgb(244 125 97 / 0.3) !important;
}

.hover\:\!border-souqh-orange\/35:hover {
  border-color: rgb(244 125 97 / 0.35) !important;
}

.hover\:\!border-souqh-orange\/40:hover {
  border-color: rgb(244 125 97 / 0.4) !important;
}

.hover\:\!border-souqh-orange\/45:hover {
  border-color: rgb(244 125 97 / 0.45) !important;
}

.hover\:\!border-souqh-orange\/5:hover {
  border-color: rgb(244 125 97 / 0.05) !important;
}

.hover\:\!border-souqh-orange\/50:hover {
  border-color: rgb(244 125 97 / 0.5) !important;
}

.hover\:\!border-souqh-orange\/55:hover {
  border-color: rgb(244 125 97 / 0.55) !important;
}

.hover\:\!border-souqh-orange\/60:hover {
  border-color: rgb(244 125 97 / 0.6) !important;
}

.hover\:\!border-souqh-orange\/65:hover {
  border-color: rgb(244 125 97 / 0.65) !important;
}

.hover\:\!border-souqh-orange\/70:hover {
  border-color: rgb(244 125 97 / 0.7) !important;
}

.hover\:\!border-souqh-orange\/75:hover {
  border-color: rgb(244 125 97 / 0.75) !important;
}

.hover\:\!border-souqh-orange\/80:hover {
  border-color: rgb(244 125 97 / 0.8) !important;
}

.hover\:\!border-souqh-orange\/85:hover {
  border-color: rgb(244 125 97 / 0.85) !important;
}

.hover\:\!border-souqh-orange\/90:hover {
  border-color: rgb(244 125 97 / 0.9) !important;
}

.hover\:\!border-souqh-orange\/95:hover {
  border-color: rgb(244 125 97 / 0.95) !important;
}

.hover\:\!border-sparrow-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-sparrow-blue\/0:hover {
  border-color: rgb(47 128 237 / 0) !important;
}

.hover\:\!border-sparrow-blue\/10:hover {
  border-color: rgb(47 128 237 / 0.1) !important;
}

.hover\:\!border-sparrow-blue\/100:hover {
  border-color: rgb(47 128 237 / 1) !important;
}

.hover\:\!border-sparrow-blue\/15:hover {
  border-color: rgb(47 128 237 / 0.15) !important;
}

.hover\:\!border-sparrow-blue\/20:hover {
  border-color: rgb(47 128 237 / 0.2) !important;
}

.hover\:\!border-sparrow-blue\/25:hover {
  border-color: rgb(47 128 237 / 0.25) !important;
}

.hover\:\!border-sparrow-blue\/30:hover {
  border-color: rgb(47 128 237 / 0.3) !important;
}

.hover\:\!border-sparrow-blue\/35:hover {
  border-color: rgb(47 128 237 / 0.35) !important;
}

.hover\:\!border-sparrow-blue\/40:hover {
  border-color: rgb(47 128 237 / 0.4) !important;
}

.hover\:\!border-sparrow-blue\/45:hover {
  border-color: rgb(47 128 237 / 0.45) !important;
}

.hover\:\!border-sparrow-blue\/5:hover {
  border-color: rgb(47 128 237 / 0.05) !important;
}

.hover\:\!border-sparrow-blue\/50:hover {
  border-color: rgb(47 128 237 / 0.5) !important;
}

.hover\:\!border-sparrow-blue\/55:hover {
  border-color: rgb(47 128 237 / 0.55) !important;
}

.hover\:\!border-sparrow-blue\/60:hover {
  border-color: rgb(47 128 237 / 0.6) !important;
}

.hover\:\!border-sparrow-blue\/65:hover {
  border-color: rgb(47 128 237 / 0.65) !important;
}

.hover\:\!border-sparrow-blue\/70:hover {
  border-color: rgb(47 128 237 / 0.7) !important;
}

.hover\:\!border-sparrow-blue\/75:hover {
  border-color: rgb(47 128 237 / 0.75) !important;
}

.hover\:\!border-sparrow-blue\/80:hover {
  border-color: rgb(47 128 237 / 0.8) !important;
}

.hover\:\!border-sparrow-blue\/85:hover {
  border-color: rgb(47 128 237 / 0.85) !important;
}

.hover\:\!border-sparrow-blue\/90:hover {
  border-color: rgb(47 128 237 / 0.9) !important;
}

.hover\:\!border-sparrow-blue\/95:hover {
  border-color: rgb(47 128 237 / 0.95) !important;
}

.hover\:\!border-transparent:hover {
  border-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:\!border-yellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!border-yellow\/0:hover {
  border-color: rgb(255 244 182 / 0) !important;
}

.hover\:\!border-yellow\/10:hover {
  border-color: rgb(255 244 182 / 0.1) !important;
}

.hover\:\!border-yellow\/100:hover {
  border-color: rgb(255 244 182 / 1) !important;
}

.hover\:\!border-yellow\/15:hover {
  border-color: rgb(255 244 182 / 0.15) !important;
}

.hover\:\!border-yellow\/20:hover {
  border-color: rgb(255 244 182 / 0.2) !important;
}

.hover\:\!border-yellow\/25:hover {
  border-color: rgb(255 244 182 / 0.25) !important;
}

.hover\:\!border-yellow\/30:hover {
  border-color: rgb(255 244 182 / 0.3) !important;
}

.hover\:\!border-yellow\/35:hover {
  border-color: rgb(255 244 182 / 0.35) !important;
}

.hover\:\!border-yellow\/40:hover {
  border-color: rgb(255 244 182 / 0.4) !important;
}

.hover\:\!border-yellow\/45:hover {
  border-color: rgb(255 244 182 / 0.45) !important;
}

.hover\:\!border-yellow\/5:hover {
  border-color: rgb(255 244 182 / 0.05) !important;
}

.hover\:\!border-yellow\/50:hover {
  border-color: rgb(255 244 182 / 0.5) !important;
}

.hover\:\!border-yellow\/55:hover {
  border-color: rgb(255 244 182 / 0.55) !important;
}

.hover\:\!border-yellow\/60:hover {
  border-color: rgb(255 244 182 / 0.6) !important;
}

.hover\:\!border-yellow\/65:hover {
  border-color: rgb(255 244 182 / 0.65) !important;
}

.hover\:\!border-yellow\/70:hover {
  border-color: rgb(255 244 182 / 0.7) !important;
}

.hover\:\!border-yellow\/75:hover {
  border-color: rgb(255 244 182 / 0.75) !important;
}

.hover\:\!border-yellow\/80:hover {
  border-color: rgb(255 244 182 / 0.8) !important;
}

.hover\:\!border-yellow\/85:hover {
  border-color: rgb(255 244 182 / 0.85) !important;
}

.hover\:\!border-yellow\/90:hover {
  border-color: rgb(255 244 182 / 0.9) !important;
}

.hover\:\!border-yellow\/95:hover {
  border-color: rgb(255 244 182 / 0.95) !important;
}

.hover\:border-aha-pink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
}

.hover\:border-aha-pink\/0:hover {
  border-color: rgb(255 0 255 / 0);
}

.hover\:border-aha-pink\/10:hover {
  border-color: rgb(255 0 255 / 0.1);
}

.hover\:border-aha-pink\/100:hover {
  border-color: rgb(255 0 255 / 1);
}

.hover\:border-aha-pink\/15:hover {
  border-color: rgb(255 0 255 / 0.15);
}

.hover\:border-aha-pink\/20:hover {
  border-color: rgb(255 0 255 / 0.2);
}

.hover\:border-aha-pink\/25:hover {
  border-color: rgb(255 0 255 / 0.25);
}

.hover\:border-aha-pink\/30:hover {
  border-color: rgb(255 0 255 / 0.3);
}

.hover\:border-aha-pink\/35:hover {
  border-color: rgb(255 0 255 / 0.35);
}

.hover\:border-aha-pink\/40:hover {
  border-color: rgb(255 0 255 / 0.4);
}

.hover\:border-aha-pink\/45:hover {
  border-color: rgb(255 0 255 / 0.45);
}

.hover\:border-aha-pink\/5:hover {
  border-color: rgb(255 0 255 / 0.05);
}

.hover\:border-aha-pink\/50:hover {
  border-color: rgb(255 0 255 / 0.5);
}

.hover\:border-aha-pink\/55:hover {
  border-color: rgb(255 0 255 / 0.55);
}

.hover\:border-aha-pink\/60:hover {
  border-color: rgb(255 0 255 / 0.6);
}

.hover\:border-aha-pink\/65:hover {
  border-color: rgb(255 0 255 / 0.65);
}

.hover\:border-aha-pink\/70:hover {
  border-color: rgb(255 0 255 / 0.7);
}

.hover\:border-aha-pink\/75:hover {
  border-color: rgb(255 0 255 / 0.75);
}

.hover\:border-aha-pink\/80:hover {
  border-color: rgb(255 0 255 / 0.8);
}

.hover\:border-aha-pink\/85:hover {
  border-color: rgb(255 0 255 / 0.85);
}

.hover\:border-aha-pink\/90:hover {
  border-color: rgb(255 0 255 / 0.9);
}

.hover\:border-aha-pink\/95:hover {
  border-color: rgb(255 0 255 / 0.95);
}

.hover\:border-borrowell-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
}

.hover\:border-borrowell-blue\/0:hover {
  border-color: rgb(52 45 141 / 0);
}

.hover\:border-borrowell-blue\/10:hover {
  border-color: rgb(52 45 141 / 0.1);
}

.hover\:border-borrowell-blue\/100:hover {
  border-color: rgb(52 45 141 / 1);
}

.hover\:border-borrowell-blue\/15:hover {
  border-color: rgb(52 45 141 / 0.15);
}

.hover\:border-borrowell-blue\/20:hover {
  border-color: rgb(52 45 141 / 0.2);
}

.hover\:border-borrowell-blue\/25:hover {
  border-color: rgb(52 45 141 / 0.25);
}

.hover\:border-borrowell-blue\/30:hover {
  border-color: rgb(52 45 141 / 0.3);
}

.hover\:border-borrowell-blue\/35:hover {
  border-color: rgb(52 45 141 / 0.35);
}

.hover\:border-borrowell-blue\/40:hover {
  border-color: rgb(52 45 141 / 0.4);
}

.hover\:border-borrowell-blue\/45:hover {
  border-color: rgb(52 45 141 / 0.45);
}

.hover\:border-borrowell-blue\/5:hover {
  border-color: rgb(52 45 141 / 0.05);
}

.hover\:border-borrowell-blue\/50:hover {
  border-color: rgb(52 45 141 / 0.5);
}

.hover\:border-borrowell-blue\/55:hover {
  border-color: rgb(52 45 141 / 0.55);
}

.hover\:border-borrowell-blue\/60:hover {
  border-color: rgb(52 45 141 / 0.6);
}

.hover\:border-borrowell-blue\/65:hover {
  border-color: rgb(52 45 141 / 0.65);
}

.hover\:border-borrowell-blue\/70:hover {
  border-color: rgb(52 45 141 / 0.7);
}

.hover\:border-borrowell-blue\/75:hover {
  border-color: rgb(52 45 141 / 0.75);
}

.hover\:border-borrowell-blue\/80:hover {
  border-color: rgb(52 45 141 / 0.8);
}

.hover\:border-borrowell-blue\/85:hover {
  border-color: rgb(52 45 141 / 0.85);
}

.hover\:border-borrowell-blue\/90:hover {
  border-color: rgb(52 45 141 / 0.9);
}

.hover\:border-borrowell-blue\/95:hover {
  border-color: rgb(52 45 141 / 0.95);
}

.hover\:border-brand-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-red\/0:hover {
  border-color: rgb(163 36 57 / 0);
}

.hover\:border-brand-red\/10:hover {
  border-color: rgb(163 36 57 / 0.1);
}

.hover\:border-brand-red\/100:hover {
  border-color: rgb(163 36 57 / 1);
}

.hover\:border-brand-red\/15:hover {
  border-color: rgb(163 36 57 / 0.15);
}

.hover\:border-brand-red\/20:hover {
  border-color: rgb(163 36 57 / 0.2);
}

.hover\:border-brand-red\/25:hover {
  border-color: rgb(163 36 57 / 0.25);
}

.hover\:border-brand-red\/30:hover {
  border-color: rgb(163 36 57 / 0.3);
}

.hover\:border-brand-red\/35:hover {
  border-color: rgb(163 36 57 / 0.35);
}

.hover\:border-brand-red\/40:hover {
  border-color: rgb(163 36 57 / 0.4);
}

.hover\:border-brand-red\/45:hover {
  border-color: rgb(163 36 57 / 0.45);
}

.hover\:border-brand-red\/5:hover {
  border-color: rgb(163 36 57 / 0.05);
}

.hover\:border-brand-red\/50:hover {
  border-color: rgb(163 36 57 / 0.5);
}

.hover\:border-brand-red\/55:hover {
  border-color: rgb(163 36 57 / 0.55);
}

.hover\:border-brand-red\/60:hover {
  border-color: rgb(163 36 57 / 0.6);
}

.hover\:border-brand-red\/65:hover {
  border-color: rgb(163 36 57 / 0.65);
}

.hover\:border-brand-red\/70:hover {
  border-color: rgb(163 36 57 / 0.7);
}

.hover\:border-brand-red\/75:hover {
  border-color: rgb(163 36 57 / 0.75);
}

.hover\:border-brand-red\/80:hover {
  border-color: rgb(163 36 57 / 0.8);
}

.hover\:border-brand-red\/85:hover {
  border-color: rgb(163 36 57 / 0.85);
}

.hover\:border-brand-red\/90:hover {
  border-color: rgb(163 36 57 / 0.9);
}

.hover\:border-brand-red\/95:hover {
  border-color: rgb(163 36 57 / 0.95);
}

.hover\:border-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
}

.hover\:border-grey\/0:hover {
  border-color: rgb(56 61 65 / 0);
}

.hover\:border-grey\/10:hover {
  border-color: rgb(56 61 65 / 0.1);
}

.hover\:border-grey\/100:hover {
  border-color: rgb(56 61 65 / 1);
}

.hover\:border-grey\/15:hover {
  border-color: rgb(56 61 65 / 0.15);
}

.hover\:border-grey\/20:hover {
  border-color: rgb(56 61 65 / 0.2);
}

.hover\:border-grey\/25:hover {
  border-color: rgb(56 61 65 / 0.25);
}

.hover\:border-grey\/30:hover {
  border-color: rgb(56 61 65 / 0.3);
}

.hover\:border-grey\/35:hover {
  border-color: rgb(56 61 65 / 0.35);
}

.hover\:border-grey\/40:hover {
  border-color: rgb(56 61 65 / 0.4);
}

.hover\:border-grey\/45:hover {
  border-color: rgb(56 61 65 / 0.45);
}

.hover\:border-grey\/5:hover {
  border-color: rgb(56 61 65 / 0.05);
}

.hover\:border-grey\/50:hover {
  border-color: rgb(56 61 65 / 0.5);
}

.hover\:border-grey\/55:hover {
  border-color: rgb(56 61 65 / 0.55);
}

.hover\:border-grey\/60:hover {
  border-color: rgb(56 61 65 / 0.6);
}

.hover\:border-grey\/65:hover {
  border-color: rgb(56 61 65 / 0.65);
}

.hover\:border-grey\/70:hover {
  border-color: rgb(56 61 65 / 0.7);
}

.hover\:border-grey\/75:hover {
  border-color: rgb(56 61 65 / 0.75);
}

.hover\:border-grey\/80:hover {
  border-color: rgb(56 61 65 / 0.8);
}

.hover\:border-grey\/85:hover {
  border-color: rgb(56 61 65 / 0.85);
}

.hover\:border-grey\/90:hover {
  border-color: rgb(56 61 65 / 0.9);
}

.hover\:border-grey\/95:hover {
  border-color: rgb(56 61 65 / 0.95);
}

.hover\:border-light-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
}

.hover\:border-light-blue\/0:hover {
  border-color: rgb(198 223 255 / 0);
}

.hover\:border-light-blue\/10:hover {
  border-color: rgb(198 223 255 / 0.1);
}

.hover\:border-light-blue\/100:hover {
  border-color: rgb(198 223 255 / 1);
}

.hover\:border-light-blue\/15:hover {
  border-color: rgb(198 223 255 / 0.15);
}

.hover\:border-light-blue\/20:hover {
  border-color: rgb(198 223 255 / 0.2);
}

.hover\:border-light-blue\/25:hover {
  border-color: rgb(198 223 255 / 0.25);
}

.hover\:border-light-blue\/30:hover {
  border-color: rgb(198 223 255 / 0.3);
}

.hover\:border-light-blue\/35:hover {
  border-color: rgb(198 223 255 / 0.35);
}

.hover\:border-light-blue\/40:hover {
  border-color: rgb(198 223 255 / 0.4);
}

.hover\:border-light-blue\/45:hover {
  border-color: rgb(198 223 255 / 0.45);
}

.hover\:border-light-blue\/5:hover {
  border-color: rgb(198 223 255 / 0.05);
}

.hover\:border-light-blue\/50:hover {
  border-color: rgb(198 223 255 / 0.5);
}

.hover\:border-light-blue\/55:hover {
  border-color: rgb(198 223 255 / 0.55);
}

.hover\:border-light-blue\/60:hover {
  border-color: rgb(198 223 255 / 0.6);
}

.hover\:border-light-blue\/65:hover {
  border-color: rgb(198 223 255 / 0.65);
}

.hover\:border-light-blue\/70:hover {
  border-color: rgb(198 223 255 / 0.7);
}

.hover\:border-light-blue\/75:hover {
  border-color: rgb(198 223 255 / 0.75);
}

.hover\:border-light-blue\/80:hover {
  border-color: rgb(198 223 255 / 0.8);
}

.hover\:border-light-blue\/85:hover {
  border-color: rgb(198 223 255 / 0.85);
}

.hover\:border-light-blue\/90:hover {
  border-color: rgb(198 223 255 / 0.9);
}

.hover\:border-light-blue\/95:hover {
  border-color: rgb(198 223 255 / 0.95);
}

.hover\:border-light-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
}

.hover\:border-light-green\/0:hover {
  border-color: rgb(184 241 193 / 0);
}

.hover\:border-light-green\/10:hover {
  border-color: rgb(184 241 193 / 0.1);
}

.hover\:border-light-green\/100:hover {
  border-color: rgb(184 241 193 / 1);
}

.hover\:border-light-green\/15:hover {
  border-color: rgb(184 241 193 / 0.15);
}

.hover\:border-light-green\/20:hover {
  border-color: rgb(184 241 193 / 0.2);
}

.hover\:border-light-green\/25:hover {
  border-color: rgb(184 241 193 / 0.25);
}

.hover\:border-light-green\/30:hover {
  border-color: rgb(184 241 193 / 0.3);
}

.hover\:border-light-green\/35:hover {
  border-color: rgb(184 241 193 / 0.35);
}

.hover\:border-light-green\/40:hover {
  border-color: rgb(184 241 193 / 0.4);
}

.hover\:border-light-green\/45:hover {
  border-color: rgb(184 241 193 / 0.45);
}

.hover\:border-light-green\/5:hover {
  border-color: rgb(184 241 193 / 0.05);
}

.hover\:border-light-green\/50:hover {
  border-color: rgb(184 241 193 / 0.5);
}

.hover\:border-light-green\/55:hover {
  border-color: rgb(184 241 193 / 0.55);
}

.hover\:border-light-green\/60:hover {
  border-color: rgb(184 241 193 / 0.6);
}

.hover\:border-light-green\/65:hover {
  border-color: rgb(184 241 193 / 0.65);
}

.hover\:border-light-green\/70:hover {
  border-color: rgb(184 241 193 / 0.7);
}

.hover\:border-light-green\/75:hover {
  border-color: rgb(184 241 193 / 0.75);
}

.hover\:border-light-green\/80:hover {
  border-color: rgb(184 241 193 / 0.8);
}

.hover\:border-light-green\/85:hover {
  border-color: rgb(184 241 193 / 0.85);
}

.hover\:border-light-green\/90:hover {
  border-color: rgb(184 241 193 / 0.9);
}

.hover\:border-light-green\/95:hover {
  border-color: rgb(184 241 193 / 0.95);
}

.hover\:border-light-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
}

.hover\:border-light-grey\/0:hover {
  border-color: rgb(226 227 229 / 0);
}

.hover\:border-light-grey\/10:hover {
  border-color: rgb(226 227 229 / 0.1);
}

.hover\:border-light-grey\/100:hover {
  border-color: rgb(226 227 229 / 1);
}

.hover\:border-light-grey\/15:hover {
  border-color: rgb(226 227 229 / 0.15);
}

.hover\:border-light-grey\/20:hover {
  border-color: rgb(226 227 229 / 0.2);
}

.hover\:border-light-grey\/25:hover {
  border-color: rgb(226 227 229 / 0.25);
}

.hover\:border-light-grey\/30:hover {
  border-color: rgb(226 227 229 / 0.3);
}

.hover\:border-light-grey\/35:hover {
  border-color: rgb(226 227 229 / 0.35);
}

.hover\:border-light-grey\/40:hover {
  border-color: rgb(226 227 229 / 0.4);
}

.hover\:border-light-grey\/45:hover {
  border-color: rgb(226 227 229 / 0.45);
}

.hover\:border-light-grey\/5:hover {
  border-color: rgb(226 227 229 / 0.05);
}

.hover\:border-light-grey\/50:hover {
  border-color: rgb(226 227 229 / 0.5);
}

.hover\:border-light-grey\/55:hover {
  border-color: rgb(226 227 229 / 0.55);
}

.hover\:border-light-grey\/60:hover {
  border-color: rgb(226 227 229 / 0.6);
}

.hover\:border-light-grey\/65:hover {
  border-color: rgb(226 227 229 / 0.65);
}

.hover\:border-light-grey\/70:hover {
  border-color: rgb(226 227 229 / 0.7);
}

.hover\:border-light-grey\/75:hover {
  border-color: rgb(226 227 229 / 0.75);
}

.hover\:border-light-grey\/80:hover {
  border-color: rgb(226 227 229 / 0.8);
}

.hover\:border-light-grey\/85:hover {
  border-color: rgb(226 227 229 / 0.85);
}

.hover\:border-light-grey\/90:hover {
  border-color: rgb(226 227 229 / 0.9);
}

.hover\:border-light-grey\/95:hover {
  border-color: rgb(226 227 229 / 0.95);
}

.hover\:border-light-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
}

.hover\:border-light-purple\/0:hover {
  border-color: rgb(230 208 253 / 0);
}

.hover\:border-light-purple\/10:hover {
  border-color: rgb(230 208 253 / 0.1);
}

.hover\:border-light-purple\/100:hover {
  border-color: rgb(230 208 253 / 1);
}

.hover\:border-light-purple\/15:hover {
  border-color: rgb(230 208 253 / 0.15);
}

.hover\:border-light-purple\/20:hover {
  border-color: rgb(230 208 253 / 0.2);
}

.hover\:border-light-purple\/25:hover {
  border-color: rgb(230 208 253 / 0.25);
}

.hover\:border-light-purple\/30:hover {
  border-color: rgb(230 208 253 / 0.3);
}

.hover\:border-light-purple\/35:hover {
  border-color: rgb(230 208 253 / 0.35);
}

.hover\:border-light-purple\/40:hover {
  border-color: rgb(230 208 253 / 0.4);
}

.hover\:border-light-purple\/45:hover {
  border-color: rgb(230 208 253 / 0.45);
}

.hover\:border-light-purple\/5:hover {
  border-color: rgb(230 208 253 / 0.05);
}

.hover\:border-light-purple\/50:hover {
  border-color: rgb(230 208 253 / 0.5);
}

.hover\:border-light-purple\/55:hover {
  border-color: rgb(230 208 253 / 0.55);
}

.hover\:border-light-purple\/60:hover {
  border-color: rgb(230 208 253 / 0.6);
}

.hover\:border-light-purple\/65:hover {
  border-color: rgb(230 208 253 / 0.65);
}

.hover\:border-light-purple\/70:hover {
  border-color: rgb(230 208 253 / 0.7);
}

.hover\:border-light-purple\/75:hover {
  border-color: rgb(230 208 253 / 0.75);
}

.hover\:border-light-purple\/80:hover {
  border-color: rgb(230 208 253 / 0.8);
}

.hover\:border-light-purple\/85:hover {
  border-color: rgb(230 208 253 / 0.85);
}

.hover\:border-light-purple\/90:hover {
  border-color: rgb(230 208 253 / 0.9);
}

.hover\:border-light-purple\/95:hover {
  border-color: rgb(230 208 253 / 0.95);
}

.hover\:border-off-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
}

.hover\:border-off-white\/0:hover {
  border-color: rgb(232 234 242 / 0);
}

.hover\:border-off-white\/10:hover {
  border-color: rgb(232 234 242 / 0.1);
}

.hover\:border-off-white\/100:hover {
  border-color: rgb(232 234 242 / 1);
}

.hover\:border-off-white\/15:hover {
  border-color: rgb(232 234 242 / 0.15);
}

.hover\:border-off-white\/20:hover {
  border-color: rgb(232 234 242 / 0.2);
}

.hover\:border-off-white\/25:hover {
  border-color: rgb(232 234 242 / 0.25);
}

.hover\:border-off-white\/30:hover {
  border-color: rgb(232 234 242 / 0.3);
}

.hover\:border-off-white\/35:hover {
  border-color: rgb(232 234 242 / 0.35);
}

.hover\:border-off-white\/40:hover {
  border-color: rgb(232 234 242 / 0.4);
}

.hover\:border-off-white\/45:hover {
  border-color: rgb(232 234 242 / 0.45);
}

.hover\:border-off-white\/5:hover {
  border-color: rgb(232 234 242 / 0.05);
}

.hover\:border-off-white\/50:hover {
  border-color: rgb(232 234 242 / 0.5);
}

.hover\:border-off-white\/55:hover {
  border-color: rgb(232 234 242 / 0.55);
}

.hover\:border-off-white\/60:hover {
  border-color: rgb(232 234 242 / 0.6);
}

.hover\:border-off-white\/65:hover {
  border-color: rgb(232 234 242 / 0.65);
}

.hover\:border-off-white\/70:hover {
  border-color: rgb(232 234 242 / 0.7);
}

.hover\:border-off-white\/75:hover {
  border-color: rgb(232 234 242 / 0.75);
}

.hover\:border-off-white\/80:hover {
  border-color: rgb(232 234 242 / 0.8);
}

.hover\:border-off-white\/85:hover {
  border-color: rgb(232 234 242 / 0.85);
}

.hover\:border-off-white\/90:hover {
  border-color: rgb(232 234 242 / 0.9);
}

.hover\:border-off-white\/95:hover {
  border-color: rgb(232 234 242 / 0.95);
}

.hover\:border-scotial-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
}

.hover\:border-scotial-red\/0:hover {
  border-color: rgb(237 17 27 / 0);
}

.hover\:border-scotial-red\/10:hover {
  border-color: rgb(237 17 27 / 0.1);
}

.hover\:border-scotial-red\/100:hover {
  border-color: rgb(237 17 27 / 1);
}

.hover\:border-scotial-red\/15:hover {
  border-color: rgb(237 17 27 / 0.15);
}

.hover\:border-scotial-red\/20:hover {
  border-color: rgb(237 17 27 / 0.2);
}

.hover\:border-scotial-red\/25:hover {
  border-color: rgb(237 17 27 / 0.25);
}

.hover\:border-scotial-red\/30:hover {
  border-color: rgb(237 17 27 / 0.3);
}

.hover\:border-scotial-red\/35:hover {
  border-color: rgb(237 17 27 / 0.35);
}

.hover\:border-scotial-red\/40:hover {
  border-color: rgb(237 17 27 / 0.4);
}

.hover\:border-scotial-red\/45:hover {
  border-color: rgb(237 17 27 / 0.45);
}

.hover\:border-scotial-red\/5:hover {
  border-color: rgb(237 17 27 / 0.05);
}

.hover\:border-scotial-red\/50:hover {
  border-color: rgb(237 17 27 / 0.5);
}

.hover\:border-scotial-red\/55:hover {
  border-color: rgb(237 17 27 / 0.55);
}

.hover\:border-scotial-red\/60:hover {
  border-color: rgb(237 17 27 / 0.6);
}

.hover\:border-scotial-red\/65:hover {
  border-color: rgb(237 17 27 / 0.65);
}

.hover\:border-scotial-red\/70:hover {
  border-color: rgb(237 17 27 / 0.7);
}

.hover\:border-scotial-red\/75:hover {
  border-color: rgb(237 17 27 / 0.75);
}

.hover\:border-scotial-red\/80:hover {
  border-color: rgb(237 17 27 / 0.8);
}

.hover\:border-scotial-red\/85:hover {
  border-color: rgb(237 17 27 / 0.85);
}

.hover\:border-scotial-red\/90:hover {
  border-color: rgb(237 17 27 / 0.9);
}

.hover\:border-scotial-red\/95:hover {
  border-color: rgb(237 17 27 / 0.95);
}

.hover\:border-souqh-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
}

.hover\:border-souqh-orange\/0:hover {
  border-color: rgb(244 125 97 / 0);
}

.hover\:border-souqh-orange\/10:hover {
  border-color: rgb(244 125 97 / 0.1);
}

.hover\:border-souqh-orange\/100:hover {
  border-color: rgb(244 125 97 / 1);
}

.hover\:border-souqh-orange\/15:hover {
  border-color: rgb(244 125 97 / 0.15);
}

.hover\:border-souqh-orange\/20:hover {
  border-color: rgb(244 125 97 / 0.2);
}

.hover\:border-souqh-orange\/25:hover {
  border-color: rgb(244 125 97 / 0.25);
}

.hover\:border-souqh-orange\/30:hover {
  border-color: rgb(244 125 97 / 0.3);
}

.hover\:border-souqh-orange\/35:hover {
  border-color: rgb(244 125 97 / 0.35);
}

.hover\:border-souqh-orange\/40:hover {
  border-color: rgb(244 125 97 / 0.4);
}

.hover\:border-souqh-orange\/45:hover {
  border-color: rgb(244 125 97 / 0.45);
}

.hover\:border-souqh-orange\/5:hover {
  border-color: rgb(244 125 97 / 0.05);
}

.hover\:border-souqh-orange\/50:hover {
  border-color: rgb(244 125 97 / 0.5);
}

.hover\:border-souqh-orange\/55:hover {
  border-color: rgb(244 125 97 / 0.55);
}

.hover\:border-souqh-orange\/60:hover {
  border-color: rgb(244 125 97 / 0.6);
}

.hover\:border-souqh-orange\/65:hover {
  border-color: rgb(244 125 97 / 0.65);
}

.hover\:border-souqh-orange\/70:hover {
  border-color: rgb(244 125 97 / 0.7);
}

.hover\:border-souqh-orange\/75:hover {
  border-color: rgb(244 125 97 / 0.75);
}

.hover\:border-souqh-orange\/80:hover {
  border-color: rgb(244 125 97 / 0.8);
}

.hover\:border-souqh-orange\/85:hover {
  border-color: rgb(244 125 97 / 0.85);
}

.hover\:border-souqh-orange\/90:hover {
  border-color: rgb(244 125 97 / 0.9);
}

.hover\:border-souqh-orange\/95:hover {
  border-color: rgb(244 125 97 / 0.95);
}

.hover\:border-sparrow-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
}

.hover\:border-sparrow-blue\/0:hover {
  border-color: rgb(47 128 237 / 0);
}

.hover\:border-sparrow-blue\/10:hover {
  border-color: rgb(47 128 237 / 0.1);
}

.hover\:border-sparrow-blue\/100:hover {
  border-color: rgb(47 128 237 / 1);
}

.hover\:border-sparrow-blue\/15:hover {
  border-color: rgb(47 128 237 / 0.15);
}

.hover\:border-sparrow-blue\/20:hover {
  border-color: rgb(47 128 237 / 0.2);
}

.hover\:border-sparrow-blue\/25:hover {
  border-color: rgb(47 128 237 / 0.25);
}

.hover\:border-sparrow-blue\/30:hover {
  border-color: rgb(47 128 237 / 0.3);
}

.hover\:border-sparrow-blue\/35:hover {
  border-color: rgb(47 128 237 / 0.35);
}

.hover\:border-sparrow-blue\/40:hover {
  border-color: rgb(47 128 237 / 0.4);
}

.hover\:border-sparrow-blue\/45:hover {
  border-color: rgb(47 128 237 / 0.45);
}

.hover\:border-sparrow-blue\/5:hover {
  border-color: rgb(47 128 237 / 0.05);
}

.hover\:border-sparrow-blue\/50:hover {
  border-color: rgb(47 128 237 / 0.5);
}

.hover\:border-sparrow-blue\/55:hover {
  border-color: rgb(47 128 237 / 0.55);
}

.hover\:border-sparrow-blue\/60:hover {
  border-color: rgb(47 128 237 / 0.6);
}

.hover\:border-sparrow-blue\/65:hover {
  border-color: rgb(47 128 237 / 0.65);
}

.hover\:border-sparrow-blue\/70:hover {
  border-color: rgb(47 128 237 / 0.7);
}

.hover\:border-sparrow-blue\/75:hover {
  border-color: rgb(47 128 237 / 0.75);
}

.hover\:border-sparrow-blue\/80:hover {
  border-color: rgb(47 128 237 / 0.8);
}

.hover\:border-sparrow-blue\/85:hover {
  border-color: rgb(47 128 237 / 0.85);
}

.hover\:border-sparrow-blue\/90:hover {
  border-color: rgb(47 128 237 / 0.9);
}

.hover\:border-sparrow-blue\/95:hover {
  border-color: rgb(47 128 237 / 0.95);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow\/0:hover {
  border-color: rgb(255 244 182 / 0);
}

.hover\:border-yellow\/10:hover {
  border-color: rgb(255 244 182 / 0.1);
}

.hover\:border-yellow\/100:hover {
  border-color: rgb(255 244 182 / 1);
}

.hover\:border-yellow\/15:hover {
  border-color: rgb(255 244 182 / 0.15);
}

.hover\:border-yellow\/20:hover {
  border-color: rgb(255 244 182 / 0.2);
}

.hover\:border-yellow\/25:hover {
  border-color: rgb(255 244 182 / 0.25);
}

.hover\:border-yellow\/30:hover {
  border-color: rgb(255 244 182 / 0.3);
}

.hover\:border-yellow\/35:hover {
  border-color: rgb(255 244 182 / 0.35);
}

.hover\:border-yellow\/40:hover {
  border-color: rgb(255 244 182 / 0.4);
}

.hover\:border-yellow\/45:hover {
  border-color: rgb(255 244 182 / 0.45);
}

.hover\:border-yellow\/5:hover {
  border-color: rgb(255 244 182 / 0.05);
}

.hover\:border-yellow\/50:hover {
  border-color: rgb(255 244 182 / 0.5);
}

.hover\:border-yellow\/55:hover {
  border-color: rgb(255 244 182 / 0.55);
}

.hover\:border-yellow\/60:hover {
  border-color: rgb(255 244 182 / 0.6);
}

.hover\:border-yellow\/65:hover {
  border-color: rgb(255 244 182 / 0.65);
}

.hover\:border-yellow\/70:hover {
  border-color: rgb(255 244 182 / 0.7);
}

.hover\:border-yellow\/75:hover {
  border-color: rgb(255 244 182 / 0.75);
}

.hover\:border-yellow\/80:hover {
  border-color: rgb(255 244 182 / 0.8);
}

.hover\:border-yellow\/85:hover {
  border-color: rgb(255 244 182 / 0.85);
}

.hover\:border-yellow\/90:hover {
  border-color: rgb(255 244 182 / 0.9);
}

.hover\:border-yellow\/95:hover {
  border-color: rgb(255 244 182 / 0.95);
}

.hover\:\!bg-aha-pink:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-aha-pink\/0:hover {
  background-color: rgb(255 0 255 / 0) !important;
}

.hover\:\!bg-aha-pink\/10:hover {
  background-color: rgb(255 0 255 / 0.1) !important;
}

.hover\:\!bg-aha-pink\/100:hover {
  background-color: rgb(255 0 255 / 1) !important;
}

.hover\:\!bg-aha-pink\/15:hover {
  background-color: rgb(255 0 255 / 0.15) !important;
}

.hover\:\!bg-aha-pink\/20:hover {
  background-color: rgb(255 0 255 / 0.2) !important;
}

.hover\:\!bg-aha-pink\/25:hover {
  background-color: rgb(255 0 255 / 0.25) !important;
}

.hover\:\!bg-aha-pink\/30:hover {
  background-color: rgb(255 0 255 / 0.3) !important;
}

.hover\:\!bg-aha-pink\/35:hover {
  background-color: rgb(255 0 255 / 0.35) !important;
}

.hover\:\!bg-aha-pink\/40:hover {
  background-color: rgb(255 0 255 / 0.4) !important;
}

.hover\:\!bg-aha-pink\/45:hover {
  background-color: rgb(255 0 255 / 0.45) !important;
}

.hover\:\!bg-aha-pink\/5:hover {
  background-color: rgb(255 0 255 / 0.05) !important;
}

.hover\:\!bg-aha-pink\/50:hover {
  background-color: rgb(255 0 255 / 0.5) !important;
}

.hover\:\!bg-aha-pink\/55:hover {
  background-color: rgb(255 0 255 / 0.55) !important;
}

.hover\:\!bg-aha-pink\/60:hover {
  background-color: rgb(255 0 255 / 0.6) !important;
}

.hover\:\!bg-aha-pink\/65:hover {
  background-color: rgb(255 0 255 / 0.65) !important;
}

.hover\:\!bg-aha-pink\/70:hover {
  background-color: rgb(255 0 255 / 0.7) !important;
}

.hover\:\!bg-aha-pink\/75:hover {
  background-color: rgb(255 0 255 / 0.75) !important;
}

.hover\:\!bg-aha-pink\/80:hover {
  background-color: rgb(255 0 255 / 0.8) !important;
}

.hover\:\!bg-aha-pink\/85:hover {
  background-color: rgb(255 0 255 / 0.85) !important;
}

.hover\:\!bg-aha-pink\/90:hover {
  background-color: rgb(255 0 255 / 0.9) !important;
}

.hover\:\!bg-aha-pink\/95:hover {
  background-color: rgb(255 0 255 / 0.95) !important;
}

.hover\:\!bg-black\/75:hover {
  background-color: rgb(27 24 40 / 0.75) !important;
}

.hover\:\!bg-borrowell-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-borrowell-blue\/0:hover {
  background-color: rgb(52 45 141 / 0) !important;
}

.hover\:\!bg-borrowell-blue\/10:hover {
  background-color: rgb(52 45 141 / 0.1) !important;
}

.hover\:\!bg-borrowell-blue\/100:hover {
  background-color: rgb(52 45 141 / 1) !important;
}

.hover\:\!bg-borrowell-blue\/15:hover {
  background-color: rgb(52 45 141 / 0.15) !important;
}

.hover\:\!bg-borrowell-blue\/20:hover {
  background-color: rgb(52 45 141 / 0.2) !important;
}

.hover\:\!bg-borrowell-blue\/25:hover {
  background-color: rgb(52 45 141 / 0.25) !important;
}

.hover\:\!bg-borrowell-blue\/30:hover {
  background-color: rgb(52 45 141 / 0.3) !important;
}

.hover\:\!bg-borrowell-blue\/35:hover {
  background-color: rgb(52 45 141 / 0.35) !important;
}

.hover\:\!bg-borrowell-blue\/40:hover {
  background-color: rgb(52 45 141 / 0.4) !important;
}

.hover\:\!bg-borrowell-blue\/45:hover {
  background-color: rgb(52 45 141 / 0.45) !important;
}

.hover\:\!bg-borrowell-blue\/5:hover {
  background-color: rgb(52 45 141 / 0.05) !important;
}

.hover\:\!bg-borrowell-blue\/50:hover {
  background-color: rgb(52 45 141 / 0.5) !important;
}

.hover\:\!bg-borrowell-blue\/55:hover {
  background-color: rgb(52 45 141 / 0.55) !important;
}

.hover\:\!bg-borrowell-blue\/60:hover {
  background-color: rgb(52 45 141 / 0.6) !important;
}

.hover\:\!bg-borrowell-blue\/65:hover {
  background-color: rgb(52 45 141 / 0.65) !important;
}

.hover\:\!bg-borrowell-blue\/70:hover {
  background-color: rgb(52 45 141 / 0.7) !important;
}

.hover\:\!bg-borrowell-blue\/75:hover {
  background-color: rgb(52 45 141 / 0.75) !important;
}

.hover\:\!bg-borrowell-blue\/80:hover {
  background-color: rgb(52 45 141 / 0.8) !important;
}

.hover\:\!bg-borrowell-blue\/85:hover {
  background-color: rgb(52 45 141 / 0.85) !important;
}

.hover\:\!bg-borrowell-blue\/90:hover {
  background-color: rgb(52 45 141 / 0.9) !important;
}

.hover\:\!bg-borrowell-blue\/95:hover {
  background-color: rgb(52 45 141 / 0.95) !important;
}

.hover\:\!bg-brand-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-brand-red\/0:hover {
  background-color: rgb(163 36 57 / 0) !important;
}

.hover\:\!bg-brand-red\/10:hover {
  background-color: rgb(163 36 57 / 0.1) !important;
}

.hover\:\!bg-brand-red\/100:hover {
  background-color: rgb(163 36 57 / 1) !important;
}

.hover\:\!bg-brand-red\/15:hover {
  background-color: rgb(163 36 57 / 0.15) !important;
}

.hover\:\!bg-brand-red\/20:hover {
  background-color: rgb(163 36 57 / 0.2) !important;
}

.hover\:\!bg-brand-red\/25:hover {
  background-color: rgb(163 36 57 / 0.25) !important;
}

.hover\:\!bg-brand-red\/30:hover {
  background-color: rgb(163 36 57 / 0.3) !important;
}

.hover\:\!bg-brand-red\/35:hover {
  background-color: rgb(163 36 57 / 0.35) !important;
}

.hover\:\!bg-brand-red\/40:hover {
  background-color: rgb(163 36 57 / 0.4) !important;
}

.hover\:\!bg-brand-red\/45:hover {
  background-color: rgb(163 36 57 / 0.45) !important;
}

.hover\:\!bg-brand-red\/5:hover {
  background-color: rgb(163 36 57 / 0.05) !important;
}

.hover\:\!bg-brand-red\/50:hover {
  background-color: rgb(163 36 57 / 0.5) !important;
}

.hover\:\!bg-brand-red\/55:hover {
  background-color: rgb(163 36 57 / 0.55) !important;
}

.hover\:\!bg-brand-red\/60:hover {
  background-color: rgb(163 36 57 / 0.6) !important;
}

.hover\:\!bg-brand-red\/65:hover {
  background-color: rgb(163 36 57 / 0.65) !important;
}

.hover\:\!bg-brand-red\/70:hover {
  background-color: rgb(163 36 57 / 0.7) !important;
}

.hover\:\!bg-brand-red\/75:hover {
  background-color: rgb(163 36 57 / 0.75) !important;
}

.hover\:\!bg-brand-red\/80:hover {
  background-color: rgb(163 36 57 / 0.8) !important;
}

.hover\:\!bg-brand-red\/85:hover {
  background-color: rgb(163 36 57 / 0.85) !important;
}

.hover\:\!bg-brand-red\/90:hover {
  background-color: rgb(163 36 57 / 0.9) !important;
}

.hover\:\!bg-brand-red\/95:hover {
  background-color: rgb(163 36 57 / 0.95) !important;
}

.hover\:\!bg-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-grey\/0:hover {
  background-color: rgb(56 61 65 / 0) !important;
}

.hover\:\!bg-grey\/10:hover {
  background-color: rgb(56 61 65 / 0.1) !important;
}

.hover\:\!bg-grey\/100:hover {
  background-color: rgb(56 61 65 / 1) !important;
}

.hover\:\!bg-grey\/15:hover {
  background-color: rgb(56 61 65 / 0.15) !important;
}

.hover\:\!bg-grey\/20:hover {
  background-color: rgb(56 61 65 / 0.2) !important;
}

.hover\:\!bg-grey\/25:hover {
  background-color: rgb(56 61 65 / 0.25) !important;
}

.hover\:\!bg-grey\/30:hover {
  background-color: rgb(56 61 65 / 0.3) !important;
}

.hover\:\!bg-grey\/35:hover {
  background-color: rgb(56 61 65 / 0.35) !important;
}

.hover\:\!bg-grey\/40:hover {
  background-color: rgb(56 61 65 / 0.4) !important;
}

.hover\:\!bg-grey\/45:hover {
  background-color: rgb(56 61 65 / 0.45) !important;
}

.hover\:\!bg-grey\/5:hover {
  background-color: rgb(56 61 65 / 0.05) !important;
}

.hover\:\!bg-grey\/50:hover {
  background-color: rgb(56 61 65 / 0.5) !important;
}

.hover\:\!bg-grey\/55:hover {
  background-color: rgb(56 61 65 / 0.55) !important;
}

.hover\:\!bg-grey\/60:hover {
  background-color: rgb(56 61 65 / 0.6) !important;
}

.hover\:\!bg-grey\/65:hover {
  background-color: rgb(56 61 65 / 0.65) !important;
}

.hover\:\!bg-grey\/70:hover {
  background-color: rgb(56 61 65 / 0.7) !important;
}

.hover\:\!bg-grey\/75:hover {
  background-color: rgb(56 61 65 / 0.75) !important;
}

.hover\:\!bg-grey\/80:hover {
  background-color: rgb(56 61 65 / 0.8) !important;
}

.hover\:\!bg-grey\/85:hover {
  background-color: rgb(56 61 65 / 0.85) !important;
}

.hover\:\!bg-grey\/90:hover {
  background-color: rgb(56 61 65 / 0.9) !important;
}

.hover\:\!bg-grey\/95:hover {
  background-color: rgb(56 61 65 / 0.95) !important;
}

.hover\:\!bg-light-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-light-blue\/0:hover {
  background-color: rgb(198 223 255 / 0) !important;
}

.hover\:\!bg-light-blue\/10:hover {
  background-color: rgb(198 223 255 / 0.1) !important;
}

.hover\:\!bg-light-blue\/100:hover {
  background-color: rgb(198 223 255 / 1) !important;
}

.hover\:\!bg-light-blue\/15:hover {
  background-color: rgb(198 223 255 / 0.15) !important;
}

.hover\:\!bg-light-blue\/20:hover {
  background-color: rgb(198 223 255 / 0.2) !important;
}

.hover\:\!bg-light-blue\/25:hover {
  background-color: rgb(198 223 255 / 0.25) !important;
}

.hover\:\!bg-light-blue\/30:hover {
  background-color: rgb(198 223 255 / 0.3) !important;
}

.hover\:\!bg-light-blue\/35:hover {
  background-color: rgb(198 223 255 / 0.35) !important;
}

.hover\:\!bg-light-blue\/40:hover {
  background-color: rgb(198 223 255 / 0.4) !important;
}

.hover\:\!bg-light-blue\/45:hover {
  background-color: rgb(198 223 255 / 0.45) !important;
}

.hover\:\!bg-light-blue\/5:hover {
  background-color: rgb(198 223 255 / 0.05) !important;
}

.hover\:\!bg-light-blue\/50:hover {
  background-color: rgb(198 223 255 / 0.5) !important;
}

.hover\:\!bg-light-blue\/55:hover {
  background-color: rgb(198 223 255 / 0.55) !important;
}

.hover\:\!bg-light-blue\/60:hover {
  background-color: rgb(198 223 255 / 0.6) !important;
}

.hover\:\!bg-light-blue\/65:hover {
  background-color: rgb(198 223 255 / 0.65) !important;
}

.hover\:\!bg-light-blue\/70:hover {
  background-color: rgb(198 223 255 / 0.7) !important;
}

.hover\:\!bg-light-blue\/75:hover {
  background-color: rgb(198 223 255 / 0.75) !important;
}

.hover\:\!bg-light-blue\/80:hover {
  background-color: rgb(198 223 255 / 0.8) !important;
}

.hover\:\!bg-light-blue\/85:hover {
  background-color: rgb(198 223 255 / 0.85) !important;
}

.hover\:\!bg-light-blue\/90:hover {
  background-color: rgb(198 223 255 / 0.9) !important;
}

.hover\:\!bg-light-blue\/95:hover {
  background-color: rgb(198 223 255 / 0.95) !important;
}

.hover\:\!bg-light-green:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-light-green\/0:hover {
  background-color: rgb(184 241 193 / 0) !important;
}

.hover\:\!bg-light-green\/10:hover {
  background-color: rgb(184 241 193 / 0.1) !important;
}

.hover\:\!bg-light-green\/100:hover {
  background-color: rgb(184 241 193 / 1) !important;
}

.hover\:\!bg-light-green\/15:hover {
  background-color: rgb(184 241 193 / 0.15) !important;
}

.hover\:\!bg-light-green\/20:hover {
  background-color: rgb(184 241 193 / 0.2) !important;
}

.hover\:\!bg-light-green\/25:hover {
  background-color: rgb(184 241 193 / 0.25) !important;
}

.hover\:\!bg-light-green\/30:hover {
  background-color: rgb(184 241 193 / 0.3) !important;
}

.hover\:\!bg-light-green\/35:hover {
  background-color: rgb(184 241 193 / 0.35) !important;
}

.hover\:\!bg-light-green\/40:hover {
  background-color: rgb(184 241 193 / 0.4) !important;
}

.hover\:\!bg-light-green\/45:hover {
  background-color: rgb(184 241 193 / 0.45) !important;
}

.hover\:\!bg-light-green\/5:hover {
  background-color: rgb(184 241 193 / 0.05) !important;
}

.hover\:\!bg-light-green\/50:hover {
  background-color: rgb(184 241 193 / 0.5) !important;
}

.hover\:\!bg-light-green\/55:hover {
  background-color: rgb(184 241 193 / 0.55) !important;
}

.hover\:\!bg-light-green\/60:hover {
  background-color: rgb(184 241 193 / 0.6) !important;
}

.hover\:\!bg-light-green\/65:hover {
  background-color: rgb(184 241 193 / 0.65) !important;
}

.hover\:\!bg-light-green\/70:hover {
  background-color: rgb(184 241 193 / 0.7) !important;
}

.hover\:\!bg-light-green\/75:hover {
  background-color: rgb(184 241 193 / 0.75) !important;
}

.hover\:\!bg-light-green\/80:hover {
  background-color: rgb(184 241 193 / 0.8) !important;
}

.hover\:\!bg-light-green\/85:hover {
  background-color: rgb(184 241 193 / 0.85) !important;
}

.hover\:\!bg-light-green\/90:hover {
  background-color: rgb(184 241 193 / 0.9) !important;
}

.hover\:\!bg-light-green\/95:hover {
  background-color: rgb(184 241 193 / 0.95) !important;
}

.hover\:\!bg-light-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-light-grey\/0:hover {
  background-color: rgb(226 227 229 / 0) !important;
}

.hover\:\!bg-light-grey\/10:hover {
  background-color: rgb(226 227 229 / 0.1) !important;
}

.hover\:\!bg-light-grey\/100:hover {
  background-color: rgb(226 227 229 / 1) !important;
}

.hover\:\!bg-light-grey\/15:hover {
  background-color: rgb(226 227 229 / 0.15) !important;
}

.hover\:\!bg-light-grey\/20:hover {
  background-color: rgb(226 227 229 / 0.2) !important;
}

.hover\:\!bg-light-grey\/25:hover {
  background-color: rgb(226 227 229 / 0.25) !important;
}

.hover\:\!bg-light-grey\/30:hover {
  background-color: rgb(226 227 229 / 0.3) !important;
}

.hover\:\!bg-light-grey\/35:hover {
  background-color: rgb(226 227 229 / 0.35) !important;
}

.hover\:\!bg-light-grey\/40:hover {
  background-color: rgb(226 227 229 / 0.4) !important;
}

.hover\:\!bg-light-grey\/45:hover {
  background-color: rgb(226 227 229 / 0.45) !important;
}

.hover\:\!bg-light-grey\/5:hover {
  background-color: rgb(226 227 229 / 0.05) !important;
}

.hover\:\!bg-light-grey\/50:hover {
  background-color: rgb(226 227 229 / 0.5) !important;
}

.hover\:\!bg-light-grey\/55:hover {
  background-color: rgb(226 227 229 / 0.55) !important;
}

.hover\:\!bg-light-grey\/60:hover {
  background-color: rgb(226 227 229 / 0.6) !important;
}

.hover\:\!bg-light-grey\/65:hover {
  background-color: rgb(226 227 229 / 0.65) !important;
}

.hover\:\!bg-light-grey\/70:hover {
  background-color: rgb(226 227 229 / 0.7) !important;
}

.hover\:\!bg-light-grey\/75:hover {
  background-color: rgb(226 227 229 / 0.75) !important;
}

.hover\:\!bg-light-grey\/80:hover {
  background-color: rgb(226 227 229 / 0.8) !important;
}

.hover\:\!bg-light-grey\/85:hover {
  background-color: rgb(226 227 229 / 0.85) !important;
}

.hover\:\!bg-light-grey\/90:hover {
  background-color: rgb(226 227 229 / 0.9) !important;
}

.hover\:\!bg-light-grey\/95:hover {
  background-color: rgb(226 227 229 / 0.95) !important;
}

.hover\:\!bg-light-purple:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-light-purple\/0:hover {
  background-color: rgb(230 208 253 / 0) !important;
}

.hover\:\!bg-light-purple\/10:hover {
  background-color: rgb(230 208 253 / 0.1) !important;
}

.hover\:\!bg-light-purple\/100:hover {
  background-color: rgb(230 208 253 / 1) !important;
}

.hover\:\!bg-light-purple\/15:hover {
  background-color: rgb(230 208 253 / 0.15) !important;
}

.hover\:\!bg-light-purple\/20:hover {
  background-color: rgb(230 208 253 / 0.2) !important;
}

.hover\:\!bg-light-purple\/25:hover {
  background-color: rgb(230 208 253 / 0.25) !important;
}

.hover\:\!bg-light-purple\/30:hover {
  background-color: rgb(230 208 253 / 0.3) !important;
}

.hover\:\!bg-light-purple\/35:hover {
  background-color: rgb(230 208 253 / 0.35) !important;
}

.hover\:\!bg-light-purple\/40:hover {
  background-color: rgb(230 208 253 / 0.4) !important;
}

.hover\:\!bg-light-purple\/45:hover {
  background-color: rgb(230 208 253 / 0.45) !important;
}

.hover\:\!bg-light-purple\/5:hover {
  background-color: rgb(230 208 253 / 0.05) !important;
}

.hover\:\!bg-light-purple\/50:hover {
  background-color: rgb(230 208 253 / 0.5) !important;
}

.hover\:\!bg-light-purple\/55:hover {
  background-color: rgb(230 208 253 / 0.55) !important;
}

.hover\:\!bg-light-purple\/60:hover {
  background-color: rgb(230 208 253 / 0.6) !important;
}

.hover\:\!bg-light-purple\/65:hover {
  background-color: rgb(230 208 253 / 0.65) !important;
}

.hover\:\!bg-light-purple\/70:hover {
  background-color: rgb(230 208 253 / 0.7) !important;
}

.hover\:\!bg-light-purple\/75:hover {
  background-color: rgb(230 208 253 / 0.75) !important;
}

.hover\:\!bg-light-purple\/80:hover {
  background-color: rgb(230 208 253 / 0.8) !important;
}

.hover\:\!bg-light-purple\/85:hover {
  background-color: rgb(230 208 253 / 0.85) !important;
}

.hover\:\!bg-light-purple\/90:hover {
  background-color: rgb(230 208 253 / 0.9) !important;
}

.hover\:\!bg-light-purple\/95:hover {
  background-color: rgb(230 208 253 / 0.95) !important;
}

.hover\:\!bg-scotial-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-scotial-red\/0:hover {
  background-color: rgb(237 17 27 / 0) !important;
}

.hover\:\!bg-scotial-red\/10:hover {
  background-color: rgb(237 17 27 / 0.1) !important;
}

.hover\:\!bg-scotial-red\/100:hover {
  background-color: rgb(237 17 27 / 1) !important;
}

.hover\:\!bg-scotial-red\/15:hover {
  background-color: rgb(237 17 27 / 0.15) !important;
}

.hover\:\!bg-scotial-red\/20:hover {
  background-color: rgb(237 17 27 / 0.2) !important;
}

.hover\:\!bg-scotial-red\/25:hover {
  background-color: rgb(237 17 27 / 0.25) !important;
}

.hover\:\!bg-scotial-red\/30:hover {
  background-color: rgb(237 17 27 / 0.3) !important;
}

.hover\:\!bg-scotial-red\/35:hover {
  background-color: rgb(237 17 27 / 0.35) !important;
}

.hover\:\!bg-scotial-red\/40:hover {
  background-color: rgb(237 17 27 / 0.4) !important;
}

.hover\:\!bg-scotial-red\/45:hover {
  background-color: rgb(237 17 27 / 0.45) !important;
}

.hover\:\!bg-scotial-red\/5:hover {
  background-color: rgb(237 17 27 / 0.05) !important;
}

.hover\:\!bg-scotial-red\/50:hover {
  background-color: rgb(237 17 27 / 0.5) !important;
}

.hover\:\!bg-scotial-red\/55:hover {
  background-color: rgb(237 17 27 / 0.55) !important;
}

.hover\:\!bg-scotial-red\/60:hover {
  background-color: rgb(237 17 27 / 0.6) !important;
}

.hover\:\!bg-scotial-red\/65:hover {
  background-color: rgb(237 17 27 / 0.65) !important;
}

.hover\:\!bg-scotial-red\/70:hover {
  background-color: rgb(237 17 27 / 0.7) !important;
}

.hover\:\!bg-scotial-red\/75:hover {
  background-color: rgb(237 17 27 / 0.75) !important;
}

.hover\:\!bg-scotial-red\/80:hover {
  background-color: rgb(237 17 27 / 0.8) !important;
}

.hover\:\!bg-scotial-red\/85:hover {
  background-color: rgb(237 17 27 / 0.85) !important;
}

.hover\:\!bg-scotial-red\/90:hover {
  background-color: rgb(237 17 27 / 0.9) !important;
}

.hover\:\!bg-scotial-red\/95:hover {
  background-color: rgb(237 17 27 / 0.95) !important;
}

.hover\:\!bg-souqh-orange:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-souqh-orange\/0:hover {
  background-color: rgb(244 125 97 / 0) !important;
}

.hover\:\!bg-souqh-orange\/10:hover {
  background-color: rgb(244 125 97 / 0.1) !important;
}

.hover\:\!bg-souqh-orange\/100:hover {
  background-color: rgb(244 125 97 / 1) !important;
}

.hover\:\!bg-souqh-orange\/15:hover {
  background-color: rgb(244 125 97 / 0.15) !important;
}

.hover\:\!bg-souqh-orange\/20:hover {
  background-color: rgb(244 125 97 / 0.2) !important;
}

.hover\:\!bg-souqh-orange\/25:hover {
  background-color: rgb(244 125 97 / 0.25) !important;
}

.hover\:\!bg-souqh-orange\/30:hover {
  background-color: rgb(244 125 97 / 0.3) !important;
}

.hover\:\!bg-souqh-orange\/35:hover {
  background-color: rgb(244 125 97 / 0.35) !important;
}

.hover\:\!bg-souqh-orange\/40:hover {
  background-color: rgb(244 125 97 / 0.4) !important;
}

.hover\:\!bg-souqh-orange\/45:hover {
  background-color: rgb(244 125 97 / 0.45) !important;
}

.hover\:\!bg-souqh-orange\/5:hover {
  background-color: rgb(244 125 97 / 0.05) !important;
}

.hover\:\!bg-souqh-orange\/50:hover {
  background-color: rgb(244 125 97 / 0.5) !important;
}

.hover\:\!bg-souqh-orange\/55:hover {
  background-color: rgb(244 125 97 / 0.55) !important;
}

.hover\:\!bg-souqh-orange\/60:hover {
  background-color: rgb(244 125 97 / 0.6) !important;
}

.hover\:\!bg-souqh-orange\/65:hover {
  background-color: rgb(244 125 97 / 0.65) !important;
}

.hover\:\!bg-souqh-orange\/70:hover {
  background-color: rgb(244 125 97 / 0.7) !important;
}

.hover\:\!bg-souqh-orange\/75:hover {
  background-color: rgb(244 125 97 / 0.75) !important;
}

.hover\:\!bg-souqh-orange\/80:hover {
  background-color: rgb(244 125 97 / 0.8) !important;
}

.hover\:\!bg-souqh-orange\/85:hover {
  background-color: rgb(244 125 97 / 0.85) !important;
}

.hover\:\!bg-souqh-orange\/90:hover {
  background-color: rgb(244 125 97 / 0.9) !important;
}

.hover\:\!bg-souqh-orange\/95:hover {
  background-color: rgb(244 125 97 / 0.95) !important;
}

.hover\:\!bg-sparrow-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-sparrow-blue\/0:hover {
  background-color: rgb(47 128 237 / 0) !important;
}

.hover\:\!bg-sparrow-blue\/10:hover {
  background-color: rgb(47 128 237 / 0.1) !important;
}

.hover\:\!bg-sparrow-blue\/100:hover {
  background-color: rgb(47 128 237 / 1) !important;
}

.hover\:\!bg-sparrow-blue\/15:hover {
  background-color: rgb(47 128 237 / 0.15) !important;
}

.hover\:\!bg-sparrow-blue\/20:hover {
  background-color: rgb(47 128 237 / 0.2) !important;
}

.hover\:\!bg-sparrow-blue\/25:hover {
  background-color: rgb(47 128 237 / 0.25) !important;
}

.hover\:\!bg-sparrow-blue\/30:hover {
  background-color: rgb(47 128 237 / 0.3) !important;
}

.hover\:\!bg-sparrow-blue\/35:hover {
  background-color: rgb(47 128 237 / 0.35) !important;
}

.hover\:\!bg-sparrow-blue\/40:hover {
  background-color: rgb(47 128 237 / 0.4) !important;
}

.hover\:\!bg-sparrow-blue\/45:hover {
  background-color: rgb(47 128 237 / 0.45) !important;
}

.hover\:\!bg-sparrow-blue\/5:hover {
  background-color: rgb(47 128 237 / 0.05) !important;
}

.hover\:\!bg-sparrow-blue\/50:hover {
  background-color: rgb(47 128 237 / 0.5) !important;
}

.hover\:\!bg-sparrow-blue\/55:hover {
  background-color: rgb(47 128 237 / 0.55) !important;
}

.hover\:\!bg-sparrow-blue\/60:hover {
  background-color: rgb(47 128 237 / 0.6) !important;
}

.hover\:\!bg-sparrow-blue\/65:hover {
  background-color: rgb(47 128 237 / 0.65) !important;
}

.hover\:\!bg-sparrow-blue\/70:hover {
  background-color: rgb(47 128 237 / 0.7) !important;
}

.hover\:\!bg-sparrow-blue\/75:hover {
  background-color: rgb(47 128 237 / 0.75) !important;
}

.hover\:\!bg-sparrow-blue\/80:hover {
  background-color: rgb(47 128 237 / 0.8) !important;
}

.hover\:\!bg-sparrow-blue\/85:hover {
  background-color: rgb(47 128 237 / 0.85) !important;
}

.hover\:\!bg-sparrow-blue\/90:hover {
  background-color: rgb(47 128 237 / 0.9) !important;
}

.hover\:\!bg-sparrow-blue\/95:hover {
  background-color: rgb(47 128 237 / 0.95) !important;
}

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:\!bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0) !important;
}

.hover\:\!bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.hover\:\!bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1) !important;
}

.hover\:\!bg-transparent\/15:hover {
  background-color: rgb(0 0 0 / 0.15) !important;
}

.hover\:\!bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.hover\:\!bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.hover\:\!bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.hover\:\!bg-transparent\/35:hover {
  background-color: rgb(0 0 0 / 0.35) !important;
}

.hover\:\!bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.hover\:\!bg-transparent\/45:hover {
  background-color: rgb(0 0 0 / 0.45) !important;
}

.hover\:\!bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.hover\:\!bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.hover\:\!bg-transparent\/55:hover {
  background-color: rgb(0 0 0 / 0.55) !important;
}

.hover\:\!bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.hover\:\!bg-transparent\/65:hover {
  background-color: rgb(0 0 0 / 0.65) !important;
}

.hover\:\!bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.hover\:\!bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.hover\:\!bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.hover\:\!bg-transparent\/85:hover {
  background-color: rgb(0 0 0 / 0.85) !important;
}

.hover\:\!bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.hover\:\!bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95) !important;
}

.hover\:\!bg-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-yellow\/0:hover {
  background-color: rgb(255 244 182 / 0) !important;
}

.hover\:\!bg-yellow\/10:hover {
  background-color: rgb(255 244 182 / 0.1) !important;
}

.hover\:\!bg-yellow\/100:hover {
  background-color: rgb(255 244 182 / 1) !important;
}

.hover\:\!bg-yellow\/15:hover {
  background-color: rgb(255 244 182 / 0.15) !important;
}

.hover\:\!bg-yellow\/20:hover {
  background-color: rgb(255 244 182 / 0.2) !important;
}

.hover\:\!bg-yellow\/25:hover {
  background-color: rgb(255 244 182 / 0.25) !important;
}

.hover\:\!bg-yellow\/30:hover {
  background-color: rgb(255 244 182 / 0.3) !important;
}

.hover\:\!bg-yellow\/35:hover {
  background-color: rgb(255 244 182 / 0.35) !important;
}

.hover\:\!bg-yellow\/40:hover {
  background-color: rgb(255 244 182 / 0.4) !important;
}

.hover\:\!bg-yellow\/45:hover {
  background-color: rgb(255 244 182 / 0.45) !important;
}

.hover\:\!bg-yellow\/5:hover {
  background-color: rgb(255 244 182 / 0.05) !important;
}

.hover\:\!bg-yellow\/50:hover {
  background-color: rgb(255 244 182 / 0.5) !important;
}

.hover\:\!bg-yellow\/55:hover {
  background-color: rgb(255 244 182 / 0.55) !important;
}

.hover\:\!bg-yellow\/60:hover {
  background-color: rgb(255 244 182 / 0.6) !important;
}

.hover\:\!bg-yellow\/65:hover {
  background-color: rgb(255 244 182 / 0.65) !important;
}

.hover\:\!bg-yellow\/70:hover {
  background-color: rgb(255 244 182 / 0.7) !important;
}

.hover\:\!bg-yellow\/75:hover {
  background-color: rgb(255 244 182 / 0.75) !important;
}

.hover\:\!bg-yellow\/80:hover {
  background-color: rgb(255 244 182 / 0.8) !important;
}

.hover\:\!bg-yellow\/85:hover {
  background-color: rgb(255 244 182 / 0.85) !important;
}

.hover\:\!bg-yellow\/90:hover {
  background-color: rgb(255 244 182 / 0.9) !important;
}

.hover\:\!bg-yellow\/95:hover {
  background-color: rgb(255 244 182 / 0.95) !important;
}

.hover\:bg-aha-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-aha-pink\/0:hover {
  background-color: rgb(255 0 255 / 0);
}

.hover\:bg-aha-pink\/10:hover {
  background-color: rgb(255 0 255 / 0.1);
}

.hover\:bg-aha-pink\/100:hover {
  background-color: rgb(255 0 255 / 1);
}

.hover\:bg-aha-pink\/15:hover {
  background-color: rgb(255 0 255 / 0.15);
}

.hover\:bg-aha-pink\/20:hover {
  background-color: rgb(255 0 255 / 0.2);
}

.hover\:bg-aha-pink\/25:hover {
  background-color: rgb(255 0 255 / 0.25);
}

.hover\:bg-aha-pink\/30:hover {
  background-color: rgb(255 0 255 / 0.3);
}

.hover\:bg-aha-pink\/35:hover {
  background-color: rgb(255 0 255 / 0.35);
}

.hover\:bg-aha-pink\/40:hover {
  background-color: rgb(255 0 255 / 0.4);
}

.hover\:bg-aha-pink\/45:hover {
  background-color: rgb(255 0 255 / 0.45);
}

.hover\:bg-aha-pink\/5:hover {
  background-color: rgb(255 0 255 / 0.05);
}

.hover\:bg-aha-pink\/50:hover {
  background-color: rgb(255 0 255 / 0.5);
}

.hover\:bg-aha-pink\/55:hover {
  background-color: rgb(255 0 255 / 0.55);
}

.hover\:bg-aha-pink\/60:hover {
  background-color: rgb(255 0 255 / 0.6);
}

.hover\:bg-aha-pink\/65:hover {
  background-color: rgb(255 0 255 / 0.65);
}

.hover\:bg-aha-pink\/70:hover {
  background-color: rgb(255 0 255 / 0.7);
}

.hover\:bg-aha-pink\/75:hover {
  background-color: rgb(255 0 255 / 0.75);
}

.hover\:bg-aha-pink\/80:hover {
  background-color: rgb(255 0 255 / 0.8);
}

.hover\:bg-aha-pink\/85:hover {
  background-color: rgb(255 0 255 / 0.85);
}

.hover\:bg-aha-pink\/90:hover {
  background-color: rgb(255 0 255 / 0.9);
}

.hover\:bg-aha-pink\/95:hover {
  background-color: rgb(255 0 255 / 0.95);
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-borrowell-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
}

.hover\:bg-borrowell-blue\/0:hover {
  background-color: rgb(52 45 141 / 0);
}

.hover\:bg-borrowell-blue\/10:hover {
  background-color: rgb(52 45 141 / 0.1);
}

.hover\:bg-borrowell-blue\/100:hover {
  background-color: rgb(52 45 141 / 1);
}

.hover\:bg-borrowell-blue\/15:hover {
  background-color: rgb(52 45 141 / 0.15);
}

.hover\:bg-borrowell-blue\/20:hover {
  background-color: rgb(52 45 141 / 0.2);
}

.hover\:bg-borrowell-blue\/25:hover {
  background-color: rgb(52 45 141 / 0.25);
}

.hover\:bg-borrowell-blue\/30:hover {
  background-color: rgb(52 45 141 / 0.3);
}

.hover\:bg-borrowell-blue\/35:hover {
  background-color: rgb(52 45 141 / 0.35);
}

.hover\:bg-borrowell-blue\/40:hover {
  background-color: rgb(52 45 141 / 0.4);
}

.hover\:bg-borrowell-blue\/45:hover {
  background-color: rgb(52 45 141 / 0.45);
}

.hover\:bg-borrowell-blue\/5:hover {
  background-color: rgb(52 45 141 / 0.05);
}

.hover\:bg-borrowell-blue\/50:hover {
  background-color: rgb(52 45 141 / 0.5);
}

.hover\:bg-borrowell-blue\/55:hover {
  background-color: rgb(52 45 141 / 0.55);
}

.hover\:bg-borrowell-blue\/60:hover {
  background-color: rgb(52 45 141 / 0.6);
}

.hover\:bg-borrowell-blue\/65:hover {
  background-color: rgb(52 45 141 / 0.65);
}

.hover\:bg-borrowell-blue\/70:hover {
  background-color: rgb(52 45 141 / 0.7);
}

.hover\:bg-borrowell-blue\/75:hover {
  background-color: rgb(52 45 141 / 0.75);
}

.hover\:bg-borrowell-blue\/80:hover {
  background-color: rgb(52 45 141 / 0.8);
}

.hover\:bg-borrowell-blue\/85:hover {
  background-color: rgb(52 45 141 / 0.85);
}

.hover\:bg-borrowell-blue\/90:hover {
  background-color: rgb(52 45 141 / 0.9);
}

.hover\:bg-borrowell-blue\/95:hover {
  background-color: rgb(52 45 141 / 0.95);
}

.hover\:bg-brand-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-red\/0:hover {
  background-color: rgb(163 36 57 / 0);
}

.hover\:bg-brand-red\/10:hover {
  background-color: rgb(163 36 57 / 0.1);
}

.hover\:bg-brand-red\/100:hover {
  background-color: rgb(163 36 57 / 1);
}

.hover\:bg-brand-red\/15:hover {
  background-color: rgb(163 36 57 / 0.15);
}

.hover\:bg-brand-red\/20:hover {
  background-color: rgb(163 36 57 / 0.2);
}

.hover\:bg-brand-red\/25:hover {
  background-color: rgb(163 36 57 / 0.25);
}

.hover\:bg-brand-red\/30:hover {
  background-color: rgb(163 36 57 / 0.3);
}

.hover\:bg-brand-red\/35:hover {
  background-color: rgb(163 36 57 / 0.35);
}

.hover\:bg-brand-red\/40:hover {
  background-color: rgb(163 36 57 / 0.4);
}

.hover\:bg-brand-red\/45:hover {
  background-color: rgb(163 36 57 / 0.45);
}

.hover\:bg-brand-red\/5:hover {
  background-color: rgb(163 36 57 / 0.05);
}

.hover\:bg-brand-red\/50:hover {
  background-color: rgb(163 36 57 / 0.5);
}

.hover\:bg-brand-red\/55:hover {
  background-color: rgb(163 36 57 / 0.55);
}

.hover\:bg-brand-red\/60:hover {
  background-color: rgb(163 36 57 / 0.6);
}

.hover\:bg-brand-red\/65:hover {
  background-color: rgb(163 36 57 / 0.65);
}

.hover\:bg-brand-red\/70:hover {
  background-color: rgb(163 36 57 / 0.7);
}

.hover\:bg-brand-red\/75:hover {
  background-color: rgb(163 36 57 / 0.75);
}

.hover\:bg-brand-red\/80:hover {
  background-color: rgb(163 36 57 / 0.8);
}

.hover\:bg-brand-red\/85:hover {
  background-color: rgb(163 36 57 / 0.85);
}

.hover\:bg-brand-red\/90:hover {
  background-color: rgb(163 36 57 / 0.9);
}

.hover\:bg-brand-red\/95:hover {
  background-color: rgb(163 36 57 / 0.95);
}

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey\/0:hover {
  background-color: rgb(56 61 65 / 0);
}

.hover\:bg-grey\/10:hover {
  background-color: rgb(56 61 65 / 0.1);
}

.hover\:bg-grey\/100:hover {
  background-color: rgb(56 61 65 / 1);
}

.hover\:bg-grey\/15:hover {
  background-color: rgb(56 61 65 / 0.15);
}

.hover\:bg-grey\/20:hover {
  background-color: rgb(56 61 65 / 0.2);
}

.hover\:bg-grey\/25:hover {
  background-color: rgb(56 61 65 / 0.25);
}

.hover\:bg-grey\/30:hover {
  background-color: rgb(56 61 65 / 0.3);
}

.hover\:bg-grey\/35:hover {
  background-color: rgb(56 61 65 / 0.35);
}

.hover\:bg-grey\/40:hover {
  background-color: rgb(56 61 65 / 0.4);
}

.hover\:bg-grey\/45:hover {
  background-color: rgb(56 61 65 / 0.45);
}

.hover\:bg-grey\/5:hover {
  background-color: rgb(56 61 65 / 0.05);
}

.hover\:bg-grey\/50:hover {
  background-color: rgb(56 61 65 / 0.5);
}

.hover\:bg-grey\/55:hover {
  background-color: rgb(56 61 65 / 0.55);
}

.hover\:bg-grey\/60:hover {
  background-color: rgb(56 61 65 / 0.6);
}

.hover\:bg-grey\/65:hover {
  background-color: rgb(56 61 65 / 0.65);
}

.hover\:bg-grey\/70:hover {
  background-color: rgb(56 61 65 / 0.7);
}

.hover\:bg-grey\/75:hover {
  background-color: rgb(56 61 65 / 0.75);
}

.hover\:bg-grey\/80:hover {
  background-color: rgb(56 61 65 / 0.8);
}

.hover\:bg-grey\/85:hover {
  background-color: rgb(56 61 65 / 0.85);
}

.hover\:bg-grey\/90:hover {
  background-color: rgb(56 61 65 / 0.9);
}

.hover\:bg-grey\/95:hover {
  background-color: rgb(56 61 65 / 0.95);
}

.hover\:bg-light-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-light-blue\/0:hover {
  background-color: rgb(198 223 255 / 0);
}

.hover\:bg-light-blue\/10:hover {
  background-color: rgb(198 223 255 / 0.1);
}

.hover\:bg-light-blue\/100:hover {
  background-color: rgb(198 223 255 / 1);
}

.hover\:bg-light-blue\/15:hover {
  background-color: rgb(198 223 255 / 0.15);
}

.hover\:bg-light-blue\/20:hover {
  background-color: rgb(198 223 255 / 0.2);
}

.hover\:bg-light-blue\/25:hover {
  background-color: rgb(198 223 255 / 0.25);
}

.hover\:bg-light-blue\/30:hover {
  background-color: rgb(198 223 255 / 0.3);
}

.hover\:bg-light-blue\/35:hover {
  background-color: rgb(198 223 255 / 0.35);
}

.hover\:bg-light-blue\/40:hover {
  background-color: rgb(198 223 255 / 0.4);
}

.hover\:bg-light-blue\/45:hover {
  background-color: rgb(198 223 255 / 0.45);
}

.hover\:bg-light-blue\/5:hover {
  background-color: rgb(198 223 255 / 0.05);
}

.hover\:bg-light-blue\/50:hover {
  background-color: rgb(198 223 255 / 0.5);
}

.hover\:bg-light-blue\/55:hover {
  background-color: rgb(198 223 255 / 0.55);
}

.hover\:bg-light-blue\/60:hover {
  background-color: rgb(198 223 255 / 0.6);
}

.hover\:bg-light-blue\/65:hover {
  background-color: rgb(198 223 255 / 0.65);
}

.hover\:bg-light-blue\/70:hover {
  background-color: rgb(198 223 255 / 0.7);
}

.hover\:bg-light-blue\/75:hover {
  background-color: rgb(198 223 255 / 0.75);
}

.hover\:bg-light-blue\/80:hover {
  background-color: rgb(198 223 255 / 0.8);
}

.hover\:bg-light-blue\/85:hover {
  background-color: rgb(198 223 255 / 0.85);
}

.hover\:bg-light-blue\/90:hover {
  background-color: rgb(198 223 255 / 0.9);
}

.hover\:bg-light-blue\/95:hover {
  background-color: rgb(198 223 255 / 0.95);
}

.hover\:bg-light-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
}

.hover\:bg-light-green\/0:hover {
  background-color: rgb(184 241 193 / 0);
}

.hover\:bg-light-green\/10:hover {
  background-color: rgb(184 241 193 / 0.1);
}

.hover\:bg-light-green\/100:hover {
  background-color: rgb(184 241 193 / 1);
}

.hover\:bg-light-green\/15:hover {
  background-color: rgb(184 241 193 / 0.15);
}

.hover\:bg-light-green\/20:hover {
  background-color: rgb(184 241 193 / 0.2);
}

.hover\:bg-light-green\/25:hover {
  background-color: rgb(184 241 193 / 0.25);
}

.hover\:bg-light-green\/30:hover {
  background-color: rgb(184 241 193 / 0.3);
}

.hover\:bg-light-green\/35:hover {
  background-color: rgb(184 241 193 / 0.35);
}

.hover\:bg-light-green\/40:hover {
  background-color: rgb(184 241 193 / 0.4);
}

.hover\:bg-light-green\/45:hover {
  background-color: rgb(184 241 193 / 0.45);
}

.hover\:bg-light-green\/5:hover {
  background-color: rgb(184 241 193 / 0.05);
}

.hover\:bg-light-green\/50:hover {
  background-color: rgb(184 241 193 / 0.5);
}

.hover\:bg-light-green\/55:hover {
  background-color: rgb(184 241 193 / 0.55);
}

.hover\:bg-light-green\/60:hover {
  background-color: rgb(184 241 193 / 0.6);
}

.hover\:bg-light-green\/65:hover {
  background-color: rgb(184 241 193 / 0.65);
}

.hover\:bg-light-green\/70:hover {
  background-color: rgb(184 241 193 / 0.7);
}

.hover\:bg-light-green\/75:hover {
  background-color: rgb(184 241 193 / 0.75);
}

.hover\:bg-light-green\/80:hover {
  background-color: rgb(184 241 193 / 0.8);
}

.hover\:bg-light-green\/85:hover {
  background-color: rgb(184 241 193 / 0.85);
}

.hover\:bg-light-green\/90:hover {
  background-color: rgb(184 241 193 / 0.9);
}

.hover\:bg-light-green\/95:hover {
  background-color: rgb(184 241 193 / 0.95);
}

.hover\:bg-light-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-light-grey\/0:hover {
  background-color: rgb(226 227 229 / 0);
}

.hover\:bg-light-grey\/10:hover {
  background-color: rgb(226 227 229 / 0.1);
}

.hover\:bg-light-grey\/100:hover {
  background-color: rgb(226 227 229 / 1);
}

.hover\:bg-light-grey\/15:hover {
  background-color: rgb(226 227 229 / 0.15);
}

.hover\:bg-light-grey\/20:hover {
  background-color: rgb(226 227 229 / 0.2);
}

.hover\:bg-light-grey\/25:hover {
  background-color: rgb(226 227 229 / 0.25);
}

.hover\:bg-light-grey\/30:hover {
  background-color: rgb(226 227 229 / 0.3);
}

.hover\:bg-light-grey\/35:hover {
  background-color: rgb(226 227 229 / 0.35);
}

.hover\:bg-light-grey\/40:hover {
  background-color: rgb(226 227 229 / 0.4);
}

.hover\:bg-light-grey\/45:hover {
  background-color: rgb(226 227 229 / 0.45);
}

.hover\:bg-light-grey\/5:hover {
  background-color: rgb(226 227 229 / 0.05);
}

.hover\:bg-light-grey\/50:hover {
  background-color: rgb(226 227 229 / 0.5);
}

.hover\:bg-light-grey\/55:hover {
  background-color: rgb(226 227 229 / 0.55);
}

.hover\:bg-light-grey\/60:hover {
  background-color: rgb(226 227 229 / 0.6);
}

.hover\:bg-light-grey\/65:hover {
  background-color: rgb(226 227 229 / 0.65);
}

.hover\:bg-light-grey\/70:hover {
  background-color: rgb(226 227 229 / 0.7);
}

.hover\:bg-light-grey\/75:hover {
  background-color: rgb(226 227 229 / 0.75);
}

.hover\:bg-light-grey\/80:hover {
  background-color: rgb(226 227 229 / 0.8);
}

.hover\:bg-light-grey\/85:hover {
  background-color: rgb(226 227 229 / 0.85);
}

.hover\:bg-light-grey\/90:hover {
  background-color: rgb(226 227 229 / 0.9);
}

.hover\:bg-light-grey\/95:hover {
  background-color: rgb(226 227 229 / 0.95);
}

.hover\:bg-light-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-light-purple\/0:hover {
  background-color: rgb(230 208 253 / 0);
}

.hover\:bg-light-purple\/10:hover {
  background-color: rgb(230 208 253 / 0.1);
}

.hover\:bg-light-purple\/100:hover {
  background-color: rgb(230 208 253 / 1);
}

.hover\:bg-light-purple\/15:hover {
  background-color: rgb(230 208 253 / 0.15);
}

.hover\:bg-light-purple\/20:hover {
  background-color: rgb(230 208 253 / 0.2);
}

.hover\:bg-light-purple\/25:hover {
  background-color: rgb(230 208 253 / 0.25);
}

.hover\:bg-light-purple\/30:hover {
  background-color: rgb(230 208 253 / 0.3);
}

.hover\:bg-light-purple\/35:hover {
  background-color: rgb(230 208 253 / 0.35);
}

.hover\:bg-light-purple\/40:hover {
  background-color: rgb(230 208 253 / 0.4);
}

.hover\:bg-light-purple\/45:hover {
  background-color: rgb(230 208 253 / 0.45);
}

.hover\:bg-light-purple\/5:hover {
  background-color: rgb(230 208 253 / 0.05);
}

.hover\:bg-light-purple\/50:hover {
  background-color: rgb(230 208 253 / 0.5);
}

.hover\:bg-light-purple\/55:hover {
  background-color: rgb(230 208 253 / 0.55);
}

.hover\:bg-light-purple\/60:hover {
  background-color: rgb(230 208 253 / 0.6);
}

.hover\:bg-light-purple\/65:hover {
  background-color: rgb(230 208 253 / 0.65);
}

.hover\:bg-light-purple\/70:hover {
  background-color: rgb(230 208 253 / 0.7);
}

.hover\:bg-light-purple\/75:hover {
  background-color: rgb(230 208 253 / 0.75);
}

.hover\:bg-light-purple\/80:hover {
  background-color: rgb(230 208 253 / 0.8);
}

.hover\:bg-light-purple\/85:hover {
  background-color: rgb(230 208 253 / 0.85);
}

.hover\:bg-light-purple\/90:hover {
  background-color: rgb(230 208 253 / 0.9);
}

.hover\:bg-light-purple\/95:hover {
  background-color: rgb(230 208 253 / 0.95);
}

.hover\:bg-scotial-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-scotial-red\/0:hover {
  background-color: rgb(237 17 27 / 0);
}

.hover\:bg-scotial-red\/10:hover {
  background-color: rgb(237 17 27 / 0.1);
}

.hover\:bg-scotial-red\/100:hover {
  background-color: rgb(237 17 27 / 1);
}

.hover\:bg-scotial-red\/15:hover {
  background-color: rgb(237 17 27 / 0.15);
}

.hover\:bg-scotial-red\/20:hover {
  background-color: rgb(237 17 27 / 0.2);
}

.hover\:bg-scotial-red\/25:hover {
  background-color: rgb(237 17 27 / 0.25);
}

.hover\:bg-scotial-red\/30:hover {
  background-color: rgb(237 17 27 / 0.3);
}

.hover\:bg-scotial-red\/35:hover {
  background-color: rgb(237 17 27 / 0.35);
}

.hover\:bg-scotial-red\/40:hover {
  background-color: rgb(237 17 27 / 0.4);
}

.hover\:bg-scotial-red\/45:hover {
  background-color: rgb(237 17 27 / 0.45);
}

.hover\:bg-scotial-red\/5:hover {
  background-color: rgb(237 17 27 / 0.05);
}

.hover\:bg-scotial-red\/50:hover {
  background-color: rgb(237 17 27 / 0.5);
}

.hover\:bg-scotial-red\/55:hover {
  background-color: rgb(237 17 27 / 0.55);
}

.hover\:bg-scotial-red\/60:hover {
  background-color: rgb(237 17 27 / 0.6);
}

.hover\:bg-scotial-red\/65:hover {
  background-color: rgb(237 17 27 / 0.65);
}

.hover\:bg-scotial-red\/70:hover {
  background-color: rgb(237 17 27 / 0.7);
}

.hover\:bg-scotial-red\/75:hover {
  background-color: rgb(237 17 27 / 0.75);
}

.hover\:bg-scotial-red\/80:hover {
  background-color: rgb(237 17 27 / 0.8);
}

.hover\:bg-scotial-red\/85:hover {
  background-color: rgb(237 17 27 / 0.85);
}

.hover\:bg-scotial-red\/90:hover {
  background-color: rgb(237 17 27 / 0.9);
}

.hover\:bg-scotial-red\/95:hover {
  background-color: rgb(237 17 27 / 0.95);
}

.hover\:bg-slate:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 64 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-souqh-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
}

.hover\:bg-souqh-orange\/0:hover {
  background-color: rgb(244 125 97 / 0);
}

.hover\:bg-souqh-orange\/10:hover {
  background-color: rgb(244 125 97 / 0.1);
}

.hover\:bg-souqh-orange\/100:hover {
  background-color: rgb(244 125 97 / 1);
}

.hover\:bg-souqh-orange\/15:hover {
  background-color: rgb(244 125 97 / 0.15);
}

.hover\:bg-souqh-orange\/20:hover {
  background-color: rgb(244 125 97 / 0.2);
}

.hover\:bg-souqh-orange\/25:hover {
  background-color: rgb(244 125 97 / 0.25);
}

.hover\:bg-souqh-orange\/30:hover {
  background-color: rgb(244 125 97 / 0.3);
}

.hover\:bg-souqh-orange\/35:hover {
  background-color: rgb(244 125 97 / 0.35);
}

.hover\:bg-souqh-orange\/40:hover {
  background-color: rgb(244 125 97 / 0.4);
}

.hover\:bg-souqh-orange\/45:hover {
  background-color: rgb(244 125 97 / 0.45);
}

.hover\:bg-souqh-orange\/5:hover {
  background-color: rgb(244 125 97 / 0.05);
}

.hover\:bg-souqh-orange\/50:hover {
  background-color: rgb(244 125 97 / 0.5);
}

.hover\:bg-souqh-orange\/55:hover {
  background-color: rgb(244 125 97 / 0.55);
}

.hover\:bg-souqh-orange\/60:hover {
  background-color: rgb(244 125 97 / 0.6);
}

.hover\:bg-souqh-orange\/65:hover {
  background-color: rgb(244 125 97 / 0.65);
}

.hover\:bg-souqh-orange\/70:hover {
  background-color: rgb(244 125 97 / 0.7);
}

.hover\:bg-souqh-orange\/75:hover {
  background-color: rgb(244 125 97 / 0.75);
}

.hover\:bg-souqh-orange\/80:hover {
  background-color: rgb(244 125 97 / 0.8);
}

.hover\:bg-souqh-orange\/85:hover {
  background-color: rgb(244 125 97 / 0.85);
}

.hover\:bg-souqh-orange\/90:hover {
  background-color: rgb(244 125 97 / 0.9);
}

.hover\:bg-souqh-orange\/95:hover {
  background-color: rgb(244 125 97 / 0.95);
}

.hover\:bg-sparrow-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sparrow-blue\/0:hover {
  background-color: rgb(47 128 237 / 0);
}

.hover\:bg-sparrow-blue\/10:hover {
  background-color: rgb(47 128 237 / 0.1);
}

.hover\:bg-sparrow-blue\/100:hover {
  background-color: rgb(47 128 237 / 1);
}

.hover\:bg-sparrow-blue\/15:hover {
  background-color: rgb(47 128 237 / 0.15);
}

.hover\:bg-sparrow-blue\/20:hover {
  background-color: rgb(47 128 237 / 0.2);
}

.hover\:bg-sparrow-blue\/25:hover {
  background-color: rgb(47 128 237 / 0.25);
}

.hover\:bg-sparrow-blue\/30:hover {
  background-color: rgb(47 128 237 / 0.3);
}

.hover\:bg-sparrow-blue\/35:hover {
  background-color: rgb(47 128 237 / 0.35);
}

.hover\:bg-sparrow-blue\/40:hover {
  background-color: rgb(47 128 237 / 0.4);
}

.hover\:bg-sparrow-blue\/45:hover {
  background-color: rgb(47 128 237 / 0.45);
}

.hover\:bg-sparrow-blue\/5:hover {
  background-color: rgb(47 128 237 / 0.05);
}

.hover\:bg-sparrow-blue\/50:hover {
  background-color: rgb(47 128 237 / 0.5);
}

.hover\:bg-sparrow-blue\/55:hover {
  background-color: rgb(47 128 237 / 0.55);
}

.hover\:bg-sparrow-blue\/60:hover {
  background-color: rgb(47 128 237 / 0.6);
}

.hover\:bg-sparrow-blue\/65:hover {
  background-color: rgb(47 128 237 / 0.65);
}

.hover\:bg-sparrow-blue\/70:hover {
  background-color: rgb(47 128 237 / 0.7);
}

.hover\:bg-sparrow-blue\/75:hover {
  background-color: rgb(47 128 237 / 0.75);
}

.hover\:bg-sparrow-blue\/80:hover {
  background-color: rgb(47 128 237 / 0.8);
}

.hover\:bg-sparrow-blue\/85:hover {
  background-color: rgb(47 128 237 / 0.85);
}

.hover\:bg-sparrow-blue\/90:hover {
  background-color: rgb(47 128 237 / 0.9);
}

.hover\:bg-sparrow-blue\/95:hover {
  background-color: rgb(47 128 237 / 0.95);
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/\[0\.2\]:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow\/0:hover {
  background-color: rgb(255 244 182 / 0);
}

.hover\:bg-yellow\/10:hover {
  background-color: rgb(255 244 182 / 0.1);
}

.hover\:bg-yellow\/100:hover {
  background-color: rgb(255 244 182 / 1);
}

.hover\:bg-yellow\/15:hover {
  background-color: rgb(255 244 182 / 0.15);
}

.hover\:bg-yellow\/20:hover {
  background-color: rgb(255 244 182 / 0.2);
}

.hover\:bg-yellow\/25:hover {
  background-color: rgb(255 244 182 / 0.25);
}

.hover\:bg-yellow\/30:hover {
  background-color: rgb(255 244 182 / 0.3);
}

.hover\:bg-yellow\/35:hover {
  background-color: rgb(255 244 182 / 0.35);
}

.hover\:bg-yellow\/40:hover {
  background-color: rgb(255 244 182 / 0.4);
}

.hover\:bg-yellow\/45:hover {
  background-color: rgb(255 244 182 / 0.45);
}

.hover\:bg-yellow\/5:hover {
  background-color: rgb(255 244 182 / 0.05);
}

.hover\:bg-yellow\/50:hover {
  background-color: rgb(255 244 182 / 0.5);
}

.hover\:bg-yellow\/55:hover {
  background-color: rgb(255 244 182 / 0.55);
}

.hover\:bg-yellow\/60:hover {
  background-color: rgb(255 244 182 / 0.6);
}

.hover\:bg-yellow\/65:hover {
  background-color: rgb(255 244 182 / 0.65);
}

.hover\:bg-yellow\/70:hover {
  background-color: rgb(255 244 182 / 0.7);
}

.hover\:bg-yellow\/75:hover {
  background-color: rgb(255 244 182 / 0.75);
}

.hover\:bg-yellow\/80:hover {
  background-color: rgb(255 244 182 / 0.8);
}

.hover\:bg-yellow\/85:hover {
  background-color: rgb(255 244 182 / 0.85);
}

.hover\:bg-yellow\/90:hover {
  background-color: rgb(255 244 182 / 0.9);
}

.hover\:bg-yellow\/95:hover {
  background-color: rgb(255 244 182 / 0.95);
}

.hover\:\!bg-gradient-black-transparent:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}

.hover\:bg-gradient-black-transparent:hover {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.hover\:\!text-aha-pink:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-aha-pink\/0:hover {
  color: rgb(255 0 255 / 0) !important;
}

.hover\:\!text-aha-pink\/10:hover {
  color: rgb(255 0 255 / 0.1) !important;
}

.hover\:\!text-aha-pink\/100:hover {
  color: rgb(255 0 255 / 1) !important;
}

.hover\:\!text-aha-pink\/15:hover {
  color: rgb(255 0 255 / 0.15) !important;
}

.hover\:\!text-aha-pink\/20:hover {
  color: rgb(255 0 255 / 0.2) !important;
}

.hover\:\!text-aha-pink\/25:hover {
  color: rgb(255 0 255 / 0.25) !important;
}

.hover\:\!text-aha-pink\/30:hover {
  color: rgb(255 0 255 / 0.3) !important;
}

.hover\:\!text-aha-pink\/35:hover {
  color: rgb(255 0 255 / 0.35) !important;
}

.hover\:\!text-aha-pink\/40:hover {
  color: rgb(255 0 255 / 0.4) !important;
}

.hover\:\!text-aha-pink\/45:hover {
  color: rgb(255 0 255 / 0.45) !important;
}

.hover\:\!text-aha-pink\/5:hover {
  color: rgb(255 0 255 / 0.05) !important;
}

.hover\:\!text-aha-pink\/50:hover {
  color: rgb(255 0 255 / 0.5) !important;
}

.hover\:\!text-aha-pink\/55:hover {
  color: rgb(255 0 255 / 0.55) !important;
}

.hover\:\!text-aha-pink\/60:hover {
  color: rgb(255 0 255 / 0.6) !important;
}

.hover\:\!text-aha-pink\/65:hover {
  color: rgb(255 0 255 / 0.65) !important;
}

.hover\:\!text-aha-pink\/70:hover {
  color: rgb(255 0 255 / 0.7) !important;
}

.hover\:\!text-aha-pink\/75:hover {
  color: rgb(255 0 255 / 0.75) !important;
}

.hover\:\!text-aha-pink\/80:hover {
  color: rgb(255 0 255 / 0.8) !important;
}

.hover\:\!text-aha-pink\/85:hover {
  color: rgb(255 0 255 / 0.85) !important;
}

.hover\:\!text-aha-pink\/90:hover {
  color: rgb(255 0 255 / 0.9) !important;
}

.hover\:\!text-aha-pink\/95:hover {
  color: rgb(255 0 255 / 0.95) !important;
}

.hover\:\!text-aha-purple:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(173 0 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-aha-purple\/0:hover {
  color: rgb(173 0 255 / 0) !important;
}

.hover\:\!text-aha-purple\/10:hover {
  color: rgb(173 0 255 / 0.1) !important;
}

.hover\:\!text-aha-purple\/100:hover {
  color: rgb(173 0 255 / 1) !important;
}

.hover\:\!text-aha-purple\/15:hover {
  color: rgb(173 0 255 / 0.15) !important;
}

.hover\:\!text-aha-purple\/20:hover {
  color: rgb(173 0 255 / 0.2) !important;
}

.hover\:\!text-aha-purple\/25:hover {
  color: rgb(173 0 255 / 0.25) !important;
}

.hover\:\!text-aha-purple\/30:hover {
  color: rgb(173 0 255 / 0.3) !important;
}

.hover\:\!text-aha-purple\/35:hover {
  color: rgb(173 0 255 / 0.35) !important;
}

.hover\:\!text-aha-purple\/40:hover {
  color: rgb(173 0 255 / 0.4) !important;
}

.hover\:\!text-aha-purple\/45:hover {
  color: rgb(173 0 255 / 0.45) !important;
}

.hover\:\!text-aha-purple\/5:hover {
  color: rgb(173 0 255 / 0.05) !important;
}

.hover\:\!text-aha-purple\/50:hover {
  color: rgb(173 0 255 / 0.5) !important;
}

.hover\:\!text-aha-purple\/55:hover {
  color: rgb(173 0 255 / 0.55) !important;
}

.hover\:\!text-aha-purple\/60:hover {
  color: rgb(173 0 255 / 0.6) !important;
}

.hover\:\!text-aha-purple\/65:hover {
  color: rgb(173 0 255 / 0.65) !important;
}

.hover\:\!text-aha-purple\/70:hover {
  color: rgb(173 0 255 / 0.7) !important;
}

.hover\:\!text-aha-purple\/75:hover {
  color: rgb(173 0 255 / 0.75) !important;
}

.hover\:\!text-aha-purple\/80:hover {
  color: rgb(173 0 255 / 0.8) !important;
}

.hover\:\!text-aha-purple\/85:hover {
  color: rgb(173 0 255 / 0.85) !important;
}

.hover\:\!text-aha-purple\/90:hover {
  color: rgb(173 0 255 / 0.9) !important;
}

.hover\:\!text-aha-purple\/95:hover {
  color: rgb(173 0 255 / 0.95) !important;
}

.hover\:\!text-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(9 86 202 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-blue\/0:hover {
  color: rgb(9 86 202 / 0) !important;
}

.hover\:\!text-blue\/10:hover {
  color: rgb(9 86 202 / 0.1) !important;
}

.hover\:\!text-blue\/100:hover {
  color: rgb(9 86 202 / 1) !important;
}

.hover\:\!text-blue\/15:hover {
  color: rgb(9 86 202 / 0.15) !important;
}

.hover\:\!text-blue\/20:hover {
  color: rgb(9 86 202 / 0.2) !important;
}

.hover\:\!text-blue\/25:hover {
  color: rgb(9 86 202 / 0.25) !important;
}

.hover\:\!text-blue\/30:hover {
  color: rgb(9 86 202 / 0.3) !important;
}

.hover\:\!text-blue\/35:hover {
  color: rgb(9 86 202 / 0.35) !important;
}

.hover\:\!text-blue\/40:hover {
  color: rgb(9 86 202 / 0.4) !important;
}

.hover\:\!text-blue\/45:hover {
  color: rgb(9 86 202 / 0.45) !important;
}

.hover\:\!text-blue\/5:hover {
  color: rgb(9 86 202 / 0.05) !important;
}

.hover\:\!text-blue\/50:hover {
  color: rgb(9 86 202 / 0.5) !important;
}

.hover\:\!text-blue\/55:hover {
  color: rgb(9 86 202 / 0.55) !important;
}

.hover\:\!text-blue\/60:hover {
  color: rgb(9 86 202 / 0.6) !important;
}

.hover\:\!text-blue\/65:hover {
  color: rgb(9 86 202 / 0.65) !important;
}

.hover\:\!text-blue\/70:hover {
  color: rgb(9 86 202 / 0.7) !important;
}

.hover\:\!text-blue\/75:hover {
  color: rgb(9 86 202 / 0.75) !important;
}

.hover\:\!text-blue\/80:hover {
  color: rgb(9 86 202 / 0.8) !important;
}

.hover\:\!text-blue\/85:hover {
  color: rgb(9 86 202 / 0.85) !important;
}

.hover\:\!text-blue\/90:hover {
  color: rgb(9 86 202 / 0.9) !important;
}

.hover\:\!text-blue\/95:hover {
  color: rgb(9 86 202 / 0.95) !important;
}

.hover\:\!text-borrowell-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-borrowell-blue\/0:hover {
  color: rgb(52 45 141 / 0) !important;
}

.hover\:\!text-borrowell-blue\/10:hover {
  color: rgb(52 45 141 / 0.1) !important;
}

.hover\:\!text-borrowell-blue\/100:hover {
  color: rgb(52 45 141 / 1) !important;
}

.hover\:\!text-borrowell-blue\/15:hover {
  color: rgb(52 45 141 / 0.15) !important;
}

.hover\:\!text-borrowell-blue\/20:hover {
  color: rgb(52 45 141 / 0.2) !important;
}

.hover\:\!text-borrowell-blue\/25:hover {
  color: rgb(52 45 141 / 0.25) !important;
}

.hover\:\!text-borrowell-blue\/30:hover {
  color: rgb(52 45 141 / 0.3) !important;
}

.hover\:\!text-borrowell-blue\/35:hover {
  color: rgb(52 45 141 / 0.35) !important;
}

.hover\:\!text-borrowell-blue\/40:hover {
  color: rgb(52 45 141 / 0.4) !important;
}

.hover\:\!text-borrowell-blue\/45:hover {
  color: rgb(52 45 141 / 0.45) !important;
}

.hover\:\!text-borrowell-blue\/5:hover {
  color: rgb(52 45 141 / 0.05) !important;
}

.hover\:\!text-borrowell-blue\/50:hover {
  color: rgb(52 45 141 / 0.5) !important;
}

.hover\:\!text-borrowell-blue\/55:hover {
  color: rgb(52 45 141 / 0.55) !important;
}

.hover\:\!text-borrowell-blue\/60:hover {
  color: rgb(52 45 141 / 0.6) !important;
}

.hover\:\!text-borrowell-blue\/65:hover {
  color: rgb(52 45 141 / 0.65) !important;
}

.hover\:\!text-borrowell-blue\/70:hover {
  color: rgb(52 45 141 / 0.7) !important;
}

.hover\:\!text-borrowell-blue\/75:hover {
  color: rgb(52 45 141 / 0.75) !important;
}

.hover\:\!text-borrowell-blue\/80:hover {
  color: rgb(52 45 141 / 0.8) !important;
}

.hover\:\!text-borrowell-blue\/85:hover {
  color: rgb(52 45 141 / 0.85) !important;
}

.hover\:\!text-borrowell-blue\/90:hover {
  color: rgb(52 45 141 / 0.9) !important;
}

.hover\:\!text-borrowell-blue\/95:hover {
  color: rgb(52 45 141 / 0.95) !important;
}

.hover\:\!text-green:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(23 122 38 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-green\/0:hover {
  color: rgb(23 122 38 / 0) !important;
}

.hover\:\!text-green\/10:hover {
  color: rgb(23 122 38 / 0.1) !important;
}

.hover\:\!text-green\/100:hover {
  color: rgb(23 122 38 / 1) !important;
}

.hover\:\!text-green\/15:hover {
  color: rgb(23 122 38 / 0.15) !important;
}

.hover\:\!text-green\/20:hover {
  color: rgb(23 122 38 / 0.2) !important;
}

.hover\:\!text-green\/25:hover {
  color: rgb(23 122 38 / 0.25) !important;
}

.hover\:\!text-green\/30:hover {
  color: rgb(23 122 38 / 0.3) !important;
}

.hover\:\!text-green\/35:hover {
  color: rgb(23 122 38 / 0.35) !important;
}

.hover\:\!text-green\/40:hover {
  color: rgb(23 122 38 / 0.4) !important;
}

.hover\:\!text-green\/45:hover {
  color: rgb(23 122 38 / 0.45) !important;
}

.hover\:\!text-green\/5:hover {
  color: rgb(23 122 38 / 0.05) !important;
}

.hover\:\!text-green\/50:hover {
  color: rgb(23 122 38 / 0.5) !important;
}

.hover\:\!text-green\/55:hover {
  color: rgb(23 122 38 / 0.55) !important;
}

.hover\:\!text-green\/60:hover {
  color: rgb(23 122 38 / 0.6) !important;
}

.hover\:\!text-green\/65:hover {
  color: rgb(23 122 38 / 0.65) !important;
}

.hover\:\!text-green\/70:hover {
  color: rgb(23 122 38 / 0.7) !important;
}

.hover\:\!text-green\/75:hover {
  color: rgb(23 122 38 / 0.75) !important;
}

.hover\:\!text-green\/80:hover {
  color: rgb(23 122 38 / 0.8) !important;
}

.hover\:\!text-green\/85:hover {
  color: rgb(23 122 38 / 0.85) !important;
}

.hover\:\!text-green\/90:hover {
  color: rgb(23 122 38 / 0.9) !important;
}

.hover\:\!text-green\/95:hover {
  color: rgb(23 122 38 / 0.95) !important;
}

.hover\:\!text-grey:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(56 61 65 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-grey\/0:hover {
  color: rgb(56 61 65 / 0) !important;
}

.hover\:\!text-grey\/10:hover {
  color: rgb(56 61 65 / 0.1) !important;
}

.hover\:\!text-grey\/100:hover {
  color: rgb(56 61 65 / 1) !important;
}

.hover\:\!text-grey\/15:hover {
  color: rgb(56 61 65 / 0.15) !important;
}

.hover\:\!text-grey\/20:hover {
  color: rgb(56 61 65 / 0.2) !important;
}

.hover\:\!text-grey\/25:hover {
  color: rgb(56 61 65 / 0.25) !important;
}

.hover\:\!text-grey\/30:hover {
  color: rgb(56 61 65 / 0.3) !important;
}

.hover\:\!text-grey\/35:hover {
  color: rgb(56 61 65 / 0.35) !important;
}

.hover\:\!text-grey\/40:hover {
  color: rgb(56 61 65 / 0.4) !important;
}

.hover\:\!text-grey\/45:hover {
  color: rgb(56 61 65 / 0.45) !important;
}

.hover\:\!text-grey\/5:hover {
  color: rgb(56 61 65 / 0.05) !important;
}

.hover\:\!text-grey\/50:hover {
  color: rgb(56 61 65 / 0.5) !important;
}

.hover\:\!text-grey\/55:hover {
  color: rgb(56 61 65 / 0.55) !important;
}

.hover\:\!text-grey\/60:hover {
  color: rgb(56 61 65 / 0.6) !important;
}

.hover\:\!text-grey\/65:hover {
  color: rgb(56 61 65 / 0.65) !important;
}

.hover\:\!text-grey\/70:hover {
  color: rgb(56 61 65 / 0.7) !important;
}

.hover\:\!text-grey\/75:hover {
  color: rgb(56 61 65 / 0.75) !important;
}

.hover\:\!text-grey\/80:hover {
  color: rgb(56 61 65 / 0.8) !important;
}

.hover\:\!text-grey\/85:hover {
  color: rgb(56 61 65 / 0.85) !important;
}

.hover\:\!text-grey\/90:hover {
  color: rgb(56 61 65 / 0.9) !important;
}

.hover\:\!text-grey\/95:hover {
  color: rgb(56 61 65 / 0.95) !important;
}

.hover\:\!text-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(171 80 0 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-orange\/0:hover {
  color: rgb(171 80 0 / 0) !important;
}

.hover\:\!text-orange\/10:hover {
  color: rgb(171 80 0 / 0.1) !important;
}

.hover\:\!text-orange\/100:hover {
  color: rgb(171 80 0 / 1) !important;
}

.hover\:\!text-orange\/15:hover {
  color: rgb(171 80 0 / 0.15) !important;
}

.hover\:\!text-orange\/20:hover {
  color: rgb(171 80 0 / 0.2) !important;
}

.hover\:\!text-orange\/25:hover {
  color: rgb(171 80 0 / 0.25) !important;
}

.hover\:\!text-orange\/30:hover {
  color: rgb(171 80 0 / 0.3) !important;
}

.hover\:\!text-orange\/35:hover {
  color: rgb(171 80 0 / 0.35) !important;
}

.hover\:\!text-orange\/40:hover {
  color: rgb(171 80 0 / 0.4) !important;
}

.hover\:\!text-orange\/45:hover {
  color: rgb(171 80 0 / 0.45) !important;
}

.hover\:\!text-orange\/5:hover {
  color: rgb(171 80 0 / 0.05) !important;
}

.hover\:\!text-orange\/50:hover {
  color: rgb(171 80 0 / 0.5) !important;
}

.hover\:\!text-orange\/55:hover {
  color: rgb(171 80 0 / 0.55) !important;
}

.hover\:\!text-orange\/60:hover {
  color: rgb(171 80 0 / 0.6) !important;
}

.hover\:\!text-orange\/65:hover {
  color: rgb(171 80 0 / 0.65) !important;
}

.hover\:\!text-orange\/70:hover {
  color: rgb(171 80 0 / 0.7) !important;
}

.hover\:\!text-orange\/75:hover {
  color: rgb(171 80 0 / 0.75) !important;
}

.hover\:\!text-orange\/80:hover {
  color: rgb(171 80 0 / 0.8) !important;
}

.hover\:\!text-orange\/85:hover {
  color: rgb(171 80 0 / 0.85) !important;
}

.hover\:\!text-orange\/90:hover {
  color: rgb(171 80 0 / 0.9) !important;
}

.hover\:\!text-orange\/95:hover {
  color: rgb(171 80 0 / 0.95) !important;
}

.hover\:\!text-purple:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(100 9 198 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-purple\/0:hover {
  color: rgb(100 9 198 / 0) !important;
}

.hover\:\!text-purple\/10:hover {
  color: rgb(100 9 198 / 0.1) !important;
}

.hover\:\!text-purple\/100:hover {
  color: rgb(100 9 198 / 1) !important;
}

.hover\:\!text-purple\/15:hover {
  color: rgb(100 9 198 / 0.15) !important;
}

.hover\:\!text-purple\/20:hover {
  color: rgb(100 9 198 / 0.2) !important;
}

.hover\:\!text-purple\/25:hover {
  color: rgb(100 9 198 / 0.25) !important;
}

.hover\:\!text-purple\/30:hover {
  color: rgb(100 9 198 / 0.3) !important;
}

.hover\:\!text-purple\/35:hover {
  color: rgb(100 9 198 / 0.35) !important;
}

.hover\:\!text-purple\/40:hover {
  color: rgb(100 9 198 / 0.4) !important;
}

.hover\:\!text-purple\/45:hover {
  color: rgb(100 9 198 / 0.45) !important;
}

.hover\:\!text-purple\/5:hover {
  color: rgb(100 9 198 / 0.05) !important;
}

.hover\:\!text-purple\/50:hover {
  color: rgb(100 9 198 / 0.5) !important;
}

.hover\:\!text-purple\/55:hover {
  color: rgb(100 9 198 / 0.55) !important;
}

.hover\:\!text-purple\/60:hover {
  color: rgb(100 9 198 / 0.6) !important;
}

.hover\:\!text-purple\/65:hover {
  color: rgb(100 9 198 / 0.65) !important;
}

.hover\:\!text-purple\/70:hover {
  color: rgb(100 9 198 / 0.7) !important;
}

.hover\:\!text-purple\/75:hover {
  color: rgb(100 9 198 / 0.75) !important;
}

.hover\:\!text-purple\/80:hover {
  color: rgb(100 9 198 / 0.8) !important;
}

.hover\:\!text-purple\/85:hover {
  color: rgb(100 9 198 / 0.85) !important;
}

.hover\:\!text-purple\/90:hover {
  color: rgb(100 9 198 / 0.9) !important;
}

.hover\:\!text-purple\/95:hover {
  color: rgb(100 9 198 / 0.95) !important;
}

.hover\:\!text-scotial-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(237 17 27 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-scotial-red\/0:hover {
  color: rgb(237 17 27 / 0) !important;
}

.hover\:\!text-scotial-red\/10:hover {
  color: rgb(237 17 27 / 0.1) !important;
}

.hover\:\!text-scotial-red\/100:hover {
  color: rgb(237 17 27 / 1) !important;
}

.hover\:\!text-scotial-red\/15:hover {
  color: rgb(237 17 27 / 0.15) !important;
}

.hover\:\!text-scotial-red\/20:hover {
  color: rgb(237 17 27 / 0.2) !important;
}

.hover\:\!text-scotial-red\/25:hover {
  color: rgb(237 17 27 / 0.25) !important;
}

.hover\:\!text-scotial-red\/30:hover {
  color: rgb(237 17 27 / 0.3) !important;
}

.hover\:\!text-scotial-red\/35:hover {
  color: rgb(237 17 27 / 0.35) !important;
}

.hover\:\!text-scotial-red\/40:hover {
  color: rgb(237 17 27 / 0.4) !important;
}

.hover\:\!text-scotial-red\/45:hover {
  color: rgb(237 17 27 / 0.45) !important;
}

.hover\:\!text-scotial-red\/5:hover {
  color: rgb(237 17 27 / 0.05) !important;
}

.hover\:\!text-scotial-red\/50:hover {
  color: rgb(237 17 27 / 0.5) !important;
}

.hover\:\!text-scotial-red\/55:hover {
  color: rgb(237 17 27 / 0.55) !important;
}

.hover\:\!text-scotial-red\/60:hover {
  color: rgb(237 17 27 / 0.6) !important;
}

.hover\:\!text-scotial-red\/65:hover {
  color: rgb(237 17 27 / 0.65) !important;
}

.hover\:\!text-scotial-red\/70:hover {
  color: rgb(237 17 27 / 0.7) !important;
}

.hover\:\!text-scotial-red\/75:hover {
  color: rgb(237 17 27 / 0.75) !important;
}

.hover\:\!text-scotial-red\/80:hover {
  color: rgb(237 17 27 / 0.8) !important;
}

.hover\:\!text-scotial-red\/85:hover {
  color: rgb(237 17 27 / 0.85) !important;
}

.hover\:\!text-scotial-red\/90:hover {
  color: rgb(237 17 27 / 0.9) !important;
}

.hover\:\!text-scotial-red\/95:hover {
  color: rgb(237 17 27 / 0.95) !important;
}

.hover\:\!text-souqh-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-souqh-orange\/0:hover {
  color: rgb(244 125 97 / 0) !important;
}

.hover\:\!text-souqh-orange\/10:hover {
  color: rgb(244 125 97 / 0.1) !important;
}

.hover\:\!text-souqh-orange\/100:hover {
  color: rgb(244 125 97 / 1) !important;
}

.hover\:\!text-souqh-orange\/15:hover {
  color: rgb(244 125 97 / 0.15) !important;
}

.hover\:\!text-souqh-orange\/20:hover {
  color: rgb(244 125 97 / 0.2) !important;
}

.hover\:\!text-souqh-orange\/25:hover {
  color: rgb(244 125 97 / 0.25) !important;
}

.hover\:\!text-souqh-orange\/30:hover {
  color: rgb(244 125 97 / 0.3) !important;
}

.hover\:\!text-souqh-orange\/35:hover {
  color: rgb(244 125 97 / 0.35) !important;
}

.hover\:\!text-souqh-orange\/40:hover {
  color: rgb(244 125 97 / 0.4) !important;
}

.hover\:\!text-souqh-orange\/45:hover {
  color: rgb(244 125 97 / 0.45) !important;
}

.hover\:\!text-souqh-orange\/5:hover {
  color: rgb(244 125 97 / 0.05) !important;
}

.hover\:\!text-souqh-orange\/50:hover {
  color: rgb(244 125 97 / 0.5) !important;
}

.hover\:\!text-souqh-orange\/55:hover {
  color: rgb(244 125 97 / 0.55) !important;
}

.hover\:\!text-souqh-orange\/60:hover {
  color: rgb(244 125 97 / 0.6) !important;
}

.hover\:\!text-souqh-orange\/65:hover {
  color: rgb(244 125 97 / 0.65) !important;
}

.hover\:\!text-souqh-orange\/70:hover {
  color: rgb(244 125 97 / 0.7) !important;
}

.hover\:\!text-souqh-orange\/75:hover {
  color: rgb(244 125 97 / 0.75) !important;
}

.hover\:\!text-souqh-orange\/80:hover {
  color: rgb(244 125 97 / 0.8) !important;
}

.hover\:\!text-souqh-orange\/85:hover {
  color: rgb(244 125 97 / 0.85) !important;
}

.hover\:\!text-souqh-orange\/90:hover {
  color: rgb(244 125 97 / 0.9) !important;
}

.hover\:\!text-souqh-orange\/95:hover {
  color: rgb(244 125 97 / 0.95) !important;
}

.hover\:\!text-sparrow-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(47 128 237 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-sparrow-blue\/0:hover {
  color: rgb(47 128 237 / 0) !important;
}

.hover\:\!text-sparrow-blue\/10:hover {
  color: rgb(47 128 237 / 0.1) !important;
}

.hover\:\!text-sparrow-blue\/100:hover {
  color: rgb(47 128 237 / 1) !important;
}

.hover\:\!text-sparrow-blue\/15:hover {
  color: rgb(47 128 237 / 0.15) !important;
}

.hover\:\!text-sparrow-blue\/20:hover {
  color: rgb(47 128 237 / 0.2) !important;
}

.hover\:\!text-sparrow-blue\/25:hover {
  color: rgb(47 128 237 / 0.25) !important;
}

.hover\:\!text-sparrow-blue\/30:hover {
  color: rgb(47 128 237 / 0.3) !important;
}

.hover\:\!text-sparrow-blue\/35:hover {
  color: rgb(47 128 237 / 0.35) !important;
}

.hover\:\!text-sparrow-blue\/40:hover {
  color: rgb(47 128 237 / 0.4) !important;
}

.hover\:\!text-sparrow-blue\/45:hover {
  color: rgb(47 128 237 / 0.45) !important;
}

.hover\:\!text-sparrow-blue\/5:hover {
  color: rgb(47 128 237 / 0.05) !important;
}

.hover\:\!text-sparrow-blue\/50:hover {
  color: rgb(47 128 237 / 0.5) !important;
}

.hover\:\!text-sparrow-blue\/55:hover {
  color: rgb(47 128 237 / 0.55) !important;
}

.hover\:\!text-sparrow-blue\/60:hover {
  color: rgb(47 128 237 / 0.6) !important;
}

.hover\:\!text-sparrow-blue\/65:hover {
  color: rgb(47 128 237 / 0.65) !important;
}

.hover\:\!text-sparrow-blue\/70:hover {
  color: rgb(47 128 237 / 0.7) !important;
}

.hover\:\!text-sparrow-blue\/75:hover {
  color: rgb(47 128 237 / 0.75) !important;
}

.hover\:\!text-sparrow-blue\/80:hover {
  color: rgb(47 128 237 / 0.8) !important;
}

.hover\:\!text-sparrow-blue\/85:hover {
  color: rgb(47 128 237 / 0.85) !important;
}

.hover\:\!text-sparrow-blue\/90:hover {
  color: rgb(47 128 237 / 0.9) !important;
}

.hover\:\!text-sparrow-blue\/95:hover {
  color: rgb(47 128 237 / 0.95) !important;
}

.hover\:text-aha-pink:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}

.hover\:text-aha-pink\/0:hover {
  color: rgb(255 0 255 / 0);
}

.hover\:text-aha-pink\/10:hover {
  color: rgb(255 0 255 / 0.1);
}

.hover\:text-aha-pink\/100:hover {
  color: rgb(255 0 255 / 1);
}

.hover\:text-aha-pink\/15:hover {
  color: rgb(255 0 255 / 0.15);
}

.hover\:text-aha-pink\/20:hover {
  color: rgb(255 0 255 / 0.2);
}

.hover\:text-aha-pink\/25:hover {
  color: rgb(255 0 255 / 0.25);
}

.hover\:text-aha-pink\/30:hover {
  color: rgb(255 0 255 / 0.3);
}

.hover\:text-aha-pink\/35:hover {
  color: rgb(255 0 255 / 0.35);
}

.hover\:text-aha-pink\/40:hover {
  color: rgb(255 0 255 / 0.4);
}

.hover\:text-aha-pink\/45:hover {
  color: rgb(255 0 255 / 0.45);
}

.hover\:text-aha-pink\/5:hover {
  color: rgb(255 0 255 / 0.05);
}

.hover\:text-aha-pink\/50:hover {
  color: rgb(255 0 255 / 0.5);
}

.hover\:text-aha-pink\/55:hover {
  color: rgb(255 0 255 / 0.55);
}

.hover\:text-aha-pink\/60:hover {
  color: rgb(255 0 255 / 0.6);
}

.hover\:text-aha-pink\/65:hover {
  color: rgb(255 0 255 / 0.65);
}

.hover\:text-aha-pink\/70:hover {
  color: rgb(255 0 255 / 0.7);
}

.hover\:text-aha-pink\/75:hover {
  color: rgb(255 0 255 / 0.75);
}

.hover\:text-aha-pink\/80:hover {
  color: rgb(255 0 255 / 0.8);
}

.hover\:text-aha-pink\/85:hover {
  color: rgb(255 0 255 / 0.85);
}

.hover\:text-aha-pink\/90:hover {
  color: rgb(255 0 255 / 0.9);
}

.hover\:text-aha-pink\/95:hover {
  color: rgb(255 0 255 / 0.95);
}

.hover\:text-aha-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(173 0 255 / var(--tw-text-opacity, 1));
}

.hover\:text-aha-purple\/0:hover {
  color: rgb(173 0 255 / 0);
}

.hover\:text-aha-purple\/10:hover {
  color: rgb(173 0 255 / 0.1);
}

.hover\:text-aha-purple\/100:hover {
  color: rgb(173 0 255 / 1);
}

.hover\:text-aha-purple\/15:hover {
  color: rgb(173 0 255 / 0.15);
}

.hover\:text-aha-purple\/20:hover {
  color: rgb(173 0 255 / 0.2);
}

.hover\:text-aha-purple\/25:hover {
  color: rgb(173 0 255 / 0.25);
}

.hover\:text-aha-purple\/30:hover {
  color: rgb(173 0 255 / 0.3);
}

.hover\:text-aha-purple\/35:hover {
  color: rgb(173 0 255 / 0.35);
}

.hover\:text-aha-purple\/40:hover {
  color: rgb(173 0 255 / 0.4);
}

.hover\:text-aha-purple\/45:hover {
  color: rgb(173 0 255 / 0.45);
}

.hover\:text-aha-purple\/5:hover {
  color: rgb(173 0 255 / 0.05);
}

.hover\:text-aha-purple\/50:hover {
  color: rgb(173 0 255 / 0.5);
}

.hover\:text-aha-purple\/55:hover {
  color: rgb(173 0 255 / 0.55);
}

.hover\:text-aha-purple\/60:hover {
  color: rgb(173 0 255 / 0.6);
}

.hover\:text-aha-purple\/65:hover {
  color: rgb(173 0 255 / 0.65);
}

.hover\:text-aha-purple\/70:hover {
  color: rgb(173 0 255 / 0.7);
}

.hover\:text-aha-purple\/75:hover {
  color: rgb(173 0 255 / 0.75);
}

.hover\:text-aha-purple\/80:hover {
  color: rgb(173 0 255 / 0.8);
}

.hover\:text-aha-purple\/85:hover {
  color: rgb(173 0 255 / 0.85);
}

.hover\:text-aha-purple\/90:hover {
  color: rgb(173 0 255 / 0.9);
}

.hover\:text-aha-purple\/95:hover {
  color: rgb(173 0 255 / 0.95);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(27 24 40 / var(--tw-text-opacity, 1));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(9 86 202 / var(--tw-text-opacity, 1));
}

.hover\:text-blue\/0:hover {
  color: rgb(9 86 202 / 0);
}

.hover\:text-blue\/10:hover {
  color: rgb(9 86 202 / 0.1);
}

.hover\:text-blue\/100:hover {
  color: rgb(9 86 202 / 1);
}

.hover\:text-blue\/15:hover {
  color: rgb(9 86 202 / 0.15);
}

.hover\:text-blue\/20:hover {
  color: rgb(9 86 202 / 0.2);
}

.hover\:text-blue\/25:hover {
  color: rgb(9 86 202 / 0.25);
}

.hover\:text-blue\/30:hover {
  color: rgb(9 86 202 / 0.3);
}

.hover\:text-blue\/35:hover {
  color: rgb(9 86 202 / 0.35);
}

.hover\:text-blue\/40:hover {
  color: rgb(9 86 202 / 0.4);
}

.hover\:text-blue\/45:hover {
  color: rgb(9 86 202 / 0.45);
}

.hover\:text-blue\/5:hover {
  color: rgb(9 86 202 / 0.05);
}

.hover\:text-blue\/50:hover {
  color: rgb(9 86 202 / 0.5);
}

.hover\:text-blue\/55:hover {
  color: rgb(9 86 202 / 0.55);
}

.hover\:text-blue\/60:hover {
  color: rgb(9 86 202 / 0.6);
}

.hover\:text-blue\/65:hover {
  color: rgb(9 86 202 / 0.65);
}

.hover\:text-blue\/70:hover {
  color: rgb(9 86 202 / 0.7);
}

.hover\:text-blue\/75:hover {
  color: rgb(9 86 202 / 0.75);
}

.hover\:text-blue\/80:hover {
  color: rgb(9 86 202 / 0.8);
}

.hover\:text-blue\/85:hover {
  color: rgb(9 86 202 / 0.85);
}

.hover\:text-blue\/90:hover {
  color: rgb(9 86 202 / 0.9);
}

.hover\:text-blue\/95:hover {
  color: rgb(9 86 202 / 0.95);
}

.hover\:text-borrowell-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1));
}

.hover\:text-borrowell-blue\/0:hover {
  color: rgb(52 45 141 / 0);
}

.hover\:text-borrowell-blue\/10:hover {
  color: rgb(52 45 141 / 0.1);
}

.hover\:text-borrowell-blue\/100:hover {
  color: rgb(52 45 141 / 1);
}

.hover\:text-borrowell-blue\/15:hover {
  color: rgb(52 45 141 / 0.15);
}

.hover\:text-borrowell-blue\/20:hover {
  color: rgb(52 45 141 / 0.2);
}

.hover\:text-borrowell-blue\/25:hover {
  color: rgb(52 45 141 / 0.25);
}

.hover\:text-borrowell-blue\/30:hover {
  color: rgb(52 45 141 / 0.3);
}

.hover\:text-borrowell-blue\/35:hover {
  color: rgb(52 45 141 / 0.35);
}

.hover\:text-borrowell-blue\/40:hover {
  color: rgb(52 45 141 / 0.4);
}

.hover\:text-borrowell-blue\/45:hover {
  color: rgb(52 45 141 / 0.45);
}

.hover\:text-borrowell-blue\/5:hover {
  color: rgb(52 45 141 / 0.05);
}

.hover\:text-borrowell-blue\/50:hover {
  color: rgb(52 45 141 / 0.5);
}

.hover\:text-borrowell-blue\/55:hover {
  color: rgb(52 45 141 / 0.55);
}

.hover\:text-borrowell-blue\/60:hover {
  color: rgb(52 45 141 / 0.6);
}

.hover\:text-borrowell-blue\/65:hover {
  color: rgb(52 45 141 / 0.65);
}

.hover\:text-borrowell-blue\/70:hover {
  color: rgb(52 45 141 / 0.7);
}

.hover\:text-borrowell-blue\/75:hover {
  color: rgb(52 45 141 / 0.75);
}

.hover\:text-borrowell-blue\/80:hover {
  color: rgb(52 45 141 / 0.8);
}

.hover\:text-borrowell-blue\/85:hover {
  color: rgb(52 45 141 / 0.85);
}

.hover\:text-borrowell-blue\/90:hover {
  color: rgb(52 45 141 / 0.9);
}

.hover\:text-borrowell-blue\/95:hover {
  color: rgb(52 45 141 / 0.95);
}

.hover\:text-brand-red:hover {
  --tw-text-opacity: 1;
  color: rgb(163 36 57 / var(--tw-text-opacity, 1));
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(23 122 38 / var(--tw-text-opacity, 1));
}

.hover\:text-green\/0:hover {
  color: rgb(23 122 38 / 0);
}

.hover\:text-green\/10:hover {
  color: rgb(23 122 38 / 0.1);
}

.hover\:text-green\/100:hover {
  color: rgb(23 122 38 / 1);
}

.hover\:text-green\/15:hover {
  color: rgb(23 122 38 / 0.15);
}

.hover\:text-green\/20:hover {
  color: rgb(23 122 38 / 0.2);
}

.hover\:text-green\/25:hover {
  color: rgb(23 122 38 / 0.25);
}

.hover\:text-green\/30:hover {
  color: rgb(23 122 38 / 0.3);
}

.hover\:text-green\/35:hover {
  color: rgb(23 122 38 / 0.35);
}

.hover\:text-green\/40:hover {
  color: rgb(23 122 38 / 0.4);
}

.hover\:text-green\/45:hover {
  color: rgb(23 122 38 / 0.45);
}

.hover\:text-green\/5:hover {
  color: rgb(23 122 38 / 0.05);
}

.hover\:text-green\/50:hover {
  color: rgb(23 122 38 / 0.5);
}

.hover\:text-green\/55:hover {
  color: rgb(23 122 38 / 0.55);
}

.hover\:text-green\/60:hover {
  color: rgb(23 122 38 / 0.6);
}

.hover\:text-green\/65:hover {
  color: rgb(23 122 38 / 0.65);
}

.hover\:text-green\/70:hover {
  color: rgb(23 122 38 / 0.7);
}

.hover\:text-green\/75:hover {
  color: rgb(23 122 38 / 0.75);
}

.hover\:text-green\/80:hover {
  color: rgb(23 122 38 / 0.8);
}

.hover\:text-green\/85:hover {
  color: rgb(23 122 38 / 0.85);
}

.hover\:text-green\/90:hover {
  color: rgb(23 122 38 / 0.9);
}

.hover\:text-green\/95:hover {
  color: rgb(23 122 38 / 0.95);
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(56 61 65 / var(--tw-text-opacity, 1));
}

.hover\:text-grey\/0:hover {
  color: rgb(56 61 65 / 0);
}

.hover\:text-grey\/10:hover {
  color: rgb(56 61 65 / 0.1);
}

.hover\:text-grey\/100:hover {
  color: rgb(56 61 65 / 1);
}

.hover\:text-grey\/15:hover {
  color: rgb(56 61 65 / 0.15);
}

.hover\:text-grey\/20:hover {
  color: rgb(56 61 65 / 0.2);
}

.hover\:text-grey\/25:hover {
  color: rgb(56 61 65 / 0.25);
}

.hover\:text-grey\/30:hover {
  color: rgb(56 61 65 / 0.3);
}

.hover\:text-grey\/35:hover {
  color: rgb(56 61 65 / 0.35);
}

.hover\:text-grey\/40:hover {
  color: rgb(56 61 65 / 0.4);
}

.hover\:text-grey\/45:hover {
  color: rgb(56 61 65 / 0.45);
}

.hover\:text-grey\/5:hover {
  color: rgb(56 61 65 / 0.05);
}

.hover\:text-grey\/50:hover {
  color: rgb(56 61 65 / 0.5);
}

.hover\:text-grey\/55:hover {
  color: rgb(56 61 65 / 0.55);
}

.hover\:text-grey\/60:hover {
  color: rgb(56 61 65 / 0.6);
}

.hover\:text-grey\/65:hover {
  color: rgb(56 61 65 / 0.65);
}

.hover\:text-grey\/70:hover {
  color: rgb(56 61 65 / 0.7);
}

.hover\:text-grey\/75:hover {
  color: rgb(56 61 65 / 0.75);
}

.hover\:text-grey\/80:hover {
  color: rgb(56 61 65 / 0.8);
}

.hover\:text-grey\/85:hover {
  color: rgb(56 61 65 / 0.85);
}

.hover\:text-grey\/90:hover {
  color: rgb(56 61 65 / 0.9);
}

.hover\:text-grey\/95:hover {
  color: rgb(56 61 65 / 0.95);
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(171 80 0 / var(--tw-text-opacity, 1));
}

.hover\:text-orange\/0:hover {
  color: rgb(171 80 0 / 0);
}

.hover\:text-orange\/10:hover {
  color: rgb(171 80 0 / 0.1);
}

.hover\:text-orange\/100:hover {
  color: rgb(171 80 0 / 1);
}

.hover\:text-orange\/15:hover {
  color: rgb(171 80 0 / 0.15);
}

.hover\:text-orange\/20:hover {
  color: rgb(171 80 0 / 0.2);
}

.hover\:text-orange\/25:hover {
  color: rgb(171 80 0 / 0.25);
}

.hover\:text-orange\/30:hover {
  color: rgb(171 80 0 / 0.3);
}

.hover\:text-orange\/35:hover {
  color: rgb(171 80 0 / 0.35);
}

.hover\:text-orange\/40:hover {
  color: rgb(171 80 0 / 0.4);
}

.hover\:text-orange\/45:hover {
  color: rgb(171 80 0 / 0.45);
}

.hover\:text-orange\/5:hover {
  color: rgb(171 80 0 / 0.05);
}

.hover\:text-orange\/50:hover {
  color: rgb(171 80 0 / 0.5);
}

.hover\:text-orange\/55:hover {
  color: rgb(171 80 0 / 0.55);
}

.hover\:text-orange\/60:hover {
  color: rgb(171 80 0 / 0.6);
}

.hover\:text-orange\/65:hover {
  color: rgb(171 80 0 / 0.65);
}

.hover\:text-orange\/70:hover {
  color: rgb(171 80 0 / 0.7);
}

.hover\:text-orange\/75:hover {
  color: rgb(171 80 0 / 0.75);
}

.hover\:text-orange\/80:hover {
  color: rgb(171 80 0 / 0.8);
}

.hover\:text-orange\/85:hover {
  color: rgb(171 80 0 / 0.85);
}

.hover\:text-orange\/90:hover {
  color: rgb(171 80 0 / 0.9);
}

.hover\:text-orange\/95:hover {
  color: rgb(171 80 0 / 0.95);
}

.hover\:text-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(100 9 198 / var(--tw-text-opacity, 1));
}

.hover\:text-purple\/0:hover {
  color: rgb(100 9 198 / 0);
}

.hover\:text-purple\/10:hover {
  color: rgb(100 9 198 / 0.1);
}

.hover\:text-purple\/100:hover {
  color: rgb(100 9 198 / 1);
}

.hover\:text-purple\/15:hover {
  color: rgb(100 9 198 / 0.15);
}

.hover\:text-purple\/20:hover {
  color: rgb(100 9 198 / 0.2);
}

.hover\:text-purple\/25:hover {
  color: rgb(100 9 198 / 0.25);
}

.hover\:text-purple\/30:hover {
  color: rgb(100 9 198 / 0.3);
}

.hover\:text-purple\/35:hover {
  color: rgb(100 9 198 / 0.35);
}

.hover\:text-purple\/40:hover {
  color: rgb(100 9 198 / 0.4);
}

.hover\:text-purple\/45:hover {
  color: rgb(100 9 198 / 0.45);
}

.hover\:text-purple\/5:hover {
  color: rgb(100 9 198 / 0.05);
}

.hover\:text-purple\/50:hover {
  color: rgb(100 9 198 / 0.5);
}

.hover\:text-purple\/55:hover {
  color: rgb(100 9 198 / 0.55);
}

.hover\:text-purple\/60:hover {
  color: rgb(100 9 198 / 0.6);
}

.hover\:text-purple\/65:hover {
  color: rgb(100 9 198 / 0.65);
}

.hover\:text-purple\/70:hover {
  color: rgb(100 9 198 / 0.7);
}

.hover\:text-purple\/75:hover {
  color: rgb(100 9 198 / 0.75);
}

.hover\:text-purple\/80:hover {
  color: rgb(100 9 198 / 0.8);
}

.hover\:text-purple\/85:hover {
  color: rgb(100 9 198 / 0.85);
}

.hover\:text-purple\/90:hover {
  color: rgb(100 9 198 / 0.9);
}

.hover\:text-purple\/95:hover {
  color: rgb(100 9 198 / 0.95);
}

.hover\:text-scotial-red:hover {
  --tw-text-opacity: 1;
  color: rgb(237 17 27 / var(--tw-text-opacity, 1));
}

.hover\:text-scotial-red\/0:hover {
  color: rgb(237 17 27 / 0);
}

.hover\:text-scotial-red\/10:hover {
  color: rgb(237 17 27 / 0.1);
}

.hover\:text-scotial-red\/100:hover {
  color: rgb(237 17 27 / 1);
}

.hover\:text-scotial-red\/15:hover {
  color: rgb(237 17 27 / 0.15);
}

.hover\:text-scotial-red\/20:hover {
  color: rgb(237 17 27 / 0.2);
}

.hover\:text-scotial-red\/25:hover {
  color: rgb(237 17 27 / 0.25);
}

.hover\:text-scotial-red\/30:hover {
  color: rgb(237 17 27 / 0.3);
}

.hover\:text-scotial-red\/35:hover {
  color: rgb(237 17 27 / 0.35);
}

.hover\:text-scotial-red\/40:hover {
  color: rgb(237 17 27 / 0.4);
}

.hover\:text-scotial-red\/45:hover {
  color: rgb(237 17 27 / 0.45);
}

.hover\:text-scotial-red\/5:hover {
  color: rgb(237 17 27 / 0.05);
}

.hover\:text-scotial-red\/50:hover {
  color: rgb(237 17 27 / 0.5);
}

.hover\:text-scotial-red\/55:hover {
  color: rgb(237 17 27 / 0.55);
}

.hover\:text-scotial-red\/60:hover {
  color: rgb(237 17 27 / 0.6);
}

.hover\:text-scotial-red\/65:hover {
  color: rgb(237 17 27 / 0.65);
}

.hover\:text-scotial-red\/70:hover {
  color: rgb(237 17 27 / 0.7);
}

.hover\:text-scotial-red\/75:hover {
  color: rgb(237 17 27 / 0.75);
}

.hover\:text-scotial-red\/80:hover {
  color: rgb(237 17 27 / 0.8);
}

.hover\:text-scotial-red\/85:hover {
  color: rgb(237 17 27 / 0.85);
}

.hover\:text-scotial-red\/90:hover {
  color: rgb(237 17 27 / 0.9);
}

.hover\:text-scotial-red\/95:hover {
  color: rgb(237 17 27 / 0.95);
}

.hover\:text-souqh-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1));
}

.hover\:text-souqh-orange\/0:hover {
  color: rgb(244 125 97 / 0);
}

.hover\:text-souqh-orange\/10:hover {
  color: rgb(244 125 97 / 0.1);
}

.hover\:text-souqh-orange\/100:hover {
  color: rgb(244 125 97 / 1);
}

.hover\:text-souqh-orange\/15:hover {
  color: rgb(244 125 97 / 0.15);
}

.hover\:text-souqh-orange\/20:hover {
  color: rgb(244 125 97 / 0.2);
}

.hover\:text-souqh-orange\/25:hover {
  color: rgb(244 125 97 / 0.25);
}

.hover\:text-souqh-orange\/30:hover {
  color: rgb(244 125 97 / 0.3);
}

.hover\:text-souqh-orange\/35:hover {
  color: rgb(244 125 97 / 0.35);
}

.hover\:text-souqh-orange\/40:hover {
  color: rgb(244 125 97 / 0.4);
}

.hover\:text-souqh-orange\/45:hover {
  color: rgb(244 125 97 / 0.45);
}

.hover\:text-souqh-orange\/5:hover {
  color: rgb(244 125 97 / 0.05);
}

.hover\:text-souqh-orange\/50:hover {
  color: rgb(244 125 97 / 0.5);
}

.hover\:text-souqh-orange\/55:hover {
  color: rgb(244 125 97 / 0.55);
}

.hover\:text-souqh-orange\/60:hover {
  color: rgb(244 125 97 / 0.6);
}

.hover\:text-souqh-orange\/65:hover {
  color: rgb(244 125 97 / 0.65);
}

.hover\:text-souqh-orange\/70:hover {
  color: rgb(244 125 97 / 0.7);
}

.hover\:text-souqh-orange\/75:hover {
  color: rgb(244 125 97 / 0.75);
}

.hover\:text-souqh-orange\/80:hover {
  color: rgb(244 125 97 / 0.8);
}

.hover\:text-souqh-orange\/85:hover {
  color: rgb(244 125 97 / 0.85);
}

.hover\:text-souqh-orange\/90:hover {
  color: rgb(244 125 97 / 0.9);
}

.hover\:text-souqh-orange\/95:hover {
  color: rgb(244 125 97 / 0.95);
}

.hover\:text-sparrow-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(47 128 237 / var(--tw-text-opacity, 1));
}

.hover\:text-sparrow-blue\/0:hover {
  color: rgb(47 128 237 / 0);
}

.hover\:text-sparrow-blue\/10:hover {
  color: rgb(47 128 237 / 0.1);
}

.hover\:text-sparrow-blue\/100:hover {
  color: rgb(47 128 237 / 1);
}

.hover\:text-sparrow-blue\/15:hover {
  color: rgb(47 128 237 / 0.15);
}

.hover\:text-sparrow-blue\/20:hover {
  color: rgb(47 128 237 / 0.2);
}

.hover\:text-sparrow-blue\/25:hover {
  color: rgb(47 128 237 / 0.25);
}

.hover\:text-sparrow-blue\/30:hover {
  color: rgb(47 128 237 / 0.3);
}

.hover\:text-sparrow-blue\/35:hover {
  color: rgb(47 128 237 / 0.35);
}

.hover\:text-sparrow-blue\/40:hover {
  color: rgb(47 128 237 / 0.4);
}

.hover\:text-sparrow-blue\/45:hover {
  color: rgb(47 128 237 / 0.45);
}

.hover\:text-sparrow-blue\/5:hover {
  color: rgb(47 128 237 / 0.05);
}

.hover\:text-sparrow-blue\/50:hover {
  color: rgb(47 128 237 / 0.5);
}

.hover\:text-sparrow-blue\/55:hover {
  color: rgb(47 128 237 / 0.55);
}

.hover\:text-sparrow-blue\/60:hover {
  color: rgb(47 128 237 / 0.6);
}

.hover\:text-sparrow-blue\/65:hover {
  color: rgb(47 128 237 / 0.65);
}

.hover\:text-sparrow-blue\/70:hover {
  color: rgb(47 128 237 / 0.7);
}

.hover\:text-sparrow-blue\/75:hover {
  color: rgb(47 128 237 / 0.75);
}

.hover\:text-sparrow-blue\/80:hover {
  color: rgb(47 128 237 / 0.8);
}

.hover\:text-sparrow-blue\/85:hover {
  color: rgb(47 128 237 / 0.85);
}

.hover\:text-sparrow-blue\/90:hover {
  color: rgb(47 128 237 / 0.9);
}

.hover\:text-sparrow-blue\/95:hover {
  color: rgb(47 128 237 / 0.95);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-2xl:hover {
  --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);
}

.hover\:drop-shadow-2xl:hover {
  --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);
}

.hover\:\!grayscale-0:hover {
  --tw-grayscale: grayscale(0) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:\!backdrop-grayscale-0:hover {
  --tw-backdrop-grayscale: grayscale(0) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.hover\:backdrop-grayscale-0:hover {
  --tw-backdrop-grayscale: grayscale(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.hover\:after\:absolute:hover::after {
  content: var(--tw-content);
  position: absolute;
}

.hover\:after\:top-3:hover::after {
  content: var(--tw-content);
  top: 0.75rem;
}

.hover\:after\:h-full:hover::after {
  content: var(--tw-content);
  height: 100%;
}

.hover\:after\:w-1\/2:hover::after {
  content: var(--tw-content);
  width: 50%;
}

.hover\:after\:bg-transparent:hover::after {
  content: var(--tw-content);
  background-color: transparent;
}

.hover\:after\:content-\[\'\'\]:hover::after {
  --tw-content: '';
  content: var(--tw-content);
}

.focus\:border-brand-red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
}

.focus\:border-slate:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 64 75 / var(--tw-border-opacity, 1));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(27 24 40 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-red:focus {
  --tw-text-opacity: 1;
  color: rgb(163 36 57 / var(--tw-text-opacity, 1));
}

.focus\:\!shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-brand-red:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 36 57 / var(--tw-ring-opacity, 1));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:h-56 {
  height: 14rem;
}

.group:hover .group-hover\:h-72 {
  height: 18rem;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-wrap {
  text-wrap: wrap;
}

.group:hover .group-hover\:\!rounded-2xl {
  border-radius: 1rem !important;
}

.group:hover .group-hover\:\!rounded-3xl {
  border-radius: 1.5rem !important;
}

.group:hover .group-hover\:\!rounded-cta-left {
  border-radius: 30px 0 0 30px !important;
}

.group:hover .group-hover\:\!rounded-full {
  border-radius: 9999px !important;
}

.group:hover .group-hover\:\!rounded-lg {
  border-radius: 0.5rem !important;
}

.group:hover .group-hover\:\!rounded-md {
  border-radius: 0.375rem !important;
}

.group:hover .group-hover\:\!rounded-rd {
  border-radius: 30px !important;
}

.group:hover .group-hover\:\!rounded-sm {
  border-radius: 0.125rem !important;
}

.group:hover .group-hover\:\!rounded-xl {
  border-radius: 0.75rem !important;
}

.group:hover .group-hover\:rounded-2xl {
  border-radius: 1rem;
}

.group:hover .group-hover\:rounded-3xl {
  border-radius: 1.5rem;
}

.group:hover .group-hover\:rounded-cta-left {
  border-radius: 30px 0 0 30px;
}

.group:hover .group-hover\:rounded-full {
  border-radius: 9999px;
}

.group:hover .group-hover\:rounded-lg {
  border-radius: 0.5rem;
}

.group:hover .group-hover\:rounded-md {
  border-radius: 0.375rem;
}

.group:hover .group-hover\:rounded-rd {
  border-radius: 30px;
}

.group:hover .group-hover\:rounded-sm {
  border-radius: 0.125rem;
}

.group:hover .group-hover\:rounded-xl {
  border-radius: 0.75rem;
}

.group:hover .group-hover\:\!border-b-0 {
  border-bottom-width: 0px !important;
}

.group:hover .group-hover\:\!border-b-2 {
  border-bottom-width: 2px !important;
}

.group:hover .group-hover\:\!border-b-4 {
  border-bottom-width: 4px !important;
}

.group:hover .group-hover\:\!border-l-0 {
  border-left-width: 0px !important;
}

.group:hover .group-hover\:\!border-l-2 {
  border-left-width: 2px !important;
}

.group:hover .group-hover\:\!border-l-4 {
  border-left-width: 4px !important;
}

.group:hover .group-hover\:\!border-r-0 {
  border-right-width: 0px !important;
}

.group:hover .group-hover\:\!border-r-2 {
  border-right-width: 2px !important;
}

.group:hover .group-hover\:\!border-r-4 {
  border-right-width: 4px !important;
}

.group:hover .group-hover\:border-b-0 {
  border-bottom-width: 0px;
}

.group:hover .group-hover\:border-b-2 {
  border-bottom-width: 2px;
}

.group:hover .group-hover\:border-b-4 {
  border-bottom-width: 4px;
}

.group:hover .group-hover\:border-l-0 {
  border-left-width: 0px;
}

.group:hover .group-hover\:border-l-2 {
  border-left-width: 2px;
}

.group:hover .group-hover\:border-l-4 {
  border-left-width: 4px;
}

.group:hover .group-hover\:border-r-0 {
  border-right-width: 0px;
}

.group:hover .group-hover\:border-r-2 {
  border-right-width: 2px;
}

.group:hover .group-hover\:border-r-4 {
  border-right-width: 4px;
}

.group:hover .group-hover\:\!border-aha-pink {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/0 {
  border-color: rgb(255 0 255 / 0) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/10 {
  border-color: rgb(255 0 255 / 0.1) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/100 {
  border-color: rgb(255 0 255 / 1) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/15 {
  border-color: rgb(255 0 255 / 0.15) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/20 {
  border-color: rgb(255 0 255 / 0.2) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/25 {
  border-color: rgb(255 0 255 / 0.25) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/30 {
  border-color: rgb(255 0 255 / 0.3) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/35 {
  border-color: rgb(255 0 255 / 0.35) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/40 {
  border-color: rgb(255 0 255 / 0.4) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/45 {
  border-color: rgb(255 0 255 / 0.45) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/5 {
  border-color: rgb(255 0 255 / 0.05) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/50 {
  border-color: rgb(255 0 255 / 0.5) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/55 {
  border-color: rgb(255 0 255 / 0.55) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/60 {
  border-color: rgb(255 0 255 / 0.6) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/65 {
  border-color: rgb(255 0 255 / 0.65) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/70 {
  border-color: rgb(255 0 255 / 0.7) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/75 {
  border-color: rgb(255 0 255 / 0.75) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/80 {
  border-color: rgb(255 0 255 / 0.8) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/85 {
  border-color: rgb(255 0 255 / 0.85) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/90 {
  border-color: rgb(255 0 255 / 0.9) !important;
}

.group:hover .group-hover\:\!border-aha-pink\/95 {
  border-color: rgb(255 0 255 / 0.95) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/0 {
  border-color: rgb(52 45 141 / 0) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/10 {
  border-color: rgb(52 45 141 / 0.1) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/100 {
  border-color: rgb(52 45 141 / 1) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/15 {
  border-color: rgb(52 45 141 / 0.15) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/20 {
  border-color: rgb(52 45 141 / 0.2) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/25 {
  border-color: rgb(52 45 141 / 0.25) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/30 {
  border-color: rgb(52 45 141 / 0.3) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/35 {
  border-color: rgb(52 45 141 / 0.35) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/40 {
  border-color: rgb(52 45 141 / 0.4) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/45 {
  border-color: rgb(52 45 141 / 0.45) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/5 {
  border-color: rgb(52 45 141 / 0.05) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/50 {
  border-color: rgb(52 45 141 / 0.5) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/55 {
  border-color: rgb(52 45 141 / 0.55) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/60 {
  border-color: rgb(52 45 141 / 0.6) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/65 {
  border-color: rgb(52 45 141 / 0.65) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/70 {
  border-color: rgb(52 45 141 / 0.7) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/75 {
  border-color: rgb(52 45 141 / 0.75) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/80 {
  border-color: rgb(52 45 141 / 0.8) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/85 {
  border-color: rgb(52 45 141 / 0.85) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/90 {
  border-color: rgb(52 45 141 / 0.9) !important;
}

.group:hover .group-hover\:\!border-borrowell-blue\/95 {
  border-color: rgb(52 45 141 / 0.95) !important;
}

.group:hover .group-hover\:\!border-brand-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-brand-red\/0 {
  border-color: rgb(163 36 57 / 0) !important;
}

.group:hover .group-hover\:\!border-brand-red\/10 {
  border-color: rgb(163 36 57 / 0.1) !important;
}

.group:hover .group-hover\:\!border-brand-red\/100 {
  border-color: rgb(163 36 57 / 1) !important;
}

.group:hover .group-hover\:\!border-brand-red\/15 {
  border-color: rgb(163 36 57 / 0.15) !important;
}

.group:hover .group-hover\:\!border-brand-red\/20 {
  border-color: rgb(163 36 57 / 0.2) !important;
}

.group:hover .group-hover\:\!border-brand-red\/25 {
  border-color: rgb(163 36 57 / 0.25) !important;
}

.group:hover .group-hover\:\!border-brand-red\/30 {
  border-color: rgb(163 36 57 / 0.3) !important;
}

.group:hover .group-hover\:\!border-brand-red\/35 {
  border-color: rgb(163 36 57 / 0.35) !important;
}

.group:hover .group-hover\:\!border-brand-red\/40 {
  border-color: rgb(163 36 57 / 0.4) !important;
}

.group:hover .group-hover\:\!border-brand-red\/45 {
  border-color: rgb(163 36 57 / 0.45) !important;
}

.group:hover .group-hover\:\!border-brand-red\/5 {
  border-color: rgb(163 36 57 / 0.05) !important;
}

.group:hover .group-hover\:\!border-brand-red\/50 {
  border-color: rgb(163 36 57 / 0.5) !important;
}

.group:hover .group-hover\:\!border-brand-red\/55 {
  border-color: rgb(163 36 57 / 0.55) !important;
}

.group:hover .group-hover\:\!border-brand-red\/60 {
  border-color: rgb(163 36 57 / 0.6) !important;
}

.group:hover .group-hover\:\!border-brand-red\/65 {
  border-color: rgb(163 36 57 / 0.65) !important;
}

.group:hover .group-hover\:\!border-brand-red\/70 {
  border-color: rgb(163 36 57 / 0.7) !important;
}

.group:hover .group-hover\:\!border-brand-red\/75 {
  border-color: rgb(163 36 57 / 0.75) !important;
}

.group:hover .group-hover\:\!border-brand-red\/80 {
  border-color: rgb(163 36 57 / 0.8) !important;
}

.group:hover .group-hover\:\!border-brand-red\/85 {
  border-color: rgb(163 36 57 / 0.85) !important;
}

.group:hover .group-hover\:\!border-brand-red\/90 {
  border-color: rgb(163 36 57 / 0.9) !important;
}

.group:hover .group-hover\:\!border-brand-red\/95 {
  border-color: rgb(163 36 57 / 0.95) !important;
}

.group:hover .group-hover\:\!border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-grey\/0 {
  border-color: rgb(56 61 65 / 0) !important;
}

.group:hover .group-hover\:\!border-grey\/10 {
  border-color: rgb(56 61 65 / 0.1) !important;
}

.group:hover .group-hover\:\!border-grey\/100 {
  border-color: rgb(56 61 65 / 1) !important;
}

.group:hover .group-hover\:\!border-grey\/15 {
  border-color: rgb(56 61 65 / 0.15) !important;
}

.group:hover .group-hover\:\!border-grey\/20 {
  border-color: rgb(56 61 65 / 0.2) !important;
}

.group:hover .group-hover\:\!border-grey\/25 {
  border-color: rgb(56 61 65 / 0.25) !important;
}

.group:hover .group-hover\:\!border-grey\/30 {
  border-color: rgb(56 61 65 / 0.3) !important;
}

.group:hover .group-hover\:\!border-grey\/35 {
  border-color: rgb(56 61 65 / 0.35) !important;
}

.group:hover .group-hover\:\!border-grey\/40 {
  border-color: rgb(56 61 65 / 0.4) !important;
}

.group:hover .group-hover\:\!border-grey\/45 {
  border-color: rgb(56 61 65 / 0.45) !important;
}

.group:hover .group-hover\:\!border-grey\/5 {
  border-color: rgb(56 61 65 / 0.05) !important;
}

.group:hover .group-hover\:\!border-grey\/50 {
  border-color: rgb(56 61 65 / 0.5) !important;
}

.group:hover .group-hover\:\!border-grey\/55 {
  border-color: rgb(56 61 65 / 0.55) !important;
}

.group:hover .group-hover\:\!border-grey\/60 {
  border-color: rgb(56 61 65 / 0.6) !important;
}

.group:hover .group-hover\:\!border-grey\/65 {
  border-color: rgb(56 61 65 / 0.65) !important;
}

.group:hover .group-hover\:\!border-grey\/70 {
  border-color: rgb(56 61 65 / 0.7) !important;
}

.group:hover .group-hover\:\!border-grey\/75 {
  border-color: rgb(56 61 65 / 0.75) !important;
}

.group:hover .group-hover\:\!border-grey\/80 {
  border-color: rgb(56 61 65 / 0.8) !important;
}

.group:hover .group-hover\:\!border-grey\/85 {
  border-color: rgb(56 61 65 / 0.85) !important;
}

.group:hover .group-hover\:\!border-grey\/90 {
  border-color: rgb(56 61 65 / 0.9) !important;
}

.group:hover .group-hover\:\!border-grey\/95 {
  border-color: rgb(56 61 65 / 0.95) !important;
}

.group:hover .group-hover\:\!border-light-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-light-blue\/0 {
  border-color: rgb(198 223 255 / 0) !important;
}

.group:hover .group-hover\:\!border-light-blue\/10 {
  border-color: rgb(198 223 255 / 0.1) !important;
}

.group:hover .group-hover\:\!border-light-blue\/100 {
  border-color: rgb(198 223 255 / 1) !important;
}

.group:hover .group-hover\:\!border-light-blue\/15 {
  border-color: rgb(198 223 255 / 0.15) !important;
}

.group:hover .group-hover\:\!border-light-blue\/20 {
  border-color: rgb(198 223 255 / 0.2) !important;
}

.group:hover .group-hover\:\!border-light-blue\/25 {
  border-color: rgb(198 223 255 / 0.25) !important;
}

.group:hover .group-hover\:\!border-light-blue\/30 {
  border-color: rgb(198 223 255 / 0.3) !important;
}

.group:hover .group-hover\:\!border-light-blue\/35 {
  border-color: rgb(198 223 255 / 0.35) !important;
}

.group:hover .group-hover\:\!border-light-blue\/40 {
  border-color: rgb(198 223 255 / 0.4) !important;
}

.group:hover .group-hover\:\!border-light-blue\/45 {
  border-color: rgb(198 223 255 / 0.45) !important;
}

.group:hover .group-hover\:\!border-light-blue\/5 {
  border-color: rgb(198 223 255 / 0.05) !important;
}

.group:hover .group-hover\:\!border-light-blue\/50 {
  border-color: rgb(198 223 255 / 0.5) !important;
}

.group:hover .group-hover\:\!border-light-blue\/55 {
  border-color: rgb(198 223 255 / 0.55) !important;
}

.group:hover .group-hover\:\!border-light-blue\/60 {
  border-color: rgb(198 223 255 / 0.6) !important;
}

.group:hover .group-hover\:\!border-light-blue\/65 {
  border-color: rgb(198 223 255 / 0.65) !important;
}

.group:hover .group-hover\:\!border-light-blue\/70 {
  border-color: rgb(198 223 255 / 0.7) !important;
}

.group:hover .group-hover\:\!border-light-blue\/75 {
  border-color: rgb(198 223 255 / 0.75) !important;
}

.group:hover .group-hover\:\!border-light-blue\/80 {
  border-color: rgb(198 223 255 / 0.8) !important;
}

.group:hover .group-hover\:\!border-light-blue\/85 {
  border-color: rgb(198 223 255 / 0.85) !important;
}

.group:hover .group-hover\:\!border-light-blue\/90 {
  border-color: rgb(198 223 255 / 0.9) !important;
}

.group:hover .group-hover\:\!border-light-blue\/95 {
  border-color: rgb(198 223 255 / 0.95) !important;
}

.group:hover .group-hover\:\!border-light-green {
  --tw-border-opacity: 1 !important;
  border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-light-green\/0 {
  border-color: rgb(184 241 193 / 0) !important;
}

.group:hover .group-hover\:\!border-light-green\/10 {
  border-color: rgb(184 241 193 / 0.1) !important;
}

.group:hover .group-hover\:\!border-light-green\/100 {
  border-color: rgb(184 241 193 / 1) !important;
}

.group:hover .group-hover\:\!border-light-green\/15 {
  border-color: rgb(184 241 193 / 0.15) !important;
}

.group:hover .group-hover\:\!border-light-green\/20 {
  border-color: rgb(184 241 193 / 0.2) !important;
}

.group:hover .group-hover\:\!border-light-green\/25 {
  border-color: rgb(184 241 193 / 0.25) !important;
}

.group:hover .group-hover\:\!border-light-green\/30 {
  border-color: rgb(184 241 193 / 0.3) !important;
}

.group:hover .group-hover\:\!border-light-green\/35 {
  border-color: rgb(184 241 193 / 0.35) !important;
}

.group:hover .group-hover\:\!border-light-green\/40 {
  border-color: rgb(184 241 193 / 0.4) !important;
}

.group:hover .group-hover\:\!border-light-green\/45 {
  border-color: rgb(184 241 193 / 0.45) !important;
}

.group:hover .group-hover\:\!border-light-green\/5 {
  border-color: rgb(184 241 193 / 0.05) !important;
}

.group:hover .group-hover\:\!border-light-green\/50 {
  border-color: rgb(184 241 193 / 0.5) !important;
}

.group:hover .group-hover\:\!border-light-green\/55 {
  border-color: rgb(184 241 193 / 0.55) !important;
}

.group:hover .group-hover\:\!border-light-green\/60 {
  border-color: rgb(184 241 193 / 0.6) !important;
}

.group:hover .group-hover\:\!border-light-green\/65 {
  border-color: rgb(184 241 193 / 0.65) !important;
}

.group:hover .group-hover\:\!border-light-green\/70 {
  border-color: rgb(184 241 193 / 0.7) !important;
}

.group:hover .group-hover\:\!border-light-green\/75 {
  border-color: rgb(184 241 193 / 0.75) !important;
}

.group:hover .group-hover\:\!border-light-green\/80 {
  border-color: rgb(184 241 193 / 0.8) !important;
}

.group:hover .group-hover\:\!border-light-green\/85 {
  border-color: rgb(184 241 193 / 0.85) !important;
}

.group:hover .group-hover\:\!border-light-green\/90 {
  border-color: rgb(184 241 193 / 0.9) !important;
}

.group:hover .group-hover\:\!border-light-green\/95 {
  border-color: rgb(184 241 193 / 0.95) !important;
}

.group:hover .group-hover\:\!border-light-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-light-grey\/0 {
  border-color: rgb(226 227 229 / 0) !important;
}

.group:hover .group-hover\:\!border-light-grey\/10 {
  border-color: rgb(226 227 229 / 0.1) !important;
}

.group:hover .group-hover\:\!border-light-grey\/100 {
  border-color: rgb(226 227 229 / 1) !important;
}

.group:hover .group-hover\:\!border-light-grey\/15 {
  border-color: rgb(226 227 229 / 0.15) !important;
}

.group:hover .group-hover\:\!border-light-grey\/20 {
  border-color: rgb(226 227 229 / 0.2) !important;
}

.group:hover .group-hover\:\!border-light-grey\/25 {
  border-color: rgb(226 227 229 / 0.25) !important;
}

.group:hover .group-hover\:\!border-light-grey\/30 {
  border-color: rgb(226 227 229 / 0.3) !important;
}

.group:hover .group-hover\:\!border-light-grey\/35 {
  border-color: rgb(226 227 229 / 0.35) !important;
}

.group:hover .group-hover\:\!border-light-grey\/40 {
  border-color: rgb(226 227 229 / 0.4) !important;
}

.group:hover .group-hover\:\!border-light-grey\/45 {
  border-color: rgb(226 227 229 / 0.45) !important;
}

.group:hover .group-hover\:\!border-light-grey\/5 {
  border-color: rgb(226 227 229 / 0.05) !important;
}

.group:hover .group-hover\:\!border-light-grey\/50 {
  border-color: rgb(226 227 229 / 0.5) !important;
}

.group:hover .group-hover\:\!border-light-grey\/55 {
  border-color: rgb(226 227 229 / 0.55) !important;
}

.group:hover .group-hover\:\!border-light-grey\/60 {
  border-color: rgb(226 227 229 / 0.6) !important;
}

.group:hover .group-hover\:\!border-light-grey\/65 {
  border-color: rgb(226 227 229 / 0.65) !important;
}

.group:hover .group-hover\:\!border-light-grey\/70 {
  border-color: rgb(226 227 229 / 0.7) !important;
}

.group:hover .group-hover\:\!border-light-grey\/75 {
  border-color: rgb(226 227 229 / 0.75) !important;
}

.group:hover .group-hover\:\!border-light-grey\/80 {
  border-color: rgb(226 227 229 / 0.8) !important;
}

.group:hover .group-hover\:\!border-light-grey\/85 {
  border-color: rgb(226 227 229 / 0.85) !important;
}

.group:hover .group-hover\:\!border-light-grey\/90 {
  border-color: rgb(226 227 229 / 0.9) !important;
}

.group:hover .group-hover\:\!border-light-grey\/95 {
  border-color: rgb(226 227 229 / 0.95) !important;
}

.group:hover .group-hover\:\!border-light-purple {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-light-purple\/0 {
  border-color: rgb(230 208 253 / 0) !important;
}

.group:hover .group-hover\:\!border-light-purple\/10 {
  border-color: rgb(230 208 253 / 0.1) !important;
}

.group:hover .group-hover\:\!border-light-purple\/100 {
  border-color: rgb(230 208 253 / 1) !important;
}

.group:hover .group-hover\:\!border-light-purple\/15 {
  border-color: rgb(230 208 253 / 0.15) !important;
}

.group:hover .group-hover\:\!border-light-purple\/20 {
  border-color: rgb(230 208 253 / 0.2) !important;
}

.group:hover .group-hover\:\!border-light-purple\/25 {
  border-color: rgb(230 208 253 / 0.25) !important;
}

.group:hover .group-hover\:\!border-light-purple\/30 {
  border-color: rgb(230 208 253 / 0.3) !important;
}

.group:hover .group-hover\:\!border-light-purple\/35 {
  border-color: rgb(230 208 253 / 0.35) !important;
}

.group:hover .group-hover\:\!border-light-purple\/40 {
  border-color: rgb(230 208 253 / 0.4) !important;
}

.group:hover .group-hover\:\!border-light-purple\/45 {
  border-color: rgb(230 208 253 / 0.45) !important;
}

.group:hover .group-hover\:\!border-light-purple\/5 {
  border-color: rgb(230 208 253 / 0.05) !important;
}

.group:hover .group-hover\:\!border-light-purple\/50 {
  border-color: rgb(230 208 253 / 0.5) !important;
}

.group:hover .group-hover\:\!border-light-purple\/55 {
  border-color: rgb(230 208 253 / 0.55) !important;
}

.group:hover .group-hover\:\!border-light-purple\/60 {
  border-color: rgb(230 208 253 / 0.6) !important;
}

.group:hover .group-hover\:\!border-light-purple\/65 {
  border-color: rgb(230 208 253 / 0.65) !important;
}

.group:hover .group-hover\:\!border-light-purple\/70 {
  border-color: rgb(230 208 253 / 0.7) !important;
}

.group:hover .group-hover\:\!border-light-purple\/75 {
  border-color: rgb(230 208 253 / 0.75) !important;
}

.group:hover .group-hover\:\!border-light-purple\/80 {
  border-color: rgb(230 208 253 / 0.8) !important;
}

.group:hover .group-hover\:\!border-light-purple\/85 {
  border-color: rgb(230 208 253 / 0.85) !important;
}

.group:hover .group-hover\:\!border-light-purple\/90 {
  border-color: rgb(230 208 253 / 0.9) !important;
}

.group:hover .group-hover\:\!border-light-purple\/95 {
  border-color: rgb(230 208 253 / 0.95) !important;
}

.group:hover .group-hover\:\!border-off-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-off-white\/0 {
  border-color: rgb(232 234 242 / 0) !important;
}

.group:hover .group-hover\:\!border-off-white\/10 {
  border-color: rgb(232 234 242 / 0.1) !important;
}

.group:hover .group-hover\:\!border-off-white\/100 {
  border-color: rgb(232 234 242 / 1) !important;
}

.group:hover .group-hover\:\!border-off-white\/15 {
  border-color: rgb(232 234 242 / 0.15) !important;
}

.group:hover .group-hover\:\!border-off-white\/20 {
  border-color: rgb(232 234 242 / 0.2) !important;
}

.group:hover .group-hover\:\!border-off-white\/25 {
  border-color: rgb(232 234 242 / 0.25) !important;
}

.group:hover .group-hover\:\!border-off-white\/30 {
  border-color: rgb(232 234 242 / 0.3) !important;
}

.group:hover .group-hover\:\!border-off-white\/35 {
  border-color: rgb(232 234 242 / 0.35) !important;
}

.group:hover .group-hover\:\!border-off-white\/40 {
  border-color: rgb(232 234 242 / 0.4) !important;
}

.group:hover .group-hover\:\!border-off-white\/45 {
  border-color: rgb(232 234 242 / 0.45) !important;
}

.group:hover .group-hover\:\!border-off-white\/5 {
  border-color: rgb(232 234 242 / 0.05) !important;
}

.group:hover .group-hover\:\!border-off-white\/50 {
  border-color: rgb(232 234 242 / 0.5) !important;
}

.group:hover .group-hover\:\!border-off-white\/55 {
  border-color: rgb(232 234 242 / 0.55) !important;
}

.group:hover .group-hover\:\!border-off-white\/60 {
  border-color: rgb(232 234 242 / 0.6) !important;
}

.group:hover .group-hover\:\!border-off-white\/65 {
  border-color: rgb(232 234 242 / 0.65) !important;
}

.group:hover .group-hover\:\!border-off-white\/70 {
  border-color: rgb(232 234 242 / 0.7) !important;
}

.group:hover .group-hover\:\!border-off-white\/75 {
  border-color: rgb(232 234 242 / 0.75) !important;
}

.group:hover .group-hover\:\!border-off-white\/80 {
  border-color: rgb(232 234 242 / 0.8) !important;
}

.group:hover .group-hover\:\!border-off-white\/85 {
  border-color: rgb(232 234 242 / 0.85) !important;
}

.group:hover .group-hover\:\!border-off-white\/90 {
  border-color: rgb(232 234 242 / 0.9) !important;
}

.group:hover .group-hover\:\!border-off-white\/95 {
  border-color: rgb(232 234 242 / 0.95) !important;
}

.group:hover .group-hover\:\!border-scotial-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/0 {
  border-color: rgb(237 17 27 / 0) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/10 {
  border-color: rgb(237 17 27 / 0.1) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/100 {
  border-color: rgb(237 17 27 / 1) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/15 {
  border-color: rgb(237 17 27 / 0.15) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/20 {
  border-color: rgb(237 17 27 / 0.2) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/25 {
  border-color: rgb(237 17 27 / 0.25) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/30 {
  border-color: rgb(237 17 27 / 0.3) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/35 {
  border-color: rgb(237 17 27 / 0.35) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/40 {
  border-color: rgb(237 17 27 / 0.4) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/45 {
  border-color: rgb(237 17 27 / 0.45) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/5 {
  border-color: rgb(237 17 27 / 0.05) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/50 {
  border-color: rgb(237 17 27 / 0.5) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/55 {
  border-color: rgb(237 17 27 / 0.55) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/60 {
  border-color: rgb(237 17 27 / 0.6) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/65 {
  border-color: rgb(237 17 27 / 0.65) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/70 {
  border-color: rgb(237 17 27 / 0.7) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/75 {
  border-color: rgb(237 17 27 / 0.75) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/80 {
  border-color: rgb(237 17 27 / 0.8) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/85 {
  border-color: rgb(237 17 27 / 0.85) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/90 {
  border-color: rgb(237 17 27 / 0.9) !important;
}

.group:hover .group-hover\:\!border-scotial-red\/95 {
  border-color: rgb(237 17 27 / 0.95) !important;
}

.group:hover .group-hover\:\!border-souqh-orange {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/0 {
  border-color: rgb(244 125 97 / 0) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/10 {
  border-color: rgb(244 125 97 / 0.1) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/100 {
  border-color: rgb(244 125 97 / 1) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/15 {
  border-color: rgb(244 125 97 / 0.15) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/20 {
  border-color: rgb(244 125 97 / 0.2) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/25 {
  border-color: rgb(244 125 97 / 0.25) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/30 {
  border-color: rgb(244 125 97 / 0.3) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/35 {
  border-color: rgb(244 125 97 / 0.35) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/40 {
  border-color: rgb(244 125 97 / 0.4) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/45 {
  border-color: rgb(244 125 97 / 0.45) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/5 {
  border-color: rgb(244 125 97 / 0.05) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/50 {
  border-color: rgb(244 125 97 / 0.5) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/55 {
  border-color: rgb(244 125 97 / 0.55) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/60 {
  border-color: rgb(244 125 97 / 0.6) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/65 {
  border-color: rgb(244 125 97 / 0.65) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/70 {
  border-color: rgb(244 125 97 / 0.7) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/75 {
  border-color: rgb(244 125 97 / 0.75) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/80 {
  border-color: rgb(244 125 97 / 0.8) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/85 {
  border-color: rgb(244 125 97 / 0.85) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/90 {
  border-color: rgb(244 125 97 / 0.9) !important;
}

.group:hover .group-hover\:\!border-souqh-orange\/95 {
  border-color: rgb(244 125 97 / 0.95) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/0 {
  border-color: rgb(47 128 237 / 0) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/10 {
  border-color: rgb(47 128 237 / 0.1) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/100 {
  border-color: rgb(47 128 237 / 1) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/15 {
  border-color: rgb(47 128 237 / 0.15) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/20 {
  border-color: rgb(47 128 237 / 0.2) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/25 {
  border-color: rgb(47 128 237 / 0.25) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/30 {
  border-color: rgb(47 128 237 / 0.3) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/35 {
  border-color: rgb(47 128 237 / 0.35) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/40 {
  border-color: rgb(47 128 237 / 0.4) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/45 {
  border-color: rgb(47 128 237 / 0.45) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/5 {
  border-color: rgb(47 128 237 / 0.05) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/50 {
  border-color: rgb(47 128 237 / 0.5) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/55 {
  border-color: rgb(47 128 237 / 0.55) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/60 {
  border-color: rgb(47 128 237 / 0.6) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/65 {
  border-color: rgb(47 128 237 / 0.65) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/70 {
  border-color: rgb(47 128 237 / 0.7) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/75 {
  border-color: rgb(47 128 237 / 0.75) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/80 {
  border-color: rgb(47 128 237 / 0.8) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/85 {
  border-color: rgb(47 128 237 / 0.85) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/90 {
  border-color: rgb(47 128 237 / 0.9) !important;
}

.group:hover .group-hover\:\!border-sparrow-blue\/95 {
  border-color: rgb(47 128 237 / 0.95) !important;
}

.group:hover .group-hover\:\!border-transparent {
  border-color: transparent !important;
}

.group:hover .group-hover\:\!border-transparent\/0 {
  border-color: rgb(0 0 0 / 0) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:\!border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!border-yellow\/0 {
  border-color: rgb(255 244 182 / 0) !important;
}

.group:hover .group-hover\:\!border-yellow\/10 {
  border-color: rgb(255 244 182 / 0.1) !important;
}

.group:hover .group-hover\:\!border-yellow\/100 {
  border-color: rgb(255 244 182 / 1) !important;
}

.group:hover .group-hover\:\!border-yellow\/15 {
  border-color: rgb(255 244 182 / 0.15) !important;
}

.group:hover .group-hover\:\!border-yellow\/20 {
  border-color: rgb(255 244 182 / 0.2) !important;
}

.group:hover .group-hover\:\!border-yellow\/25 {
  border-color: rgb(255 244 182 / 0.25) !important;
}

.group:hover .group-hover\:\!border-yellow\/30 {
  border-color: rgb(255 244 182 / 0.3) !important;
}

.group:hover .group-hover\:\!border-yellow\/35 {
  border-color: rgb(255 244 182 / 0.35) !important;
}

.group:hover .group-hover\:\!border-yellow\/40 {
  border-color: rgb(255 244 182 / 0.4) !important;
}

.group:hover .group-hover\:\!border-yellow\/45 {
  border-color: rgb(255 244 182 / 0.45) !important;
}

.group:hover .group-hover\:\!border-yellow\/5 {
  border-color: rgb(255 244 182 / 0.05) !important;
}

.group:hover .group-hover\:\!border-yellow\/50 {
  border-color: rgb(255 244 182 / 0.5) !important;
}

.group:hover .group-hover\:\!border-yellow\/55 {
  border-color: rgb(255 244 182 / 0.55) !important;
}

.group:hover .group-hover\:\!border-yellow\/60 {
  border-color: rgb(255 244 182 / 0.6) !important;
}

.group:hover .group-hover\:\!border-yellow\/65 {
  border-color: rgb(255 244 182 / 0.65) !important;
}

.group:hover .group-hover\:\!border-yellow\/70 {
  border-color: rgb(255 244 182 / 0.7) !important;
}

.group:hover .group-hover\:\!border-yellow\/75 {
  border-color: rgb(255 244 182 / 0.75) !important;
}

.group:hover .group-hover\:\!border-yellow\/80 {
  border-color: rgb(255 244 182 / 0.8) !important;
}

.group:hover .group-hover\:\!border-yellow\/85 {
  border-color: rgb(255 244 182 / 0.85) !important;
}

.group:hover .group-hover\:\!border-yellow\/90 {
  border-color: rgb(255 244 182 / 0.9) !important;
}

.group:hover .group-hover\:\!border-yellow\/95 {
  border-color: rgb(255 244 182 / 0.95) !important;
}

.group:hover .group-hover\:border-aha-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-aha-pink\/0 {
  border-color: rgb(255 0 255 / 0);
}

.group:hover .group-hover\:border-aha-pink\/10 {
  border-color: rgb(255 0 255 / 0.1);
}

.group:hover .group-hover\:border-aha-pink\/100 {
  border-color: rgb(255 0 255 / 1);
}

.group:hover .group-hover\:border-aha-pink\/15 {
  border-color: rgb(255 0 255 / 0.15);
}

.group:hover .group-hover\:border-aha-pink\/20 {
  border-color: rgb(255 0 255 / 0.2);
}

.group:hover .group-hover\:border-aha-pink\/25 {
  border-color: rgb(255 0 255 / 0.25);
}

.group:hover .group-hover\:border-aha-pink\/30 {
  border-color: rgb(255 0 255 / 0.3);
}

.group:hover .group-hover\:border-aha-pink\/35 {
  border-color: rgb(255 0 255 / 0.35);
}

.group:hover .group-hover\:border-aha-pink\/40 {
  border-color: rgb(255 0 255 / 0.4);
}

.group:hover .group-hover\:border-aha-pink\/45 {
  border-color: rgb(255 0 255 / 0.45);
}

.group:hover .group-hover\:border-aha-pink\/5 {
  border-color: rgb(255 0 255 / 0.05);
}

.group:hover .group-hover\:border-aha-pink\/50 {
  border-color: rgb(255 0 255 / 0.5);
}

.group:hover .group-hover\:border-aha-pink\/55 {
  border-color: rgb(255 0 255 / 0.55);
}

.group:hover .group-hover\:border-aha-pink\/60 {
  border-color: rgb(255 0 255 / 0.6);
}

.group:hover .group-hover\:border-aha-pink\/65 {
  border-color: rgb(255 0 255 / 0.65);
}

.group:hover .group-hover\:border-aha-pink\/70 {
  border-color: rgb(255 0 255 / 0.7);
}

.group:hover .group-hover\:border-aha-pink\/75 {
  border-color: rgb(255 0 255 / 0.75);
}

.group:hover .group-hover\:border-aha-pink\/80 {
  border-color: rgb(255 0 255 / 0.8);
}

.group:hover .group-hover\:border-aha-pink\/85 {
  border-color: rgb(255 0 255 / 0.85);
}

.group:hover .group-hover\:border-aha-pink\/90 {
  border-color: rgb(255 0 255 / 0.9);
}

.group:hover .group-hover\:border-aha-pink\/95 {
  border-color: rgb(255 0 255 / 0.95);
}

.group:hover .group-hover\:border-borrowell-blue {
  --tw-border-opacity: 1;
  border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-borrowell-blue\/0 {
  border-color: rgb(52 45 141 / 0);
}

.group:hover .group-hover\:border-borrowell-blue\/10 {
  border-color: rgb(52 45 141 / 0.1);
}

.group:hover .group-hover\:border-borrowell-blue\/100 {
  border-color: rgb(52 45 141 / 1);
}

.group:hover .group-hover\:border-borrowell-blue\/15 {
  border-color: rgb(52 45 141 / 0.15);
}

.group:hover .group-hover\:border-borrowell-blue\/20 {
  border-color: rgb(52 45 141 / 0.2);
}

.group:hover .group-hover\:border-borrowell-blue\/25 {
  border-color: rgb(52 45 141 / 0.25);
}

.group:hover .group-hover\:border-borrowell-blue\/30 {
  border-color: rgb(52 45 141 / 0.3);
}

.group:hover .group-hover\:border-borrowell-blue\/35 {
  border-color: rgb(52 45 141 / 0.35);
}

.group:hover .group-hover\:border-borrowell-blue\/40 {
  border-color: rgb(52 45 141 / 0.4);
}

.group:hover .group-hover\:border-borrowell-blue\/45 {
  border-color: rgb(52 45 141 / 0.45);
}

.group:hover .group-hover\:border-borrowell-blue\/5 {
  border-color: rgb(52 45 141 / 0.05);
}

.group:hover .group-hover\:border-borrowell-blue\/50 {
  border-color: rgb(52 45 141 / 0.5);
}

.group:hover .group-hover\:border-borrowell-blue\/55 {
  border-color: rgb(52 45 141 / 0.55);
}

.group:hover .group-hover\:border-borrowell-blue\/60 {
  border-color: rgb(52 45 141 / 0.6);
}

.group:hover .group-hover\:border-borrowell-blue\/65 {
  border-color: rgb(52 45 141 / 0.65);
}

.group:hover .group-hover\:border-borrowell-blue\/70 {
  border-color: rgb(52 45 141 / 0.7);
}

.group:hover .group-hover\:border-borrowell-blue\/75 {
  border-color: rgb(52 45 141 / 0.75);
}

.group:hover .group-hover\:border-borrowell-blue\/80 {
  border-color: rgb(52 45 141 / 0.8);
}

.group:hover .group-hover\:border-borrowell-blue\/85 {
  border-color: rgb(52 45 141 / 0.85);
}

.group:hover .group-hover\:border-borrowell-blue\/90 {
  border-color: rgb(52 45 141 / 0.9);
}

.group:hover .group-hover\:border-borrowell-blue\/95 {
  border-color: rgb(52 45 141 / 0.95);
}

.group:hover .group-hover\:border-brand-red {
  --tw-border-opacity: 1;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-brand-red\/0 {
  border-color: rgb(163 36 57 / 0);
}

.group:hover .group-hover\:border-brand-red\/10 {
  border-color: rgb(163 36 57 / 0.1);
}

.group:hover .group-hover\:border-brand-red\/100 {
  border-color: rgb(163 36 57 / 1);
}

.group:hover .group-hover\:border-brand-red\/15 {
  border-color: rgb(163 36 57 / 0.15);
}

.group:hover .group-hover\:border-brand-red\/20 {
  border-color: rgb(163 36 57 / 0.2);
}

.group:hover .group-hover\:border-brand-red\/25 {
  border-color: rgb(163 36 57 / 0.25);
}

.group:hover .group-hover\:border-brand-red\/30 {
  border-color: rgb(163 36 57 / 0.3);
}

.group:hover .group-hover\:border-brand-red\/35 {
  border-color: rgb(163 36 57 / 0.35);
}

.group:hover .group-hover\:border-brand-red\/40 {
  border-color: rgb(163 36 57 / 0.4);
}

.group:hover .group-hover\:border-brand-red\/45 {
  border-color: rgb(163 36 57 / 0.45);
}

.group:hover .group-hover\:border-brand-red\/5 {
  border-color: rgb(163 36 57 / 0.05);
}

.group:hover .group-hover\:border-brand-red\/50 {
  border-color: rgb(163 36 57 / 0.5);
}

.group:hover .group-hover\:border-brand-red\/55 {
  border-color: rgb(163 36 57 / 0.55);
}

.group:hover .group-hover\:border-brand-red\/60 {
  border-color: rgb(163 36 57 / 0.6);
}

.group:hover .group-hover\:border-brand-red\/65 {
  border-color: rgb(163 36 57 / 0.65);
}

.group:hover .group-hover\:border-brand-red\/70 {
  border-color: rgb(163 36 57 / 0.7);
}

.group:hover .group-hover\:border-brand-red\/75 {
  border-color: rgb(163 36 57 / 0.75);
}

.group:hover .group-hover\:border-brand-red\/80 {
  border-color: rgb(163 36 57 / 0.8);
}

.group:hover .group-hover\:border-brand-red\/85 {
  border-color: rgb(163 36 57 / 0.85);
}

.group:hover .group-hover\:border-brand-red\/90 {
  border-color: rgb(163 36 57 / 0.9);
}

.group:hover .group-hover\:border-brand-red\/95 {
  border-color: rgb(163 36 57 / 0.95);
}

.group:hover .group-hover\:border-grey {
  --tw-border-opacity: 1;
  border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-grey\/0 {
  border-color: rgb(56 61 65 / 0);
}

.group:hover .group-hover\:border-grey\/10 {
  border-color: rgb(56 61 65 / 0.1);
}

.group:hover .group-hover\:border-grey\/100 {
  border-color: rgb(56 61 65 / 1);
}

.group:hover .group-hover\:border-grey\/15 {
  border-color: rgb(56 61 65 / 0.15);
}

.group:hover .group-hover\:border-grey\/20 {
  border-color: rgb(56 61 65 / 0.2);
}

.group:hover .group-hover\:border-grey\/25 {
  border-color: rgb(56 61 65 / 0.25);
}

.group:hover .group-hover\:border-grey\/30 {
  border-color: rgb(56 61 65 / 0.3);
}

.group:hover .group-hover\:border-grey\/35 {
  border-color: rgb(56 61 65 / 0.35);
}

.group:hover .group-hover\:border-grey\/40 {
  border-color: rgb(56 61 65 / 0.4);
}

.group:hover .group-hover\:border-grey\/45 {
  border-color: rgb(56 61 65 / 0.45);
}

.group:hover .group-hover\:border-grey\/5 {
  border-color: rgb(56 61 65 / 0.05);
}

.group:hover .group-hover\:border-grey\/50 {
  border-color: rgb(56 61 65 / 0.5);
}

.group:hover .group-hover\:border-grey\/55 {
  border-color: rgb(56 61 65 / 0.55);
}

.group:hover .group-hover\:border-grey\/60 {
  border-color: rgb(56 61 65 / 0.6);
}

.group:hover .group-hover\:border-grey\/65 {
  border-color: rgb(56 61 65 / 0.65);
}

.group:hover .group-hover\:border-grey\/70 {
  border-color: rgb(56 61 65 / 0.7);
}

.group:hover .group-hover\:border-grey\/75 {
  border-color: rgb(56 61 65 / 0.75);
}

.group:hover .group-hover\:border-grey\/80 {
  border-color: rgb(56 61 65 / 0.8);
}

.group:hover .group-hover\:border-grey\/85 {
  border-color: rgb(56 61 65 / 0.85);
}

.group:hover .group-hover\:border-grey\/90 {
  border-color: rgb(56 61 65 / 0.9);
}

.group:hover .group-hover\:border-grey\/95 {
  border-color: rgb(56 61 65 / 0.95);
}

.group:hover .group-hover\:border-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-light-blue\/0 {
  border-color: rgb(198 223 255 / 0);
}

.group:hover .group-hover\:border-light-blue\/10 {
  border-color: rgb(198 223 255 / 0.1);
}

.group:hover .group-hover\:border-light-blue\/100 {
  border-color: rgb(198 223 255 / 1);
}

.group:hover .group-hover\:border-light-blue\/15 {
  border-color: rgb(198 223 255 / 0.15);
}

.group:hover .group-hover\:border-light-blue\/20 {
  border-color: rgb(198 223 255 / 0.2);
}

.group:hover .group-hover\:border-light-blue\/25 {
  border-color: rgb(198 223 255 / 0.25);
}

.group:hover .group-hover\:border-light-blue\/30 {
  border-color: rgb(198 223 255 / 0.3);
}

.group:hover .group-hover\:border-light-blue\/35 {
  border-color: rgb(198 223 255 / 0.35);
}

.group:hover .group-hover\:border-light-blue\/40 {
  border-color: rgb(198 223 255 / 0.4);
}

.group:hover .group-hover\:border-light-blue\/45 {
  border-color: rgb(198 223 255 / 0.45);
}

.group:hover .group-hover\:border-light-blue\/5 {
  border-color: rgb(198 223 255 / 0.05);
}

.group:hover .group-hover\:border-light-blue\/50 {
  border-color: rgb(198 223 255 / 0.5);
}

.group:hover .group-hover\:border-light-blue\/55 {
  border-color: rgb(198 223 255 / 0.55);
}

.group:hover .group-hover\:border-light-blue\/60 {
  border-color: rgb(198 223 255 / 0.6);
}

.group:hover .group-hover\:border-light-blue\/65 {
  border-color: rgb(198 223 255 / 0.65);
}

.group:hover .group-hover\:border-light-blue\/70 {
  border-color: rgb(198 223 255 / 0.7);
}

.group:hover .group-hover\:border-light-blue\/75 {
  border-color: rgb(198 223 255 / 0.75);
}

.group:hover .group-hover\:border-light-blue\/80 {
  border-color: rgb(198 223 255 / 0.8);
}

.group:hover .group-hover\:border-light-blue\/85 {
  border-color: rgb(198 223 255 / 0.85);
}

.group:hover .group-hover\:border-light-blue\/90 {
  border-color: rgb(198 223 255 / 0.9);
}

.group:hover .group-hover\:border-light-blue\/95 {
  border-color: rgb(198 223 255 / 0.95);
}

.group:hover .group-hover\:border-light-green {
  --tw-border-opacity: 1;
  border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-light-green\/0 {
  border-color: rgb(184 241 193 / 0);
}

.group:hover .group-hover\:border-light-green\/10 {
  border-color: rgb(184 241 193 / 0.1);
}

.group:hover .group-hover\:border-light-green\/100 {
  border-color: rgb(184 241 193 / 1);
}

.group:hover .group-hover\:border-light-green\/15 {
  border-color: rgb(184 241 193 / 0.15);
}

.group:hover .group-hover\:border-light-green\/20 {
  border-color: rgb(184 241 193 / 0.2);
}

.group:hover .group-hover\:border-light-green\/25 {
  border-color: rgb(184 241 193 / 0.25);
}

.group:hover .group-hover\:border-light-green\/30 {
  border-color: rgb(184 241 193 / 0.3);
}

.group:hover .group-hover\:border-light-green\/35 {
  border-color: rgb(184 241 193 / 0.35);
}

.group:hover .group-hover\:border-light-green\/40 {
  border-color: rgb(184 241 193 / 0.4);
}

.group:hover .group-hover\:border-light-green\/45 {
  border-color: rgb(184 241 193 / 0.45);
}

.group:hover .group-hover\:border-light-green\/5 {
  border-color: rgb(184 241 193 / 0.05);
}

.group:hover .group-hover\:border-light-green\/50 {
  border-color: rgb(184 241 193 / 0.5);
}

.group:hover .group-hover\:border-light-green\/55 {
  border-color: rgb(184 241 193 / 0.55);
}

.group:hover .group-hover\:border-light-green\/60 {
  border-color: rgb(184 241 193 / 0.6);
}

.group:hover .group-hover\:border-light-green\/65 {
  border-color: rgb(184 241 193 / 0.65);
}

.group:hover .group-hover\:border-light-green\/70 {
  border-color: rgb(184 241 193 / 0.7);
}

.group:hover .group-hover\:border-light-green\/75 {
  border-color: rgb(184 241 193 / 0.75);
}

.group:hover .group-hover\:border-light-green\/80 {
  border-color: rgb(184 241 193 / 0.8);
}

.group:hover .group-hover\:border-light-green\/85 {
  border-color: rgb(184 241 193 / 0.85);
}

.group:hover .group-hover\:border-light-green\/90 {
  border-color: rgb(184 241 193 / 0.9);
}

.group:hover .group-hover\:border-light-green\/95 {
  border-color: rgb(184 241 193 / 0.95);
}

.group:hover .group-hover\:border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-light-grey\/0 {
  border-color: rgb(226 227 229 / 0);
}

.group:hover .group-hover\:border-light-grey\/10 {
  border-color: rgb(226 227 229 / 0.1);
}

.group:hover .group-hover\:border-light-grey\/100 {
  border-color: rgb(226 227 229 / 1);
}

.group:hover .group-hover\:border-light-grey\/15 {
  border-color: rgb(226 227 229 / 0.15);
}

.group:hover .group-hover\:border-light-grey\/20 {
  border-color: rgb(226 227 229 / 0.2);
}

.group:hover .group-hover\:border-light-grey\/25 {
  border-color: rgb(226 227 229 / 0.25);
}

.group:hover .group-hover\:border-light-grey\/30 {
  border-color: rgb(226 227 229 / 0.3);
}

.group:hover .group-hover\:border-light-grey\/35 {
  border-color: rgb(226 227 229 / 0.35);
}

.group:hover .group-hover\:border-light-grey\/40 {
  border-color: rgb(226 227 229 / 0.4);
}

.group:hover .group-hover\:border-light-grey\/45 {
  border-color: rgb(226 227 229 / 0.45);
}

.group:hover .group-hover\:border-light-grey\/5 {
  border-color: rgb(226 227 229 / 0.05);
}

.group:hover .group-hover\:border-light-grey\/50 {
  border-color: rgb(226 227 229 / 0.5);
}

.group:hover .group-hover\:border-light-grey\/55 {
  border-color: rgb(226 227 229 / 0.55);
}

.group:hover .group-hover\:border-light-grey\/60 {
  border-color: rgb(226 227 229 / 0.6);
}

.group:hover .group-hover\:border-light-grey\/65 {
  border-color: rgb(226 227 229 / 0.65);
}

.group:hover .group-hover\:border-light-grey\/70 {
  border-color: rgb(226 227 229 / 0.7);
}

.group:hover .group-hover\:border-light-grey\/75 {
  border-color: rgb(226 227 229 / 0.75);
}

.group:hover .group-hover\:border-light-grey\/80 {
  border-color: rgb(226 227 229 / 0.8);
}

.group:hover .group-hover\:border-light-grey\/85 {
  border-color: rgb(226 227 229 / 0.85);
}

.group:hover .group-hover\:border-light-grey\/90 {
  border-color: rgb(226 227 229 / 0.9);
}

.group:hover .group-hover\:border-light-grey\/95 {
  border-color: rgb(226 227 229 / 0.95);
}

.group:hover .group-hover\:border-light-purple {
  --tw-border-opacity: 1;
  border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-light-purple\/0 {
  border-color: rgb(230 208 253 / 0);
}

.group:hover .group-hover\:border-light-purple\/10 {
  border-color: rgb(230 208 253 / 0.1);
}

.group:hover .group-hover\:border-light-purple\/100 {
  border-color: rgb(230 208 253 / 1);
}

.group:hover .group-hover\:border-light-purple\/15 {
  border-color: rgb(230 208 253 / 0.15);
}

.group:hover .group-hover\:border-light-purple\/20 {
  border-color: rgb(230 208 253 / 0.2);
}

.group:hover .group-hover\:border-light-purple\/25 {
  border-color: rgb(230 208 253 / 0.25);
}

.group:hover .group-hover\:border-light-purple\/30 {
  border-color: rgb(230 208 253 / 0.3);
}

.group:hover .group-hover\:border-light-purple\/35 {
  border-color: rgb(230 208 253 / 0.35);
}

.group:hover .group-hover\:border-light-purple\/40 {
  border-color: rgb(230 208 253 / 0.4);
}

.group:hover .group-hover\:border-light-purple\/45 {
  border-color: rgb(230 208 253 / 0.45);
}

.group:hover .group-hover\:border-light-purple\/5 {
  border-color: rgb(230 208 253 / 0.05);
}

.group:hover .group-hover\:border-light-purple\/50 {
  border-color: rgb(230 208 253 / 0.5);
}

.group:hover .group-hover\:border-light-purple\/55 {
  border-color: rgb(230 208 253 / 0.55);
}

.group:hover .group-hover\:border-light-purple\/60 {
  border-color: rgb(230 208 253 / 0.6);
}

.group:hover .group-hover\:border-light-purple\/65 {
  border-color: rgb(230 208 253 / 0.65);
}

.group:hover .group-hover\:border-light-purple\/70 {
  border-color: rgb(230 208 253 / 0.7);
}

.group:hover .group-hover\:border-light-purple\/75 {
  border-color: rgb(230 208 253 / 0.75);
}

.group:hover .group-hover\:border-light-purple\/80 {
  border-color: rgb(230 208 253 / 0.8);
}

.group:hover .group-hover\:border-light-purple\/85 {
  border-color: rgb(230 208 253 / 0.85);
}

.group:hover .group-hover\:border-light-purple\/90 {
  border-color: rgb(230 208 253 / 0.9);
}

.group:hover .group-hover\:border-light-purple\/95 {
  border-color: rgb(230 208 253 / 0.95);
}

.group:hover .group-hover\:border-off-white {
  --tw-border-opacity: 1;
  border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-off-white\/0 {
  border-color: rgb(232 234 242 / 0);
}

.group:hover .group-hover\:border-off-white\/10 {
  border-color: rgb(232 234 242 / 0.1);
}

.group:hover .group-hover\:border-off-white\/100 {
  border-color: rgb(232 234 242 / 1);
}

.group:hover .group-hover\:border-off-white\/15 {
  border-color: rgb(232 234 242 / 0.15);
}

.group:hover .group-hover\:border-off-white\/20 {
  border-color: rgb(232 234 242 / 0.2);
}

.group:hover .group-hover\:border-off-white\/25 {
  border-color: rgb(232 234 242 / 0.25);
}

.group:hover .group-hover\:border-off-white\/30 {
  border-color: rgb(232 234 242 / 0.3);
}

.group:hover .group-hover\:border-off-white\/35 {
  border-color: rgb(232 234 242 / 0.35);
}

.group:hover .group-hover\:border-off-white\/40 {
  border-color: rgb(232 234 242 / 0.4);
}

.group:hover .group-hover\:border-off-white\/45 {
  border-color: rgb(232 234 242 / 0.45);
}

.group:hover .group-hover\:border-off-white\/5 {
  border-color: rgb(232 234 242 / 0.05);
}

.group:hover .group-hover\:border-off-white\/50 {
  border-color: rgb(232 234 242 / 0.5);
}

.group:hover .group-hover\:border-off-white\/55 {
  border-color: rgb(232 234 242 / 0.55);
}

.group:hover .group-hover\:border-off-white\/60 {
  border-color: rgb(232 234 242 / 0.6);
}

.group:hover .group-hover\:border-off-white\/65 {
  border-color: rgb(232 234 242 / 0.65);
}

.group:hover .group-hover\:border-off-white\/70 {
  border-color: rgb(232 234 242 / 0.7);
}

.group:hover .group-hover\:border-off-white\/75 {
  border-color: rgb(232 234 242 / 0.75);
}

.group:hover .group-hover\:border-off-white\/80 {
  border-color: rgb(232 234 242 / 0.8);
}

.group:hover .group-hover\:border-off-white\/85 {
  border-color: rgb(232 234 242 / 0.85);
}

.group:hover .group-hover\:border-off-white\/90 {
  border-color: rgb(232 234 242 / 0.9);
}

.group:hover .group-hover\:border-off-white\/95 {
  border-color: rgb(232 234 242 / 0.95);
}

.group:hover .group-hover\:border-scotial-red {
  --tw-border-opacity: 1;
  border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-scotial-red\/0 {
  border-color: rgb(237 17 27 / 0);
}

.group:hover .group-hover\:border-scotial-red\/10 {
  border-color: rgb(237 17 27 / 0.1);
}

.group:hover .group-hover\:border-scotial-red\/100 {
  border-color: rgb(237 17 27 / 1);
}

.group:hover .group-hover\:border-scotial-red\/15 {
  border-color: rgb(237 17 27 / 0.15);
}

.group:hover .group-hover\:border-scotial-red\/20 {
  border-color: rgb(237 17 27 / 0.2);
}

.group:hover .group-hover\:border-scotial-red\/25 {
  border-color: rgb(237 17 27 / 0.25);
}

.group:hover .group-hover\:border-scotial-red\/30 {
  border-color: rgb(237 17 27 / 0.3);
}

.group:hover .group-hover\:border-scotial-red\/35 {
  border-color: rgb(237 17 27 / 0.35);
}

.group:hover .group-hover\:border-scotial-red\/40 {
  border-color: rgb(237 17 27 / 0.4);
}

.group:hover .group-hover\:border-scotial-red\/45 {
  border-color: rgb(237 17 27 / 0.45);
}

.group:hover .group-hover\:border-scotial-red\/5 {
  border-color: rgb(237 17 27 / 0.05);
}

.group:hover .group-hover\:border-scotial-red\/50 {
  border-color: rgb(237 17 27 / 0.5);
}

.group:hover .group-hover\:border-scotial-red\/55 {
  border-color: rgb(237 17 27 / 0.55);
}

.group:hover .group-hover\:border-scotial-red\/60 {
  border-color: rgb(237 17 27 / 0.6);
}

.group:hover .group-hover\:border-scotial-red\/65 {
  border-color: rgb(237 17 27 / 0.65);
}

.group:hover .group-hover\:border-scotial-red\/70 {
  border-color: rgb(237 17 27 / 0.7);
}

.group:hover .group-hover\:border-scotial-red\/75 {
  border-color: rgb(237 17 27 / 0.75);
}

.group:hover .group-hover\:border-scotial-red\/80 {
  border-color: rgb(237 17 27 / 0.8);
}

.group:hover .group-hover\:border-scotial-red\/85 {
  border-color: rgb(237 17 27 / 0.85);
}

.group:hover .group-hover\:border-scotial-red\/90 {
  border-color: rgb(237 17 27 / 0.9);
}

.group:hover .group-hover\:border-scotial-red\/95 {
  border-color: rgb(237 17 27 / 0.95);
}

.group:hover .group-hover\:border-souqh-orange {
  --tw-border-opacity: 1;
  border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-souqh-orange\/0 {
  border-color: rgb(244 125 97 / 0);
}

.group:hover .group-hover\:border-souqh-orange\/10 {
  border-color: rgb(244 125 97 / 0.1);
}

.group:hover .group-hover\:border-souqh-orange\/100 {
  border-color: rgb(244 125 97 / 1);
}

.group:hover .group-hover\:border-souqh-orange\/15 {
  border-color: rgb(244 125 97 / 0.15);
}

.group:hover .group-hover\:border-souqh-orange\/20 {
  border-color: rgb(244 125 97 / 0.2);
}

.group:hover .group-hover\:border-souqh-orange\/25 {
  border-color: rgb(244 125 97 / 0.25);
}

.group:hover .group-hover\:border-souqh-orange\/30 {
  border-color: rgb(244 125 97 / 0.3);
}

.group:hover .group-hover\:border-souqh-orange\/35 {
  border-color: rgb(244 125 97 / 0.35);
}

.group:hover .group-hover\:border-souqh-orange\/40 {
  border-color: rgb(244 125 97 / 0.4);
}

.group:hover .group-hover\:border-souqh-orange\/45 {
  border-color: rgb(244 125 97 / 0.45);
}

.group:hover .group-hover\:border-souqh-orange\/5 {
  border-color: rgb(244 125 97 / 0.05);
}

.group:hover .group-hover\:border-souqh-orange\/50 {
  border-color: rgb(244 125 97 / 0.5);
}

.group:hover .group-hover\:border-souqh-orange\/55 {
  border-color: rgb(244 125 97 / 0.55);
}

.group:hover .group-hover\:border-souqh-orange\/60 {
  border-color: rgb(244 125 97 / 0.6);
}

.group:hover .group-hover\:border-souqh-orange\/65 {
  border-color: rgb(244 125 97 / 0.65);
}

.group:hover .group-hover\:border-souqh-orange\/70 {
  border-color: rgb(244 125 97 / 0.7);
}

.group:hover .group-hover\:border-souqh-orange\/75 {
  border-color: rgb(244 125 97 / 0.75);
}

.group:hover .group-hover\:border-souqh-orange\/80 {
  border-color: rgb(244 125 97 / 0.8);
}

.group:hover .group-hover\:border-souqh-orange\/85 {
  border-color: rgb(244 125 97 / 0.85);
}

.group:hover .group-hover\:border-souqh-orange\/90 {
  border-color: rgb(244 125 97 / 0.9);
}

.group:hover .group-hover\:border-souqh-orange\/95 {
  border-color: rgb(244 125 97 / 0.95);
}

.group:hover .group-hover\:border-sparrow-blue {
  --tw-border-opacity: 1;
  border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sparrow-blue\/0 {
  border-color: rgb(47 128 237 / 0);
}

.group:hover .group-hover\:border-sparrow-blue\/10 {
  border-color: rgb(47 128 237 / 0.1);
}

.group:hover .group-hover\:border-sparrow-blue\/100 {
  border-color: rgb(47 128 237 / 1);
}

.group:hover .group-hover\:border-sparrow-blue\/15 {
  border-color: rgb(47 128 237 / 0.15);
}

.group:hover .group-hover\:border-sparrow-blue\/20 {
  border-color: rgb(47 128 237 / 0.2);
}

.group:hover .group-hover\:border-sparrow-blue\/25 {
  border-color: rgb(47 128 237 / 0.25);
}

.group:hover .group-hover\:border-sparrow-blue\/30 {
  border-color: rgb(47 128 237 / 0.3);
}

.group:hover .group-hover\:border-sparrow-blue\/35 {
  border-color: rgb(47 128 237 / 0.35);
}

.group:hover .group-hover\:border-sparrow-blue\/40 {
  border-color: rgb(47 128 237 / 0.4);
}

.group:hover .group-hover\:border-sparrow-blue\/45 {
  border-color: rgb(47 128 237 / 0.45);
}

.group:hover .group-hover\:border-sparrow-blue\/5 {
  border-color: rgb(47 128 237 / 0.05);
}

.group:hover .group-hover\:border-sparrow-blue\/50 {
  border-color: rgb(47 128 237 / 0.5);
}

.group:hover .group-hover\:border-sparrow-blue\/55 {
  border-color: rgb(47 128 237 / 0.55);
}

.group:hover .group-hover\:border-sparrow-blue\/60 {
  border-color: rgb(47 128 237 / 0.6);
}

.group:hover .group-hover\:border-sparrow-blue\/65 {
  border-color: rgb(47 128 237 / 0.65);
}

.group:hover .group-hover\:border-sparrow-blue\/70 {
  border-color: rgb(47 128 237 / 0.7);
}

.group:hover .group-hover\:border-sparrow-blue\/75 {
  border-color: rgb(47 128 237 / 0.75);
}

.group:hover .group-hover\:border-sparrow-blue\/80 {
  border-color: rgb(47 128 237 / 0.8);
}

.group:hover .group-hover\:border-sparrow-blue\/85 {
  border-color: rgb(47 128 237 / 0.85);
}

.group:hover .group-hover\:border-sparrow-blue\/90 {
  border-color: rgb(47 128 237 / 0.9);
}

.group:hover .group-hover\:border-sparrow-blue\/95 {
  border-color: rgb(47 128 237 / 0.95);
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow\/0 {
  border-color: rgb(255 244 182 / 0);
}

.group:hover .group-hover\:border-yellow\/10 {
  border-color: rgb(255 244 182 / 0.1);
}

.group:hover .group-hover\:border-yellow\/100 {
  border-color: rgb(255 244 182 / 1);
}

.group:hover .group-hover\:border-yellow\/15 {
  border-color: rgb(255 244 182 / 0.15);
}

.group:hover .group-hover\:border-yellow\/20 {
  border-color: rgb(255 244 182 / 0.2);
}

.group:hover .group-hover\:border-yellow\/25 {
  border-color: rgb(255 244 182 / 0.25);
}

.group:hover .group-hover\:border-yellow\/30 {
  border-color: rgb(255 244 182 / 0.3);
}

.group:hover .group-hover\:border-yellow\/35 {
  border-color: rgb(255 244 182 / 0.35);
}

.group:hover .group-hover\:border-yellow\/40 {
  border-color: rgb(255 244 182 / 0.4);
}

.group:hover .group-hover\:border-yellow\/45 {
  border-color: rgb(255 244 182 / 0.45);
}

.group:hover .group-hover\:border-yellow\/5 {
  border-color: rgb(255 244 182 / 0.05);
}

.group:hover .group-hover\:border-yellow\/50 {
  border-color: rgb(255 244 182 / 0.5);
}

.group:hover .group-hover\:border-yellow\/55 {
  border-color: rgb(255 244 182 / 0.55);
}

.group:hover .group-hover\:border-yellow\/60 {
  border-color: rgb(255 244 182 / 0.6);
}

.group:hover .group-hover\:border-yellow\/65 {
  border-color: rgb(255 244 182 / 0.65);
}

.group:hover .group-hover\:border-yellow\/70 {
  border-color: rgb(255 244 182 / 0.7);
}

.group:hover .group-hover\:border-yellow\/75 {
  border-color: rgb(255 244 182 / 0.75);
}

.group:hover .group-hover\:border-yellow\/80 {
  border-color: rgb(255 244 182 / 0.8);
}

.group:hover .group-hover\:border-yellow\/85 {
  border-color: rgb(255 244 182 / 0.85);
}

.group:hover .group-hover\:border-yellow\/90 {
  border-color: rgb(255 244 182 / 0.9);
}

.group:hover .group-hover\:border-yellow\/95 {
  border-color: rgb(255 244 182 / 0.95);
}

.group:hover .group-hover\:\!bg-aha-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/0 {
  background-color: rgb(255 0 255 / 0) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/10 {
  background-color: rgb(255 0 255 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/100 {
  background-color: rgb(255 0 255 / 1) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/15 {
  background-color: rgb(255 0 255 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/20 {
  background-color: rgb(255 0 255 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/25 {
  background-color: rgb(255 0 255 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/30 {
  background-color: rgb(255 0 255 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/35 {
  background-color: rgb(255 0 255 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/40 {
  background-color: rgb(255 0 255 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/45 {
  background-color: rgb(255 0 255 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/5 {
  background-color: rgb(255 0 255 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/50 {
  background-color: rgb(255 0 255 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/55 {
  background-color: rgb(255 0 255 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/60 {
  background-color: rgb(255 0 255 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/65 {
  background-color: rgb(255 0 255 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/70 {
  background-color: rgb(255 0 255 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/75 {
  background-color: rgb(255 0 255 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/80 {
  background-color: rgb(255 0 255 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/85 {
  background-color: rgb(255 0 255 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/90 {
  background-color: rgb(255 0 255 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-aha-pink\/95 {
  background-color: rgb(255 0 255 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/0 {
  background-color: rgb(52 45 141 / 0) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/10 {
  background-color: rgb(52 45 141 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/100 {
  background-color: rgb(52 45 141 / 1) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/15 {
  background-color: rgb(52 45 141 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/20 {
  background-color: rgb(52 45 141 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/25 {
  background-color: rgb(52 45 141 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/30 {
  background-color: rgb(52 45 141 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/35 {
  background-color: rgb(52 45 141 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/40 {
  background-color: rgb(52 45 141 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/45 {
  background-color: rgb(52 45 141 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/5 {
  background-color: rgb(52 45 141 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/50 {
  background-color: rgb(52 45 141 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/55 {
  background-color: rgb(52 45 141 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/60 {
  background-color: rgb(52 45 141 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/65 {
  background-color: rgb(52 45 141 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/70 {
  background-color: rgb(52 45 141 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/75 {
  background-color: rgb(52 45 141 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/80 {
  background-color: rgb(52 45 141 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/85 {
  background-color: rgb(52 45 141 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/90 {
  background-color: rgb(52 45 141 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-borrowell-blue\/95 {
  background-color: rgb(52 45 141 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-brand-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/0 {
  background-color: rgb(163 36 57 / 0) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/10 {
  background-color: rgb(163 36 57 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/100 {
  background-color: rgb(163 36 57 / 1) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/15 {
  background-color: rgb(163 36 57 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/20 {
  background-color: rgb(163 36 57 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/25 {
  background-color: rgb(163 36 57 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/30 {
  background-color: rgb(163 36 57 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/35 {
  background-color: rgb(163 36 57 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/40 {
  background-color: rgb(163 36 57 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/45 {
  background-color: rgb(163 36 57 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/5 {
  background-color: rgb(163 36 57 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/50 {
  background-color: rgb(163 36 57 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/55 {
  background-color: rgb(163 36 57 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/60 {
  background-color: rgb(163 36 57 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/65 {
  background-color: rgb(163 36 57 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/70 {
  background-color: rgb(163 36 57 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/75 {
  background-color: rgb(163 36 57 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/80 {
  background-color: rgb(163 36 57 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/85 {
  background-color: rgb(163 36 57 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/90 {
  background-color: rgb(163 36 57 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-brand-red\/95 {
  background-color: rgb(163 36 57 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-grey\/0 {
  background-color: rgb(56 61 65 / 0) !important;
}

.group:hover .group-hover\:\!bg-grey\/10 {
  background-color: rgb(56 61 65 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-grey\/100 {
  background-color: rgb(56 61 65 / 1) !important;
}

.group:hover .group-hover\:\!bg-grey\/15 {
  background-color: rgb(56 61 65 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-grey\/20 {
  background-color: rgb(56 61 65 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-grey\/25 {
  background-color: rgb(56 61 65 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-grey\/30 {
  background-color: rgb(56 61 65 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-grey\/35 {
  background-color: rgb(56 61 65 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-grey\/40 {
  background-color: rgb(56 61 65 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-grey\/45 {
  background-color: rgb(56 61 65 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-grey\/5 {
  background-color: rgb(56 61 65 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-grey\/50 {
  background-color: rgb(56 61 65 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-grey\/55 {
  background-color: rgb(56 61 65 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-grey\/60 {
  background-color: rgb(56 61 65 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-grey\/65 {
  background-color: rgb(56 61 65 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-grey\/70 {
  background-color: rgb(56 61 65 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-grey\/75 {
  background-color: rgb(56 61 65 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-grey\/80 {
  background-color: rgb(56 61 65 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-grey\/85 {
  background-color: rgb(56 61 65 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-grey\/90 {
  background-color: rgb(56 61 65 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-grey\/95 {
  background-color: rgb(56 61 65 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-light-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/0 {
  background-color: rgb(198 223 255 / 0) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/10 {
  background-color: rgb(198 223 255 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/100 {
  background-color: rgb(198 223 255 / 1) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/15 {
  background-color: rgb(198 223 255 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/20 {
  background-color: rgb(198 223 255 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/25 {
  background-color: rgb(198 223 255 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/30 {
  background-color: rgb(198 223 255 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/35 {
  background-color: rgb(198 223 255 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/40 {
  background-color: rgb(198 223 255 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/45 {
  background-color: rgb(198 223 255 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/5 {
  background-color: rgb(198 223 255 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/50 {
  background-color: rgb(198 223 255 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/55 {
  background-color: rgb(198 223 255 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/60 {
  background-color: rgb(198 223 255 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/65 {
  background-color: rgb(198 223 255 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/70 {
  background-color: rgb(198 223 255 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/75 {
  background-color: rgb(198 223 255 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/80 {
  background-color: rgb(198 223 255 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/85 {
  background-color: rgb(198 223 255 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/90 {
  background-color: rgb(198 223 255 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-light-blue\/95 {
  background-color: rgb(198 223 255 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-light-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-light-green\/0 {
  background-color: rgb(184 241 193 / 0) !important;
}

.group:hover .group-hover\:\!bg-light-green\/10 {
  background-color: rgb(184 241 193 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-light-green\/100 {
  background-color: rgb(184 241 193 / 1) !important;
}

.group:hover .group-hover\:\!bg-light-green\/15 {
  background-color: rgb(184 241 193 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-light-green\/20 {
  background-color: rgb(184 241 193 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-light-green\/25 {
  background-color: rgb(184 241 193 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-light-green\/30 {
  background-color: rgb(184 241 193 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-light-green\/35 {
  background-color: rgb(184 241 193 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-light-green\/40 {
  background-color: rgb(184 241 193 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-light-green\/45 {
  background-color: rgb(184 241 193 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-light-green\/5 {
  background-color: rgb(184 241 193 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-light-green\/50 {
  background-color: rgb(184 241 193 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-light-green\/55 {
  background-color: rgb(184 241 193 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-light-green\/60 {
  background-color: rgb(184 241 193 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-light-green\/65 {
  background-color: rgb(184 241 193 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-light-green\/70 {
  background-color: rgb(184 241 193 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-light-green\/75 {
  background-color: rgb(184 241 193 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-light-green\/80 {
  background-color: rgb(184 241 193 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-light-green\/85 {
  background-color: rgb(184 241 193 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-light-green\/90 {
  background-color: rgb(184 241 193 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-light-green\/95 {
  background-color: rgb(184 241 193 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-light-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/0 {
  background-color: rgb(226 227 229 / 0) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/10 {
  background-color: rgb(226 227 229 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/100 {
  background-color: rgb(226 227 229 / 1) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/15 {
  background-color: rgb(226 227 229 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/20 {
  background-color: rgb(226 227 229 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/25 {
  background-color: rgb(226 227 229 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/30 {
  background-color: rgb(226 227 229 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/35 {
  background-color: rgb(226 227 229 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/40 {
  background-color: rgb(226 227 229 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/45 {
  background-color: rgb(226 227 229 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/5 {
  background-color: rgb(226 227 229 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/50 {
  background-color: rgb(226 227 229 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/55 {
  background-color: rgb(226 227 229 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/60 {
  background-color: rgb(226 227 229 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/65 {
  background-color: rgb(226 227 229 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/70 {
  background-color: rgb(226 227 229 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/75 {
  background-color: rgb(226 227 229 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/80 {
  background-color: rgb(226 227 229 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/85 {
  background-color: rgb(226 227 229 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/90 {
  background-color: rgb(226 227 229 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-light-grey\/95 {
  background-color: rgb(226 227 229 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-light-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/0 {
  background-color: rgb(230 208 253 / 0) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/10 {
  background-color: rgb(230 208 253 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/100 {
  background-color: rgb(230 208 253 / 1) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/15 {
  background-color: rgb(230 208 253 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/20 {
  background-color: rgb(230 208 253 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/25 {
  background-color: rgb(230 208 253 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/30 {
  background-color: rgb(230 208 253 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/35 {
  background-color: rgb(230 208 253 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/40 {
  background-color: rgb(230 208 253 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/45 {
  background-color: rgb(230 208 253 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/5 {
  background-color: rgb(230 208 253 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/50 {
  background-color: rgb(230 208 253 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/55 {
  background-color: rgb(230 208 253 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/60 {
  background-color: rgb(230 208 253 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/65 {
  background-color: rgb(230 208 253 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/70 {
  background-color: rgb(230 208 253 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/75 {
  background-color: rgb(230 208 253 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/80 {
  background-color: rgb(230 208 253 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/85 {
  background-color: rgb(230 208 253 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/90 {
  background-color: rgb(230 208 253 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-light-purple\/95 {
  background-color: rgb(230 208 253 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-scotial-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/0 {
  background-color: rgb(237 17 27 / 0) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/10 {
  background-color: rgb(237 17 27 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/100 {
  background-color: rgb(237 17 27 / 1) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/15 {
  background-color: rgb(237 17 27 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/20 {
  background-color: rgb(237 17 27 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/25 {
  background-color: rgb(237 17 27 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/30 {
  background-color: rgb(237 17 27 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/35 {
  background-color: rgb(237 17 27 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/40 {
  background-color: rgb(237 17 27 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/45 {
  background-color: rgb(237 17 27 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/5 {
  background-color: rgb(237 17 27 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/50 {
  background-color: rgb(237 17 27 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/55 {
  background-color: rgb(237 17 27 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/60 {
  background-color: rgb(237 17 27 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/65 {
  background-color: rgb(237 17 27 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/70 {
  background-color: rgb(237 17 27 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/75 {
  background-color: rgb(237 17 27 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/80 {
  background-color: rgb(237 17 27 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/85 {
  background-color: rgb(237 17 27 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/90 {
  background-color: rgb(237 17 27 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-scotial-red\/95 {
  background-color: rgb(237 17 27 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/0 {
  background-color: rgb(244 125 97 / 0) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/10 {
  background-color: rgb(244 125 97 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/100 {
  background-color: rgb(244 125 97 / 1) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/15 {
  background-color: rgb(244 125 97 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/20 {
  background-color: rgb(244 125 97 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/25 {
  background-color: rgb(244 125 97 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/30 {
  background-color: rgb(244 125 97 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/35 {
  background-color: rgb(244 125 97 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/40 {
  background-color: rgb(244 125 97 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/45 {
  background-color: rgb(244 125 97 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/5 {
  background-color: rgb(244 125 97 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/50 {
  background-color: rgb(244 125 97 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/55 {
  background-color: rgb(244 125 97 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/60 {
  background-color: rgb(244 125 97 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/65 {
  background-color: rgb(244 125 97 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/70 {
  background-color: rgb(244 125 97 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/75 {
  background-color: rgb(244 125 97 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/80 {
  background-color: rgb(244 125 97 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/85 {
  background-color: rgb(244 125 97 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/90 {
  background-color: rgb(244 125 97 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-souqh-orange\/95 {
  background-color: rgb(244 125 97 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/0 {
  background-color: rgb(47 128 237 / 0) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/10 {
  background-color: rgb(47 128 237 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/100 {
  background-color: rgb(47 128 237 / 1) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/15 {
  background-color: rgb(47 128 237 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/20 {
  background-color: rgb(47 128 237 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/25 {
  background-color: rgb(47 128 237 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/30 {
  background-color: rgb(47 128 237 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/35 {
  background-color: rgb(47 128 237 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/40 {
  background-color: rgb(47 128 237 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/45 {
  background-color: rgb(47 128 237 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/5 {
  background-color: rgb(47 128 237 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/50 {
  background-color: rgb(47 128 237 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/55 {
  background-color: rgb(47 128 237 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/60 {
  background-color: rgb(47 128 237 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/65 {
  background-color: rgb(47 128 237 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/70 {
  background-color: rgb(47 128 237 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/75 {
  background-color: rgb(47 128 237 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/80 {
  background-color: rgb(47 128 237 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/85 {
  background-color: rgb(47 128 237 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/90 {
  background-color: rgb(47 128 237 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-sparrow-blue\/95 {
  background-color: rgb(47 128 237 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-transparent {
  background-color: transparent !important;
}

.group:hover .group-hover\:\!bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0) !important;
}

.group:hover .group-hover\:\!bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1) !important;
}

.group:hover .group-hover\:\!bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95) !important;
}

.group:hover .group-hover\:\!bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:\!bg-yellow\/0 {
  background-color: rgb(255 244 182 / 0) !important;
}

.group:hover .group-hover\:\!bg-yellow\/10 {
  background-color: rgb(255 244 182 / 0.1) !important;
}

.group:hover .group-hover\:\!bg-yellow\/100 {
  background-color: rgb(255 244 182 / 1) !important;
}

.group:hover .group-hover\:\!bg-yellow\/15 {
  background-color: rgb(255 244 182 / 0.15) !important;
}

.group:hover .group-hover\:\!bg-yellow\/20 {
  background-color: rgb(255 244 182 / 0.2) !important;
}

.group:hover .group-hover\:\!bg-yellow\/25 {
  background-color: rgb(255 244 182 / 0.25) !important;
}

.group:hover .group-hover\:\!bg-yellow\/30 {
  background-color: rgb(255 244 182 / 0.3) !important;
}

.group:hover .group-hover\:\!bg-yellow\/35 {
  background-color: rgb(255 244 182 / 0.35) !important;
}

.group:hover .group-hover\:\!bg-yellow\/40 {
  background-color: rgb(255 244 182 / 0.4) !important;
}

.group:hover .group-hover\:\!bg-yellow\/45 {
  background-color: rgb(255 244 182 / 0.45) !important;
}

.group:hover .group-hover\:\!bg-yellow\/5 {
  background-color: rgb(255 244 182 / 0.05) !important;
}

.group:hover .group-hover\:\!bg-yellow\/50 {
  background-color: rgb(255 244 182 / 0.5) !important;
}

.group:hover .group-hover\:\!bg-yellow\/55 {
  background-color: rgb(255 244 182 / 0.55) !important;
}

.group:hover .group-hover\:\!bg-yellow\/60 {
  background-color: rgb(255 244 182 / 0.6) !important;
}

.group:hover .group-hover\:\!bg-yellow\/65 {
  background-color: rgb(255 244 182 / 0.65) !important;
}

.group:hover .group-hover\:\!bg-yellow\/70 {
  background-color: rgb(255 244 182 / 0.7) !important;
}

.group:hover .group-hover\:\!bg-yellow\/75 {
  background-color: rgb(255 244 182 / 0.75) !important;
}

.group:hover .group-hover\:\!bg-yellow\/80 {
  background-color: rgb(255 244 182 / 0.8) !important;
}

.group:hover .group-hover\:\!bg-yellow\/85 {
  background-color: rgb(255 244 182 / 0.85) !important;
}

.group:hover .group-hover\:\!bg-yellow\/90 {
  background-color: rgb(255 244 182 / 0.9) !important;
}

.group:hover .group-hover\:\!bg-yellow\/95 {
  background-color: rgb(255 244 182 / 0.95) !important;
}

.group:hover .group-hover\:bg-aha-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-aha-pink\/0 {
  background-color: rgb(255 0 255 / 0);
}

.group:hover .group-hover\:bg-aha-pink\/10 {
  background-color: rgb(255 0 255 / 0.1);
}

.group:hover .group-hover\:bg-aha-pink\/100 {
  background-color: rgb(255 0 255 / 1);
}

.group:hover .group-hover\:bg-aha-pink\/15 {
  background-color: rgb(255 0 255 / 0.15);
}

.group:hover .group-hover\:bg-aha-pink\/20 {
  background-color: rgb(255 0 255 / 0.2);
}

.group:hover .group-hover\:bg-aha-pink\/25 {
  background-color: rgb(255 0 255 / 0.25);
}

.group:hover .group-hover\:bg-aha-pink\/30 {
  background-color: rgb(255 0 255 / 0.3);
}

.group:hover .group-hover\:bg-aha-pink\/35 {
  background-color: rgb(255 0 255 / 0.35);
}

.group:hover .group-hover\:bg-aha-pink\/40 {
  background-color: rgb(255 0 255 / 0.4);
}

.group:hover .group-hover\:bg-aha-pink\/45 {
  background-color: rgb(255 0 255 / 0.45);
}

.group:hover .group-hover\:bg-aha-pink\/5 {
  background-color: rgb(255 0 255 / 0.05);
}

.group:hover .group-hover\:bg-aha-pink\/50 {
  background-color: rgb(255 0 255 / 0.5);
}

.group:hover .group-hover\:bg-aha-pink\/55 {
  background-color: rgb(255 0 255 / 0.55);
}

.group:hover .group-hover\:bg-aha-pink\/60 {
  background-color: rgb(255 0 255 / 0.6);
}

.group:hover .group-hover\:bg-aha-pink\/65 {
  background-color: rgb(255 0 255 / 0.65);
}

.group:hover .group-hover\:bg-aha-pink\/70 {
  background-color: rgb(255 0 255 / 0.7);
}

.group:hover .group-hover\:bg-aha-pink\/75 {
  background-color: rgb(255 0 255 / 0.75);
}

.group:hover .group-hover\:bg-aha-pink\/80 {
  background-color: rgb(255 0 255 / 0.8);
}

.group:hover .group-hover\:bg-aha-pink\/85 {
  background-color: rgb(255 0 255 / 0.85);
}

.group:hover .group-hover\:bg-aha-pink\/90 {
  background-color: rgb(255 0 255 / 0.9);
}

.group:hover .group-hover\:bg-aha-pink\/95 {
  background-color: rgb(255 0 255 / 0.95);
}

.group:hover .group-hover\:bg-borrowell-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-borrowell-blue\/0 {
  background-color: rgb(52 45 141 / 0);
}

.group:hover .group-hover\:bg-borrowell-blue\/10 {
  background-color: rgb(52 45 141 / 0.1);
}

.group:hover .group-hover\:bg-borrowell-blue\/100 {
  background-color: rgb(52 45 141 / 1);
}

.group:hover .group-hover\:bg-borrowell-blue\/15 {
  background-color: rgb(52 45 141 / 0.15);
}

.group:hover .group-hover\:bg-borrowell-blue\/20 {
  background-color: rgb(52 45 141 / 0.2);
}

.group:hover .group-hover\:bg-borrowell-blue\/25 {
  background-color: rgb(52 45 141 / 0.25);
}

.group:hover .group-hover\:bg-borrowell-blue\/30 {
  background-color: rgb(52 45 141 / 0.3);
}

.group:hover .group-hover\:bg-borrowell-blue\/35 {
  background-color: rgb(52 45 141 / 0.35);
}

.group:hover .group-hover\:bg-borrowell-blue\/40 {
  background-color: rgb(52 45 141 / 0.4);
}

.group:hover .group-hover\:bg-borrowell-blue\/45 {
  background-color: rgb(52 45 141 / 0.45);
}

.group:hover .group-hover\:bg-borrowell-blue\/5 {
  background-color: rgb(52 45 141 / 0.05);
}

.group:hover .group-hover\:bg-borrowell-blue\/50 {
  background-color: rgb(52 45 141 / 0.5);
}

.group:hover .group-hover\:bg-borrowell-blue\/55 {
  background-color: rgb(52 45 141 / 0.55);
}

.group:hover .group-hover\:bg-borrowell-blue\/60 {
  background-color: rgb(52 45 141 / 0.6);
}

.group:hover .group-hover\:bg-borrowell-blue\/65 {
  background-color: rgb(52 45 141 / 0.65);
}

.group:hover .group-hover\:bg-borrowell-blue\/70 {
  background-color: rgb(52 45 141 / 0.7);
}

.group:hover .group-hover\:bg-borrowell-blue\/75 {
  background-color: rgb(52 45 141 / 0.75);
}

.group:hover .group-hover\:bg-borrowell-blue\/80 {
  background-color: rgb(52 45 141 / 0.8);
}

.group:hover .group-hover\:bg-borrowell-blue\/85 {
  background-color: rgb(52 45 141 / 0.85);
}

.group:hover .group-hover\:bg-borrowell-blue\/90 {
  background-color: rgb(52 45 141 / 0.9);
}

.group:hover .group-hover\:bg-borrowell-blue\/95 {
  background-color: rgb(52 45 141 / 0.95);
}

.group:hover .group-hover\:bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-brand-red\/0 {
  background-color: rgb(163 36 57 / 0);
}

.group:hover .group-hover\:bg-brand-red\/10 {
  background-color: rgb(163 36 57 / 0.1);
}

.group:hover .group-hover\:bg-brand-red\/100 {
  background-color: rgb(163 36 57 / 1);
}

.group:hover .group-hover\:bg-brand-red\/15 {
  background-color: rgb(163 36 57 / 0.15);
}

.group:hover .group-hover\:bg-brand-red\/20 {
  background-color: rgb(163 36 57 / 0.2);
}

.group:hover .group-hover\:bg-brand-red\/25 {
  background-color: rgb(163 36 57 / 0.25);
}

.group:hover .group-hover\:bg-brand-red\/30 {
  background-color: rgb(163 36 57 / 0.3);
}

.group:hover .group-hover\:bg-brand-red\/35 {
  background-color: rgb(163 36 57 / 0.35);
}

.group:hover .group-hover\:bg-brand-red\/40 {
  background-color: rgb(163 36 57 / 0.4);
}

.group:hover .group-hover\:bg-brand-red\/45 {
  background-color: rgb(163 36 57 / 0.45);
}

.group:hover .group-hover\:bg-brand-red\/5 {
  background-color: rgb(163 36 57 / 0.05);
}

.group:hover .group-hover\:bg-brand-red\/50 {
  background-color: rgb(163 36 57 / 0.5);
}

.group:hover .group-hover\:bg-brand-red\/55 {
  background-color: rgb(163 36 57 / 0.55);
}

.group:hover .group-hover\:bg-brand-red\/60 {
  background-color: rgb(163 36 57 / 0.6);
}

.group:hover .group-hover\:bg-brand-red\/65 {
  background-color: rgb(163 36 57 / 0.65);
}

.group:hover .group-hover\:bg-brand-red\/70 {
  background-color: rgb(163 36 57 / 0.7);
}

.group:hover .group-hover\:bg-brand-red\/75 {
  background-color: rgb(163 36 57 / 0.75);
}

.group:hover .group-hover\:bg-brand-red\/80 {
  background-color: rgb(163 36 57 / 0.8);
}

.group:hover .group-hover\:bg-brand-red\/85 {
  background-color: rgb(163 36 57 / 0.85);
}

.group:hover .group-hover\:bg-brand-red\/90 {
  background-color: rgb(163 36 57 / 0.9);
}

.group:hover .group-hover\:bg-brand-red\/95 {
  background-color: rgb(163 36 57 / 0.95);
}

.group:hover .group-hover\:bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-grey\/0 {
  background-color: rgb(56 61 65 / 0);
}

.group:hover .group-hover\:bg-grey\/10 {
  background-color: rgb(56 61 65 / 0.1);
}

.group:hover .group-hover\:bg-grey\/100 {
  background-color: rgb(56 61 65 / 1);
}

.group:hover .group-hover\:bg-grey\/15 {
  background-color: rgb(56 61 65 / 0.15);
}

.group:hover .group-hover\:bg-grey\/20 {
  background-color: rgb(56 61 65 / 0.2);
}

.group:hover .group-hover\:bg-grey\/25 {
  background-color: rgb(56 61 65 / 0.25);
}

.group:hover .group-hover\:bg-grey\/30 {
  background-color: rgb(56 61 65 / 0.3);
}

.group:hover .group-hover\:bg-grey\/35 {
  background-color: rgb(56 61 65 / 0.35);
}

.group:hover .group-hover\:bg-grey\/40 {
  background-color: rgb(56 61 65 / 0.4);
}

.group:hover .group-hover\:bg-grey\/45 {
  background-color: rgb(56 61 65 / 0.45);
}

.group:hover .group-hover\:bg-grey\/5 {
  background-color: rgb(56 61 65 / 0.05);
}

.group:hover .group-hover\:bg-grey\/50 {
  background-color: rgb(56 61 65 / 0.5);
}

.group:hover .group-hover\:bg-grey\/55 {
  background-color: rgb(56 61 65 / 0.55);
}

.group:hover .group-hover\:bg-grey\/60 {
  background-color: rgb(56 61 65 / 0.6);
}

.group:hover .group-hover\:bg-grey\/65 {
  background-color: rgb(56 61 65 / 0.65);
}

.group:hover .group-hover\:bg-grey\/70 {
  background-color: rgb(56 61 65 / 0.7);
}

.group:hover .group-hover\:bg-grey\/75 {
  background-color: rgb(56 61 65 / 0.75);
}

.group:hover .group-hover\:bg-grey\/80 {
  background-color: rgb(56 61 65 / 0.8);
}

.group:hover .group-hover\:bg-grey\/85 {
  background-color: rgb(56 61 65 / 0.85);
}

.group:hover .group-hover\:bg-grey\/90 {
  background-color: rgb(56 61 65 / 0.9);
}

.group:hover .group-hover\:bg-grey\/95 {
  background-color: rgb(56 61 65 / 0.95);
}

.group:hover .group-hover\:bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-light-blue\/0 {
  background-color: rgb(198 223 255 / 0);
}

.group:hover .group-hover\:bg-light-blue\/10 {
  background-color: rgb(198 223 255 / 0.1);
}

.group:hover .group-hover\:bg-light-blue\/100 {
  background-color: rgb(198 223 255 / 1);
}

.group:hover .group-hover\:bg-light-blue\/15 {
  background-color: rgb(198 223 255 / 0.15);
}

.group:hover .group-hover\:bg-light-blue\/20 {
  background-color: rgb(198 223 255 / 0.2);
}

.group:hover .group-hover\:bg-light-blue\/25 {
  background-color: rgb(198 223 255 / 0.25);
}

.group:hover .group-hover\:bg-light-blue\/30 {
  background-color: rgb(198 223 255 / 0.3);
}

.group:hover .group-hover\:bg-light-blue\/35 {
  background-color: rgb(198 223 255 / 0.35);
}

.group:hover .group-hover\:bg-light-blue\/40 {
  background-color: rgb(198 223 255 / 0.4);
}

.group:hover .group-hover\:bg-light-blue\/45 {
  background-color: rgb(198 223 255 / 0.45);
}

.group:hover .group-hover\:bg-light-blue\/5 {
  background-color: rgb(198 223 255 / 0.05);
}

.group:hover .group-hover\:bg-light-blue\/50 {
  background-color: rgb(198 223 255 / 0.5);
}

.group:hover .group-hover\:bg-light-blue\/55 {
  background-color: rgb(198 223 255 / 0.55);
}

.group:hover .group-hover\:bg-light-blue\/60 {
  background-color: rgb(198 223 255 / 0.6);
}

.group:hover .group-hover\:bg-light-blue\/65 {
  background-color: rgb(198 223 255 / 0.65);
}

.group:hover .group-hover\:bg-light-blue\/70 {
  background-color: rgb(198 223 255 / 0.7);
}

.group:hover .group-hover\:bg-light-blue\/75 {
  background-color: rgb(198 223 255 / 0.75);
}

.group:hover .group-hover\:bg-light-blue\/80 {
  background-color: rgb(198 223 255 / 0.8);
}

.group:hover .group-hover\:bg-light-blue\/85 {
  background-color: rgb(198 223 255 / 0.85);
}

.group:hover .group-hover\:bg-light-blue\/90 {
  background-color: rgb(198 223 255 / 0.9);
}

.group:hover .group-hover\:bg-light-blue\/95 {
  background-color: rgb(198 223 255 / 0.95);
}

.group:hover .group-hover\:bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-light-green\/0 {
  background-color: rgb(184 241 193 / 0);
}

.group:hover .group-hover\:bg-light-green\/10 {
  background-color: rgb(184 241 193 / 0.1);
}

.group:hover .group-hover\:bg-light-green\/100 {
  background-color: rgb(184 241 193 / 1);
}

.group:hover .group-hover\:bg-light-green\/15 {
  background-color: rgb(184 241 193 / 0.15);
}

.group:hover .group-hover\:bg-light-green\/20 {
  background-color: rgb(184 241 193 / 0.2);
}

.group:hover .group-hover\:bg-light-green\/25 {
  background-color: rgb(184 241 193 / 0.25);
}

.group:hover .group-hover\:bg-light-green\/30 {
  background-color: rgb(184 241 193 / 0.3);
}

.group:hover .group-hover\:bg-light-green\/35 {
  background-color: rgb(184 241 193 / 0.35);
}

.group:hover .group-hover\:bg-light-green\/40 {
  background-color: rgb(184 241 193 / 0.4);
}

.group:hover .group-hover\:bg-light-green\/45 {
  background-color: rgb(184 241 193 / 0.45);
}

.group:hover .group-hover\:bg-light-green\/5 {
  background-color: rgb(184 241 193 / 0.05);
}

.group:hover .group-hover\:bg-light-green\/50 {
  background-color: rgb(184 241 193 / 0.5);
}

.group:hover .group-hover\:bg-light-green\/55 {
  background-color: rgb(184 241 193 / 0.55);
}

.group:hover .group-hover\:bg-light-green\/60 {
  background-color: rgb(184 241 193 / 0.6);
}

.group:hover .group-hover\:bg-light-green\/65 {
  background-color: rgb(184 241 193 / 0.65);
}

.group:hover .group-hover\:bg-light-green\/70 {
  background-color: rgb(184 241 193 / 0.7);
}

.group:hover .group-hover\:bg-light-green\/75 {
  background-color: rgb(184 241 193 / 0.75);
}

.group:hover .group-hover\:bg-light-green\/80 {
  background-color: rgb(184 241 193 / 0.8);
}

.group:hover .group-hover\:bg-light-green\/85 {
  background-color: rgb(184 241 193 / 0.85);
}

.group:hover .group-hover\:bg-light-green\/90 {
  background-color: rgb(184 241 193 / 0.9);
}

.group:hover .group-hover\:bg-light-green\/95 {
  background-color: rgb(184 241 193 / 0.95);
}

.group:hover .group-hover\:bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-light-grey\/0 {
  background-color: rgb(226 227 229 / 0);
}

.group:hover .group-hover\:bg-light-grey\/10 {
  background-color: rgb(226 227 229 / 0.1);
}

.group:hover .group-hover\:bg-light-grey\/100 {
  background-color: rgb(226 227 229 / 1);
}

.group:hover .group-hover\:bg-light-grey\/15 {
  background-color: rgb(226 227 229 / 0.15);
}

.group:hover .group-hover\:bg-light-grey\/20 {
  background-color: rgb(226 227 229 / 0.2);
}

.group:hover .group-hover\:bg-light-grey\/25 {
  background-color: rgb(226 227 229 / 0.25);
}

.group:hover .group-hover\:bg-light-grey\/30 {
  background-color: rgb(226 227 229 / 0.3);
}

.group:hover .group-hover\:bg-light-grey\/35 {
  background-color: rgb(226 227 229 / 0.35);
}

.group:hover .group-hover\:bg-light-grey\/40 {
  background-color: rgb(226 227 229 / 0.4);
}

.group:hover .group-hover\:bg-light-grey\/45 {
  background-color: rgb(226 227 229 / 0.45);
}

.group:hover .group-hover\:bg-light-grey\/5 {
  background-color: rgb(226 227 229 / 0.05);
}

.group:hover .group-hover\:bg-light-grey\/50 {
  background-color: rgb(226 227 229 / 0.5);
}

.group:hover .group-hover\:bg-light-grey\/55 {
  background-color: rgb(226 227 229 / 0.55);
}

.group:hover .group-hover\:bg-light-grey\/60 {
  background-color: rgb(226 227 229 / 0.6);
}

.group:hover .group-hover\:bg-light-grey\/65 {
  background-color: rgb(226 227 229 / 0.65);
}

.group:hover .group-hover\:bg-light-grey\/70 {
  background-color: rgb(226 227 229 / 0.7);
}

.group:hover .group-hover\:bg-light-grey\/75 {
  background-color: rgb(226 227 229 / 0.75);
}

.group:hover .group-hover\:bg-light-grey\/80 {
  background-color: rgb(226 227 229 / 0.8);
}

.group:hover .group-hover\:bg-light-grey\/85 {
  background-color: rgb(226 227 229 / 0.85);
}

.group:hover .group-hover\:bg-light-grey\/90 {
  background-color: rgb(226 227 229 / 0.9);
}

.group:hover .group-hover\:bg-light-grey\/95 {
  background-color: rgb(226 227 229 / 0.95);
}

.group:hover .group-hover\:bg-light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-light-purple\/0 {
  background-color: rgb(230 208 253 / 0);
}

.group:hover .group-hover\:bg-light-purple\/10 {
  background-color: rgb(230 208 253 / 0.1);
}

.group:hover .group-hover\:bg-light-purple\/100 {
  background-color: rgb(230 208 253 / 1);
}

.group:hover .group-hover\:bg-light-purple\/15 {
  background-color: rgb(230 208 253 / 0.15);
}

.group:hover .group-hover\:bg-light-purple\/20 {
  background-color: rgb(230 208 253 / 0.2);
}

.group:hover .group-hover\:bg-light-purple\/25 {
  background-color: rgb(230 208 253 / 0.25);
}

.group:hover .group-hover\:bg-light-purple\/30 {
  background-color: rgb(230 208 253 / 0.3);
}

.group:hover .group-hover\:bg-light-purple\/35 {
  background-color: rgb(230 208 253 / 0.35);
}

.group:hover .group-hover\:bg-light-purple\/40 {
  background-color: rgb(230 208 253 / 0.4);
}

.group:hover .group-hover\:bg-light-purple\/45 {
  background-color: rgb(230 208 253 / 0.45);
}

.group:hover .group-hover\:bg-light-purple\/5 {
  background-color: rgb(230 208 253 / 0.05);
}

.group:hover .group-hover\:bg-light-purple\/50 {
  background-color: rgb(230 208 253 / 0.5);
}

.group:hover .group-hover\:bg-light-purple\/55 {
  background-color: rgb(230 208 253 / 0.55);
}

.group:hover .group-hover\:bg-light-purple\/60 {
  background-color: rgb(230 208 253 / 0.6);
}

.group:hover .group-hover\:bg-light-purple\/65 {
  background-color: rgb(230 208 253 / 0.65);
}

.group:hover .group-hover\:bg-light-purple\/70 {
  background-color: rgb(230 208 253 / 0.7);
}

.group:hover .group-hover\:bg-light-purple\/75 {
  background-color: rgb(230 208 253 / 0.75);
}

.group:hover .group-hover\:bg-light-purple\/80 {
  background-color: rgb(230 208 253 / 0.8);
}

.group:hover .group-hover\:bg-light-purple\/85 {
  background-color: rgb(230 208 253 / 0.85);
}

.group:hover .group-hover\:bg-light-purple\/90 {
  background-color: rgb(230 208 253 / 0.9);
}

.group:hover .group-hover\:bg-light-purple\/95 {
  background-color: rgb(230 208 253 / 0.95);
}

.group:hover .group-hover\:bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-scotial-red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-scotial-red\/0 {
  background-color: rgb(237 17 27 / 0);
}

.group:hover .group-hover\:bg-scotial-red\/10 {
  background-color: rgb(237 17 27 / 0.1);
}

.group:hover .group-hover\:bg-scotial-red\/100 {
  background-color: rgb(237 17 27 / 1);
}

.group:hover .group-hover\:bg-scotial-red\/15 {
  background-color: rgb(237 17 27 / 0.15);
}

.group:hover .group-hover\:bg-scotial-red\/20 {
  background-color: rgb(237 17 27 / 0.2);
}

.group:hover .group-hover\:bg-scotial-red\/25 {
  background-color: rgb(237 17 27 / 0.25);
}

.group:hover .group-hover\:bg-scotial-red\/30 {
  background-color: rgb(237 17 27 / 0.3);
}

.group:hover .group-hover\:bg-scotial-red\/35 {
  background-color: rgb(237 17 27 / 0.35);
}

.group:hover .group-hover\:bg-scotial-red\/40 {
  background-color: rgb(237 17 27 / 0.4);
}

.group:hover .group-hover\:bg-scotial-red\/45 {
  background-color: rgb(237 17 27 / 0.45);
}

.group:hover .group-hover\:bg-scotial-red\/5 {
  background-color: rgb(237 17 27 / 0.05);
}

.group:hover .group-hover\:bg-scotial-red\/50 {
  background-color: rgb(237 17 27 / 0.5);
}

.group:hover .group-hover\:bg-scotial-red\/55 {
  background-color: rgb(237 17 27 / 0.55);
}

.group:hover .group-hover\:bg-scotial-red\/60 {
  background-color: rgb(237 17 27 / 0.6);
}

.group:hover .group-hover\:bg-scotial-red\/65 {
  background-color: rgb(237 17 27 / 0.65);
}

.group:hover .group-hover\:bg-scotial-red\/70 {
  background-color: rgb(237 17 27 / 0.7);
}

.group:hover .group-hover\:bg-scotial-red\/75 {
  background-color: rgb(237 17 27 / 0.75);
}

.group:hover .group-hover\:bg-scotial-red\/80 {
  background-color: rgb(237 17 27 / 0.8);
}

.group:hover .group-hover\:bg-scotial-red\/85 {
  background-color: rgb(237 17 27 / 0.85);
}

.group:hover .group-hover\:bg-scotial-red\/90 {
  background-color: rgb(237 17 27 / 0.9);
}

.group:hover .group-hover\:bg-scotial-red\/95 {
  background-color: rgb(237 17 27 / 0.95);
}

.group:hover .group-hover\:bg-souqh-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-souqh-orange\/0 {
  background-color: rgb(244 125 97 / 0);
}

.group:hover .group-hover\:bg-souqh-orange\/10 {
  background-color: rgb(244 125 97 / 0.1);
}

.group:hover .group-hover\:bg-souqh-orange\/100 {
  background-color: rgb(244 125 97 / 1);
}

.group:hover .group-hover\:bg-souqh-orange\/15 {
  background-color: rgb(244 125 97 / 0.15);
}

.group:hover .group-hover\:bg-souqh-orange\/20 {
  background-color: rgb(244 125 97 / 0.2);
}

.group:hover .group-hover\:bg-souqh-orange\/25 {
  background-color: rgb(244 125 97 / 0.25);
}

.group:hover .group-hover\:bg-souqh-orange\/30 {
  background-color: rgb(244 125 97 / 0.3);
}

.group:hover .group-hover\:bg-souqh-orange\/35 {
  background-color: rgb(244 125 97 / 0.35);
}

.group:hover .group-hover\:bg-souqh-orange\/40 {
  background-color: rgb(244 125 97 / 0.4);
}

.group:hover .group-hover\:bg-souqh-orange\/45 {
  background-color: rgb(244 125 97 / 0.45);
}

.group:hover .group-hover\:bg-souqh-orange\/5 {
  background-color: rgb(244 125 97 / 0.05);
}

.group:hover .group-hover\:bg-souqh-orange\/50 {
  background-color: rgb(244 125 97 / 0.5);
}

.group:hover .group-hover\:bg-souqh-orange\/55 {
  background-color: rgb(244 125 97 / 0.55);
}

.group:hover .group-hover\:bg-souqh-orange\/60 {
  background-color: rgb(244 125 97 / 0.6);
}

.group:hover .group-hover\:bg-souqh-orange\/65 {
  background-color: rgb(244 125 97 / 0.65);
}

.group:hover .group-hover\:bg-souqh-orange\/70 {
  background-color: rgb(244 125 97 / 0.7);
}

.group:hover .group-hover\:bg-souqh-orange\/75 {
  background-color: rgb(244 125 97 / 0.75);
}

.group:hover .group-hover\:bg-souqh-orange\/80 {
  background-color: rgb(244 125 97 / 0.8);
}

.group:hover .group-hover\:bg-souqh-orange\/85 {
  background-color: rgb(244 125 97 / 0.85);
}

.group:hover .group-hover\:bg-souqh-orange\/90 {
  background-color: rgb(244 125 97 / 0.9);
}

.group:hover .group-hover\:bg-souqh-orange\/95 {
  background-color: rgb(244 125 97 / 0.95);
}

.group:hover .group-hover\:bg-sparrow-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sparrow-blue\/0 {
  background-color: rgb(47 128 237 / 0);
}

.group:hover .group-hover\:bg-sparrow-blue\/10 {
  background-color: rgb(47 128 237 / 0.1);
}

.group:hover .group-hover\:bg-sparrow-blue\/100 {
  background-color: rgb(47 128 237 / 1);
}

.group:hover .group-hover\:bg-sparrow-blue\/15 {
  background-color: rgb(47 128 237 / 0.15);
}

.group:hover .group-hover\:bg-sparrow-blue\/20 {
  background-color: rgb(47 128 237 / 0.2);
}

.group:hover .group-hover\:bg-sparrow-blue\/25 {
  background-color: rgb(47 128 237 / 0.25);
}

.group:hover .group-hover\:bg-sparrow-blue\/30 {
  background-color: rgb(47 128 237 / 0.3);
}

.group:hover .group-hover\:bg-sparrow-blue\/35 {
  background-color: rgb(47 128 237 / 0.35);
}

.group:hover .group-hover\:bg-sparrow-blue\/40 {
  background-color: rgb(47 128 237 / 0.4);
}

.group:hover .group-hover\:bg-sparrow-blue\/45 {
  background-color: rgb(47 128 237 / 0.45);
}

.group:hover .group-hover\:bg-sparrow-blue\/5 {
  background-color: rgb(47 128 237 / 0.05);
}

.group:hover .group-hover\:bg-sparrow-blue\/50 {
  background-color: rgb(47 128 237 / 0.5);
}

.group:hover .group-hover\:bg-sparrow-blue\/55 {
  background-color: rgb(47 128 237 / 0.55);
}

.group:hover .group-hover\:bg-sparrow-blue\/60 {
  background-color: rgb(47 128 237 / 0.6);
}

.group:hover .group-hover\:bg-sparrow-blue\/65 {
  background-color: rgb(47 128 237 / 0.65);
}

.group:hover .group-hover\:bg-sparrow-blue\/70 {
  background-color: rgb(47 128 237 / 0.7);
}

.group:hover .group-hover\:bg-sparrow-blue\/75 {
  background-color: rgb(47 128 237 / 0.75);
}

.group:hover .group-hover\:bg-sparrow-blue\/80 {
  background-color: rgb(47 128 237 / 0.8);
}

.group:hover .group-hover\:bg-sparrow-blue\/85 {
  background-color: rgb(47 128 237 / 0.85);
}

.group:hover .group-hover\:bg-sparrow-blue\/90 {
  background-color: rgb(47 128 237 / 0.9);
}

.group:hover .group-hover\:bg-sparrow-blue\/95 {
  background-color: rgb(47 128 237 / 0.95);
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.group:hover .group-hover\:bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.group:hover .group-hover\:bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.group:hover .group-hover\:bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.group:hover .group-hover\:bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.group:hover .group-hover\:bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.group:hover .group-hover\:bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.group:hover .group-hover\:bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.group:hover .group-hover\:bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.group:hover .group-hover\:bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.group:hover .group-hover\:bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.group:hover .group-hover\:bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.group:hover .group-hover\:bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.group:hover .group-hover\:bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.group:hover .group-hover\:bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.group:hover .group-hover\:bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.group:hover .group-hover\:bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow\/0 {
  background-color: rgb(255 244 182 / 0);
}

.group:hover .group-hover\:bg-yellow\/10 {
  background-color: rgb(255 244 182 / 0.1);
}

.group:hover .group-hover\:bg-yellow\/100 {
  background-color: rgb(255 244 182 / 1);
}

.group:hover .group-hover\:bg-yellow\/15 {
  background-color: rgb(255 244 182 / 0.15);
}

.group:hover .group-hover\:bg-yellow\/20 {
  background-color: rgb(255 244 182 / 0.2);
}

.group:hover .group-hover\:bg-yellow\/25 {
  background-color: rgb(255 244 182 / 0.25);
}

.group:hover .group-hover\:bg-yellow\/30 {
  background-color: rgb(255 244 182 / 0.3);
}

.group:hover .group-hover\:bg-yellow\/35 {
  background-color: rgb(255 244 182 / 0.35);
}

.group:hover .group-hover\:bg-yellow\/40 {
  background-color: rgb(255 244 182 / 0.4);
}

.group:hover .group-hover\:bg-yellow\/45 {
  background-color: rgb(255 244 182 / 0.45);
}

.group:hover .group-hover\:bg-yellow\/5 {
  background-color: rgb(255 244 182 / 0.05);
}

.group:hover .group-hover\:bg-yellow\/50 {
  background-color: rgb(255 244 182 / 0.5);
}

.group:hover .group-hover\:bg-yellow\/55 {
  background-color: rgb(255 244 182 / 0.55);
}

.group:hover .group-hover\:bg-yellow\/60 {
  background-color: rgb(255 244 182 / 0.6);
}

.group:hover .group-hover\:bg-yellow\/65 {
  background-color: rgb(255 244 182 / 0.65);
}

.group:hover .group-hover\:bg-yellow\/70 {
  background-color: rgb(255 244 182 / 0.7);
}

.group:hover .group-hover\:bg-yellow\/75 {
  background-color: rgb(255 244 182 / 0.75);
}

.group:hover .group-hover\:bg-yellow\/80 {
  background-color: rgb(255 244 182 / 0.8);
}

.group:hover .group-hover\:bg-yellow\/85 {
  background-color: rgb(255 244 182 / 0.85);
}

.group:hover .group-hover\:bg-yellow\/90 {
  background-color: rgb(255 244 182 / 0.9);
}

.group:hover .group-hover\:bg-yellow\/95 {
  background-color: rgb(255 244 182 / 0.95);
}

.group:hover .group-hover\:\!bg-gradient-black-transparent {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
}

.group:hover .group-hover\:bg-gradient-black-transparent {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.group\/favourite:hover .group-hover\/favourite\:fill-brand-red {
  fill: #A32439;
}

.group:hover .group-hover\:fill-black {
  fill: #1B1828;
}

.group:hover .group-hover\:fill-brand-red {
  fill: #A32439;
}

.group:hover .group-hover\:fill-white {
  fill: #FFFFFF;
}

.group:hover .group-hover\:stroke-white {
  stroke: #FFFFFF;
}

.group:hover .group-hover\:pt-20 {
  padding-top: 5rem;
}

.group:hover .group-hover\:\!text-aha-pink {
  --tw-text-opacity: 1 !important;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/0 {
  color: rgb(255 0 255 / 0) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/10 {
  color: rgb(255 0 255 / 0.1) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/100 {
  color: rgb(255 0 255 / 1) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/15 {
  color: rgb(255 0 255 / 0.15) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/20 {
  color: rgb(255 0 255 / 0.2) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/25 {
  color: rgb(255 0 255 / 0.25) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/30 {
  color: rgb(255 0 255 / 0.3) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/35 {
  color: rgb(255 0 255 / 0.35) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/40 {
  color: rgb(255 0 255 / 0.4) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/45 {
  color: rgb(255 0 255 / 0.45) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/5 {
  color: rgb(255 0 255 / 0.05) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/50 {
  color: rgb(255 0 255 / 0.5) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/55 {
  color: rgb(255 0 255 / 0.55) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/60 {
  color: rgb(255 0 255 / 0.6) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/65 {
  color: rgb(255 0 255 / 0.65) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/70 {
  color: rgb(255 0 255 / 0.7) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/75 {
  color: rgb(255 0 255 / 0.75) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/80 {
  color: rgb(255 0 255 / 0.8) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/85 {
  color: rgb(255 0 255 / 0.85) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/90 {
  color: rgb(255 0 255 / 0.9) !important;
}

.group:hover .group-hover\:\!text-aha-pink\/95 {
  color: rgb(255 0 255 / 0.95) !important;
}

.group:hover .group-hover\:\!text-aha-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(173 0 255 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/0 {
  color: rgb(173 0 255 / 0) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/10 {
  color: rgb(173 0 255 / 0.1) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/100 {
  color: rgb(173 0 255 / 1) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/15 {
  color: rgb(173 0 255 / 0.15) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/20 {
  color: rgb(173 0 255 / 0.2) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/25 {
  color: rgb(173 0 255 / 0.25) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/30 {
  color: rgb(173 0 255 / 0.3) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/35 {
  color: rgb(173 0 255 / 0.35) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/40 {
  color: rgb(173 0 255 / 0.4) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/45 {
  color: rgb(173 0 255 / 0.45) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/5 {
  color: rgb(173 0 255 / 0.05) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/50 {
  color: rgb(173 0 255 / 0.5) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/55 {
  color: rgb(173 0 255 / 0.55) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/60 {
  color: rgb(173 0 255 / 0.6) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/65 {
  color: rgb(173 0 255 / 0.65) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/70 {
  color: rgb(173 0 255 / 0.7) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/75 {
  color: rgb(173 0 255 / 0.75) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/80 {
  color: rgb(173 0 255 / 0.8) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/85 {
  color: rgb(173 0 255 / 0.85) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/90 {
  color: rgb(173 0 255 / 0.9) !important;
}

.group:hover .group-hover\:\!text-aha-purple\/95 {
  color: rgb(173 0 255 / 0.95) !important;
}

.group:hover .group-hover\:\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(9 86 202 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-blue\/0 {
  color: rgb(9 86 202 / 0) !important;
}

.group:hover .group-hover\:\!text-blue\/10 {
  color: rgb(9 86 202 / 0.1) !important;
}

.group:hover .group-hover\:\!text-blue\/100 {
  color: rgb(9 86 202 / 1) !important;
}

.group:hover .group-hover\:\!text-blue\/15 {
  color: rgb(9 86 202 / 0.15) !important;
}

.group:hover .group-hover\:\!text-blue\/20 {
  color: rgb(9 86 202 / 0.2) !important;
}

.group:hover .group-hover\:\!text-blue\/25 {
  color: rgb(9 86 202 / 0.25) !important;
}

.group:hover .group-hover\:\!text-blue\/30 {
  color: rgb(9 86 202 / 0.3) !important;
}

.group:hover .group-hover\:\!text-blue\/35 {
  color: rgb(9 86 202 / 0.35) !important;
}

.group:hover .group-hover\:\!text-blue\/40 {
  color: rgb(9 86 202 / 0.4) !important;
}

.group:hover .group-hover\:\!text-blue\/45 {
  color: rgb(9 86 202 / 0.45) !important;
}

.group:hover .group-hover\:\!text-blue\/5 {
  color: rgb(9 86 202 / 0.05) !important;
}

.group:hover .group-hover\:\!text-blue\/50 {
  color: rgb(9 86 202 / 0.5) !important;
}

.group:hover .group-hover\:\!text-blue\/55 {
  color: rgb(9 86 202 / 0.55) !important;
}

.group:hover .group-hover\:\!text-blue\/60 {
  color: rgb(9 86 202 / 0.6) !important;
}

.group:hover .group-hover\:\!text-blue\/65 {
  color: rgb(9 86 202 / 0.65) !important;
}

.group:hover .group-hover\:\!text-blue\/70 {
  color: rgb(9 86 202 / 0.7) !important;
}

.group:hover .group-hover\:\!text-blue\/75 {
  color: rgb(9 86 202 / 0.75) !important;
}

.group:hover .group-hover\:\!text-blue\/80 {
  color: rgb(9 86 202 / 0.8) !important;
}

.group:hover .group-hover\:\!text-blue\/85 {
  color: rgb(9 86 202 / 0.85) !important;
}

.group:hover .group-hover\:\!text-blue\/90 {
  color: rgb(9 86 202 / 0.9) !important;
}

.group:hover .group-hover\:\!text-blue\/95 {
  color: rgb(9 86 202 / 0.95) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/0 {
  color: rgb(52 45 141 / 0) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/10 {
  color: rgb(52 45 141 / 0.1) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/100 {
  color: rgb(52 45 141 / 1) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/15 {
  color: rgb(52 45 141 / 0.15) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/20 {
  color: rgb(52 45 141 / 0.2) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/25 {
  color: rgb(52 45 141 / 0.25) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/30 {
  color: rgb(52 45 141 / 0.3) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/35 {
  color: rgb(52 45 141 / 0.35) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/40 {
  color: rgb(52 45 141 / 0.4) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/45 {
  color: rgb(52 45 141 / 0.45) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/5 {
  color: rgb(52 45 141 / 0.05) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/50 {
  color: rgb(52 45 141 / 0.5) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/55 {
  color: rgb(52 45 141 / 0.55) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/60 {
  color: rgb(52 45 141 / 0.6) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/65 {
  color: rgb(52 45 141 / 0.65) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/70 {
  color: rgb(52 45 141 / 0.7) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/75 {
  color: rgb(52 45 141 / 0.75) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/80 {
  color: rgb(52 45 141 / 0.8) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/85 {
  color: rgb(52 45 141 / 0.85) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/90 {
  color: rgb(52 45 141 / 0.9) !important;
}

.group:hover .group-hover\:\!text-borrowell-blue\/95 {
  color: rgb(52 45 141 / 0.95) !important;
}

.group:hover .group-hover\:\!text-green {
  --tw-text-opacity: 1 !important;
  color: rgb(23 122 38 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-green\/0 {
  color: rgb(23 122 38 / 0) !important;
}

.group:hover .group-hover\:\!text-green\/10 {
  color: rgb(23 122 38 / 0.1) !important;
}

.group:hover .group-hover\:\!text-green\/100 {
  color: rgb(23 122 38 / 1) !important;
}

.group:hover .group-hover\:\!text-green\/15 {
  color: rgb(23 122 38 / 0.15) !important;
}

.group:hover .group-hover\:\!text-green\/20 {
  color: rgb(23 122 38 / 0.2) !important;
}

.group:hover .group-hover\:\!text-green\/25 {
  color: rgb(23 122 38 / 0.25) !important;
}

.group:hover .group-hover\:\!text-green\/30 {
  color: rgb(23 122 38 / 0.3) !important;
}

.group:hover .group-hover\:\!text-green\/35 {
  color: rgb(23 122 38 / 0.35) !important;
}

.group:hover .group-hover\:\!text-green\/40 {
  color: rgb(23 122 38 / 0.4) !important;
}

.group:hover .group-hover\:\!text-green\/45 {
  color: rgb(23 122 38 / 0.45) !important;
}

.group:hover .group-hover\:\!text-green\/5 {
  color: rgb(23 122 38 / 0.05) !important;
}

.group:hover .group-hover\:\!text-green\/50 {
  color: rgb(23 122 38 / 0.5) !important;
}

.group:hover .group-hover\:\!text-green\/55 {
  color: rgb(23 122 38 / 0.55) !important;
}

.group:hover .group-hover\:\!text-green\/60 {
  color: rgb(23 122 38 / 0.6) !important;
}

.group:hover .group-hover\:\!text-green\/65 {
  color: rgb(23 122 38 / 0.65) !important;
}

.group:hover .group-hover\:\!text-green\/70 {
  color: rgb(23 122 38 / 0.7) !important;
}

.group:hover .group-hover\:\!text-green\/75 {
  color: rgb(23 122 38 / 0.75) !important;
}

.group:hover .group-hover\:\!text-green\/80 {
  color: rgb(23 122 38 / 0.8) !important;
}

.group:hover .group-hover\:\!text-green\/85 {
  color: rgb(23 122 38 / 0.85) !important;
}

.group:hover .group-hover\:\!text-green\/90 {
  color: rgb(23 122 38 / 0.9) !important;
}

.group:hover .group-hover\:\!text-green\/95 {
  color: rgb(23 122 38 / 0.95) !important;
}

.group:hover .group-hover\:\!text-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(56 61 65 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-grey\/0 {
  color: rgb(56 61 65 / 0) !important;
}

.group:hover .group-hover\:\!text-grey\/10 {
  color: rgb(56 61 65 / 0.1) !important;
}

.group:hover .group-hover\:\!text-grey\/100 {
  color: rgb(56 61 65 / 1) !important;
}

.group:hover .group-hover\:\!text-grey\/15 {
  color: rgb(56 61 65 / 0.15) !important;
}

.group:hover .group-hover\:\!text-grey\/20 {
  color: rgb(56 61 65 / 0.2) !important;
}

.group:hover .group-hover\:\!text-grey\/25 {
  color: rgb(56 61 65 / 0.25) !important;
}

.group:hover .group-hover\:\!text-grey\/30 {
  color: rgb(56 61 65 / 0.3) !important;
}

.group:hover .group-hover\:\!text-grey\/35 {
  color: rgb(56 61 65 / 0.35) !important;
}

.group:hover .group-hover\:\!text-grey\/40 {
  color: rgb(56 61 65 / 0.4) !important;
}

.group:hover .group-hover\:\!text-grey\/45 {
  color: rgb(56 61 65 / 0.45) !important;
}

.group:hover .group-hover\:\!text-grey\/5 {
  color: rgb(56 61 65 / 0.05) !important;
}

.group:hover .group-hover\:\!text-grey\/50 {
  color: rgb(56 61 65 / 0.5) !important;
}

.group:hover .group-hover\:\!text-grey\/55 {
  color: rgb(56 61 65 / 0.55) !important;
}

.group:hover .group-hover\:\!text-grey\/60 {
  color: rgb(56 61 65 / 0.6) !important;
}

.group:hover .group-hover\:\!text-grey\/65 {
  color: rgb(56 61 65 / 0.65) !important;
}

.group:hover .group-hover\:\!text-grey\/70 {
  color: rgb(56 61 65 / 0.7) !important;
}

.group:hover .group-hover\:\!text-grey\/75 {
  color: rgb(56 61 65 / 0.75) !important;
}

.group:hover .group-hover\:\!text-grey\/80 {
  color: rgb(56 61 65 / 0.8) !important;
}

.group:hover .group-hover\:\!text-grey\/85 {
  color: rgb(56 61 65 / 0.85) !important;
}

.group:hover .group-hover\:\!text-grey\/90 {
  color: rgb(56 61 65 / 0.9) !important;
}

.group:hover .group-hover\:\!text-grey\/95 {
  color: rgb(56 61 65 / 0.95) !important;
}

.group:hover .group-hover\:\!text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(171 80 0 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-orange\/0 {
  color: rgb(171 80 0 / 0) !important;
}

.group:hover .group-hover\:\!text-orange\/10 {
  color: rgb(171 80 0 / 0.1) !important;
}

.group:hover .group-hover\:\!text-orange\/100 {
  color: rgb(171 80 0 / 1) !important;
}

.group:hover .group-hover\:\!text-orange\/15 {
  color: rgb(171 80 0 / 0.15) !important;
}

.group:hover .group-hover\:\!text-orange\/20 {
  color: rgb(171 80 0 / 0.2) !important;
}

.group:hover .group-hover\:\!text-orange\/25 {
  color: rgb(171 80 0 / 0.25) !important;
}

.group:hover .group-hover\:\!text-orange\/30 {
  color: rgb(171 80 0 / 0.3) !important;
}

.group:hover .group-hover\:\!text-orange\/35 {
  color: rgb(171 80 0 / 0.35) !important;
}

.group:hover .group-hover\:\!text-orange\/40 {
  color: rgb(171 80 0 / 0.4) !important;
}

.group:hover .group-hover\:\!text-orange\/45 {
  color: rgb(171 80 0 / 0.45) !important;
}

.group:hover .group-hover\:\!text-orange\/5 {
  color: rgb(171 80 0 / 0.05) !important;
}

.group:hover .group-hover\:\!text-orange\/50 {
  color: rgb(171 80 0 / 0.5) !important;
}

.group:hover .group-hover\:\!text-orange\/55 {
  color: rgb(171 80 0 / 0.55) !important;
}

.group:hover .group-hover\:\!text-orange\/60 {
  color: rgb(171 80 0 / 0.6) !important;
}

.group:hover .group-hover\:\!text-orange\/65 {
  color: rgb(171 80 0 / 0.65) !important;
}

.group:hover .group-hover\:\!text-orange\/70 {
  color: rgb(171 80 0 / 0.7) !important;
}

.group:hover .group-hover\:\!text-orange\/75 {
  color: rgb(171 80 0 / 0.75) !important;
}

.group:hover .group-hover\:\!text-orange\/80 {
  color: rgb(171 80 0 / 0.8) !important;
}

.group:hover .group-hover\:\!text-orange\/85 {
  color: rgb(171 80 0 / 0.85) !important;
}

.group:hover .group-hover\:\!text-orange\/90 {
  color: rgb(171 80 0 / 0.9) !important;
}

.group:hover .group-hover\:\!text-orange\/95 {
  color: rgb(171 80 0 / 0.95) !important;
}

.group:hover .group-hover\:\!text-purple {
  --tw-text-opacity: 1 !important;
  color: rgb(100 9 198 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-purple\/0 {
  color: rgb(100 9 198 / 0) !important;
}

.group:hover .group-hover\:\!text-purple\/10 {
  color: rgb(100 9 198 / 0.1) !important;
}

.group:hover .group-hover\:\!text-purple\/100 {
  color: rgb(100 9 198 / 1) !important;
}

.group:hover .group-hover\:\!text-purple\/15 {
  color: rgb(100 9 198 / 0.15) !important;
}

.group:hover .group-hover\:\!text-purple\/20 {
  color: rgb(100 9 198 / 0.2) !important;
}

.group:hover .group-hover\:\!text-purple\/25 {
  color: rgb(100 9 198 / 0.25) !important;
}

.group:hover .group-hover\:\!text-purple\/30 {
  color: rgb(100 9 198 / 0.3) !important;
}

.group:hover .group-hover\:\!text-purple\/35 {
  color: rgb(100 9 198 / 0.35) !important;
}

.group:hover .group-hover\:\!text-purple\/40 {
  color: rgb(100 9 198 / 0.4) !important;
}

.group:hover .group-hover\:\!text-purple\/45 {
  color: rgb(100 9 198 / 0.45) !important;
}

.group:hover .group-hover\:\!text-purple\/5 {
  color: rgb(100 9 198 / 0.05) !important;
}

.group:hover .group-hover\:\!text-purple\/50 {
  color: rgb(100 9 198 / 0.5) !important;
}

.group:hover .group-hover\:\!text-purple\/55 {
  color: rgb(100 9 198 / 0.55) !important;
}

.group:hover .group-hover\:\!text-purple\/60 {
  color: rgb(100 9 198 / 0.6) !important;
}

.group:hover .group-hover\:\!text-purple\/65 {
  color: rgb(100 9 198 / 0.65) !important;
}

.group:hover .group-hover\:\!text-purple\/70 {
  color: rgb(100 9 198 / 0.7) !important;
}

.group:hover .group-hover\:\!text-purple\/75 {
  color: rgb(100 9 198 / 0.75) !important;
}

.group:hover .group-hover\:\!text-purple\/80 {
  color: rgb(100 9 198 / 0.8) !important;
}

.group:hover .group-hover\:\!text-purple\/85 {
  color: rgb(100 9 198 / 0.85) !important;
}

.group:hover .group-hover\:\!text-purple\/90 {
  color: rgb(100 9 198 / 0.9) !important;
}

.group:hover .group-hover\:\!text-purple\/95 {
  color: rgb(100 9 198 / 0.95) !important;
}

.group:hover .group-hover\:\!text-scotial-red {
  --tw-text-opacity: 1 !important;
  color: rgb(237 17 27 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/0 {
  color: rgb(237 17 27 / 0) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/10 {
  color: rgb(237 17 27 / 0.1) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/100 {
  color: rgb(237 17 27 / 1) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/15 {
  color: rgb(237 17 27 / 0.15) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/20 {
  color: rgb(237 17 27 / 0.2) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/25 {
  color: rgb(237 17 27 / 0.25) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/30 {
  color: rgb(237 17 27 / 0.3) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/35 {
  color: rgb(237 17 27 / 0.35) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/40 {
  color: rgb(237 17 27 / 0.4) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/45 {
  color: rgb(237 17 27 / 0.45) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/5 {
  color: rgb(237 17 27 / 0.05) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/50 {
  color: rgb(237 17 27 / 0.5) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/55 {
  color: rgb(237 17 27 / 0.55) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/60 {
  color: rgb(237 17 27 / 0.6) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/65 {
  color: rgb(237 17 27 / 0.65) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/70 {
  color: rgb(237 17 27 / 0.7) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/75 {
  color: rgb(237 17 27 / 0.75) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/80 {
  color: rgb(237 17 27 / 0.8) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/85 {
  color: rgb(237 17 27 / 0.85) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/90 {
  color: rgb(237 17 27 / 0.9) !important;
}

.group:hover .group-hover\:\!text-scotial-red\/95 {
  color: rgb(237 17 27 / 0.95) !important;
}

.group:hover .group-hover\:\!text-souqh-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/0 {
  color: rgb(244 125 97 / 0) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/10 {
  color: rgb(244 125 97 / 0.1) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/100 {
  color: rgb(244 125 97 / 1) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/15 {
  color: rgb(244 125 97 / 0.15) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/20 {
  color: rgb(244 125 97 / 0.2) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/25 {
  color: rgb(244 125 97 / 0.25) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/30 {
  color: rgb(244 125 97 / 0.3) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/35 {
  color: rgb(244 125 97 / 0.35) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/40 {
  color: rgb(244 125 97 / 0.4) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/45 {
  color: rgb(244 125 97 / 0.45) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/5 {
  color: rgb(244 125 97 / 0.05) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/50 {
  color: rgb(244 125 97 / 0.5) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/55 {
  color: rgb(244 125 97 / 0.55) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/60 {
  color: rgb(244 125 97 / 0.6) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/65 {
  color: rgb(244 125 97 / 0.65) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/70 {
  color: rgb(244 125 97 / 0.7) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/75 {
  color: rgb(244 125 97 / 0.75) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/80 {
  color: rgb(244 125 97 / 0.8) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/85 {
  color: rgb(244 125 97 / 0.85) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/90 {
  color: rgb(244 125 97 / 0.9) !important;
}

.group:hover .group-hover\:\!text-souqh-orange\/95 {
  color: rgb(244 125 97 / 0.95) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(47 128 237 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/0 {
  color: rgb(47 128 237 / 0) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/10 {
  color: rgb(47 128 237 / 0.1) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/100 {
  color: rgb(47 128 237 / 1) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/15 {
  color: rgb(47 128 237 / 0.15) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/20 {
  color: rgb(47 128 237 / 0.2) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/25 {
  color: rgb(47 128 237 / 0.25) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/30 {
  color: rgb(47 128 237 / 0.3) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/35 {
  color: rgb(47 128 237 / 0.35) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/40 {
  color: rgb(47 128 237 / 0.4) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/45 {
  color: rgb(47 128 237 / 0.45) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/5 {
  color: rgb(47 128 237 / 0.05) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/50 {
  color: rgb(47 128 237 / 0.5) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/55 {
  color: rgb(47 128 237 / 0.55) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/60 {
  color: rgb(47 128 237 / 0.6) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/65 {
  color: rgb(47 128 237 / 0.65) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/70 {
  color: rgb(47 128 237 / 0.7) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/75 {
  color: rgb(47 128 237 / 0.75) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/80 {
  color: rgb(47 128 237 / 0.8) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/85 {
  color: rgb(47 128 237 / 0.85) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/90 {
  color: rgb(47 128 237 / 0.9) !important;
}

.group:hover .group-hover\:\!text-sparrow-blue\/95 {
  color: rgb(47 128 237 / 0.95) !important;
}

.group:hover .group-hover\:text-aha-pink {
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-aha-pink\/0 {
  color: rgb(255 0 255 / 0);
}

.group:hover .group-hover\:text-aha-pink\/10 {
  color: rgb(255 0 255 / 0.1);
}

.group:hover .group-hover\:text-aha-pink\/100 {
  color: rgb(255 0 255 / 1);
}

.group:hover .group-hover\:text-aha-pink\/15 {
  color: rgb(255 0 255 / 0.15);
}

.group:hover .group-hover\:text-aha-pink\/20 {
  color: rgb(255 0 255 / 0.2);
}

.group:hover .group-hover\:text-aha-pink\/25 {
  color: rgb(255 0 255 / 0.25);
}

.group:hover .group-hover\:text-aha-pink\/30 {
  color: rgb(255 0 255 / 0.3);
}

.group:hover .group-hover\:text-aha-pink\/35 {
  color: rgb(255 0 255 / 0.35);
}

.group:hover .group-hover\:text-aha-pink\/40 {
  color: rgb(255 0 255 / 0.4);
}

.group:hover .group-hover\:text-aha-pink\/45 {
  color: rgb(255 0 255 / 0.45);
}

.group:hover .group-hover\:text-aha-pink\/5 {
  color: rgb(255 0 255 / 0.05);
}

.group:hover .group-hover\:text-aha-pink\/50 {
  color: rgb(255 0 255 / 0.5);
}

.group:hover .group-hover\:text-aha-pink\/55 {
  color: rgb(255 0 255 / 0.55);
}

.group:hover .group-hover\:text-aha-pink\/60 {
  color: rgb(255 0 255 / 0.6);
}

.group:hover .group-hover\:text-aha-pink\/65 {
  color: rgb(255 0 255 / 0.65);
}

.group:hover .group-hover\:text-aha-pink\/70 {
  color: rgb(255 0 255 / 0.7);
}

.group:hover .group-hover\:text-aha-pink\/75 {
  color: rgb(255 0 255 / 0.75);
}

.group:hover .group-hover\:text-aha-pink\/80 {
  color: rgb(255 0 255 / 0.8);
}

.group:hover .group-hover\:text-aha-pink\/85 {
  color: rgb(255 0 255 / 0.85);
}

.group:hover .group-hover\:text-aha-pink\/90 {
  color: rgb(255 0 255 / 0.9);
}

.group:hover .group-hover\:text-aha-pink\/95 {
  color: rgb(255 0 255 / 0.95);
}

.group:hover .group-hover\:text-aha-purple {
  --tw-text-opacity: 1;
  color: rgb(173 0 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-aha-purple\/0 {
  color: rgb(173 0 255 / 0);
}

.group:hover .group-hover\:text-aha-purple\/10 {
  color: rgb(173 0 255 / 0.1);
}

.group:hover .group-hover\:text-aha-purple\/100 {
  color: rgb(173 0 255 / 1);
}

.group:hover .group-hover\:text-aha-purple\/15 {
  color: rgb(173 0 255 / 0.15);
}

.group:hover .group-hover\:text-aha-purple\/20 {
  color: rgb(173 0 255 / 0.2);
}

.group:hover .group-hover\:text-aha-purple\/25 {
  color: rgb(173 0 255 / 0.25);
}

.group:hover .group-hover\:text-aha-purple\/30 {
  color: rgb(173 0 255 / 0.3);
}

.group:hover .group-hover\:text-aha-purple\/35 {
  color: rgb(173 0 255 / 0.35);
}

.group:hover .group-hover\:text-aha-purple\/40 {
  color: rgb(173 0 255 / 0.4);
}

.group:hover .group-hover\:text-aha-purple\/45 {
  color: rgb(173 0 255 / 0.45);
}

.group:hover .group-hover\:text-aha-purple\/5 {
  color: rgb(173 0 255 / 0.05);
}

.group:hover .group-hover\:text-aha-purple\/50 {
  color: rgb(173 0 255 / 0.5);
}

.group:hover .group-hover\:text-aha-purple\/55 {
  color: rgb(173 0 255 / 0.55);
}

.group:hover .group-hover\:text-aha-purple\/60 {
  color: rgb(173 0 255 / 0.6);
}

.group:hover .group-hover\:text-aha-purple\/65 {
  color: rgb(173 0 255 / 0.65);
}

.group:hover .group-hover\:text-aha-purple\/70 {
  color: rgb(173 0 255 / 0.7);
}

.group:hover .group-hover\:text-aha-purple\/75 {
  color: rgb(173 0 255 / 0.75);
}

.group:hover .group-hover\:text-aha-purple\/80 {
  color: rgb(173 0 255 / 0.8);
}

.group:hover .group-hover\:text-aha-purple\/85 {
  color: rgb(173 0 255 / 0.85);
}

.group:hover .group-hover\:text-aha-purple\/90 {
  color: rgb(173 0 255 / 0.9);
}

.group:hover .group-hover\:text-aha-purple\/95 {
  color: rgb(173 0 255 / 0.95);
}

.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(9 86 202 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue\/0 {
  color: rgb(9 86 202 / 0);
}

.group:hover .group-hover\:text-blue\/10 {
  color: rgb(9 86 202 / 0.1);
}

.group:hover .group-hover\:text-blue\/100 {
  color: rgb(9 86 202 / 1);
}

.group:hover .group-hover\:text-blue\/15 {
  color: rgb(9 86 202 / 0.15);
}

.group:hover .group-hover\:text-blue\/20 {
  color: rgb(9 86 202 / 0.2);
}

.group:hover .group-hover\:text-blue\/25 {
  color: rgb(9 86 202 / 0.25);
}

.group:hover .group-hover\:text-blue\/30 {
  color: rgb(9 86 202 / 0.3);
}

.group:hover .group-hover\:text-blue\/35 {
  color: rgb(9 86 202 / 0.35);
}

.group:hover .group-hover\:text-blue\/40 {
  color: rgb(9 86 202 / 0.4);
}

.group:hover .group-hover\:text-blue\/45 {
  color: rgb(9 86 202 / 0.45);
}

.group:hover .group-hover\:text-blue\/5 {
  color: rgb(9 86 202 / 0.05);
}

.group:hover .group-hover\:text-blue\/50 {
  color: rgb(9 86 202 / 0.5);
}

.group:hover .group-hover\:text-blue\/55 {
  color: rgb(9 86 202 / 0.55);
}

.group:hover .group-hover\:text-blue\/60 {
  color: rgb(9 86 202 / 0.6);
}

.group:hover .group-hover\:text-blue\/65 {
  color: rgb(9 86 202 / 0.65);
}

.group:hover .group-hover\:text-blue\/70 {
  color: rgb(9 86 202 / 0.7);
}

.group:hover .group-hover\:text-blue\/75 {
  color: rgb(9 86 202 / 0.75);
}

.group:hover .group-hover\:text-blue\/80 {
  color: rgb(9 86 202 / 0.8);
}

.group:hover .group-hover\:text-blue\/85 {
  color: rgb(9 86 202 / 0.85);
}

.group:hover .group-hover\:text-blue\/90 {
  color: rgb(9 86 202 / 0.9);
}

.group:hover .group-hover\:text-blue\/95 {
  color: rgb(9 86 202 / 0.95);
}

.group:hover .group-hover\:text-borrowell-blue {
  --tw-text-opacity: 1;
  color: rgb(52 45 141 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-borrowell-blue\/0 {
  color: rgb(52 45 141 / 0);
}

.group:hover .group-hover\:text-borrowell-blue\/10 {
  color: rgb(52 45 141 / 0.1);
}

.group:hover .group-hover\:text-borrowell-blue\/100 {
  color: rgb(52 45 141 / 1);
}

.group:hover .group-hover\:text-borrowell-blue\/15 {
  color: rgb(52 45 141 / 0.15);
}

.group:hover .group-hover\:text-borrowell-blue\/20 {
  color: rgb(52 45 141 / 0.2);
}

.group:hover .group-hover\:text-borrowell-blue\/25 {
  color: rgb(52 45 141 / 0.25);
}

.group:hover .group-hover\:text-borrowell-blue\/30 {
  color: rgb(52 45 141 / 0.3);
}

.group:hover .group-hover\:text-borrowell-blue\/35 {
  color: rgb(52 45 141 / 0.35);
}

.group:hover .group-hover\:text-borrowell-blue\/40 {
  color: rgb(52 45 141 / 0.4);
}

.group:hover .group-hover\:text-borrowell-blue\/45 {
  color: rgb(52 45 141 / 0.45);
}

.group:hover .group-hover\:text-borrowell-blue\/5 {
  color: rgb(52 45 141 / 0.05);
}

.group:hover .group-hover\:text-borrowell-blue\/50 {
  color: rgb(52 45 141 / 0.5);
}

.group:hover .group-hover\:text-borrowell-blue\/55 {
  color: rgb(52 45 141 / 0.55);
}

.group:hover .group-hover\:text-borrowell-blue\/60 {
  color: rgb(52 45 141 / 0.6);
}

.group:hover .group-hover\:text-borrowell-blue\/65 {
  color: rgb(52 45 141 / 0.65);
}

.group:hover .group-hover\:text-borrowell-blue\/70 {
  color: rgb(52 45 141 / 0.7);
}

.group:hover .group-hover\:text-borrowell-blue\/75 {
  color: rgb(52 45 141 / 0.75);
}

.group:hover .group-hover\:text-borrowell-blue\/80 {
  color: rgb(52 45 141 / 0.8);
}

.group:hover .group-hover\:text-borrowell-blue\/85 {
  color: rgb(52 45 141 / 0.85);
}

.group:hover .group-hover\:text-borrowell-blue\/90 {
  color: rgb(52 45 141 / 0.9);
}

.group:hover .group-hover\:text-borrowell-blue\/95 {
  color: rgb(52 45 141 / 0.95);
}

.group:hover .group-hover\:text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(163 36 57 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green {
  --tw-text-opacity: 1;
  color: rgb(23 122 38 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green\/0 {
  color: rgb(23 122 38 / 0);
}

.group:hover .group-hover\:text-green\/10 {
  color: rgb(23 122 38 / 0.1);
}

.group:hover .group-hover\:text-green\/100 {
  color: rgb(23 122 38 / 1);
}

.group:hover .group-hover\:text-green\/15 {
  color: rgb(23 122 38 / 0.15);
}

.group:hover .group-hover\:text-green\/20 {
  color: rgb(23 122 38 / 0.2);
}

.group:hover .group-hover\:text-green\/25 {
  color: rgb(23 122 38 / 0.25);
}

.group:hover .group-hover\:text-green\/30 {
  color: rgb(23 122 38 / 0.3);
}

.group:hover .group-hover\:text-green\/35 {
  color: rgb(23 122 38 / 0.35);
}

.group:hover .group-hover\:text-green\/40 {
  color: rgb(23 122 38 / 0.4);
}

.group:hover .group-hover\:text-green\/45 {
  color: rgb(23 122 38 / 0.45);
}

.group:hover .group-hover\:text-green\/5 {
  color: rgb(23 122 38 / 0.05);
}

.group:hover .group-hover\:text-green\/50 {
  color: rgb(23 122 38 / 0.5);
}

.group:hover .group-hover\:text-green\/55 {
  color: rgb(23 122 38 / 0.55);
}

.group:hover .group-hover\:text-green\/60 {
  color: rgb(23 122 38 / 0.6);
}

.group:hover .group-hover\:text-green\/65 {
  color: rgb(23 122 38 / 0.65);
}

.group:hover .group-hover\:text-green\/70 {
  color: rgb(23 122 38 / 0.7);
}

.group:hover .group-hover\:text-green\/75 {
  color: rgb(23 122 38 / 0.75);
}

.group:hover .group-hover\:text-green\/80 {
  color: rgb(23 122 38 / 0.8);
}

.group:hover .group-hover\:text-green\/85 {
  color: rgb(23 122 38 / 0.85);
}

.group:hover .group-hover\:text-green\/90 {
  color: rgb(23 122 38 / 0.9);
}

.group:hover .group-hover\:text-green\/95 {
  color: rgb(23 122 38 / 0.95);
}

.group:hover .group-hover\:text-grey {
  --tw-text-opacity: 1;
  color: rgb(56 61 65 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-grey\/0 {
  color: rgb(56 61 65 / 0);
}

.group:hover .group-hover\:text-grey\/10 {
  color: rgb(56 61 65 / 0.1);
}

.group:hover .group-hover\:text-grey\/100 {
  color: rgb(56 61 65 / 1);
}

.group:hover .group-hover\:text-grey\/15 {
  color: rgb(56 61 65 / 0.15);
}

.group:hover .group-hover\:text-grey\/20 {
  color: rgb(56 61 65 / 0.2);
}

.group:hover .group-hover\:text-grey\/25 {
  color: rgb(56 61 65 / 0.25);
}

.group:hover .group-hover\:text-grey\/30 {
  color: rgb(56 61 65 / 0.3);
}

.group:hover .group-hover\:text-grey\/35 {
  color: rgb(56 61 65 / 0.35);
}

.group:hover .group-hover\:text-grey\/40 {
  color: rgb(56 61 65 / 0.4);
}

.group:hover .group-hover\:text-grey\/45 {
  color: rgb(56 61 65 / 0.45);
}

.group:hover .group-hover\:text-grey\/5 {
  color: rgb(56 61 65 / 0.05);
}

.group:hover .group-hover\:text-grey\/50 {
  color: rgb(56 61 65 / 0.5);
}

.group:hover .group-hover\:text-grey\/55 {
  color: rgb(56 61 65 / 0.55);
}

.group:hover .group-hover\:text-grey\/60 {
  color: rgb(56 61 65 / 0.6);
}

.group:hover .group-hover\:text-grey\/65 {
  color: rgb(56 61 65 / 0.65);
}

.group:hover .group-hover\:text-grey\/70 {
  color: rgb(56 61 65 / 0.7);
}

.group:hover .group-hover\:text-grey\/75 {
  color: rgb(56 61 65 / 0.75);
}

.group:hover .group-hover\:text-grey\/80 {
  color: rgb(56 61 65 / 0.8);
}

.group:hover .group-hover\:text-grey\/85 {
  color: rgb(56 61 65 / 0.85);
}

.group:hover .group-hover\:text-grey\/90 {
  color: rgb(56 61 65 / 0.9);
}

.group:hover .group-hover\:text-grey\/95 {
  color: rgb(56 61 65 / 0.95);
}

.group:hover .group-hover\:text-orange {
  --tw-text-opacity: 1;
  color: rgb(171 80 0 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange\/0 {
  color: rgb(171 80 0 / 0);
}

.group:hover .group-hover\:text-orange\/10 {
  color: rgb(171 80 0 / 0.1);
}

.group:hover .group-hover\:text-orange\/100 {
  color: rgb(171 80 0 / 1);
}

.group:hover .group-hover\:text-orange\/15 {
  color: rgb(171 80 0 / 0.15);
}

.group:hover .group-hover\:text-orange\/20 {
  color: rgb(171 80 0 / 0.2);
}

.group:hover .group-hover\:text-orange\/25 {
  color: rgb(171 80 0 / 0.25);
}

.group:hover .group-hover\:text-orange\/30 {
  color: rgb(171 80 0 / 0.3);
}

.group:hover .group-hover\:text-orange\/35 {
  color: rgb(171 80 0 / 0.35);
}

.group:hover .group-hover\:text-orange\/40 {
  color: rgb(171 80 0 / 0.4);
}

.group:hover .group-hover\:text-orange\/45 {
  color: rgb(171 80 0 / 0.45);
}

.group:hover .group-hover\:text-orange\/5 {
  color: rgb(171 80 0 / 0.05);
}

.group:hover .group-hover\:text-orange\/50 {
  color: rgb(171 80 0 / 0.5);
}

.group:hover .group-hover\:text-orange\/55 {
  color: rgb(171 80 0 / 0.55);
}

.group:hover .group-hover\:text-orange\/60 {
  color: rgb(171 80 0 / 0.6);
}

.group:hover .group-hover\:text-orange\/65 {
  color: rgb(171 80 0 / 0.65);
}

.group:hover .group-hover\:text-orange\/70 {
  color: rgb(171 80 0 / 0.7);
}

.group:hover .group-hover\:text-orange\/75 {
  color: rgb(171 80 0 / 0.75);
}

.group:hover .group-hover\:text-orange\/80 {
  color: rgb(171 80 0 / 0.8);
}

.group:hover .group-hover\:text-orange\/85 {
  color: rgb(171 80 0 / 0.85);
}

.group:hover .group-hover\:text-orange\/90 {
  color: rgb(171 80 0 / 0.9);
}

.group:hover .group-hover\:text-orange\/95 {
  color: rgb(171 80 0 / 0.95);
}

.group:hover .group-hover\:text-purple {
  --tw-text-opacity: 1;
  color: rgb(100 9 198 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple\/0 {
  color: rgb(100 9 198 / 0);
}

.group:hover .group-hover\:text-purple\/10 {
  color: rgb(100 9 198 / 0.1);
}

.group:hover .group-hover\:text-purple\/100 {
  color: rgb(100 9 198 / 1);
}

.group:hover .group-hover\:text-purple\/15 {
  color: rgb(100 9 198 / 0.15);
}

.group:hover .group-hover\:text-purple\/20 {
  color: rgb(100 9 198 / 0.2);
}

.group:hover .group-hover\:text-purple\/25 {
  color: rgb(100 9 198 / 0.25);
}

.group:hover .group-hover\:text-purple\/30 {
  color: rgb(100 9 198 / 0.3);
}

.group:hover .group-hover\:text-purple\/35 {
  color: rgb(100 9 198 / 0.35);
}

.group:hover .group-hover\:text-purple\/40 {
  color: rgb(100 9 198 / 0.4);
}

.group:hover .group-hover\:text-purple\/45 {
  color: rgb(100 9 198 / 0.45);
}

.group:hover .group-hover\:text-purple\/5 {
  color: rgb(100 9 198 / 0.05);
}

.group:hover .group-hover\:text-purple\/50 {
  color: rgb(100 9 198 / 0.5);
}

.group:hover .group-hover\:text-purple\/55 {
  color: rgb(100 9 198 / 0.55);
}

.group:hover .group-hover\:text-purple\/60 {
  color: rgb(100 9 198 / 0.6);
}

.group:hover .group-hover\:text-purple\/65 {
  color: rgb(100 9 198 / 0.65);
}

.group:hover .group-hover\:text-purple\/70 {
  color: rgb(100 9 198 / 0.7);
}

.group:hover .group-hover\:text-purple\/75 {
  color: rgb(100 9 198 / 0.75);
}

.group:hover .group-hover\:text-purple\/80 {
  color: rgb(100 9 198 / 0.8);
}

.group:hover .group-hover\:text-purple\/85 {
  color: rgb(100 9 198 / 0.85);
}

.group:hover .group-hover\:text-purple\/90 {
  color: rgb(100 9 198 / 0.9);
}

.group:hover .group-hover\:text-purple\/95 {
  color: rgb(100 9 198 / 0.95);
}

.group:hover .group-hover\:text-scotial-red {
  --tw-text-opacity: 1;
  color: rgb(237 17 27 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-scotial-red\/0 {
  color: rgb(237 17 27 / 0);
}

.group:hover .group-hover\:text-scotial-red\/10 {
  color: rgb(237 17 27 / 0.1);
}

.group:hover .group-hover\:text-scotial-red\/100 {
  color: rgb(237 17 27 / 1);
}

.group:hover .group-hover\:text-scotial-red\/15 {
  color: rgb(237 17 27 / 0.15);
}

.group:hover .group-hover\:text-scotial-red\/20 {
  color: rgb(237 17 27 / 0.2);
}

.group:hover .group-hover\:text-scotial-red\/25 {
  color: rgb(237 17 27 / 0.25);
}

.group:hover .group-hover\:text-scotial-red\/30 {
  color: rgb(237 17 27 / 0.3);
}

.group:hover .group-hover\:text-scotial-red\/35 {
  color: rgb(237 17 27 / 0.35);
}

.group:hover .group-hover\:text-scotial-red\/40 {
  color: rgb(237 17 27 / 0.4);
}

.group:hover .group-hover\:text-scotial-red\/45 {
  color: rgb(237 17 27 / 0.45);
}

.group:hover .group-hover\:text-scotial-red\/5 {
  color: rgb(237 17 27 / 0.05);
}

.group:hover .group-hover\:text-scotial-red\/50 {
  color: rgb(237 17 27 / 0.5);
}

.group:hover .group-hover\:text-scotial-red\/55 {
  color: rgb(237 17 27 / 0.55);
}

.group:hover .group-hover\:text-scotial-red\/60 {
  color: rgb(237 17 27 / 0.6);
}

.group:hover .group-hover\:text-scotial-red\/65 {
  color: rgb(237 17 27 / 0.65);
}

.group:hover .group-hover\:text-scotial-red\/70 {
  color: rgb(237 17 27 / 0.7);
}

.group:hover .group-hover\:text-scotial-red\/75 {
  color: rgb(237 17 27 / 0.75);
}

.group:hover .group-hover\:text-scotial-red\/80 {
  color: rgb(237 17 27 / 0.8);
}

.group:hover .group-hover\:text-scotial-red\/85 {
  color: rgb(237 17 27 / 0.85);
}

.group:hover .group-hover\:text-scotial-red\/90 {
  color: rgb(237 17 27 / 0.9);
}

.group:hover .group-hover\:text-scotial-red\/95 {
  color: rgb(237 17 27 / 0.95);
}

.group:hover .group-hover\:text-souqh-orange {
  --tw-text-opacity: 1;
  color: rgb(244 125 97 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-souqh-orange\/0 {
  color: rgb(244 125 97 / 0);
}

.group:hover .group-hover\:text-souqh-orange\/10 {
  color: rgb(244 125 97 / 0.1);
}

.group:hover .group-hover\:text-souqh-orange\/100 {
  color: rgb(244 125 97 / 1);
}

.group:hover .group-hover\:text-souqh-orange\/15 {
  color: rgb(244 125 97 / 0.15);
}

.group:hover .group-hover\:text-souqh-orange\/20 {
  color: rgb(244 125 97 / 0.2);
}

.group:hover .group-hover\:text-souqh-orange\/25 {
  color: rgb(244 125 97 / 0.25);
}

.group:hover .group-hover\:text-souqh-orange\/30 {
  color: rgb(244 125 97 / 0.3);
}

.group:hover .group-hover\:text-souqh-orange\/35 {
  color: rgb(244 125 97 / 0.35);
}

.group:hover .group-hover\:text-souqh-orange\/40 {
  color: rgb(244 125 97 / 0.4);
}

.group:hover .group-hover\:text-souqh-orange\/45 {
  color: rgb(244 125 97 / 0.45);
}

.group:hover .group-hover\:text-souqh-orange\/5 {
  color: rgb(244 125 97 / 0.05);
}

.group:hover .group-hover\:text-souqh-orange\/50 {
  color: rgb(244 125 97 / 0.5);
}

.group:hover .group-hover\:text-souqh-orange\/55 {
  color: rgb(244 125 97 / 0.55);
}

.group:hover .group-hover\:text-souqh-orange\/60 {
  color: rgb(244 125 97 / 0.6);
}

.group:hover .group-hover\:text-souqh-orange\/65 {
  color: rgb(244 125 97 / 0.65);
}

.group:hover .group-hover\:text-souqh-orange\/70 {
  color: rgb(244 125 97 / 0.7);
}

.group:hover .group-hover\:text-souqh-orange\/75 {
  color: rgb(244 125 97 / 0.75);
}

.group:hover .group-hover\:text-souqh-orange\/80 {
  color: rgb(244 125 97 / 0.8);
}

.group:hover .group-hover\:text-souqh-orange\/85 {
  color: rgb(244 125 97 / 0.85);
}

.group:hover .group-hover\:text-souqh-orange\/90 {
  color: rgb(244 125 97 / 0.9);
}

.group:hover .group-hover\:text-souqh-orange\/95 {
  color: rgb(244 125 97 / 0.95);
}

.group:hover .group-hover\:text-sparrow-blue {
  --tw-text-opacity: 1;
  color: rgb(47 128 237 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sparrow-blue\/0 {
  color: rgb(47 128 237 / 0);
}

.group:hover .group-hover\:text-sparrow-blue\/10 {
  color: rgb(47 128 237 / 0.1);
}

.group:hover .group-hover\:text-sparrow-blue\/100 {
  color: rgb(47 128 237 / 1);
}

.group:hover .group-hover\:text-sparrow-blue\/15 {
  color: rgb(47 128 237 / 0.15);
}

.group:hover .group-hover\:text-sparrow-blue\/20 {
  color: rgb(47 128 237 / 0.2);
}

.group:hover .group-hover\:text-sparrow-blue\/25 {
  color: rgb(47 128 237 / 0.25);
}

.group:hover .group-hover\:text-sparrow-blue\/30 {
  color: rgb(47 128 237 / 0.3);
}

.group:hover .group-hover\:text-sparrow-blue\/35 {
  color: rgb(47 128 237 / 0.35);
}

.group:hover .group-hover\:text-sparrow-blue\/40 {
  color: rgb(47 128 237 / 0.4);
}

.group:hover .group-hover\:text-sparrow-blue\/45 {
  color: rgb(47 128 237 / 0.45);
}

.group:hover .group-hover\:text-sparrow-blue\/5 {
  color: rgb(47 128 237 / 0.05);
}

.group:hover .group-hover\:text-sparrow-blue\/50 {
  color: rgb(47 128 237 / 0.5);
}

.group:hover .group-hover\:text-sparrow-blue\/55 {
  color: rgb(47 128 237 / 0.55);
}

.group:hover .group-hover\:text-sparrow-blue\/60 {
  color: rgb(47 128 237 / 0.6);
}

.group:hover .group-hover\:text-sparrow-blue\/65 {
  color: rgb(47 128 237 / 0.65);
}

.group:hover .group-hover\:text-sparrow-blue\/70 {
  color: rgb(47 128 237 / 0.7);
}

.group:hover .group-hover\:text-sparrow-blue\/75 {
  color: rgb(47 128 237 / 0.75);
}

.group:hover .group-hover\:text-sparrow-blue\/80 {
  color: rgb(47 128 237 / 0.8);
}

.group:hover .group-hover\:text-sparrow-blue\/85 {
  color: rgb(47 128 237 / 0.85);
}

.group:hover .group-hover\:text-sparrow-blue\/90 {
  color: rgb(47 128 237 / 0.9);
}

.group:hover .group-hover\:text-sparrow-blue\/95 {
  color: rgb(47 128 237 / 0.95);
}

.group:hover .group-hover\:\!grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.group:hover .group-hover\:grayscale-0 {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:\!backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.group:hover .group-hover\:backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.group:hover .group-hover\:\*\:stroke-white > * {
  stroke: #FFFFFF;
}

.group:focus .group-focus\:fill-black {
  fill: #1B1828;
}

.peer\/domestic:checked ~ .peer-checked\/domestic\:block {
  display: block;
}

.peer\/international:checked ~ .peer-checked\/international\:block {
  display: block;
}

.peer\/landlords:checked ~ .peer-checked\/landlords\:block {
  display: block;
}

.peer\/newcomers:checked ~ .peer-checked\/newcomers\:block {
  display: block;
}

.peer\/domestic:checked ~ .peer-checked\/domestic\:border-brand-red {
  --tw-border-opacity: 1;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
}

.peer\/international:checked ~ .peer-checked\/international\:border-brand-red {
  --tw-border-opacity: 1;
  border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
}

.peer\/accommodation:checked ~ .peer-checked\/accommodation\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.peer\/finance:checked ~ .peer-checked\/finance\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.peer\/jobs:checked ~ .peer-checked\/jobs\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.peer\/landlords:checked ~ .peer-checked\/landlords\:bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
}

.peer\/newcomers:checked ~ .peer-checked\/newcomers\:bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
}

.peer\/landlords:checked ~ .peer-checked\/landlords\:font-bold {
  font-weight: 700;
}

.peer\/newcomers:checked ~ .peer-checked\/newcomers\:font-bold {
  font-weight: 700;
}

.has-\[\:checked\]\:overflow-y-scroll:has(:checked) {
  overflow-y: scroll;
}

.has-\[\:checked\]\:rounded-btn:has(:checked) {
  border-radius: 2px 30px 30px 30px;
}

.has-\[\:checked\]\:border-light-blue:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:border-light-green:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:border-yellow:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
}

.has-\[\:checked\]\:bg-light-blue:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-light-green:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-off-white:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 242 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-white:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:bg-yellow:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:shadow-lg:has(:checked) {
  --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);
}

@media (min-width: 420px) {

  .xs\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 576px) {

  .sm\:\!absolute {
    position: absolute !important;
  }

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

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

  .sm\:\!-top-10 {
    top: -2.5rem !important;
  }

  .sm\:\!-top-12 {
    top: -3rem !important;
  }

  .sm\:\!-top-2 {
    top: -0.5rem !important;
  }

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

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

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

  .sm\:\!-top-20 {
    top: -5rem !important;
  }

  .sm\:\!-top-24 {
    top: -6rem !important;
  }

  .sm\:\!-top-28 {
    top: -7rem !important;
  }

  .sm\:\!-top-4 {
    top: -1rem !important;
  }

  .sm\:\!-top-40 {
    top: -10rem !important;
  }

  .sm\:\!-top-44 {
    top: -11rem !important;
  }

  .sm\:\!-top-48 {
    top: -12rem !important;
  }

  .sm\:\!-top-5 {
    top: -1.25rem !important;
  }

  .sm\:\!-top-52 {
    top: -13rem !important;
  }

  .sm\:\!-top-56 {
    top: -14rem !important;
  }

  .sm\:\!-top-6 {
    top: -1.5rem !important;
  }

  .sm\:\!-top-60 {
    top: -15rem !important;
  }

  .sm\:\!-top-64 {
    top: -16rem !important;
  }

  .sm\:\!-top-7 {
    top: -1.75rem !important;
  }

  .sm\:\!-top-72 {
    top: -18rem !important;
  }

  .sm\:\!-top-8 {
    top: -2rem !important;
  }

  .sm\:\!-top-80 {
    top: -20rem !important;
  }

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

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

  .sm\:\!top-10 {
    top: 2.5rem !important;
  }

  .sm\:\!top-12 {
    top: 3rem !important;
  }

  .sm\:\!top-2 {
    top: 0.5rem !important;
  }

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

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

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

  .sm\:\!top-20 {
    top: 5rem !important;
  }

  .sm\:\!top-24 {
    top: 6rem !important;
  }

  .sm\:\!top-28 {
    top: 7rem !important;
  }

  .sm\:\!top-4 {
    top: 1rem !important;
  }

  .sm\:\!top-40 {
    top: 10rem !important;
  }

  .sm\:\!top-44 {
    top: 11rem !important;
  }

  .sm\:\!top-48 {
    top: 12rem !important;
  }

  .sm\:\!top-5 {
    top: 1.25rem !important;
  }

  .sm\:\!top-52 {
    top: 13rem !important;
  }

  .sm\:\!top-56 {
    top: 14rem !important;
  }

  .sm\:\!top-6 {
    top: 1.5rem !important;
  }

  .sm\:\!top-60 {
    top: 15rem !important;
  }

  .sm\:\!top-64 {
    top: 16rem !important;
  }

  .sm\:\!top-7 {
    top: 1.75rem !important;
  }

  .sm\:\!top-72 {
    top: 18rem !important;
  }

  .sm\:\!top-8 {
    top: 2rem !important;
  }

  .sm\:\!top-80 {
    top: 20rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:\!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:\!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:\!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:\!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:\!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

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

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

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

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

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

  .sm\:\!row-auto {
    grid-row: auto !important;
  }

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

  .sm\:\!line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .sm\:\!line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .sm\:\!line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .sm\:\!line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .sm\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sm\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .sm\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .sm\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:\!h-2xl {
    height: 42rem !important;
  }

  .sm\:\!h-2xs {
    height: 16rem !important;
  }

  .sm\:\!h-3xl {
    height: 48rem !important;
  }

  .sm\:\!h-full {
    height: 100% !important;
  }

  .sm\:\!h-lg {
    height: 32rem !important;
  }

  .sm\:\!h-md {
    height: 28rem !important;
  }

  .sm\:\!h-sm {
    height: 24rem !important;
  }

  .sm\:\!h-xl {
    height: 36rem !important;
  }

  .sm\:\!h-xs {
    height: 20rem !important;
  }

  .sm\:h-2xl {
    height: 42rem;
  }

  .sm\:h-2xs {
    height: 16rem;
  }

  .sm\:h-3xl {
    height: 48rem;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-lg {
    height: 32rem;
  }

  .sm\:h-md {
    height: 28rem;
  }

  .sm\:h-sm {
    height: 24rem;
  }

  .sm\:h-xl {
    height: 36rem;
  }

  .sm\:h-xs {
    height: 20rem;
  }

  .sm\:\!max-h-2xl {
    max-height: 42rem !important;
  }

  .sm\:\!max-h-2xs {
    max-height: 16rem !important;
  }

  .sm\:\!max-h-3xl {
    max-height: 48rem !important;
  }

  .sm\:\!max-h-full {
    max-height: 100% !important;
  }

  .sm\:\!max-h-lg {
    max-height: 32rem !important;
  }

  .sm\:\!max-h-md {
    max-height: 28rem !important;
  }

  .sm\:\!max-h-sm {
    max-height: 24rem !important;
  }

  .sm\:\!max-h-xl {
    max-height: 36rem !important;
  }

  .sm\:\!max-h-xs {
    max-height: 20rem !important;
  }

  .sm\:max-h-2xl {
    max-height: 42rem;
  }

  .sm\:max-h-2xs {
    max-height: 16rem;
  }

  .sm\:max-h-3xl {
    max-height: 48rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-lg {
    max-height: 32rem;
  }

  .sm\:max-h-md {
    max-height: 28rem;
  }

  .sm\:max-h-sm {
    max-height: 24rem;
  }

  .sm\:max-h-xl {
    max-height: 36rem;
  }

  .sm\:max-h-xs {
    max-height: 20rem;
  }

  .sm\:\!min-h-2xl {
    min-height: 42rem !important;
  }

  .sm\:\!min-h-2xs {
    min-height: 16rem !important;
  }

  .sm\:\!min-h-3xl {
    min-height: 48rem !important;
  }

  .sm\:\!min-h-full {
    min-height: 100% !important;
  }

  .sm\:\!min-h-lg {
    min-height: 32rem !important;
  }

  .sm\:\!min-h-md {
    min-height: 28rem !important;
  }

  .sm\:\!min-h-sm {
    min-height: 24rem !important;
  }

  .sm\:\!min-h-xl {
    min-height: 36rem !important;
  }

  .sm\:\!min-h-xs {
    min-height: 20rem !important;
  }

  .sm\:min-h-2xl {
    min-height: 42rem;
  }

  .sm\:min-h-2xs {
    min-height: 16rem;
  }

  .sm\:min-h-3xl {
    min-height: 48rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-lg {
    min-height: 32rem;
  }

  .sm\:min-h-md {
    min-height: 28rem;
  }

  .sm\:min-h-sm {
    min-height: 24rem;
  }

  .sm\:min-h-xl {
    min-height: 36rem;
  }

  .sm\:min-h-xs {
    min-height: 20rem;
  }

  .sm\:\!w-1\/2 {
    width: 50% !important;
  }

  .sm\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:\!w-1\/4 {
    width: 25% !important;
  }

  .sm\:\!w-1\/5 {
    width: 20% !important;
  }

  .sm\:\!w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:\!w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:\!w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:\!w-2\/4 {
    width: 50% !important;
  }

  .sm\:\!w-2\/5 {
    width: 40% !important;
  }

  .sm\:\!w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:\!w-2xl {
    width: 42rem !important;
  }

  .sm\:\!w-2xs {
    width: 16rem !important;
  }

  .sm\:\!w-3\/4 {
    width: 75% !important;
  }

  .sm\:\!w-3\/5 {
    width: 60% !important;
  }

  .sm\:\!w-3\/6 {
    width: 50% !important;
  }

  .sm\:\!w-3xl {
    width: 48rem !important;
  }

  .sm\:\!w-4\/5 {
    width: 80% !important;
  }

  .sm\:\!w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:\!w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:\!w-auto {
    width: auto !important;
  }

  .sm\:\!w-full {
    width: 100% !important;
  }

  .sm\:\!w-lg {
    width: 32rem !important;
  }

  .sm\:\!w-md {
    width: 28rem !important;
  }

  .sm\:\!w-sm {
    width: 24rem !important;
  }

  .sm\:\!w-xl {
    width: 36rem !important;
  }

  .sm\:\!w-xs {
    width: 20rem !important;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-2xl {
    width: 42rem;
  }

  .sm\:w-2xs {
    width: 16rem;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-3xl {
    width: 48rem;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-lg {
    width: 32rem;
  }

  .sm\:w-md {
    width: 28rem;
  }

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

  .sm\:w-xl {
    width: 36rem;
  }

  .sm\:w-xs {
    width: 20rem;
  }

  .sm\:\!min-w-2xl {
    min-width: 42rem !important;
  }

  .sm\:\!min-w-2xs {
    min-width: 16rem !important;
  }

  .sm\:\!min-w-3xl {
    min-width: 48rem !important;
  }

  .sm\:\!min-w-full {
    min-width: 100% !important;
  }

  .sm\:\!min-w-lg {
    min-width: 32rem !important;
  }

  .sm\:\!min-w-md {
    min-width: 28rem !important;
  }

  .sm\:\!min-w-sm {
    min-width: 24rem !important;
  }

  .sm\:\!min-w-xl {
    min-width: 36rem !important;
  }

  .sm\:\!min-w-xs {
    min-width: 20rem !important;
  }

  .sm\:min-w-2xl {
    min-width: 42rem;
  }

  .sm\:min-w-2xs {
    min-width: 16rem;
  }

  .sm\:min-w-3xl {
    min-width: 48rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-lg {
    min-width: 32rem;
  }

  .sm\:min-w-md {
    min-width: 28rem;
  }

  .sm\:min-w-sm {
    min-width: 24rem;
  }

  .sm\:min-w-xl {
    min-width: 36rem;
  }

  .sm\:min-w-xs {
    min-width: 20rem;
  }

  .sm\:\!max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:\!max-w-2xs {
    max-width: 16rem !important;
  }

  .sm\:\!max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:\!max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:\!max-w-full {
    max-width: 100% !important;
  }

  .sm\:\!max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:\!max-w-md {
    max-width: 28rem !important;
  }

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

  .sm\:\!max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:\!max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-2xs {
    max-width: 16rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

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

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

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

  .sm\:\!scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .sm\:\!scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .sm\:\!scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .sm\:\!scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .sm\:\!scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .sm\:\!scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .sm\:\!scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .sm\:\!scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .sm\:\!scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .sm\:\!scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .sm\:\!scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .sm\:\!scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .sm\:\!scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .sm\:\!scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .sm\:\!scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .sm\:\!scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .sm\:\!scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .sm\:\!scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .sm\:\!scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .sm\:\!scroll-p-7 {
    scroll-padding: 1.75rem !important;
  }

  .sm\:\!scroll-p-72 {
    scroll-padding: 18rem !important;
  }

  .sm\:\!scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .sm\:\!scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .sm\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .sm\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .sm\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .sm\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .sm\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .sm\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .sm\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .sm\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .sm\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .sm\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .sm\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .sm\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .sm\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .sm\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .sm\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .sm\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .sm\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .sm\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .sm\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .sm\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .sm\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .sm\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .sm\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .sm\:\!scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .sm\:\!scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .sm\:\!scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .sm\:\!scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .sm\:\!scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .sm\:\!scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .sm\:\!scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .sm\:\!scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .sm\:\!scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .sm\:\!scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .sm\:\!scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .sm\:\!scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .sm\:\!scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .sm\:\!scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .sm\:\!scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .sm\:\!scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .sm\:\!scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .sm\:\!scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .sm\:\!scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .sm\:\!scroll-px-7 {
    scroll-padding-left: 1.75rem !important;
    scroll-padding-right: 1.75rem !important;
  }

  .sm\:\!scroll-px-72 {
    scroll-padding-left: 18rem !important;
    scroll-padding-right: 18rem !important;
  }

  .sm\:\!scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .sm\:\!scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .sm\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .sm\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .sm\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .sm\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .sm\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .sm\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .sm\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .sm\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .sm\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .sm\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .sm\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .sm\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .sm\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .sm\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .sm\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .sm\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .sm\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .sm\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .sm\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .sm\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .sm\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .sm\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .sm\:\!scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .sm\:\!scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .sm\:\!scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .sm\:\!scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .sm\:\!scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .sm\:\!scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .sm\:\!scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .sm\:\!scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .sm\:\!scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .sm\:\!scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .sm\:\!scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .sm\:\!scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .sm\:\!scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .sm\:\!scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .sm\:\!scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .sm\:\!scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .sm\:\!scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .sm\:\!scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .sm\:\!scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .sm\:\!scroll-pl-7 {
    scroll-padding-left: 1.75rem !important;
  }

  .sm\:\!scroll-pl-72 {
    scroll-padding-left: 18rem !important;
  }

  .sm\:\!scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .sm\:\!scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .sm\:\!scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .sm\:\!scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .sm\:\!scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .sm\:\!scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .sm\:\!scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .sm\:\!scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .sm\:\!scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .sm\:\!scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .sm\:\!scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .sm\:\!scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .sm\:\!scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .sm\:\!scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .sm\:\!scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .sm\:\!scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .sm\:\!scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .sm\:\!scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .sm\:\!scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .sm\:\!scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .sm\:\!scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .sm\:\!scroll-pr-7 {
    scroll-padding-right: 1.75rem !important;
  }

  .sm\:\!scroll-pr-72 {
    scroll-padding-right: 18rem !important;
  }

  .sm\:\!scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .sm\:\!scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .sm\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .sm\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .sm\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .sm\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .sm\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .sm\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .sm\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .sm\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .sm\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .sm\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .sm\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .sm\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .sm\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .sm\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .sm\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .sm\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .sm\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .sm\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .sm\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .sm\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .sm\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .sm\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .sm\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .sm\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .sm\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .sm\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .sm\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .sm\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .sm\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .sm\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .sm\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .sm\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .sm\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .sm\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .sm\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .sm\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .sm\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .sm\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .sm\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .sm\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .sm\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .sm\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .sm\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .sm\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .sm\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .sm\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:\!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-baseline {
    place-items: baseline;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

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

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:justify-normal {
    justify-content: normal;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

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

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

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:\!gap-0 {
    gap: 0px !important;
  }

  .sm\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:\!gap-12 {
    gap: 3rem !important;
  }

  .sm\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .sm\:\!gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:\!gap-20 {
    gap: 5rem !important;
  }

  .sm\:\!gap-24 {
    gap: 6rem !important;
  }

  .sm\:\!gap-28 {
    gap: 7rem !important;
  }

  .sm\:\!gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:\!gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:\!gap-32 {
    gap: 8rem !important;
  }

  .sm\:\!gap-36 {
    gap: 9rem !important;
  }

  .sm\:\!gap-4 {
    gap: 1rem !important;
  }

  .sm\:\!gap-40 {
    gap: 10rem !important;
  }

  .sm\:\!gap-44 {
    gap: 11rem !important;
  }

  .sm\:\!gap-48 {
    gap: 12rem !important;
  }

  .sm\:\!gap-5 {
    gap: 1.25rem !important;
  }

  .sm\:\!gap-52 {
    gap: 13rem !important;
  }

  .sm\:\!gap-56 {
    gap: 14rem !important;
  }

  .sm\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:\!gap-60 {
    gap: 15rem !important;
  }

  .sm\:\!gap-64 {
    gap: 16rem !important;
  }

  .sm\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:\!gap-72 {
    gap: 18rem !important;
  }

  .sm\:\!gap-8 {
    gap: 2rem !important;
  }

  .sm\:\!gap-80 {
    gap: 20rem !important;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

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

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:self-baseline {
    align-self: baseline;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:\!rounded-2xl {
    border-radius: 1rem !important;
  }

  .sm\:\!rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .sm\:\!rounded-cta-left {
    border-radius: 30px 0 0 30px !important;
  }

  .sm\:\!rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:\!rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm\:\!rounded-rd {
    border-radius: 30px !important;
  }

  .sm\:\!rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:\!rounded-xl {
    border-radius: 0.75rem !important;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-cta-left {
    border-radius: 30px 0 0 30px;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-rd {
    border-radius: 30px;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:\!border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:\!border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:\!border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:\!border-l-0 {
    border-left-width: 0px !important;
  }

  .sm\:\!border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:\!border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:\!border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:\!border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:\!border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:\!border-aha-pink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0) !important;
  }

  .sm\:\!border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1) !important;
  }

  .sm\:\!border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1) !important;
  }

  .sm\:\!border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15) !important;
  }

  .sm\:\!border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2) !important;
  }

  .sm\:\!border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25) !important;
  }

  .sm\:\!border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3) !important;
  }

  .sm\:\!border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35) !important;
  }

  .sm\:\!border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4) !important;
  }

  .sm\:\!border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45) !important;
  }

  .sm\:\!border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05) !important;
  }

  .sm\:\!border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5) !important;
  }

  .sm\:\!border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55) !important;
  }

  .sm\:\!border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6) !important;
  }

  .sm\:\!border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65) !important;
  }

  .sm\:\!border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7) !important;
  }

  .sm\:\!border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75) !important;
  }

  .sm\:\!border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8) !important;
  }

  .sm\:\!border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85) !important;
  }

  .sm\:\!border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9) !important;
  }

  .sm\:\!border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95) !important;
  }

  .sm\:\!border-borrowell-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0) !important;
  }

  .sm\:\!border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1) !important;
  }

  .sm\:\!border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1) !important;
  }

  .sm\:\!border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15) !important;
  }

  .sm\:\!border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2) !important;
  }

  .sm\:\!border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25) !important;
  }

  .sm\:\!border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3) !important;
  }

  .sm\:\!border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35) !important;
  }

  .sm\:\!border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4) !important;
  }

  .sm\:\!border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45) !important;
  }

  .sm\:\!border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05) !important;
  }

  .sm\:\!border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5) !important;
  }

  .sm\:\!border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55) !important;
  }

  .sm\:\!border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6) !important;
  }

  .sm\:\!border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65) !important;
  }

  .sm\:\!border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7) !important;
  }

  .sm\:\!border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75) !important;
  }

  .sm\:\!border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8) !important;
  }

  .sm\:\!border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85) !important;
  }

  .sm\:\!border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9) !important;
  }

  .sm\:\!border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95) !important;
  }

  .sm\:\!border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0) !important;
  }

  .sm\:\!border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1) !important;
  }

  .sm\:\!border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1) !important;
  }

  .sm\:\!border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15) !important;
  }

  .sm\:\!border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2) !important;
  }

  .sm\:\!border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25) !important;
  }

  .sm\:\!border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3) !important;
  }

  .sm\:\!border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35) !important;
  }

  .sm\:\!border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4) !important;
  }

  .sm\:\!border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45) !important;
  }

  .sm\:\!border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05) !important;
  }

  .sm\:\!border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5) !important;
  }

  .sm\:\!border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55) !important;
  }

  .sm\:\!border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6) !important;
  }

  .sm\:\!border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65) !important;
  }

  .sm\:\!border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7) !important;
  }

  .sm\:\!border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75) !important;
  }

  .sm\:\!border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8) !important;
  }

  .sm\:\!border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85) !important;
  }

  .sm\:\!border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9) !important;
  }

  .sm\:\!border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95) !important;
  }

  .sm\:\!border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-grey\/0 {
    border-color: rgb(56 61 65 / 0) !important;
  }

  .sm\:\!border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1) !important;
  }

  .sm\:\!border-grey\/100 {
    border-color: rgb(56 61 65 / 1) !important;
  }

  .sm\:\!border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15) !important;
  }

  .sm\:\!border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2) !important;
  }

  .sm\:\!border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25) !important;
  }

  .sm\:\!border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3) !important;
  }

  .sm\:\!border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35) !important;
  }

  .sm\:\!border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4) !important;
  }

  .sm\:\!border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45) !important;
  }

  .sm\:\!border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05) !important;
  }

  .sm\:\!border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5) !important;
  }

  .sm\:\!border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55) !important;
  }

  .sm\:\!border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6) !important;
  }

  .sm\:\!border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65) !important;
  }

  .sm\:\!border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7) !important;
  }

  .sm\:\!border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75) !important;
  }

  .sm\:\!border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8) !important;
  }

  .sm\:\!border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85) !important;
  }

  .sm\:\!border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9) !important;
  }

  .sm\:\!border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95) !important;
  }

  .sm\:\!border-light-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0) !important;
  }

  .sm\:\!border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1) !important;
  }

  .sm\:\!border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1) !important;
  }

  .sm\:\!border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15) !important;
  }

  .sm\:\!border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2) !important;
  }

  .sm\:\!border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25) !important;
  }

  .sm\:\!border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3) !important;
  }

  .sm\:\!border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35) !important;
  }

  .sm\:\!border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4) !important;
  }

  .sm\:\!border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45) !important;
  }

  .sm\:\!border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05) !important;
  }

  .sm\:\!border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5) !important;
  }

  .sm\:\!border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55) !important;
  }

  .sm\:\!border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6) !important;
  }

  .sm\:\!border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65) !important;
  }

  .sm\:\!border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7) !important;
  }

  .sm\:\!border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75) !important;
  }

  .sm\:\!border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8) !important;
  }

  .sm\:\!border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85) !important;
  }

  .sm\:\!border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9) !important;
  }

  .sm\:\!border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95) !important;
  }

  .sm\:\!border-light-green {
    --tw-border-opacity: 1 !important;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-light-green\/0 {
    border-color: rgb(184 241 193 / 0) !important;
  }

  .sm\:\!border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1) !important;
  }

  .sm\:\!border-light-green\/100 {
    border-color: rgb(184 241 193 / 1) !important;
  }

  .sm\:\!border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15) !important;
  }

  .sm\:\!border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2) !important;
  }

  .sm\:\!border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25) !important;
  }

  .sm\:\!border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3) !important;
  }

  .sm\:\!border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35) !important;
  }

  .sm\:\!border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4) !important;
  }

  .sm\:\!border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45) !important;
  }

  .sm\:\!border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05) !important;
  }

  .sm\:\!border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5) !important;
  }

  .sm\:\!border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55) !important;
  }

  .sm\:\!border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6) !important;
  }

  .sm\:\!border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65) !important;
  }

  .sm\:\!border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7) !important;
  }

  .sm\:\!border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75) !important;
  }

  .sm\:\!border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8) !important;
  }

  .sm\:\!border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85) !important;
  }

  .sm\:\!border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9) !important;
  }

  .sm\:\!border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95) !important;
  }

  .sm\:\!border-light-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0) !important;
  }

  .sm\:\!border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1) !important;
  }

  .sm\:\!border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1) !important;
  }

  .sm\:\!border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15) !important;
  }

  .sm\:\!border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2) !important;
  }

  .sm\:\!border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25) !important;
  }

  .sm\:\!border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3) !important;
  }

  .sm\:\!border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35) !important;
  }

  .sm\:\!border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4) !important;
  }

  .sm\:\!border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45) !important;
  }

  .sm\:\!border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05) !important;
  }

  .sm\:\!border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5) !important;
  }

  .sm\:\!border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55) !important;
  }

  .sm\:\!border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6) !important;
  }

  .sm\:\!border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65) !important;
  }

  .sm\:\!border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7) !important;
  }

  .sm\:\!border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75) !important;
  }

  .sm\:\!border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8) !important;
  }

  .sm\:\!border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85) !important;
  }

  .sm\:\!border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9) !important;
  }

  .sm\:\!border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95) !important;
  }

  .sm\:\!border-light-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0) !important;
  }

  .sm\:\!border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1) !important;
  }

  .sm\:\!border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1) !important;
  }

  .sm\:\!border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15) !important;
  }

  .sm\:\!border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2) !important;
  }

  .sm\:\!border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25) !important;
  }

  .sm\:\!border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3) !important;
  }

  .sm\:\!border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35) !important;
  }

  .sm\:\!border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4) !important;
  }

  .sm\:\!border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45) !important;
  }

  .sm\:\!border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05) !important;
  }

  .sm\:\!border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5) !important;
  }

  .sm\:\!border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55) !important;
  }

  .sm\:\!border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6) !important;
  }

  .sm\:\!border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65) !important;
  }

  .sm\:\!border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7) !important;
  }

  .sm\:\!border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75) !important;
  }

  .sm\:\!border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8) !important;
  }

  .sm\:\!border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85) !important;
  }

  .sm\:\!border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9) !important;
  }

  .sm\:\!border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95) !important;
  }

  .sm\:\!border-off-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-off-white\/0 {
    border-color: rgb(232 234 242 / 0) !important;
  }

  .sm\:\!border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1) !important;
  }

  .sm\:\!border-off-white\/100 {
    border-color: rgb(232 234 242 / 1) !important;
  }

  .sm\:\!border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15) !important;
  }

  .sm\:\!border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2) !important;
  }

  .sm\:\!border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25) !important;
  }

  .sm\:\!border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3) !important;
  }

  .sm\:\!border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35) !important;
  }

  .sm\:\!border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4) !important;
  }

  .sm\:\!border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45) !important;
  }

  .sm\:\!border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05) !important;
  }

  .sm\:\!border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5) !important;
  }

  .sm\:\!border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55) !important;
  }

  .sm\:\!border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6) !important;
  }

  .sm\:\!border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65) !important;
  }

  .sm\:\!border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7) !important;
  }

  .sm\:\!border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75) !important;
  }

  .sm\:\!border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8) !important;
  }

  .sm\:\!border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85) !important;
  }

  .sm\:\!border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9) !important;
  }

  .sm\:\!border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95) !important;
  }

  .sm\:\!border-scotial-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0) !important;
  }

  .sm\:\!border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1) !important;
  }

  .sm\:\!border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1) !important;
  }

  .sm\:\!border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15) !important;
  }

  .sm\:\!border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2) !important;
  }

  .sm\:\!border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25) !important;
  }

  .sm\:\!border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3) !important;
  }

  .sm\:\!border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35) !important;
  }

  .sm\:\!border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4) !important;
  }

  .sm\:\!border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45) !important;
  }

  .sm\:\!border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05) !important;
  }

  .sm\:\!border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5) !important;
  }

  .sm\:\!border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55) !important;
  }

  .sm\:\!border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6) !important;
  }

  .sm\:\!border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65) !important;
  }

  .sm\:\!border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7) !important;
  }

  .sm\:\!border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75) !important;
  }

  .sm\:\!border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8) !important;
  }

  .sm\:\!border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85) !important;
  }

  .sm\:\!border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9) !important;
  }

  .sm\:\!border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95) !important;
  }

  .sm\:\!border-souqh-orange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0) !important;
  }

  .sm\:\!border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1) !important;
  }

  .sm\:\!border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1) !important;
  }

  .sm\:\!border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15) !important;
  }

  .sm\:\!border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2) !important;
  }

  .sm\:\!border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25) !important;
  }

  .sm\:\!border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3) !important;
  }

  .sm\:\!border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35) !important;
  }

  .sm\:\!border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4) !important;
  }

  .sm\:\!border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45) !important;
  }

  .sm\:\!border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05) !important;
  }

  .sm\:\!border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5) !important;
  }

  .sm\:\!border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55) !important;
  }

  .sm\:\!border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6) !important;
  }

  .sm\:\!border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65) !important;
  }

  .sm\:\!border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7) !important;
  }

  .sm\:\!border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75) !important;
  }

  .sm\:\!border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8) !important;
  }

  .sm\:\!border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85) !important;
  }

  .sm\:\!border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9) !important;
  }

  .sm\:\!border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95) !important;
  }

  .sm\:\!border-sparrow-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0) !important;
  }

  .sm\:\!border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1) !important;
  }

  .sm\:\!border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1) !important;
  }

  .sm\:\!border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15) !important;
  }

  .sm\:\!border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2) !important;
  }

  .sm\:\!border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25) !important;
  }

  .sm\:\!border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3) !important;
  }

  .sm\:\!border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35) !important;
  }

  .sm\:\!border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4) !important;
  }

  .sm\:\!border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45) !important;
  }

  .sm\:\!border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05) !important;
  }

  .sm\:\!border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5) !important;
  }

  .sm\:\!border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55) !important;
  }

  .sm\:\!border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6) !important;
  }

  .sm\:\!border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65) !important;
  }

  .sm\:\!border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7) !important;
  }

  .sm\:\!border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75) !important;
  }

  .sm\:\!border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8) !important;
  }

  .sm\:\!border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85) !important;
  }

  .sm\:\!border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9) !important;
  }

  .sm\:\!border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95) !important;
  }

  .sm\:\!border-transparent {
    border-color: transparent !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:\!border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
  }

  .sm\:\!border-yellow\/0 {
    border-color: rgb(255 244 182 / 0) !important;
  }

  .sm\:\!border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1) !important;
  }

  .sm\:\!border-yellow\/100 {
    border-color: rgb(255 244 182 / 1) !important;
  }

  .sm\:\!border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15) !important;
  }

  .sm\:\!border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2) !important;
  }

  .sm\:\!border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25) !important;
  }

  .sm\:\!border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3) !important;
  }

  .sm\:\!border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35) !important;
  }

  .sm\:\!border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4) !important;
  }

  .sm\:\!border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45) !important;
  }

  .sm\:\!border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05) !important;
  }

  .sm\:\!border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5) !important;
  }

  .sm\:\!border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55) !important;
  }

  .sm\:\!border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6) !important;
  }

  .sm\:\!border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65) !important;
  }

  .sm\:\!border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7) !important;
  }

  .sm\:\!border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75) !important;
  }

  .sm\:\!border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8) !important;
  }

  .sm\:\!border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85) !important;
  }

  .sm\:\!border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9) !important;
  }

  .sm\:\!border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95) !important;
  }

  .sm\:border-aha-pink {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0);
  }

  .sm\:border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1);
  }

  .sm\:border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1);
  }

  .sm\:border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15);
  }

  .sm\:border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2);
  }

  .sm\:border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25);
  }

  .sm\:border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3);
  }

  .sm\:border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35);
  }

  .sm\:border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4);
  }

  .sm\:border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45);
  }

  .sm\:border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05);
  }

  .sm\:border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5);
  }

  .sm\:border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55);
  }

  .sm\:border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6);
  }

  .sm\:border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65);
  }

  .sm\:border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7);
  }

  .sm\:border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75);
  }

  .sm\:border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8);
  }

  .sm\:border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85);
  }

  .sm\:border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9);
  }

  .sm\:border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95);
  }

  .sm\:border-borrowell-blue {
    --tw-border-opacity: 1;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  }

  .sm\:border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0);
  }

  .sm\:border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1);
  }

  .sm\:border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1);
  }

  .sm\:border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15);
  }

  .sm\:border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2);
  }

  .sm\:border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25);
  }

  .sm\:border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3);
  }

  .sm\:border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35);
  }

  .sm\:border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4);
  }

  .sm\:border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45);
  }

  .sm\:border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05);
  }

  .sm\:border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5);
  }

  .sm\:border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55);
  }

  .sm\:border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6);
  }

  .sm\:border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65);
  }

  .sm\:border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7);
  }

  .sm\:border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75);
  }

  .sm\:border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8);
  }

  .sm\:border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85);
  }

  .sm\:border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9);
  }

  .sm\:border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95);
  }

  .sm\:border-brand-red {
    --tw-border-opacity: 1;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0);
  }

  .sm\:border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1);
  }

  .sm\:border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1);
  }

  .sm\:border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15);
  }

  .sm\:border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2);
  }

  .sm\:border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25);
  }

  .sm\:border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3);
  }

  .sm\:border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35);
  }

  .sm\:border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4);
  }

  .sm\:border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45);
  }

  .sm\:border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05);
  }

  .sm\:border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5);
  }

  .sm\:border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55);
  }

  .sm\:border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6);
  }

  .sm\:border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65);
  }

  .sm\:border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7);
  }

  .sm\:border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75);
  }

  .sm\:border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8);
  }

  .sm\:border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85);
  }

  .sm\:border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9);
  }

  .sm\:border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95);
  }

  .sm\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
  }

  .sm\:border-grey\/0 {
    border-color: rgb(56 61 65 / 0);
  }

  .sm\:border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1);
  }

  .sm\:border-grey\/100 {
    border-color: rgb(56 61 65 / 1);
  }

  .sm\:border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15);
  }

  .sm\:border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2);
  }

  .sm\:border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25);
  }

  .sm\:border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3);
  }

  .sm\:border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35);
  }

  .sm\:border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4);
  }

  .sm\:border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45);
  }

  .sm\:border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05);
  }

  .sm\:border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5);
  }

  .sm\:border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55);
  }

  .sm\:border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6);
  }

  .sm\:border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65);
  }

  .sm\:border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7);
  }

  .sm\:border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75);
  }

  .sm\:border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8);
  }

  .sm\:border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85);
  }

  .sm\:border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9);
  }

  .sm\:border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95);
  }

  .sm\:border-light-blue {
    --tw-border-opacity: 1;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0);
  }

  .sm\:border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1);
  }

  .sm\:border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1);
  }

  .sm\:border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15);
  }

  .sm\:border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2);
  }

  .sm\:border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25);
  }

  .sm\:border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3);
  }

  .sm\:border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35);
  }

  .sm\:border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4);
  }

  .sm\:border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45);
  }

  .sm\:border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05);
  }

  .sm\:border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5);
  }

  .sm\:border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55);
  }

  .sm\:border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6);
  }

  .sm\:border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65);
  }

  .sm\:border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7);
  }

  .sm\:border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75);
  }

  .sm\:border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8);
  }

  .sm\:border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85);
  }

  .sm\:border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9);
  }

  .sm\:border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95);
  }

  .sm\:border-light-green {
    --tw-border-opacity: 1;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
  }

  .sm\:border-light-green\/0 {
    border-color: rgb(184 241 193 / 0);
  }

  .sm\:border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1);
  }

  .sm\:border-light-green\/100 {
    border-color: rgb(184 241 193 / 1);
  }

  .sm\:border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15);
  }

  .sm\:border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2);
  }

  .sm\:border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25);
  }

  .sm\:border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3);
  }

  .sm\:border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35);
  }

  .sm\:border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4);
  }

  .sm\:border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45);
  }

  .sm\:border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05);
  }

  .sm\:border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5);
  }

  .sm\:border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55);
  }

  .sm\:border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6);
  }

  .sm\:border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65);
  }

  .sm\:border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7);
  }

  .sm\:border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75);
  }

  .sm\:border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8);
  }

  .sm\:border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85);
  }

  .sm\:border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9);
  }

  .sm\:border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95);
  }

  .sm\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
  }

  .sm\:border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0);
  }

  .sm\:border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1);
  }

  .sm\:border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1);
  }

  .sm\:border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15);
  }

  .sm\:border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2);
  }

  .sm\:border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25);
  }

  .sm\:border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3);
  }

  .sm\:border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35);
  }

  .sm\:border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4);
  }

  .sm\:border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45);
  }

  .sm\:border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05);
  }

  .sm\:border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5);
  }

  .sm\:border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55);
  }

  .sm\:border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6);
  }

  .sm\:border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65);
  }

  .sm\:border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7);
  }

  .sm\:border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75);
  }

  .sm\:border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8);
  }

  .sm\:border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85);
  }

  .sm\:border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9);
  }

  .sm\:border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95);
  }

  .sm\:border-light-purple {
    --tw-border-opacity: 1;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
  }

  .sm\:border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0);
  }

  .sm\:border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1);
  }

  .sm\:border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1);
  }

  .sm\:border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15);
  }

  .sm\:border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2);
  }

  .sm\:border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25);
  }

  .sm\:border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3);
  }

  .sm\:border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35);
  }

  .sm\:border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4);
  }

  .sm\:border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45);
  }

  .sm\:border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05);
  }

  .sm\:border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5);
  }

  .sm\:border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55);
  }

  .sm\:border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6);
  }

  .sm\:border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65);
  }

  .sm\:border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7);
  }

  .sm\:border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75);
  }

  .sm\:border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8);
  }

  .sm\:border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85);
  }

  .sm\:border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9);
  }

  .sm\:border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95);
  }

  .sm\:border-off-white {
    --tw-border-opacity: 1;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
  }

  .sm\:border-off-white\/0 {
    border-color: rgb(232 234 242 / 0);
  }

  .sm\:border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1);
  }

  .sm\:border-off-white\/100 {
    border-color: rgb(232 234 242 / 1);
  }

  .sm\:border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15);
  }

  .sm\:border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2);
  }

  .sm\:border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25);
  }

  .sm\:border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3);
  }

  .sm\:border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35);
  }

  .sm\:border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4);
  }

  .sm\:border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45);
  }

  .sm\:border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05);
  }

  .sm\:border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5);
  }

  .sm\:border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55);
  }

  .sm\:border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6);
  }

  .sm\:border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65);
  }

  .sm\:border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7);
  }

  .sm\:border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75);
  }

  .sm\:border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8);
  }

  .sm\:border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85);
  }

  .sm\:border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9);
  }

  .sm\:border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95);
  }

  .sm\:border-scotial-red {
    --tw-border-opacity: 1;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
  }

  .sm\:border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0);
  }

  .sm\:border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1);
  }

  .sm\:border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1);
  }

  .sm\:border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15);
  }

  .sm\:border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2);
  }

  .sm\:border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25);
  }

  .sm\:border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3);
  }

  .sm\:border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35);
  }

  .sm\:border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4);
  }

  .sm\:border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45);
  }

  .sm\:border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05);
  }

  .sm\:border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5);
  }

  .sm\:border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55);
  }

  .sm\:border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6);
  }

  .sm\:border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65);
  }

  .sm\:border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7);
  }

  .sm\:border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75);
  }

  .sm\:border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8);
  }

  .sm\:border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85);
  }

  .sm\:border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9);
  }

  .sm\:border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95);
  }

  .sm\:border-souqh-orange {
    --tw-border-opacity: 1;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  }

  .sm\:border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0);
  }

  .sm\:border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1);
  }

  .sm\:border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1);
  }

  .sm\:border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15);
  }

  .sm\:border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2);
  }

  .sm\:border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25);
  }

  .sm\:border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3);
  }

  .sm\:border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35);
  }

  .sm\:border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4);
  }

  .sm\:border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45);
  }

  .sm\:border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05);
  }

  .sm\:border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5);
  }

  .sm\:border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55);
  }

  .sm\:border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6);
  }

  .sm\:border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65);
  }

  .sm\:border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7);
  }

  .sm\:border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75);
  }

  .sm\:border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8);
  }

  .sm\:border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85);
  }

  .sm\:border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9);
  }

  .sm\:border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95);
  }

  .sm\:border-sparrow-blue {
    --tw-border-opacity: 1;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  }

  .sm\:border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0);
  }

  .sm\:border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1);
  }

  .sm\:border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1);
  }

  .sm\:border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15);
  }

  .sm\:border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2);
  }

  .sm\:border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25);
  }

  .sm\:border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3);
  }

  .sm\:border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35);
  }

  .sm\:border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4);
  }

  .sm\:border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45);
  }

  .sm\:border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05);
  }

  .sm\:border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5);
  }

  .sm\:border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55);
  }

  .sm\:border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6);
  }

  .sm\:border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65);
  }

  .sm\:border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7);
  }

  .sm\:border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75);
  }

  .sm\:border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8);
  }

  .sm\:border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85);
  }

  .sm\:border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9);
  }

  .sm\:border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
  }

  .sm\:border-yellow\/0 {
    border-color: rgb(255 244 182 / 0);
  }

  .sm\:border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1);
  }

  .sm\:border-yellow\/100 {
    border-color: rgb(255 244 182 / 1);
  }

  .sm\:border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15);
  }

  .sm\:border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2);
  }

  .sm\:border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25);
  }

  .sm\:border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3);
  }

  .sm\:border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35);
  }

  .sm\:border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4);
  }

  .sm\:border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45);
  }

  .sm\:border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05);
  }

  .sm\:border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5);
  }

  .sm\:border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55);
  }

  .sm\:border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6);
  }

  .sm\:border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65);
  }

  .sm\:border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7);
  }

  .sm\:border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75);
  }

  .sm\:border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8);
  }

  .sm\:border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85);
  }

  .sm\:border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9);
  }

  .sm\:border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95);
  }

  .sm\:\!bg-aha-pink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0) !important;
  }

  .sm\:\!bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1) !important;
  }

  .sm\:\!bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1) !important;
  }

  .sm\:\!bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15) !important;
  }

  .sm\:\!bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2) !important;
  }

  .sm\:\!bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25) !important;
  }

  .sm\:\!bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3) !important;
  }

  .sm\:\!bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35) !important;
  }

  .sm\:\!bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4) !important;
  }

  .sm\:\!bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45) !important;
  }

  .sm\:\!bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05) !important;
  }

  .sm\:\!bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5) !important;
  }

  .sm\:\!bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55) !important;
  }

  .sm\:\!bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6) !important;
  }

  .sm\:\!bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65) !important;
  }

  .sm\:\!bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7) !important;
  }

  .sm\:\!bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75) !important;
  }

  .sm\:\!bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8) !important;
  }

  .sm\:\!bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85) !important;
  }

  .sm\:\!bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9) !important;
  }

  .sm\:\!bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95) !important;
  }

  .sm\:\!bg-borrowell-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0) !important;
  }

  .sm\:\!bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1) !important;
  }

  .sm\:\!bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1) !important;
  }

  .sm\:\!bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15) !important;
  }

  .sm\:\!bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2) !important;
  }

  .sm\:\!bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25) !important;
  }

  .sm\:\!bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3) !important;
  }

  .sm\:\!bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35) !important;
  }

  .sm\:\!bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4) !important;
  }

  .sm\:\!bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45) !important;
  }

  .sm\:\!bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05) !important;
  }

  .sm\:\!bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5) !important;
  }

  .sm\:\!bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55) !important;
  }

  .sm\:\!bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6) !important;
  }

  .sm\:\!bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65) !important;
  }

  .sm\:\!bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7) !important;
  }

  .sm\:\!bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75) !important;
  }

  .sm\:\!bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8) !important;
  }

  .sm\:\!bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85) !important;
  }

  .sm\:\!bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9) !important;
  }

  .sm\:\!bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95) !important;
  }

  .sm\:\!bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0) !important;
  }

  .sm\:\!bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1) !important;
  }

  .sm\:\!bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1) !important;
  }

  .sm\:\!bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15) !important;
  }

  .sm\:\!bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2) !important;
  }

  .sm\:\!bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25) !important;
  }

  .sm\:\!bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3) !important;
  }

  .sm\:\!bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35) !important;
  }

  .sm\:\!bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4) !important;
  }

  .sm\:\!bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45) !important;
  }

  .sm\:\!bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05) !important;
  }

  .sm\:\!bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5) !important;
  }

  .sm\:\!bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55) !important;
  }

  .sm\:\!bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6) !important;
  }

  .sm\:\!bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65) !important;
  }

  .sm\:\!bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7) !important;
  }

  .sm\:\!bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75) !important;
  }

  .sm\:\!bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8) !important;
  }

  .sm\:\!bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85) !important;
  }

  .sm\:\!bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9) !important;
  }

  .sm\:\!bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95) !important;
  }

  .sm\:\!bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-grey\/0 {
    background-color: rgb(56 61 65 / 0) !important;
  }

  .sm\:\!bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1) !important;
  }

  .sm\:\!bg-grey\/100 {
    background-color: rgb(56 61 65 / 1) !important;
  }

  .sm\:\!bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15) !important;
  }

  .sm\:\!bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2) !important;
  }

  .sm\:\!bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25) !important;
  }

  .sm\:\!bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3) !important;
  }

  .sm\:\!bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35) !important;
  }

  .sm\:\!bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4) !important;
  }

  .sm\:\!bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45) !important;
  }

  .sm\:\!bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05) !important;
  }

  .sm\:\!bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5) !important;
  }

  .sm\:\!bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55) !important;
  }

  .sm\:\!bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6) !important;
  }

  .sm\:\!bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65) !important;
  }

  .sm\:\!bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7) !important;
  }

  .sm\:\!bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75) !important;
  }

  .sm\:\!bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8) !important;
  }

  .sm\:\!bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85) !important;
  }

  .sm\:\!bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9) !important;
  }

  .sm\:\!bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95) !important;
  }

  .sm\:\!bg-light-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0) !important;
  }

  .sm\:\!bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1) !important;
  }

  .sm\:\!bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1) !important;
  }

  .sm\:\!bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15) !important;
  }

  .sm\:\!bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2) !important;
  }

  .sm\:\!bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25) !important;
  }

  .sm\:\!bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3) !important;
  }

  .sm\:\!bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35) !important;
  }

  .sm\:\!bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4) !important;
  }

  .sm\:\!bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45) !important;
  }

  .sm\:\!bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05) !important;
  }

  .sm\:\!bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5) !important;
  }

  .sm\:\!bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55) !important;
  }

  .sm\:\!bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6) !important;
  }

  .sm\:\!bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65) !important;
  }

  .sm\:\!bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7) !important;
  }

  .sm\:\!bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75) !important;
  }

  .sm\:\!bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8) !important;
  }

  .sm\:\!bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85) !important;
  }

  .sm\:\!bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9) !important;
  }

  .sm\:\!bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95) !important;
  }

  .sm\:\!bg-light-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0) !important;
  }

  .sm\:\!bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1) !important;
  }

  .sm\:\!bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1) !important;
  }

  .sm\:\!bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15) !important;
  }

  .sm\:\!bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2) !important;
  }

  .sm\:\!bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25) !important;
  }

  .sm\:\!bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3) !important;
  }

  .sm\:\!bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35) !important;
  }

  .sm\:\!bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4) !important;
  }

  .sm\:\!bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45) !important;
  }

  .sm\:\!bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05) !important;
  }

  .sm\:\!bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5) !important;
  }

  .sm\:\!bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55) !important;
  }

  .sm\:\!bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6) !important;
  }

  .sm\:\!bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65) !important;
  }

  .sm\:\!bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7) !important;
  }

  .sm\:\!bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75) !important;
  }

  .sm\:\!bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8) !important;
  }

  .sm\:\!bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85) !important;
  }

  .sm\:\!bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9) !important;
  }

  .sm\:\!bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95) !important;
  }

  .sm\:\!bg-light-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0) !important;
  }

  .sm\:\!bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1) !important;
  }

  .sm\:\!bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1) !important;
  }

  .sm\:\!bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15) !important;
  }

  .sm\:\!bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2) !important;
  }

  .sm\:\!bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25) !important;
  }

  .sm\:\!bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3) !important;
  }

  .sm\:\!bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35) !important;
  }

  .sm\:\!bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4) !important;
  }

  .sm\:\!bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45) !important;
  }

  .sm\:\!bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05) !important;
  }

  .sm\:\!bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5) !important;
  }

  .sm\:\!bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55) !important;
  }

  .sm\:\!bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6) !important;
  }

  .sm\:\!bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65) !important;
  }

  .sm\:\!bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7) !important;
  }

  .sm\:\!bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75) !important;
  }

  .sm\:\!bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8) !important;
  }

  .sm\:\!bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85) !important;
  }

  .sm\:\!bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9) !important;
  }

  .sm\:\!bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95) !important;
  }

  .sm\:\!bg-light-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0) !important;
  }

  .sm\:\!bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1) !important;
  }

  .sm\:\!bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1) !important;
  }

  .sm\:\!bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15) !important;
  }

  .sm\:\!bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2) !important;
  }

  .sm\:\!bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25) !important;
  }

  .sm\:\!bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3) !important;
  }

  .sm\:\!bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35) !important;
  }

  .sm\:\!bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4) !important;
  }

  .sm\:\!bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45) !important;
  }

  .sm\:\!bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05) !important;
  }

  .sm\:\!bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5) !important;
  }

  .sm\:\!bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55) !important;
  }

  .sm\:\!bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6) !important;
  }

  .sm\:\!bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65) !important;
  }

  .sm\:\!bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7) !important;
  }

  .sm\:\!bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75) !important;
  }

  .sm\:\!bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8) !important;
  }

  .sm\:\!bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85) !important;
  }

  .sm\:\!bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9) !important;
  }

  .sm\:\!bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95) !important;
  }

  .sm\:\!bg-scotial-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0) !important;
  }

  .sm\:\!bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1) !important;
  }

  .sm\:\!bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1) !important;
  }

  .sm\:\!bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15) !important;
  }

  .sm\:\!bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2) !important;
  }

  .sm\:\!bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25) !important;
  }

  .sm\:\!bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3) !important;
  }

  .sm\:\!bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35) !important;
  }

  .sm\:\!bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4) !important;
  }

  .sm\:\!bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45) !important;
  }

  .sm\:\!bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05) !important;
  }

  .sm\:\!bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5) !important;
  }

  .sm\:\!bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55) !important;
  }

  .sm\:\!bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6) !important;
  }

  .sm\:\!bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65) !important;
  }

  .sm\:\!bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7) !important;
  }

  .sm\:\!bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75) !important;
  }

  .sm\:\!bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8) !important;
  }

  .sm\:\!bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85) !important;
  }

  .sm\:\!bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9) !important;
  }

  .sm\:\!bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95) !important;
  }

  .sm\:\!bg-souqh-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0) !important;
  }

  .sm\:\!bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1) !important;
  }

  .sm\:\!bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1) !important;
  }

  .sm\:\!bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15) !important;
  }

  .sm\:\!bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2) !important;
  }

  .sm\:\!bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25) !important;
  }

  .sm\:\!bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3) !important;
  }

  .sm\:\!bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35) !important;
  }

  .sm\:\!bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4) !important;
  }

  .sm\:\!bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45) !important;
  }

  .sm\:\!bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05) !important;
  }

  .sm\:\!bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5) !important;
  }

  .sm\:\!bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55) !important;
  }

  .sm\:\!bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6) !important;
  }

  .sm\:\!bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65) !important;
  }

  .sm\:\!bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7) !important;
  }

  .sm\:\!bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75) !important;
  }

  .sm\:\!bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8) !important;
  }

  .sm\:\!bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85) !important;
  }

  .sm\:\!bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9) !important;
  }

  .sm\:\!bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95) !important;
  }

  .sm\:\!bg-sparrow-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0) !important;
  }

  .sm\:\!bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1) !important;
  }

  .sm\:\!bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1) !important;
  }

  .sm\:\!bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15) !important;
  }

  .sm\:\!bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2) !important;
  }

  .sm\:\!bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25) !important;
  }

  .sm\:\!bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3) !important;
  }

  .sm\:\!bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35) !important;
  }

  .sm\:\!bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4) !important;
  }

  .sm\:\!bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45) !important;
  }

  .sm\:\!bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05) !important;
  }

  .sm\:\!bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5) !important;
  }

  .sm\:\!bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55) !important;
  }

  .sm\:\!bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6) !important;
  }

  .sm\:\!bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65) !important;
  }

  .sm\:\!bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7) !important;
  }

  .sm\:\!bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75) !important;
  }

  .sm\:\!bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8) !important;
  }

  .sm\:\!bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85) !important;
  }

  .sm\:\!bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9) !important;
  }

  .sm\:\!bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95) !important;
  }

  .sm\:\!bg-transparent {
    background-color: transparent !important;
  }

  .sm\:\!bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0) !important;
  }

  .sm\:\!bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
  }

  .sm\:\!bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1) !important;
  }

  .sm\:\!bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15) !important;
  }

  .sm\:\!bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .sm\:\!bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25) !important;
  }

  .sm\:\!bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3) !important;
  }

  .sm\:\!bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35) !important;
  }

  .sm\:\!bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
  }

  .sm\:\!bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45) !important;
  }

  .sm\:\!bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
  }

  .sm\:\!bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
  }

  .sm\:\!bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55) !important;
  }

  .sm\:\!bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6) !important;
  }

  .sm\:\!bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65) !important;
  }

  .sm\:\!bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7) !important;
  }

  .sm\:\!bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75) !important;
  }

  .sm\:\!bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .sm\:\!bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85) !important;
  }

  .sm\:\!bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .sm\:\!bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95) !important;
  }

  .sm\:\!bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
  }

  .sm\:\!bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0) !important;
  }

  .sm\:\!bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1) !important;
  }

  .sm\:\!bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1) !important;
  }

  .sm\:\!bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15) !important;
  }

  .sm\:\!bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2) !important;
  }

  .sm\:\!bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25) !important;
  }

  .sm\:\!bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3) !important;
  }

  .sm\:\!bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35) !important;
  }

  .sm\:\!bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4) !important;
  }

  .sm\:\!bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45) !important;
  }

  .sm\:\!bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05) !important;
  }

  .sm\:\!bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5) !important;
  }

  .sm\:\!bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55) !important;
  }

  .sm\:\!bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6) !important;
  }

  .sm\:\!bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65) !important;
  }

  .sm\:\!bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7) !important;
  }

  .sm\:\!bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75) !important;
  }

  .sm\:\!bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8) !important;
  }

  .sm\:\!bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85) !important;
  }

  .sm\:\!bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9) !important;
  }

  .sm\:\!bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95) !important;
  }

  .sm\:bg-aha-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0);
  }

  .sm\:bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1);
  }

  .sm\:bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1);
  }

  .sm\:bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15);
  }

  .sm\:bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2);
  }

  .sm\:bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25);
  }

  .sm\:bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3);
  }

  .sm\:bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35);
  }

  .sm\:bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4);
  }

  .sm\:bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45);
  }

  .sm\:bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05);
  }

  .sm\:bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5);
  }

  .sm\:bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55);
  }

  .sm\:bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6);
  }

  .sm\:bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65);
  }

  .sm\:bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7);
  }

  .sm\:bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75);
  }

  .sm\:bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8);
  }

  .sm\:bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85);
  }

  .sm\:bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9);
  }

  .sm\:bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95);
  }

  .sm\:bg-borrowell-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0);
  }

  .sm\:bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1);
  }

  .sm\:bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1);
  }

  .sm\:bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15);
  }

  .sm\:bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2);
  }

  .sm\:bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25);
  }

  .sm\:bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3);
  }

  .sm\:bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35);
  }

  .sm\:bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4);
  }

  .sm\:bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45);
  }

  .sm\:bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05);
  }

  .sm\:bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5);
  }

  .sm\:bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55);
  }

  .sm\:bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6);
  }

  .sm\:bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65);
  }

  .sm\:bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7);
  }

  .sm\:bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75);
  }

  .sm\:bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8);
  }

  .sm\:bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85);
  }

  .sm\:bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9);
  }

  .sm\:bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95);
  }

  .sm\:bg-brand-red {
    --tw-bg-opacity: 1;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0);
  }

  .sm\:bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1);
  }

  .sm\:bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1);
  }

  .sm\:bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15);
  }

  .sm\:bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2);
  }

  .sm\:bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25);
  }

  .sm\:bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3);
  }

  .sm\:bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35);
  }

  .sm\:bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4);
  }

  .sm\:bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45);
  }

  .sm\:bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05);
  }

  .sm\:bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5);
  }

  .sm\:bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55);
  }

  .sm\:bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6);
  }

  .sm\:bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65);
  }

  .sm\:bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7);
  }

  .sm\:bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75);
  }

  .sm\:bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8);
  }

  .sm\:bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85);
  }

  .sm\:bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9);
  }

  .sm\:bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95);
  }

  .sm\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-grey\/0 {
    background-color: rgb(56 61 65 / 0);
  }

  .sm\:bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1);
  }

  .sm\:bg-grey\/100 {
    background-color: rgb(56 61 65 / 1);
  }

  .sm\:bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15);
  }

  .sm\:bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2);
  }

  .sm\:bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25);
  }

  .sm\:bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3);
  }

  .sm\:bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35);
  }

  .sm\:bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4);
  }

  .sm\:bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45);
  }

  .sm\:bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05);
  }

  .sm\:bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5);
  }

  .sm\:bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55);
  }

  .sm\:bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6);
  }

  .sm\:bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65);
  }

  .sm\:bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7);
  }

  .sm\:bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75);
  }

  .sm\:bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8);
  }

  .sm\:bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85);
  }

  .sm\:bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9);
  }

  .sm\:bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95);
  }

  .sm\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0);
  }

  .sm\:bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1);
  }

  .sm\:bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1);
  }

  .sm\:bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15);
  }

  .sm\:bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2);
  }

  .sm\:bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25);
  }

  .sm\:bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3);
  }

  .sm\:bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35);
  }

  .sm\:bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4);
  }

  .sm\:bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45);
  }

  .sm\:bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05);
  }

  .sm\:bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5);
  }

  .sm\:bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55);
  }

  .sm\:bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6);
  }

  .sm\:bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65);
  }

  .sm\:bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7);
  }

  .sm\:bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75);
  }

  .sm\:bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8);
  }

  .sm\:bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85);
  }

  .sm\:bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9);
  }

  .sm\:bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95);
  }

  .sm\:bg-light-green {
    --tw-bg-opacity: 1;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0);
  }

  .sm\:bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1);
  }

  .sm\:bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1);
  }

  .sm\:bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15);
  }

  .sm\:bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2);
  }

  .sm\:bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25);
  }

  .sm\:bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3);
  }

  .sm\:bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35);
  }

  .sm\:bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4);
  }

  .sm\:bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45);
  }

  .sm\:bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05);
  }

  .sm\:bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5);
  }

  .sm\:bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55);
  }

  .sm\:bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6);
  }

  .sm\:bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65);
  }

  .sm\:bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7);
  }

  .sm\:bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75);
  }

  .sm\:bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8);
  }

  .sm\:bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85);
  }

  .sm\:bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9);
  }

  .sm\:bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95);
  }

  .sm\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0);
  }

  .sm\:bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1);
  }

  .sm\:bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1);
  }

  .sm\:bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15);
  }

  .sm\:bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2);
  }

  .sm\:bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25);
  }

  .sm\:bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3);
  }

  .sm\:bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35);
  }

  .sm\:bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4);
  }

  .sm\:bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45);
  }

  .sm\:bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05);
  }

  .sm\:bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5);
  }

  .sm\:bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55);
  }

  .sm\:bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6);
  }

  .sm\:bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65);
  }

  .sm\:bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7);
  }

  .sm\:bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75);
  }

  .sm\:bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8);
  }

  .sm\:bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85);
  }

  .sm\:bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9);
  }

  .sm\:bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95);
  }

  .sm\:bg-light-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0);
  }

  .sm\:bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1);
  }

  .sm\:bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1);
  }

  .sm\:bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15);
  }

  .sm\:bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2);
  }

  .sm\:bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25);
  }

  .sm\:bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3);
  }

  .sm\:bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35);
  }

  .sm\:bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4);
  }

  .sm\:bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45);
  }

  .sm\:bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05);
  }

  .sm\:bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5);
  }

  .sm\:bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55);
  }

  .sm\:bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6);
  }

  .sm\:bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65);
  }

  .sm\:bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7);
  }

  .sm\:bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75);
  }

  .sm\:bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8);
  }

  .sm\:bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85);
  }

  .sm\:bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9);
  }

  .sm\:bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95);
  }

  .sm\:bg-scotial-red {
    --tw-bg-opacity: 1;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0);
  }

  .sm\:bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1);
  }

  .sm\:bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1);
  }

  .sm\:bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15);
  }

  .sm\:bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2);
  }

  .sm\:bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25);
  }

  .sm\:bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3);
  }

  .sm\:bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35);
  }

  .sm\:bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4);
  }

  .sm\:bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45);
  }

  .sm\:bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05);
  }

  .sm\:bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5);
  }

  .sm\:bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55);
  }

  .sm\:bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6);
  }

  .sm\:bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65);
  }

  .sm\:bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7);
  }

  .sm\:bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75);
  }

  .sm\:bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8);
  }

  .sm\:bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85);
  }

  .sm\:bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9);
  }

  .sm\:bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95);
  }

  .sm\:bg-souqh-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0);
  }

  .sm\:bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1);
  }

  .sm\:bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1);
  }

  .sm\:bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15);
  }

  .sm\:bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2);
  }

  .sm\:bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25);
  }

  .sm\:bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3);
  }

  .sm\:bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35);
  }

  .sm\:bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4);
  }

  .sm\:bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45);
  }

  .sm\:bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05);
  }

  .sm\:bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5);
  }

  .sm\:bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55);
  }

  .sm\:bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6);
  }

  .sm\:bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65);
  }

  .sm\:bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7);
  }

  .sm\:bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75);
  }

  .sm\:bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8);
  }

  .sm\:bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85);
  }

  .sm\:bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9);
  }

  .sm\:bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95);
  }

  .sm\:bg-sparrow-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0);
  }

  .sm\:bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1);
  }

  .sm\:bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1);
  }

  .sm\:bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15);
  }

  .sm\:bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2);
  }

  .sm\:bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25);
  }

  .sm\:bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3);
  }

  .sm\:bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35);
  }

  .sm\:bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4);
  }

  .sm\:bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45);
  }

  .sm\:bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05);
  }

  .sm\:bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5);
  }

  .sm\:bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55);
  }

  .sm\:bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6);
  }

  .sm\:bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65);
  }

  .sm\:bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7);
  }

  .sm\:bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75);
  }

  .sm\:bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8);
  }

  .sm\:bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85);
  }

  .sm\:bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9);
  }

  .sm\:bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95);
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0);
  }

  .sm\:bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1);
  }

  .sm\:bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1);
  }

  .sm\:bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15);
  }

  .sm\:bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2);
  }

  .sm\:bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25);
  }

  .sm\:bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3);
  }

  .sm\:bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35);
  }

  .sm\:bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4);
  }

  .sm\:bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45);
  }

  .sm\:bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05);
  }

  .sm\:bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5);
  }

  .sm\:bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55);
  }

  .sm\:bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6);
  }

  .sm\:bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65);
  }

  .sm\:bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7);
  }

  .sm\:bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75);
  }

  .sm\:bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8);
  }

  .sm\:bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85);
  }

  .sm\:bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9);
  }

  .sm\:bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95);
  }

  .sm\:\!bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
  }

  .sm\:bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:\!object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:\!object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:\!object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:\!p-0 {
    padding: 0px !important;
  }

  .sm\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .sm\:\!p-10 {
    padding: 2.5rem !important;
  }

  .sm\:\!p-12 {
    padding: 3rem !important;
  }

  .sm\:\!p-2 {
    padding: 0.5rem !important;
  }

  .sm\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .sm\:\!p-20 {
    padding: 5rem !important;
  }

  .sm\:\!p-24 {
    padding: 6rem !important;
  }

  .sm\:\!p-28 {
    padding: 7rem !important;
  }

  .sm\:\!p-4 {
    padding: 1rem !important;
  }

  .sm\:\!p-40 {
    padding: 10rem !important;
  }

  .sm\:\!p-44 {
    padding: 11rem !important;
  }

  .sm\:\!p-48 {
    padding: 12rem !important;
  }

  .sm\:\!p-5 {
    padding: 1.25rem !important;
  }

  .sm\:\!p-52 {
    padding: 13rem !important;
  }

  .sm\:\!p-56 {
    padding: 14rem !important;
  }

  .sm\:\!p-6 {
    padding: 1.5rem !important;
  }

  .sm\:\!p-60 {
    padding: 15rem !important;
  }

  .sm\:\!p-64 {
    padding: 16rem !important;
  }

  .sm\:\!p-7 {
    padding: 1.75rem !important;
  }

  .sm\:\!p-72 {
    padding: 18rem !important;
  }

  .sm\:\!p-8 {
    padding: 2rem !important;
  }

  .sm\:\!p-80 {
    padding: 20rem !important;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .sm\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:\!pl-0 {
    padding-left: 0px !important;
  }

  .sm\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .sm\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .sm\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .sm\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .sm\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .sm\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .sm\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .sm\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .sm\:\!pr-0 {
    padding-right: 0px !important;
  }

  .sm\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .sm\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .sm\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .sm\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .sm\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .sm\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .sm\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .sm\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

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

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

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

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:\!shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:\!shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:\!shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:\!shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

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

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

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

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

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

  .sm\:\!drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:\!drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

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

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

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

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

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

  .sm\:\!grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:\!backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

@media (min-width: 720px) {

  .md\:sticky {
    position: sticky;
  }

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

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

  .md\:\!-top-10 {
    top: -2.5rem !important;
  }

  .md\:\!-top-12 {
    top: -3rem !important;
  }

  .md\:\!-top-2 {
    top: -0.5rem !important;
  }

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

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

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

  .md\:\!-top-20 {
    top: -5rem !important;
  }

  .md\:\!-top-24 {
    top: -6rem !important;
  }

  .md\:\!-top-28 {
    top: -7rem !important;
  }

  .md\:\!-top-4 {
    top: -1rem !important;
  }

  .md\:\!-top-40 {
    top: -10rem !important;
  }

  .md\:\!-top-44 {
    top: -11rem !important;
  }

  .md\:\!-top-48 {
    top: -12rem !important;
  }

  .md\:\!-top-5 {
    top: -1.25rem !important;
  }

  .md\:\!-top-52 {
    top: -13rem !important;
  }

  .md\:\!-top-56 {
    top: -14rem !important;
  }

  .md\:\!-top-6 {
    top: -1.5rem !important;
  }

  .md\:\!-top-60 {
    top: -15rem !important;
  }

  .md\:\!-top-64 {
    top: -16rem !important;
  }

  .md\:\!-top-7 {
    top: -1.75rem !important;
  }

  .md\:\!-top-72 {
    top: -18rem !important;
  }

  .md\:\!-top-8 {
    top: -2rem !important;
  }

  .md\:\!-top-80 {
    top: -20rem !important;
  }

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

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

  .md\:\!top-10 {
    top: 2.5rem !important;
  }

  .md\:\!top-12 {
    top: 3rem !important;
  }

  .md\:\!top-2 {
    top: 0.5rem !important;
  }

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

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

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

  .md\:\!top-20 {
    top: 5rem !important;
  }

  .md\:\!top-24 {
    top: 6rem !important;
  }

  .md\:\!top-28 {
    top: 7rem !important;
  }

  .md\:\!top-4 {
    top: 1rem !important;
  }

  .md\:\!top-40 {
    top: 10rem !important;
  }

  .md\:\!top-44 {
    top: 11rem !important;
  }

  .md\:\!top-48 {
    top: 12rem !important;
  }

  .md\:\!top-5 {
    top: 1.25rem !important;
  }

  .md\:\!top-52 {
    top: 13rem !important;
  }

  .md\:\!top-56 {
    top: 14rem !important;
  }

  .md\:\!top-6 {
    top: 1.5rem !important;
  }

  .md\:\!top-60 {
    top: 15rem !important;
  }

  .md\:\!top-64 {
    top: 16rem !important;
  }

  .md\:\!top-7 {
    top: 1.75rem !important;
  }

  .md\:\!top-72 {
    top: 18rem !important;
  }

  .md\:\!top-8 {
    top: 2rem !important;
  }

  .md\:\!top-80 {
    top: 20rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:\!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:\!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:\!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:\!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

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

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

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

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

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

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

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

  .md\:\!row-auto {
    grid-row: auto !important;
  }

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

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:\!line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .md\:\!line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .md\:\!line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .md\:\!line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .md\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .md\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!h-2xl {
    height: 42rem !important;
  }

  .md\:\!h-2xs {
    height: 16rem !important;
  }

  .md\:\!h-3xl {
    height: 48rem !important;
  }

  .md\:\!h-full {
    height: 100% !important;
  }

  .md\:\!h-lg {
    height: 32rem !important;
  }

  .md\:\!h-md {
    height: 28rem !important;
  }

  .md\:\!h-sm {
    height: 24rem !important;
  }

  .md\:\!h-xl {
    height: 36rem !important;
  }

  .md\:\!h-xs {
    height: 20rem !important;
  }

  .md\:h-2xl {
    height: 42rem;
  }

  .md\:h-2xs {
    height: 16rem;
  }

  .md\:h-3xl {
    height: 48rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-\[160px\] {
    height: 160px;
  }

  .md\:h-\[420px\] {
    height: 420px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-lg {
    height: 32rem;
  }

  .md\:h-md {
    height: 28rem;
  }

  .md\:h-sm {
    height: 24rem;
  }

  .md\:h-xl {
    height: 36rem;
  }

  .md\:h-xs {
    height: 20rem;
  }

  .md\:\!max-h-2xl {
    max-height: 42rem !important;
  }

  .md\:\!max-h-2xs {
    max-height: 16rem !important;
  }

  .md\:\!max-h-3xl {
    max-height: 48rem !important;
  }

  .md\:\!max-h-full {
    max-height: 100% !important;
  }

  .md\:\!max-h-lg {
    max-height: 32rem !important;
  }

  .md\:\!max-h-md {
    max-height: 28rem !important;
  }

  .md\:\!max-h-sm {
    max-height: 24rem !important;
  }

  .md\:\!max-h-xl {
    max-height: 36rem !important;
  }

  .md\:\!max-h-xs {
    max-height: 20rem !important;
  }

  .md\:max-h-2xl {
    max-height: 42rem;
  }

  .md\:max-h-2xs {
    max-height: 16rem;
  }

  .md\:max-h-3xl {
    max-height: 48rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-lg {
    max-height: 32rem;
  }

  .md\:max-h-md {
    max-height: 28rem;
  }

  .md\:max-h-sm {
    max-height: 24rem;
  }

  .md\:max-h-xl {
    max-height: 36rem;
  }

  .md\:max-h-xs {
    max-height: 20rem;
  }

  .md\:\!min-h-2xl {
    min-height: 42rem !important;
  }

  .md\:\!min-h-2xs {
    min-height: 16rem !important;
  }

  .md\:\!min-h-3xl {
    min-height: 48rem !important;
  }

  .md\:\!min-h-full {
    min-height: 100% !important;
  }

  .md\:\!min-h-lg {
    min-height: 32rem !important;
  }

  .md\:\!min-h-md {
    min-height: 28rem !important;
  }

  .md\:\!min-h-sm {
    min-height: 24rem !important;
  }

  .md\:\!min-h-xl {
    min-height: 36rem !important;
  }

  .md\:\!min-h-xs {
    min-height: 20rem !important;
  }

  .md\:min-h-2xl {
    min-height: 42rem;
  }

  .md\:min-h-2xs {
    min-height: 16rem;
  }

  .md\:min-h-3xl {
    min-height: 48rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-lg {
    min-height: 32rem;
  }

  .md\:min-h-md {
    min-height: 28rem;
  }

  .md\:min-h-sm {
    min-height: 24rem;
  }

  .md\:min-h-xl {
    min-height: 36rem;
  }

  .md\:min-h-xs {
    min-height: 20rem;
  }

  .md\:\!w-1\/2 {
    width: 50% !important;
  }

  .md\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:\!w-1\/4 {
    width: 25% !important;
  }

  .md\:\!w-1\/5 {
    width: 20% !important;
  }

  .md\:\!w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:\!w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:\!w-2\/4 {
    width: 50% !important;
  }

  .md\:\!w-2\/5 {
    width: 40% !important;
  }

  .md\:\!w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:\!w-2xl {
    width: 42rem !important;
  }

  .md\:\!w-2xs {
    width: 16rem !important;
  }

  .md\:\!w-3\/4 {
    width: 75% !important;
  }

  .md\:\!w-3\/5 {
    width: 60% !important;
  }

  .md\:\!w-3\/6 {
    width: 50% !important;
  }

  .md\:\!w-3xl {
    width: 48rem !important;
  }

  .md\:\!w-4\/5 {
    width: 80% !important;
  }

  .md\:\!w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:\!w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:\!w-auto {
    width: auto !important;
  }

  .md\:\!w-full {
    width: 100% !important;
  }

  .md\:\!w-lg {
    width: 32rem !important;
  }

  .md\:\!w-md {
    width: 28rem !important;
  }

  .md\:\!w-sm {
    width: 24rem !important;
  }

  .md\:\!w-xl {
    width: 36rem !important;
  }

  .md\:\!w-xs {
    width: 20rem !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-2xl {
    width: 42rem;
  }

  .md\:w-2xs {
    width: 16rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-3xl {
    width: 48rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-\[215px\] {
    width: 215px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-lg {
    width: 32rem;
  }

  .md\:w-md {
    width: 28rem;
  }

  .md\:w-sm {
    width: 24rem;
  }

  .md\:w-xl {
    width: 36rem;
  }

  .md\:w-xs {
    width: 20rem;
  }

  .md\:\!min-w-2xl {
    min-width: 42rem !important;
  }

  .md\:\!min-w-2xs {
    min-width: 16rem !important;
  }

  .md\:\!min-w-3xl {
    min-width: 48rem !important;
  }

  .md\:\!min-w-full {
    min-width: 100% !important;
  }

  .md\:\!min-w-lg {
    min-width: 32rem !important;
  }

  .md\:\!min-w-md {
    min-width: 28rem !important;
  }

  .md\:\!min-w-sm {
    min-width: 24rem !important;
  }

  .md\:\!min-w-xl {
    min-width: 36rem !important;
  }

  .md\:\!min-w-xs {
    min-width: 20rem !important;
  }

  .md\:min-w-2xl {
    min-width: 42rem;
  }

  .md\:min-w-2xs {
    min-width: 16rem;
  }

  .md\:min-w-3xl {
    min-width: 48rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-lg {
    min-width: 32rem;
  }

  .md\:min-w-md {
    min-width: 28rem;
  }

  .md\:min-w-sm {
    min-width: 24rem;
  }

  .md\:min-w-xl {
    min-width: 36rem;
  }

  .md\:min-w-xs {
    min-width: 20rem;
  }

  .md\:\!max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:\!max-w-2xs {
    max-width: 16rem !important;
  }

  .md\:\!max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:\!max-w-full {
    max-width: 100% !important;
  }

  .md\:\!max-w-lg {
    max-width: 32rem !important;
  }

  .md\:\!max-w-md {
    max-width: 28rem !important;
  }

  .md\:\!max-w-sm {
    max-width: 24rem !important;
  }

  .md\:\!max-w-xl {
    max-width: 36rem !important;
  }

  .md\:\!max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-2xs {
    max-width: 16rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

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

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

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

  .md\:\!scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .md\:\!scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .md\:\!scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .md\:\!scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .md\:\!scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .md\:\!scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .md\:\!scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .md\:\!scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .md\:\!scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .md\:\!scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .md\:\!scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .md\:\!scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .md\:\!scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .md\:\!scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .md\:\!scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .md\:\!scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .md\:\!scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .md\:\!scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .md\:\!scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .md\:\!scroll-p-7 {
    scroll-padding: 1.75rem !important;
  }

  .md\:\!scroll-p-72 {
    scroll-padding: 18rem !important;
  }

  .md\:\!scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .md\:\!scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .md\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .md\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .md\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .md\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .md\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .md\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .md\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .md\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .md\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .md\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .md\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .md\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .md\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .md\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .md\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .md\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .md\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .md\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .md\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .md\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .md\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .md\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .md\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .md\:\!scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .md\:\!scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .md\:\!scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .md\:\!scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .md\:\!scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .md\:\!scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .md\:\!scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .md\:\!scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .md\:\!scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .md\:\!scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .md\:\!scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .md\:\!scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .md\:\!scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .md\:\!scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .md\:\!scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .md\:\!scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .md\:\!scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .md\:\!scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .md\:\!scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .md\:\!scroll-px-7 {
    scroll-padding-left: 1.75rem !important;
    scroll-padding-right: 1.75rem !important;
  }

  .md\:\!scroll-px-72 {
    scroll-padding-left: 18rem !important;
    scroll-padding-right: 18rem !important;
  }

  .md\:\!scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .md\:\!scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .md\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .md\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .md\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .md\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .md\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .md\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .md\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .md\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .md\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .md\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .md\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .md\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .md\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .md\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .md\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .md\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .md\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .md\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .md\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .md\:\!scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .md\:\!scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .md\:\!scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .md\:\!scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .md\:\!scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .md\:\!scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .md\:\!scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .md\:\!scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .md\:\!scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .md\:\!scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .md\:\!scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .md\:\!scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .md\:\!scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .md\:\!scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .md\:\!scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .md\:\!scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .md\:\!scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .md\:\!scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .md\:\!scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .md\:\!scroll-pl-7 {
    scroll-padding-left: 1.75rem !important;
  }

  .md\:\!scroll-pl-72 {
    scroll-padding-left: 18rem !important;
  }

  .md\:\!scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .md\:\!scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .md\:\!scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .md\:\!scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .md\:\!scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .md\:\!scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .md\:\!scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .md\:\!scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .md\:\!scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .md\:\!scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .md\:\!scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .md\:\!scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .md\:\!scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .md\:\!scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .md\:\!scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .md\:\!scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .md\:\!scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .md\:\!scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .md\:\!scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .md\:\!scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .md\:\!scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .md\:\!scroll-pr-7 {
    scroll-padding-right: 1.75rem !important;
  }

  .md\:\!scroll-pr-72 {
    scroll-padding-right: 18rem !important;
  }

  .md\:\!scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .md\:\!scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .md\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .md\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .md\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .md\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .md\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .md\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .md\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .md\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .md\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .md\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .md\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .md\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .md\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .md\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .md\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .md\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .md\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .md\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .md\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .md\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .md\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .md\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .md\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .md\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .md\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .md\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .md\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .md\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .md\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .md\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .md\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .md\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .md\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .md\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .md\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .md\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .md\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .md\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .md\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .md\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .md\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .md\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .md\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .md\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .md\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .md\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .md\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-baseline {
    place-items: baseline;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

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

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:justify-normal {
    justify-content: normal;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

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

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

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:\!gap-0 {
    gap: 0px !important;
  }

  .md\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .md\:\!gap-12 {
    gap: 3rem !important;
  }

  .md\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .md\:\!gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:\!gap-20 {
    gap: 5rem !important;
  }

  .md\:\!gap-24 {
    gap: 6rem !important;
  }

  .md\:\!gap-28 {
    gap: 7rem !important;
  }

  .md\:\!gap-3 {
    gap: 0.75rem !important;
  }

  .md\:\!gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:\!gap-32 {
    gap: 8rem !important;
  }

  .md\:\!gap-36 {
    gap: 9rem !important;
  }

  .md\:\!gap-4 {
    gap: 1rem !important;
  }

  .md\:\!gap-40 {
    gap: 10rem !important;
  }

  .md\:\!gap-44 {
    gap: 11rem !important;
  }

  .md\:\!gap-48 {
    gap: 12rem !important;
  }

  .md\:\!gap-5 {
    gap: 1.25rem !important;
  }

  .md\:\!gap-52 {
    gap: 13rem !important;
  }

  .md\:\!gap-56 {
    gap: 14rem !important;
  }

  .md\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .md\:\!gap-60 {
    gap: 15rem !important;
  }

  .md\:\!gap-64 {
    gap: 16rem !important;
  }

  .md\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .md\:\!gap-72 {
    gap: 18rem !important;
  }

  .md\:\!gap-8 {
    gap: 2rem !important;
  }

  .md\:\!gap-80 {
    gap: 20rem !important;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

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

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-60 {
    row-gap: 15rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:self-baseline {
    align-self: baseline;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:\!rounded-2xl {
    border-radius: 1rem !important;
  }

  .md\:\!rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:\!rounded-cta-left {
    border-radius: 30px 0 0 30px !important;
  }

  .md\:\!rounded-full {
    border-radius: 9999px !important;
  }

  .md\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:\!rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:\!rounded-rd {
    border-radius: 30px !important;
  }

  .md\:\!rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:\!rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-cta-left {
    border-radius: 30px 0 0 30px;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-rd {
    border-radius: 30px;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:\!border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:\!border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:\!border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:\!border-l-0 {
    border-left-width: 0px !important;
  }

  .md\:\!border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:\!border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:\!border-r-0 {
    border-right-width: 0px !important;
  }

  .md\:\!border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:\!border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:\!border-aha-pink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0) !important;
  }

  .md\:\!border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1) !important;
  }

  .md\:\!border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1) !important;
  }

  .md\:\!border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15) !important;
  }

  .md\:\!border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2) !important;
  }

  .md\:\!border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25) !important;
  }

  .md\:\!border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3) !important;
  }

  .md\:\!border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35) !important;
  }

  .md\:\!border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4) !important;
  }

  .md\:\!border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45) !important;
  }

  .md\:\!border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05) !important;
  }

  .md\:\!border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5) !important;
  }

  .md\:\!border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55) !important;
  }

  .md\:\!border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6) !important;
  }

  .md\:\!border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65) !important;
  }

  .md\:\!border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7) !important;
  }

  .md\:\!border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75) !important;
  }

  .md\:\!border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8) !important;
  }

  .md\:\!border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85) !important;
  }

  .md\:\!border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9) !important;
  }

  .md\:\!border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95) !important;
  }

  .md\:\!border-borrowell-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0) !important;
  }

  .md\:\!border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1) !important;
  }

  .md\:\!border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1) !important;
  }

  .md\:\!border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15) !important;
  }

  .md\:\!border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2) !important;
  }

  .md\:\!border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25) !important;
  }

  .md\:\!border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3) !important;
  }

  .md\:\!border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35) !important;
  }

  .md\:\!border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4) !important;
  }

  .md\:\!border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45) !important;
  }

  .md\:\!border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05) !important;
  }

  .md\:\!border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5) !important;
  }

  .md\:\!border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55) !important;
  }

  .md\:\!border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6) !important;
  }

  .md\:\!border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65) !important;
  }

  .md\:\!border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7) !important;
  }

  .md\:\!border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75) !important;
  }

  .md\:\!border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8) !important;
  }

  .md\:\!border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85) !important;
  }

  .md\:\!border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9) !important;
  }

  .md\:\!border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95) !important;
  }

  .md\:\!border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0) !important;
  }

  .md\:\!border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1) !important;
  }

  .md\:\!border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1) !important;
  }

  .md\:\!border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15) !important;
  }

  .md\:\!border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2) !important;
  }

  .md\:\!border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25) !important;
  }

  .md\:\!border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3) !important;
  }

  .md\:\!border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35) !important;
  }

  .md\:\!border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4) !important;
  }

  .md\:\!border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45) !important;
  }

  .md\:\!border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05) !important;
  }

  .md\:\!border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5) !important;
  }

  .md\:\!border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55) !important;
  }

  .md\:\!border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6) !important;
  }

  .md\:\!border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65) !important;
  }

  .md\:\!border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7) !important;
  }

  .md\:\!border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75) !important;
  }

  .md\:\!border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8) !important;
  }

  .md\:\!border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85) !important;
  }

  .md\:\!border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9) !important;
  }

  .md\:\!border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95) !important;
  }

  .md\:\!border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-grey\/0 {
    border-color: rgb(56 61 65 / 0) !important;
  }

  .md\:\!border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1) !important;
  }

  .md\:\!border-grey\/100 {
    border-color: rgb(56 61 65 / 1) !important;
  }

  .md\:\!border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15) !important;
  }

  .md\:\!border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2) !important;
  }

  .md\:\!border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25) !important;
  }

  .md\:\!border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3) !important;
  }

  .md\:\!border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35) !important;
  }

  .md\:\!border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4) !important;
  }

  .md\:\!border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45) !important;
  }

  .md\:\!border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05) !important;
  }

  .md\:\!border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5) !important;
  }

  .md\:\!border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55) !important;
  }

  .md\:\!border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6) !important;
  }

  .md\:\!border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65) !important;
  }

  .md\:\!border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7) !important;
  }

  .md\:\!border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75) !important;
  }

  .md\:\!border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8) !important;
  }

  .md\:\!border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85) !important;
  }

  .md\:\!border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9) !important;
  }

  .md\:\!border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95) !important;
  }

  .md\:\!border-light-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0) !important;
  }

  .md\:\!border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1) !important;
  }

  .md\:\!border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1) !important;
  }

  .md\:\!border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15) !important;
  }

  .md\:\!border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2) !important;
  }

  .md\:\!border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25) !important;
  }

  .md\:\!border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3) !important;
  }

  .md\:\!border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35) !important;
  }

  .md\:\!border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4) !important;
  }

  .md\:\!border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45) !important;
  }

  .md\:\!border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05) !important;
  }

  .md\:\!border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5) !important;
  }

  .md\:\!border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55) !important;
  }

  .md\:\!border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6) !important;
  }

  .md\:\!border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65) !important;
  }

  .md\:\!border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7) !important;
  }

  .md\:\!border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75) !important;
  }

  .md\:\!border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8) !important;
  }

  .md\:\!border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85) !important;
  }

  .md\:\!border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9) !important;
  }

  .md\:\!border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95) !important;
  }

  .md\:\!border-light-green {
    --tw-border-opacity: 1 !important;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-light-green\/0 {
    border-color: rgb(184 241 193 / 0) !important;
  }

  .md\:\!border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1) !important;
  }

  .md\:\!border-light-green\/100 {
    border-color: rgb(184 241 193 / 1) !important;
  }

  .md\:\!border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15) !important;
  }

  .md\:\!border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2) !important;
  }

  .md\:\!border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25) !important;
  }

  .md\:\!border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3) !important;
  }

  .md\:\!border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35) !important;
  }

  .md\:\!border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4) !important;
  }

  .md\:\!border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45) !important;
  }

  .md\:\!border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05) !important;
  }

  .md\:\!border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5) !important;
  }

  .md\:\!border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55) !important;
  }

  .md\:\!border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6) !important;
  }

  .md\:\!border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65) !important;
  }

  .md\:\!border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7) !important;
  }

  .md\:\!border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75) !important;
  }

  .md\:\!border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8) !important;
  }

  .md\:\!border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85) !important;
  }

  .md\:\!border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9) !important;
  }

  .md\:\!border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95) !important;
  }

  .md\:\!border-light-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0) !important;
  }

  .md\:\!border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1) !important;
  }

  .md\:\!border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1) !important;
  }

  .md\:\!border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15) !important;
  }

  .md\:\!border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2) !important;
  }

  .md\:\!border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25) !important;
  }

  .md\:\!border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3) !important;
  }

  .md\:\!border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35) !important;
  }

  .md\:\!border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4) !important;
  }

  .md\:\!border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45) !important;
  }

  .md\:\!border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05) !important;
  }

  .md\:\!border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5) !important;
  }

  .md\:\!border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55) !important;
  }

  .md\:\!border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6) !important;
  }

  .md\:\!border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65) !important;
  }

  .md\:\!border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7) !important;
  }

  .md\:\!border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75) !important;
  }

  .md\:\!border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8) !important;
  }

  .md\:\!border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85) !important;
  }

  .md\:\!border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9) !important;
  }

  .md\:\!border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95) !important;
  }

  .md\:\!border-light-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0) !important;
  }

  .md\:\!border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1) !important;
  }

  .md\:\!border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1) !important;
  }

  .md\:\!border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15) !important;
  }

  .md\:\!border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2) !important;
  }

  .md\:\!border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25) !important;
  }

  .md\:\!border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3) !important;
  }

  .md\:\!border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35) !important;
  }

  .md\:\!border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4) !important;
  }

  .md\:\!border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45) !important;
  }

  .md\:\!border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05) !important;
  }

  .md\:\!border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5) !important;
  }

  .md\:\!border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55) !important;
  }

  .md\:\!border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6) !important;
  }

  .md\:\!border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65) !important;
  }

  .md\:\!border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7) !important;
  }

  .md\:\!border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75) !important;
  }

  .md\:\!border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8) !important;
  }

  .md\:\!border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85) !important;
  }

  .md\:\!border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9) !important;
  }

  .md\:\!border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95) !important;
  }

  .md\:\!border-off-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-off-white\/0 {
    border-color: rgb(232 234 242 / 0) !important;
  }

  .md\:\!border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1) !important;
  }

  .md\:\!border-off-white\/100 {
    border-color: rgb(232 234 242 / 1) !important;
  }

  .md\:\!border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15) !important;
  }

  .md\:\!border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2) !important;
  }

  .md\:\!border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25) !important;
  }

  .md\:\!border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3) !important;
  }

  .md\:\!border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35) !important;
  }

  .md\:\!border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4) !important;
  }

  .md\:\!border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45) !important;
  }

  .md\:\!border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05) !important;
  }

  .md\:\!border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5) !important;
  }

  .md\:\!border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55) !important;
  }

  .md\:\!border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6) !important;
  }

  .md\:\!border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65) !important;
  }

  .md\:\!border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7) !important;
  }

  .md\:\!border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75) !important;
  }

  .md\:\!border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8) !important;
  }

  .md\:\!border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85) !important;
  }

  .md\:\!border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9) !important;
  }

  .md\:\!border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95) !important;
  }

  .md\:\!border-scotial-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0) !important;
  }

  .md\:\!border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1) !important;
  }

  .md\:\!border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1) !important;
  }

  .md\:\!border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15) !important;
  }

  .md\:\!border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2) !important;
  }

  .md\:\!border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25) !important;
  }

  .md\:\!border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3) !important;
  }

  .md\:\!border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35) !important;
  }

  .md\:\!border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4) !important;
  }

  .md\:\!border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45) !important;
  }

  .md\:\!border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05) !important;
  }

  .md\:\!border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5) !important;
  }

  .md\:\!border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55) !important;
  }

  .md\:\!border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6) !important;
  }

  .md\:\!border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65) !important;
  }

  .md\:\!border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7) !important;
  }

  .md\:\!border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75) !important;
  }

  .md\:\!border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8) !important;
  }

  .md\:\!border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85) !important;
  }

  .md\:\!border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9) !important;
  }

  .md\:\!border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95) !important;
  }

  .md\:\!border-souqh-orange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0) !important;
  }

  .md\:\!border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1) !important;
  }

  .md\:\!border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1) !important;
  }

  .md\:\!border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15) !important;
  }

  .md\:\!border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2) !important;
  }

  .md\:\!border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25) !important;
  }

  .md\:\!border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3) !important;
  }

  .md\:\!border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35) !important;
  }

  .md\:\!border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4) !important;
  }

  .md\:\!border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45) !important;
  }

  .md\:\!border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05) !important;
  }

  .md\:\!border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5) !important;
  }

  .md\:\!border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55) !important;
  }

  .md\:\!border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6) !important;
  }

  .md\:\!border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65) !important;
  }

  .md\:\!border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7) !important;
  }

  .md\:\!border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75) !important;
  }

  .md\:\!border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8) !important;
  }

  .md\:\!border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85) !important;
  }

  .md\:\!border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9) !important;
  }

  .md\:\!border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95) !important;
  }

  .md\:\!border-sparrow-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0) !important;
  }

  .md\:\!border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1) !important;
  }

  .md\:\!border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1) !important;
  }

  .md\:\!border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15) !important;
  }

  .md\:\!border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2) !important;
  }

  .md\:\!border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25) !important;
  }

  .md\:\!border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3) !important;
  }

  .md\:\!border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35) !important;
  }

  .md\:\!border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4) !important;
  }

  .md\:\!border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45) !important;
  }

  .md\:\!border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05) !important;
  }

  .md\:\!border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5) !important;
  }

  .md\:\!border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55) !important;
  }

  .md\:\!border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6) !important;
  }

  .md\:\!border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65) !important;
  }

  .md\:\!border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7) !important;
  }

  .md\:\!border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75) !important;
  }

  .md\:\!border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8) !important;
  }

  .md\:\!border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85) !important;
  }

  .md\:\!border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9) !important;
  }

  .md\:\!border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95) !important;
  }

  .md\:\!border-transparent {
    border-color: transparent !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-yellow\/0 {
    border-color: rgb(255 244 182 / 0) !important;
  }

  .md\:\!border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1) !important;
  }

  .md\:\!border-yellow\/100 {
    border-color: rgb(255 244 182 / 1) !important;
  }

  .md\:\!border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15) !important;
  }

  .md\:\!border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2) !important;
  }

  .md\:\!border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25) !important;
  }

  .md\:\!border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3) !important;
  }

  .md\:\!border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35) !important;
  }

  .md\:\!border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4) !important;
  }

  .md\:\!border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45) !important;
  }

  .md\:\!border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05) !important;
  }

  .md\:\!border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5) !important;
  }

  .md\:\!border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55) !important;
  }

  .md\:\!border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6) !important;
  }

  .md\:\!border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65) !important;
  }

  .md\:\!border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7) !important;
  }

  .md\:\!border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75) !important;
  }

  .md\:\!border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8) !important;
  }

  .md\:\!border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85) !important;
  }

  .md\:\!border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9) !important;
  }

  .md\:\!border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95) !important;
  }

  .md\:border-aha-pink {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0);
  }

  .md\:border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1);
  }

  .md\:border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1);
  }

  .md\:border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15);
  }

  .md\:border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2);
  }

  .md\:border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25);
  }

  .md\:border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3);
  }

  .md\:border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35);
  }

  .md\:border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4);
  }

  .md\:border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45);
  }

  .md\:border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05);
  }

  .md\:border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5);
  }

  .md\:border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55);
  }

  .md\:border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6);
  }

  .md\:border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65);
  }

  .md\:border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7);
  }

  .md\:border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75);
  }

  .md\:border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8);
  }

  .md\:border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85);
  }

  .md\:border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9);
  }

  .md\:border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95);
  }

  .md\:border-borrowell-blue {
    --tw-border-opacity: 1;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  }

  .md\:border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0);
  }

  .md\:border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1);
  }

  .md\:border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1);
  }

  .md\:border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15);
  }

  .md\:border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2);
  }

  .md\:border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25);
  }

  .md\:border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3);
  }

  .md\:border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35);
  }

  .md\:border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4);
  }

  .md\:border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45);
  }

  .md\:border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05);
  }

  .md\:border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5);
  }

  .md\:border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55);
  }

  .md\:border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6);
  }

  .md\:border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65);
  }

  .md\:border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7);
  }

  .md\:border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75);
  }

  .md\:border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8);
  }

  .md\:border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85);
  }

  .md\:border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9);
  }

  .md\:border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95);
  }

  .md\:border-brand-red {
    --tw-border-opacity: 1;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0);
  }

  .md\:border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1);
  }

  .md\:border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1);
  }

  .md\:border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15);
  }

  .md\:border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2);
  }

  .md\:border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25);
  }

  .md\:border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3);
  }

  .md\:border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35);
  }

  .md\:border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4);
  }

  .md\:border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45);
  }

  .md\:border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05);
  }

  .md\:border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5);
  }

  .md\:border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55);
  }

  .md\:border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6);
  }

  .md\:border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65);
  }

  .md\:border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7);
  }

  .md\:border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75);
  }

  .md\:border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8);
  }

  .md\:border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85);
  }

  .md\:border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9);
  }

  .md\:border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95);
  }

  .md\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
  }

  .md\:border-grey\/0 {
    border-color: rgb(56 61 65 / 0);
  }

  .md\:border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1);
  }

  .md\:border-grey\/100 {
    border-color: rgb(56 61 65 / 1);
  }

  .md\:border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15);
  }

  .md\:border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2);
  }

  .md\:border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25);
  }

  .md\:border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3);
  }

  .md\:border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35);
  }

  .md\:border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4);
  }

  .md\:border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45);
  }

  .md\:border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05);
  }

  .md\:border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5);
  }

  .md\:border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55);
  }

  .md\:border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6);
  }

  .md\:border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65);
  }

  .md\:border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7);
  }

  .md\:border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75);
  }

  .md\:border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8);
  }

  .md\:border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85);
  }

  .md\:border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9);
  }

  .md\:border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95);
  }

  .md\:border-light-blue {
    --tw-border-opacity: 1;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0);
  }

  .md\:border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1);
  }

  .md\:border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1);
  }

  .md\:border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15);
  }

  .md\:border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2);
  }

  .md\:border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25);
  }

  .md\:border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3);
  }

  .md\:border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35);
  }

  .md\:border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4);
  }

  .md\:border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45);
  }

  .md\:border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05);
  }

  .md\:border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5);
  }

  .md\:border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55);
  }

  .md\:border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6);
  }

  .md\:border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65);
  }

  .md\:border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7);
  }

  .md\:border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75);
  }

  .md\:border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8);
  }

  .md\:border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85);
  }

  .md\:border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9);
  }

  .md\:border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95);
  }

  .md\:border-light-green {
    --tw-border-opacity: 1;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
  }

  .md\:border-light-green\/0 {
    border-color: rgb(184 241 193 / 0);
  }

  .md\:border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1);
  }

  .md\:border-light-green\/100 {
    border-color: rgb(184 241 193 / 1);
  }

  .md\:border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15);
  }

  .md\:border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2);
  }

  .md\:border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25);
  }

  .md\:border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3);
  }

  .md\:border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35);
  }

  .md\:border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4);
  }

  .md\:border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45);
  }

  .md\:border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05);
  }

  .md\:border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5);
  }

  .md\:border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55);
  }

  .md\:border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6);
  }

  .md\:border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65);
  }

  .md\:border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7);
  }

  .md\:border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75);
  }

  .md\:border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8);
  }

  .md\:border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85);
  }

  .md\:border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9);
  }

  .md\:border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95);
  }

  .md\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
  }

  .md\:border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0);
  }

  .md\:border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1);
  }

  .md\:border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1);
  }

  .md\:border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15);
  }

  .md\:border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2);
  }

  .md\:border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25);
  }

  .md\:border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3);
  }

  .md\:border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35);
  }

  .md\:border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4);
  }

  .md\:border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45);
  }

  .md\:border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05);
  }

  .md\:border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5);
  }

  .md\:border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55);
  }

  .md\:border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6);
  }

  .md\:border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65);
  }

  .md\:border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7);
  }

  .md\:border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75);
  }

  .md\:border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8);
  }

  .md\:border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85);
  }

  .md\:border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9);
  }

  .md\:border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95);
  }

  .md\:border-light-purple {
    --tw-border-opacity: 1;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
  }

  .md\:border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0);
  }

  .md\:border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1);
  }

  .md\:border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1);
  }

  .md\:border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15);
  }

  .md\:border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2);
  }

  .md\:border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25);
  }

  .md\:border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3);
  }

  .md\:border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35);
  }

  .md\:border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4);
  }

  .md\:border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45);
  }

  .md\:border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05);
  }

  .md\:border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5);
  }

  .md\:border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55);
  }

  .md\:border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6);
  }

  .md\:border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65);
  }

  .md\:border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7);
  }

  .md\:border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75);
  }

  .md\:border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8);
  }

  .md\:border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85);
  }

  .md\:border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9);
  }

  .md\:border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95);
  }

  .md\:border-off-white {
    --tw-border-opacity: 1;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
  }

  .md\:border-off-white\/0 {
    border-color: rgb(232 234 242 / 0);
  }

  .md\:border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1);
  }

  .md\:border-off-white\/100 {
    border-color: rgb(232 234 242 / 1);
  }

  .md\:border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15);
  }

  .md\:border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2);
  }

  .md\:border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25);
  }

  .md\:border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3);
  }

  .md\:border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35);
  }

  .md\:border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4);
  }

  .md\:border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45);
  }

  .md\:border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05);
  }

  .md\:border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5);
  }

  .md\:border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55);
  }

  .md\:border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6);
  }

  .md\:border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65);
  }

  .md\:border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7);
  }

  .md\:border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75);
  }

  .md\:border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8);
  }

  .md\:border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85);
  }

  .md\:border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9);
  }

  .md\:border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95);
  }

  .md\:border-scotial-red {
    --tw-border-opacity: 1;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
  }

  .md\:border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0);
  }

  .md\:border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1);
  }

  .md\:border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1);
  }

  .md\:border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15);
  }

  .md\:border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2);
  }

  .md\:border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25);
  }

  .md\:border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3);
  }

  .md\:border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35);
  }

  .md\:border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4);
  }

  .md\:border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45);
  }

  .md\:border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05);
  }

  .md\:border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5);
  }

  .md\:border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55);
  }

  .md\:border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6);
  }

  .md\:border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65);
  }

  .md\:border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7);
  }

  .md\:border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75);
  }

  .md\:border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8);
  }

  .md\:border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85);
  }

  .md\:border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9);
  }

  .md\:border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95);
  }

  .md\:border-souqh-orange {
    --tw-border-opacity: 1;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  }

  .md\:border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0);
  }

  .md\:border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1);
  }

  .md\:border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1);
  }

  .md\:border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15);
  }

  .md\:border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2);
  }

  .md\:border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25);
  }

  .md\:border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3);
  }

  .md\:border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35);
  }

  .md\:border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4);
  }

  .md\:border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45);
  }

  .md\:border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05);
  }

  .md\:border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5);
  }

  .md\:border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55);
  }

  .md\:border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6);
  }

  .md\:border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65);
  }

  .md\:border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7);
  }

  .md\:border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75);
  }

  .md\:border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8);
  }

  .md\:border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85);
  }

  .md\:border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9);
  }

  .md\:border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95);
  }

  .md\:border-sparrow-blue {
    --tw-border-opacity: 1;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  }

  .md\:border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0);
  }

  .md\:border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1);
  }

  .md\:border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1);
  }

  .md\:border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15);
  }

  .md\:border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2);
  }

  .md\:border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25);
  }

  .md\:border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3);
  }

  .md\:border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35);
  }

  .md\:border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4);
  }

  .md\:border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45);
  }

  .md\:border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05);
  }

  .md\:border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5);
  }

  .md\:border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55);
  }

  .md\:border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6);
  }

  .md\:border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65);
  }

  .md\:border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7);
  }

  .md\:border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75);
  }

  .md\:border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8);
  }

  .md\:border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85);
  }

  .md\:border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9);
  }

  .md\:border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
  }

  .md\:border-yellow\/0 {
    border-color: rgb(255 244 182 / 0);
  }

  .md\:border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1);
  }

  .md\:border-yellow\/100 {
    border-color: rgb(255 244 182 / 1);
  }

  .md\:border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15);
  }

  .md\:border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2);
  }

  .md\:border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25);
  }

  .md\:border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3);
  }

  .md\:border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35);
  }

  .md\:border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4);
  }

  .md\:border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45);
  }

  .md\:border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05);
  }

  .md\:border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5);
  }

  .md\:border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55);
  }

  .md\:border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6);
  }

  .md\:border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65);
  }

  .md\:border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7);
  }

  .md\:border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75);
  }

  .md\:border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8);
  }

  .md\:border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85);
  }

  .md\:border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9);
  }

  .md\:border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95);
  }

  .md\:\!bg-aha-pink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0) !important;
  }

  .md\:\!bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1) !important;
  }

  .md\:\!bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1) !important;
  }

  .md\:\!bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15) !important;
  }

  .md\:\!bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2) !important;
  }

  .md\:\!bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25) !important;
  }

  .md\:\!bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3) !important;
  }

  .md\:\!bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35) !important;
  }

  .md\:\!bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4) !important;
  }

  .md\:\!bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45) !important;
  }

  .md\:\!bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05) !important;
  }

  .md\:\!bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5) !important;
  }

  .md\:\!bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55) !important;
  }

  .md\:\!bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6) !important;
  }

  .md\:\!bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65) !important;
  }

  .md\:\!bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7) !important;
  }

  .md\:\!bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75) !important;
  }

  .md\:\!bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8) !important;
  }

  .md\:\!bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85) !important;
  }

  .md\:\!bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9) !important;
  }

  .md\:\!bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95) !important;
  }

  .md\:\!bg-borrowell-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0) !important;
  }

  .md\:\!bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1) !important;
  }

  .md\:\!bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1) !important;
  }

  .md\:\!bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15) !important;
  }

  .md\:\!bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2) !important;
  }

  .md\:\!bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25) !important;
  }

  .md\:\!bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3) !important;
  }

  .md\:\!bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35) !important;
  }

  .md\:\!bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4) !important;
  }

  .md\:\!bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45) !important;
  }

  .md\:\!bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05) !important;
  }

  .md\:\!bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5) !important;
  }

  .md\:\!bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55) !important;
  }

  .md\:\!bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6) !important;
  }

  .md\:\!bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65) !important;
  }

  .md\:\!bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7) !important;
  }

  .md\:\!bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75) !important;
  }

  .md\:\!bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8) !important;
  }

  .md\:\!bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85) !important;
  }

  .md\:\!bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9) !important;
  }

  .md\:\!bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95) !important;
  }

  .md\:\!bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0) !important;
  }

  .md\:\!bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1) !important;
  }

  .md\:\!bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1) !important;
  }

  .md\:\!bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15) !important;
  }

  .md\:\!bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2) !important;
  }

  .md\:\!bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25) !important;
  }

  .md\:\!bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3) !important;
  }

  .md\:\!bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35) !important;
  }

  .md\:\!bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4) !important;
  }

  .md\:\!bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45) !important;
  }

  .md\:\!bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05) !important;
  }

  .md\:\!bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5) !important;
  }

  .md\:\!bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55) !important;
  }

  .md\:\!bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6) !important;
  }

  .md\:\!bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65) !important;
  }

  .md\:\!bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7) !important;
  }

  .md\:\!bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75) !important;
  }

  .md\:\!bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8) !important;
  }

  .md\:\!bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85) !important;
  }

  .md\:\!bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9) !important;
  }

  .md\:\!bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95) !important;
  }

  .md\:\!bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-grey\/0 {
    background-color: rgb(56 61 65 / 0) !important;
  }

  .md\:\!bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1) !important;
  }

  .md\:\!bg-grey\/100 {
    background-color: rgb(56 61 65 / 1) !important;
  }

  .md\:\!bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15) !important;
  }

  .md\:\!bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2) !important;
  }

  .md\:\!bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25) !important;
  }

  .md\:\!bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3) !important;
  }

  .md\:\!bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35) !important;
  }

  .md\:\!bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4) !important;
  }

  .md\:\!bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45) !important;
  }

  .md\:\!bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05) !important;
  }

  .md\:\!bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5) !important;
  }

  .md\:\!bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55) !important;
  }

  .md\:\!bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6) !important;
  }

  .md\:\!bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65) !important;
  }

  .md\:\!bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7) !important;
  }

  .md\:\!bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75) !important;
  }

  .md\:\!bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8) !important;
  }

  .md\:\!bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85) !important;
  }

  .md\:\!bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9) !important;
  }

  .md\:\!bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95) !important;
  }

  .md\:\!bg-light-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0) !important;
  }

  .md\:\!bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1) !important;
  }

  .md\:\!bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1) !important;
  }

  .md\:\!bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15) !important;
  }

  .md\:\!bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2) !important;
  }

  .md\:\!bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25) !important;
  }

  .md\:\!bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3) !important;
  }

  .md\:\!bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35) !important;
  }

  .md\:\!bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4) !important;
  }

  .md\:\!bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45) !important;
  }

  .md\:\!bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05) !important;
  }

  .md\:\!bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5) !important;
  }

  .md\:\!bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55) !important;
  }

  .md\:\!bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6) !important;
  }

  .md\:\!bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65) !important;
  }

  .md\:\!bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7) !important;
  }

  .md\:\!bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75) !important;
  }

  .md\:\!bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8) !important;
  }

  .md\:\!bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85) !important;
  }

  .md\:\!bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9) !important;
  }

  .md\:\!bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95) !important;
  }

  .md\:\!bg-light-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0) !important;
  }

  .md\:\!bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1) !important;
  }

  .md\:\!bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1) !important;
  }

  .md\:\!bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15) !important;
  }

  .md\:\!bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2) !important;
  }

  .md\:\!bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25) !important;
  }

  .md\:\!bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3) !important;
  }

  .md\:\!bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35) !important;
  }

  .md\:\!bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4) !important;
  }

  .md\:\!bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45) !important;
  }

  .md\:\!bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05) !important;
  }

  .md\:\!bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5) !important;
  }

  .md\:\!bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55) !important;
  }

  .md\:\!bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6) !important;
  }

  .md\:\!bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65) !important;
  }

  .md\:\!bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7) !important;
  }

  .md\:\!bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75) !important;
  }

  .md\:\!bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8) !important;
  }

  .md\:\!bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85) !important;
  }

  .md\:\!bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9) !important;
  }

  .md\:\!bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95) !important;
  }

  .md\:\!bg-light-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0) !important;
  }

  .md\:\!bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1) !important;
  }

  .md\:\!bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1) !important;
  }

  .md\:\!bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15) !important;
  }

  .md\:\!bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2) !important;
  }

  .md\:\!bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25) !important;
  }

  .md\:\!bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3) !important;
  }

  .md\:\!bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35) !important;
  }

  .md\:\!bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4) !important;
  }

  .md\:\!bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45) !important;
  }

  .md\:\!bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05) !important;
  }

  .md\:\!bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5) !important;
  }

  .md\:\!bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55) !important;
  }

  .md\:\!bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6) !important;
  }

  .md\:\!bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65) !important;
  }

  .md\:\!bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7) !important;
  }

  .md\:\!bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75) !important;
  }

  .md\:\!bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8) !important;
  }

  .md\:\!bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85) !important;
  }

  .md\:\!bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9) !important;
  }

  .md\:\!bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95) !important;
  }

  .md\:\!bg-light-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0) !important;
  }

  .md\:\!bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1) !important;
  }

  .md\:\!bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1) !important;
  }

  .md\:\!bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15) !important;
  }

  .md\:\!bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2) !important;
  }

  .md\:\!bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25) !important;
  }

  .md\:\!bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3) !important;
  }

  .md\:\!bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35) !important;
  }

  .md\:\!bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4) !important;
  }

  .md\:\!bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45) !important;
  }

  .md\:\!bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05) !important;
  }

  .md\:\!bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5) !important;
  }

  .md\:\!bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55) !important;
  }

  .md\:\!bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6) !important;
  }

  .md\:\!bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65) !important;
  }

  .md\:\!bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7) !important;
  }

  .md\:\!bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75) !important;
  }

  .md\:\!bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8) !important;
  }

  .md\:\!bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85) !important;
  }

  .md\:\!bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9) !important;
  }

  .md\:\!bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95) !important;
  }

  .md\:\!bg-scotial-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0) !important;
  }

  .md\:\!bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1) !important;
  }

  .md\:\!bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1) !important;
  }

  .md\:\!bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15) !important;
  }

  .md\:\!bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2) !important;
  }

  .md\:\!bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25) !important;
  }

  .md\:\!bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3) !important;
  }

  .md\:\!bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35) !important;
  }

  .md\:\!bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4) !important;
  }

  .md\:\!bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45) !important;
  }

  .md\:\!bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05) !important;
  }

  .md\:\!bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5) !important;
  }

  .md\:\!bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55) !important;
  }

  .md\:\!bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6) !important;
  }

  .md\:\!bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65) !important;
  }

  .md\:\!bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7) !important;
  }

  .md\:\!bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75) !important;
  }

  .md\:\!bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8) !important;
  }

  .md\:\!bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85) !important;
  }

  .md\:\!bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9) !important;
  }

  .md\:\!bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95) !important;
  }

  .md\:\!bg-souqh-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0) !important;
  }

  .md\:\!bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1) !important;
  }

  .md\:\!bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1) !important;
  }

  .md\:\!bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15) !important;
  }

  .md\:\!bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2) !important;
  }

  .md\:\!bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25) !important;
  }

  .md\:\!bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3) !important;
  }

  .md\:\!bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35) !important;
  }

  .md\:\!bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4) !important;
  }

  .md\:\!bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45) !important;
  }

  .md\:\!bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05) !important;
  }

  .md\:\!bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5) !important;
  }

  .md\:\!bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55) !important;
  }

  .md\:\!bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6) !important;
  }

  .md\:\!bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65) !important;
  }

  .md\:\!bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7) !important;
  }

  .md\:\!bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75) !important;
  }

  .md\:\!bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8) !important;
  }

  .md\:\!bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85) !important;
  }

  .md\:\!bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9) !important;
  }

  .md\:\!bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95) !important;
  }

  .md\:\!bg-sparrow-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0) !important;
  }

  .md\:\!bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1) !important;
  }

  .md\:\!bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1) !important;
  }

  .md\:\!bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15) !important;
  }

  .md\:\!bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2) !important;
  }

  .md\:\!bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25) !important;
  }

  .md\:\!bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3) !important;
  }

  .md\:\!bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35) !important;
  }

  .md\:\!bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4) !important;
  }

  .md\:\!bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45) !important;
  }

  .md\:\!bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05) !important;
  }

  .md\:\!bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5) !important;
  }

  .md\:\!bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55) !important;
  }

  .md\:\!bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6) !important;
  }

  .md\:\!bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65) !important;
  }

  .md\:\!bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7) !important;
  }

  .md\:\!bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75) !important;
  }

  .md\:\!bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8) !important;
  }

  .md\:\!bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85) !important;
  }

  .md\:\!bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9) !important;
  }

  .md\:\!bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95) !important;
  }

  .md\:\!bg-transparent {
    background-color: transparent !important;
  }

  .md\:\!bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0) !important;
  }

  .md\:\!bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
  }

  .md\:\!bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1) !important;
  }

  .md\:\!bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15) !important;
  }

  .md\:\!bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .md\:\!bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25) !important;
  }

  .md\:\!bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3) !important;
  }

  .md\:\!bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35) !important;
  }

  .md\:\!bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
  }

  .md\:\!bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45) !important;
  }

  .md\:\!bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
  }

  .md\:\!bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
  }

  .md\:\!bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55) !important;
  }

  .md\:\!bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6) !important;
  }

  .md\:\!bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65) !important;
  }

  .md\:\!bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7) !important;
  }

  .md\:\!bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75) !important;
  }

  .md\:\!bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .md\:\!bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85) !important;
  }

  .md\:\!bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .md\:\!bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95) !important;
  }

  .md\:\!bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
  }

  .md\:\!bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0) !important;
  }

  .md\:\!bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1) !important;
  }

  .md\:\!bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1) !important;
  }

  .md\:\!bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15) !important;
  }

  .md\:\!bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2) !important;
  }

  .md\:\!bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25) !important;
  }

  .md\:\!bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3) !important;
  }

  .md\:\!bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35) !important;
  }

  .md\:\!bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4) !important;
  }

  .md\:\!bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45) !important;
  }

  .md\:\!bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05) !important;
  }

  .md\:\!bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5) !important;
  }

  .md\:\!bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55) !important;
  }

  .md\:\!bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6) !important;
  }

  .md\:\!bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65) !important;
  }

  .md\:\!bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7) !important;
  }

  .md\:\!bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75) !important;
  }

  .md\:\!bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8) !important;
  }

  .md\:\!bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85) !important;
  }

  .md\:\!bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9) !important;
  }

  .md\:\!bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95) !important;
  }

  .md\:bg-aha-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0);
  }

  .md\:bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1);
  }

  .md\:bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1);
  }

  .md\:bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15);
  }

  .md\:bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2);
  }

  .md\:bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25);
  }

  .md\:bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3);
  }

  .md\:bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35);
  }

  .md\:bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4);
  }

  .md\:bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45);
  }

  .md\:bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05);
  }

  .md\:bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5);
  }

  .md\:bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55);
  }

  .md\:bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6);
  }

  .md\:bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65);
  }

  .md\:bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7);
  }

  .md\:bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75);
  }

  .md\:bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8);
  }

  .md\:bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85);
  }

  .md\:bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9);
  }

  .md\:bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95);
  }

  .md\:bg-borrowell-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0);
  }

  .md\:bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1);
  }

  .md\:bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1);
  }

  .md\:bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15);
  }

  .md\:bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2);
  }

  .md\:bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25);
  }

  .md\:bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3);
  }

  .md\:bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35);
  }

  .md\:bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4);
  }

  .md\:bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45);
  }

  .md\:bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05);
  }

  .md\:bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5);
  }

  .md\:bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55);
  }

  .md\:bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6);
  }

  .md\:bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65);
  }

  .md\:bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7);
  }

  .md\:bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75);
  }

  .md\:bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8);
  }

  .md\:bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85);
  }

  .md\:bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9);
  }

  .md\:bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95);
  }

  .md\:bg-brand-red {
    --tw-bg-opacity: 1;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0);
  }

  .md\:bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1);
  }

  .md\:bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1);
  }

  .md\:bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15);
  }

  .md\:bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2);
  }

  .md\:bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25);
  }

  .md\:bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3);
  }

  .md\:bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35);
  }

  .md\:bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4);
  }

  .md\:bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45);
  }

  .md\:bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05);
  }

  .md\:bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5);
  }

  .md\:bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55);
  }

  .md\:bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6);
  }

  .md\:bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65);
  }

  .md\:bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7);
  }

  .md\:bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75);
  }

  .md\:bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8);
  }

  .md\:bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85);
  }

  .md\:bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9);
  }

  .md\:bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95);
  }

  .md\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-grey\/0 {
    background-color: rgb(56 61 65 / 0);
  }

  .md\:bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1);
  }

  .md\:bg-grey\/100 {
    background-color: rgb(56 61 65 / 1);
  }

  .md\:bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15);
  }

  .md\:bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2);
  }

  .md\:bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25);
  }

  .md\:bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3);
  }

  .md\:bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35);
  }

  .md\:bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4);
  }

  .md\:bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45);
  }

  .md\:bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05);
  }

  .md\:bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5);
  }

  .md\:bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55);
  }

  .md\:bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6);
  }

  .md\:bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65);
  }

  .md\:bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7);
  }

  .md\:bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75);
  }

  .md\:bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8);
  }

  .md\:bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85);
  }

  .md\:bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9);
  }

  .md\:bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95);
  }

  .md\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0);
  }

  .md\:bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1);
  }

  .md\:bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1);
  }

  .md\:bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15);
  }

  .md\:bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2);
  }

  .md\:bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25);
  }

  .md\:bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3);
  }

  .md\:bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35);
  }

  .md\:bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4);
  }

  .md\:bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45);
  }

  .md\:bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05);
  }

  .md\:bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5);
  }

  .md\:bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55);
  }

  .md\:bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6);
  }

  .md\:bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65);
  }

  .md\:bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7);
  }

  .md\:bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75);
  }

  .md\:bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8);
  }

  .md\:bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85);
  }

  .md\:bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9);
  }

  .md\:bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95);
  }

  .md\:bg-light-green {
    --tw-bg-opacity: 1;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0);
  }

  .md\:bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1);
  }

  .md\:bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1);
  }

  .md\:bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15);
  }

  .md\:bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2);
  }

  .md\:bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25);
  }

  .md\:bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3);
  }

  .md\:bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35);
  }

  .md\:bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4);
  }

  .md\:bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45);
  }

  .md\:bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05);
  }

  .md\:bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5);
  }

  .md\:bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55);
  }

  .md\:bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6);
  }

  .md\:bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65);
  }

  .md\:bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7);
  }

  .md\:bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75);
  }

  .md\:bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8);
  }

  .md\:bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85);
  }

  .md\:bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9);
  }

  .md\:bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95);
  }

  .md\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0);
  }

  .md\:bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1);
  }

  .md\:bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1);
  }

  .md\:bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15);
  }

  .md\:bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2);
  }

  .md\:bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25);
  }

  .md\:bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3);
  }

  .md\:bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35);
  }

  .md\:bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4);
  }

  .md\:bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45);
  }

  .md\:bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05);
  }

  .md\:bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5);
  }

  .md\:bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55);
  }

  .md\:bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6);
  }

  .md\:bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65);
  }

  .md\:bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7);
  }

  .md\:bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75);
  }

  .md\:bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8);
  }

  .md\:bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85);
  }

  .md\:bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9);
  }

  .md\:bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95);
  }

  .md\:bg-light-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0);
  }

  .md\:bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1);
  }

  .md\:bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1);
  }

  .md\:bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15);
  }

  .md\:bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2);
  }

  .md\:bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25);
  }

  .md\:bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3);
  }

  .md\:bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35);
  }

  .md\:bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4);
  }

  .md\:bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45);
  }

  .md\:bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05);
  }

  .md\:bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5);
  }

  .md\:bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55);
  }

  .md\:bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6);
  }

  .md\:bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65);
  }

  .md\:bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7);
  }

  .md\:bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75);
  }

  .md\:bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8);
  }

  .md\:bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85);
  }

  .md\:bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9);
  }

  .md\:bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95);
  }

  .md\:bg-scotial-red {
    --tw-bg-opacity: 1;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0);
  }

  .md\:bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1);
  }

  .md\:bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1);
  }

  .md\:bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15);
  }

  .md\:bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2);
  }

  .md\:bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25);
  }

  .md\:bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3);
  }

  .md\:bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35);
  }

  .md\:bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4);
  }

  .md\:bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45);
  }

  .md\:bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05);
  }

  .md\:bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5);
  }

  .md\:bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55);
  }

  .md\:bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6);
  }

  .md\:bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65);
  }

  .md\:bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7);
  }

  .md\:bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75);
  }

  .md\:bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8);
  }

  .md\:bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85);
  }

  .md\:bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9);
  }

  .md\:bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95);
  }

  .md\:bg-souqh-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0);
  }

  .md\:bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1);
  }

  .md\:bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1);
  }

  .md\:bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15);
  }

  .md\:bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2);
  }

  .md\:bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25);
  }

  .md\:bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3);
  }

  .md\:bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35);
  }

  .md\:bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4);
  }

  .md\:bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45);
  }

  .md\:bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05);
  }

  .md\:bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5);
  }

  .md\:bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55);
  }

  .md\:bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6);
  }

  .md\:bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65);
  }

  .md\:bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7);
  }

  .md\:bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75);
  }

  .md\:bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8);
  }

  .md\:bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85);
  }

  .md\:bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9);
  }

  .md\:bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95);
  }

  .md\:bg-sparrow-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0);
  }

  .md\:bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1);
  }

  .md\:bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1);
  }

  .md\:bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15);
  }

  .md\:bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2);
  }

  .md\:bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25);
  }

  .md\:bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3);
  }

  .md\:bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35);
  }

  .md\:bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4);
  }

  .md\:bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45);
  }

  .md\:bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05);
  }

  .md\:bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5);
  }

  .md\:bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55);
  }

  .md\:bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6);
  }

  .md\:bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65);
  }

  .md\:bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7);
  }

  .md\:bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75);
  }

  .md\:bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8);
  }

  .md\:bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85);
  }

  .md\:bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9);
  }

  .md\:bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95);
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0);
  }

  .md\:bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1);
  }

  .md\:bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1);
  }

  .md\:bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15);
  }

  .md\:bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2);
  }

  .md\:bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25);
  }

  .md\:bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3);
  }

  .md\:bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35);
  }

  .md\:bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4);
  }

  .md\:bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45);
  }

  .md\:bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05);
  }

  .md\:bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5);
  }

  .md\:bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55);
  }

  .md\:bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6);
  }

  .md\:bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65);
  }

  .md\:bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7);
  }

  .md\:bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75);
  }

  .md\:bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8);
  }

  .md\:bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85);
  }

  .md\:bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9);
  }

  .md\:bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95);
  }

  .md\:\!bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
  }

  .md\:bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:\!object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:\!object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:\!object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:\!p-0 {
    padding: 0px !important;
  }

  .md\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .md\:\!p-10 {
    padding: 2.5rem !important;
  }

  .md\:\!p-12 {
    padding: 3rem !important;
  }

  .md\:\!p-2 {
    padding: 0.5rem !important;
  }

  .md\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .md\:\!p-20 {
    padding: 5rem !important;
  }

  .md\:\!p-24 {
    padding: 6rem !important;
  }

  .md\:\!p-28 {
    padding: 7rem !important;
  }

  .md\:\!p-4 {
    padding: 1rem !important;
  }

  .md\:\!p-40 {
    padding: 10rem !important;
  }

  .md\:\!p-44 {
    padding: 11rem !important;
  }

  .md\:\!p-48 {
    padding: 12rem !important;
  }

  .md\:\!p-5 {
    padding: 1.25rem !important;
  }

  .md\:\!p-52 {
    padding: 13rem !important;
  }

  .md\:\!p-56 {
    padding: 14rem !important;
  }

  .md\:\!p-6 {
    padding: 1.5rem !important;
  }

  .md\:\!p-60 {
    padding: 15rem !important;
  }

  .md\:\!p-64 {
    padding: 16rem !important;
  }

  .md\:\!p-7 {
    padding: 1.75rem !important;
  }

  .md\:\!p-72 {
    padding: 18rem !important;
  }

  .md\:\!p-8 {
    padding: 2rem !important;
  }

  .md\:\!p-80 {
    padding: 20rem !important;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:\!pl-0 {
    padding-left: 0px !important;
  }

  .md\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .md\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .md\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .md\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .md\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .md\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .md\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .md\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .md\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .md\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .md\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .md\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .md\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .md\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .md\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .md\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .md\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .md\:\!pr-0 {
    padding-right: 0px !important;
  }

  .md\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .md\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .md\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .md\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .md\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .md\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .md\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .md\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .md\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .md\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .md\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .md\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .md\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .md\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .md\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .md\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .md\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .md\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

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

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:\!shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:\!shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:\!shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:\!shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

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

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

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

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

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

  .md\:\!drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:\!drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

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

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

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

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

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

  .md\:\!grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:\!backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .\*\:md\:w-1\/2 > * {
    width: 50%;
  }

  .group:hover .md\:group-hover\:translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  @media not all and (min-width: 1200px) {

    .\*\:md\:max-xl\:w-1\/2 > * {
      width: 50%;
    }
  }
}

@media (min-width: 960px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:\!-top-10 {
    top: -2.5rem !important;
  }

  .lg\:\!-top-12 {
    top: -3rem !important;
  }

  .lg\:\!-top-2 {
    top: -0.5rem !important;
  }

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

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

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

  .lg\:\!-top-20 {
    top: -5rem !important;
  }

  .lg\:\!-top-24 {
    top: -6rem !important;
  }

  .lg\:\!-top-28 {
    top: -7rem !important;
  }

  .lg\:\!-top-4 {
    top: -1rem !important;
  }

  .lg\:\!-top-40 {
    top: -10rem !important;
  }

  .lg\:\!-top-44 {
    top: -11rem !important;
  }

  .lg\:\!-top-48 {
    top: -12rem !important;
  }

  .lg\:\!-top-5 {
    top: -1.25rem !important;
  }

  .lg\:\!-top-52 {
    top: -13rem !important;
  }

  .lg\:\!-top-56 {
    top: -14rem !important;
  }

  .lg\:\!-top-6 {
    top: -1.5rem !important;
  }

  .lg\:\!-top-60 {
    top: -15rem !important;
  }

  .lg\:\!-top-64 {
    top: -16rem !important;
  }

  .lg\:\!-top-7 {
    top: -1.75rem !important;
  }

  .lg\:\!-top-72 {
    top: -18rem !important;
  }

  .lg\:\!-top-8 {
    top: -2rem !important;
  }

  .lg\:\!-top-80 {
    top: -20rem !important;
  }

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

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

  .lg\:\!top-10 {
    top: 2.5rem !important;
  }

  .lg\:\!top-12 {
    top: 3rem !important;
  }

  .lg\:\!top-2 {
    top: 0.5rem !important;
  }

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

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

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

  .lg\:\!top-20 {
    top: 5rem !important;
  }

  .lg\:\!top-24 {
    top: 6rem !important;
  }

  .lg\:\!top-28 {
    top: 7rem !important;
  }

  .lg\:\!top-4 {
    top: 1rem !important;
  }

  .lg\:\!top-40 {
    top: 10rem !important;
  }

  .lg\:\!top-44 {
    top: 11rem !important;
  }

  .lg\:\!top-48 {
    top: 12rem !important;
  }

  .lg\:\!top-5 {
    top: 1.25rem !important;
  }

  .lg\:\!top-52 {
    top: 13rem !important;
  }

  .lg\:\!top-56 {
    top: 14rem !important;
  }

  .lg\:\!top-6 {
    top: 1.5rem !important;
  }

  .lg\:\!top-60 {
    top: 15rem !important;
  }

  .lg\:\!top-64 {
    top: 16rem !important;
  }

  .lg\:\!top-7 {
    top: 1.75rem !important;
  }

  .lg\:\!top-72 {
    top: 18rem !important;
  }

  .lg\:\!top-8 {
    top: 2rem !important;
  }

  .lg\:\!top-80 {
    top: 20rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:\!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:\!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:\!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:\!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

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

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

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

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

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

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

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

  .lg\:\!row-auto {
    grid-row: auto !important;
  }

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

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:mt-\[150px\] {
    margin-top: 150px;
  }

  .lg\:\!line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .lg\:\!line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .lg\:\!line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .lg\:\!line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .lg\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .lg\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!h-2xl {
    height: 42rem !important;
  }

  .lg\:\!h-2xs {
    height: 16rem !important;
  }

  .lg\:\!h-3xl {
    height: 48rem !important;
  }

  .lg\:\!h-full {
    height: 100% !important;
  }

  .lg\:\!h-lg {
    height: 32rem !important;
  }

  .lg\:\!h-md {
    height: 28rem !important;
  }

  .lg\:\!h-sm {
    height: 24rem !important;
  }

  .lg\:\!h-xl {
    height: 36rem !important;
  }

  .lg\:\!h-xs {
    height: 20rem !important;
  }

  .lg\:h-2xl {
    height: 42rem;
  }

  .lg\:h-2xs {
    height: 16rem;
  }

  .lg\:h-3xl {
    height: 48rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-\[460px\] {
    height: 460px;
  }

  .lg\:h-\[650px\] {
    height: 650px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-lg {
    height: 32rem;
  }

  .lg\:h-md {
    height: 28rem;
  }

  .lg\:h-sm {
    height: 24rem;
  }

  .lg\:h-xl {
    height: 36rem;
  }

  .lg\:h-xs {
    height: 20rem;
  }

  .lg\:\!max-h-2xl {
    max-height: 42rem !important;
  }

  .lg\:\!max-h-2xs {
    max-height: 16rem !important;
  }

  .lg\:\!max-h-3xl {
    max-height: 48rem !important;
  }

  .lg\:\!max-h-full {
    max-height: 100% !important;
  }

  .lg\:\!max-h-lg {
    max-height: 32rem !important;
  }

  .lg\:\!max-h-md {
    max-height: 28rem !important;
  }

  .lg\:\!max-h-sm {
    max-height: 24rem !important;
  }

  .lg\:\!max-h-xl {
    max-height: 36rem !important;
  }

  .lg\:\!max-h-xs {
    max-height: 20rem !important;
  }

  .lg\:max-h-2xl {
    max-height: 42rem;
  }

  .lg\:max-h-2xs {
    max-height: 16rem;
  }

  .lg\:max-h-3xl {
    max-height: 48rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-lg {
    max-height: 32rem;
  }

  .lg\:max-h-md {
    max-height: 28rem;
  }

  .lg\:max-h-sm {
    max-height: 24rem;
  }

  .lg\:max-h-xl {
    max-height: 36rem;
  }

  .lg\:max-h-xs {
    max-height: 20rem;
  }

  .lg\:\!min-h-2xl {
    min-height: 42rem !important;
  }

  .lg\:\!min-h-2xs {
    min-height: 16rem !important;
  }

  .lg\:\!min-h-3xl {
    min-height: 48rem !important;
  }

  .lg\:\!min-h-full {
    min-height: 100% !important;
  }

  .lg\:\!min-h-lg {
    min-height: 32rem !important;
  }

  .lg\:\!min-h-md {
    min-height: 28rem !important;
  }

  .lg\:\!min-h-sm {
    min-height: 24rem !important;
  }

  .lg\:\!min-h-xl {
    min-height: 36rem !important;
  }

  .lg\:\!min-h-xs {
    min-height: 20rem !important;
  }

  .lg\:min-h-2xl {
    min-height: 42rem;
  }

  .lg\:min-h-2xs {
    min-height: 16rem;
  }

  .lg\:min-h-3xl {
    min-height: 48rem;
  }

  .lg\:min-h-\[480px\] {
    min-height: 480px;
  }

  .lg\:min-h-\[540px\] {
    min-height: 540px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-lg {
    min-height: 32rem;
  }

  .lg\:min-h-md {
    min-height: 28rem;
  }

  .lg\:min-h-sm {
    min-height: 24rem;
  }

  .lg\:min-h-xl {
    min-height: 36rem;
  }

  .lg\:min-h-xs {
    min-height: 20rem;
  }

  .lg\:\!w-1\/2 {
    width: 50% !important;
  }

  .lg\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:\!w-1\/4 {
    width: 25% !important;
  }

  .lg\:\!w-1\/5 {
    width: 20% !important;
  }

  .lg\:\!w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:\!w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:\!w-2\/4 {
    width: 50% !important;
  }

  .lg\:\!w-2\/5 {
    width: 40% !important;
  }

  .lg\:\!w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:\!w-2xl {
    width: 42rem !important;
  }

  .lg\:\!w-2xs {
    width: 16rem !important;
  }

  .lg\:\!w-3\/4 {
    width: 75% !important;
  }

  .lg\:\!w-3\/5 {
    width: 60% !important;
  }

  .lg\:\!w-3\/6 {
    width: 50% !important;
  }

  .lg\:\!w-3xl {
    width: 48rem !important;
  }

  .lg\:\!w-4\/5 {
    width: 80% !important;
  }

  .lg\:\!w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:\!w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:\!w-auto {
    width: auto !important;
  }

  .lg\:\!w-full {
    width: 100% !important;
  }

  .lg\:\!w-lg {
    width: 32rem !important;
  }

  .lg\:\!w-md {
    width: 28rem !important;
  }

  .lg\:\!w-sm {
    width: 24rem !important;
  }

  .lg\:\!w-xl {
    width: 36rem !important;
  }

  .lg\:\!w-xs {
    width: 20rem !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-2xl {
    width: 42rem;
  }

  .lg\:w-2xs {
    width: 16rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-3xl {
    width: 48rem;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-lg {
    width: 32rem;
  }

  .lg\:w-md {
    width: 28rem;
  }

  .lg\:w-sm {
    width: 24rem;
  }

  .lg\:w-xl {
    width: 36rem;
  }

  .lg\:w-xs {
    width: 20rem;
  }

  .lg\:\!min-w-2xl {
    min-width: 42rem !important;
  }

  .lg\:\!min-w-2xs {
    min-width: 16rem !important;
  }

  .lg\:\!min-w-3xl {
    min-width: 48rem !important;
  }

  .lg\:\!min-w-full {
    min-width: 100% !important;
  }

  .lg\:\!min-w-lg {
    min-width: 32rem !important;
  }

  .lg\:\!min-w-md {
    min-width: 28rem !important;
  }

  .lg\:\!min-w-sm {
    min-width: 24rem !important;
  }

  .lg\:\!min-w-xl {
    min-width: 36rem !important;
  }

  .lg\:\!min-w-xs {
    min-width: 20rem !important;
  }

  .lg\:min-w-2xl {
    min-width: 42rem;
  }

  .lg\:min-w-2xs {
    min-width: 16rem;
  }

  .lg\:min-w-3xl {
    min-width: 48rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-lg {
    min-width: 32rem;
  }

  .lg\:min-w-md {
    min-width: 28rem;
  }

  .lg\:min-w-sm {
    min-width: 24rem;
  }

  .lg\:min-w-xl {
    min-width: 36rem;
  }

  .lg\:min-w-xs {
    min-width: 20rem;
  }

  .lg\:\!max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:\!max-w-2xs {
    max-width: 16rem !important;
  }

  .lg\:\!max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:\!max-w-full {
    max-width: 100% !important;
  }

  .lg\:\!max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:\!max-w-md {
    max-width: 28rem !important;
  }

  .lg\:\!max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:\!max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:\!max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-2xs {
    max-width: 16rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

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

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

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

  .lg\:\!scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .lg\:\!scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .lg\:\!scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .lg\:\!scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .lg\:\!scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .lg\:\!scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .lg\:\!scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .lg\:\!scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .lg\:\!scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .lg\:\!scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .lg\:\!scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .lg\:\!scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .lg\:\!scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .lg\:\!scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .lg\:\!scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .lg\:\!scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .lg\:\!scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .lg\:\!scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .lg\:\!scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .lg\:\!scroll-p-7 {
    scroll-padding: 1.75rem !important;
  }

  .lg\:\!scroll-p-72 {
    scroll-padding: 18rem !important;
  }

  .lg\:\!scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .lg\:\!scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .lg\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .lg\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .lg\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .lg\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .lg\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .lg\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .lg\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .lg\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .lg\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .lg\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .lg\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .lg\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .lg\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .lg\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .lg\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .lg\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .lg\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .lg\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .lg\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .lg\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .lg\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .lg\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .lg\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .lg\:\!scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .lg\:\!scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .lg\:\!scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .lg\:\!scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .lg\:\!scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .lg\:\!scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .lg\:\!scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .lg\:\!scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .lg\:\!scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .lg\:\!scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .lg\:\!scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .lg\:\!scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .lg\:\!scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .lg\:\!scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .lg\:\!scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .lg\:\!scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .lg\:\!scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .lg\:\!scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .lg\:\!scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .lg\:\!scroll-px-7 {
    scroll-padding-left: 1.75rem !important;
    scroll-padding-right: 1.75rem !important;
  }

  .lg\:\!scroll-px-72 {
    scroll-padding-left: 18rem !important;
    scroll-padding-right: 18rem !important;
  }

  .lg\:\!scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .lg\:\!scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .lg\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .lg\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .lg\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .lg\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .lg\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .lg\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .lg\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .lg\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .lg\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .lg\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .lg\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .lg\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .lg\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .lg\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .lg\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .lg\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .lg\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .lg\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .lg\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .lg\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .lg\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .lg\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .lg\:\!scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .lg\:\!scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .lg\:\!scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .lg\:\!scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .lg\:\!scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .lg\:\!scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .lg\:\!scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .lg\:\!scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .lg\:\!scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .lg\:\!scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .lg\:\!scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .lg\:\!scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .lg\:\!scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .lg\:\!scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .lg\:\!scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .lg\:\!scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .lg\:\!scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .lg\:\!scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .lg\:\!scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .lg\:\!scroll-pl-7 {
    scroll-padding-left: 1.75rem !important;
  }

  .lg\:\!scroll-pl-72 {
    scroll-padding-left: 18rem !important;
  }

  .lg\:\!scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .lg\:\!scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .lg\:\!scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .lg\:\!scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .lg\:\!scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .lg\:\!scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .lg\:\!scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .lg\:\!scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .lg\:\!scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .lg\:\!scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .lg\:\!scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .lg\:\!scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .lg\:\!scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .lg\:\!scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .lg\:\!scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .lg\:\!scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .lg\:\!scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .lg\:\!scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .lg\:\!scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .lg\:\!scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .lg\:\!scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .lg\:\!scroll-pr-7 {
    scroll-padding-right: 1.75rem !important;
  }

  .lg\:\!scroll-pr-72 {
    scroll-padding-right: 18rem !important;
  }

  .lg\:\!scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .lg\:\!scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .lg\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .lg\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .lg\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .lg\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .lg\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .lg\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .lg\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .lg\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .lg\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .lg\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .lg\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .lg\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .lg\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .lg\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .lg\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .lg\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .lg\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .lg\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .lg\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .lg\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .lg\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .lg\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .lg\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .lg\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .lg\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .lg\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .lg\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .lg\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .lg\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .lg\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .lg\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .lg\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .lg\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .lg\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .lg\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .lg\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .lg\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .lg\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .lg\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .lg\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .lg\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .lg\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .lg\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .lg\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .lg\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .lg\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:\!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-baseline {
    place-items: baseline;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:justify-normal {
    justify-content: normal;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:\!gap-0 {
    gap: 0px !important;
  }

  .lg\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:\!gap-12 {
    gap: 3rem !important;
  }

  .lg\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:\!gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:\!gap-20 {
    gap: 5rem !important;
  }

  .lg\:\!gap-24 {
    gap: 6rem !important;
  }

  .lg\:\!gap-28 {
    gap: 7rem !important;
  }

  .lg\:\!gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:\!gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:\!gap-32 {
    gap: 8rem !important;
  }

  .lg\:\!gap-36 {
    gap: 9rem !important;
  }

  .lg\:\!gap-4 {
    gap: 1rem !important;
  }

  .lg\:\!gap-40 {
    gap: 10rem !important;
  }

  .lg\:\!gap-44 {
    gap: 11rem !important;
  }

  .lg\:\!gap-48 {
    gap: 12rem !important;
  }

  .lg\:\!gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:\!gap-52 {
    gap: 13rem !important;
  }

  .lg\:\!gap-56 {
    gap: 14rem !important;
  }

  .lg\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:\!gap-60 {
    gap: 15rem !important;
  }

  .lg\:\!gap-64 {
    gap: 16rem !important;
  }

  .lg\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:\!gap-72 {
    gap: 18rem !important;
  }

  .lg\:\!gap-8 {
    gap: 2rem !important;
  }

  .lg\:\!gap-80 {
    gap: 20rem !important;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-\[100px\] {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:gap-x-\[50px\] {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

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

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:self-baseline {
    align-self: baseline;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:\!rounded-2xl {
    border-radius: 1rem !important;
  }

  .lg\:\!rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .lg\:\!rounded-cta-left {
    border-radius: 30px 0 0 30px !important;
  }

  .lg\:\!rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:\!rounded-md {
    border-radius: 0.375rem !important;
  }

  .lg\:\!rounded-rd {
    border-radius: 30px !important;
  }

  .lg\:\!rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:\!rounded-xl {
    border-radius: 0.75rem !important;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-cta-left {
    border-radius: 30px 0 0 30px;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-rd {
    border-radius: 30px;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:\!border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lg\:\!border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:\!border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:\!border-l-0 {
    border-left-width: 0px !important;
  }

  .lg\:\!border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:\!border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:\!border-r-0 {
    border-right-width: 0px !important;
  }

  .lg\:\!border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:\!border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:\!border-aha-pink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0) !important;
  }

  .lg\:\!border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1) !important;
  }

  .lg\:\!border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1) !important;
  }

  .lg\:\!border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15) !important;
  }

  .lg\:\!border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2) !important;
  }

  .lg\:\!border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25) !important;
  }

  .lg\:\!border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3) !important;
  }

  .lg\:\!border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35) !important;
  }

  .lg\:\!border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4) !important;
  }

  .lg\:\!border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45) !important;
  }

  .lg\:\!border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05) !important;
  }

  .lg\:\!border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5) !important;
  }

  .lg\:\!border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55) !important;
  }

  .lg\:\!border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6) !important;
  }

  .lg\:\!border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65) !important;
  }

  .lg\:\!border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7) !important;
  }

  .lg\:\!border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75) !important;
  }

  .lg\:\!border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8) !important;
  }

  .lg\:\!border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85) !important;
  }

  .lg\:\!border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9) !important;
  }

  .lg\:\!border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95) !important;
  }

  .lg\:\!border-borrowell-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0) !important;
  }

  .lg\:\!border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1) !important;
  }

  .lg\:\!border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1) !important;
  }

  .lg\:\!border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15) !important;
  }

  .lg\:\!border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2) !important;
  }

  .lg\:\!border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25) !important;
  }

  .lg\:\!border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3) !important;
  }

  .lg\:\!border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35) !important;
  }

  .lg\:\!border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4) !important;
  }

  .lg\:\!border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45) !important;
  }

  .lg\:\!border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05) !important;
  }

  .lg\:\!border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5) !important;
  }

  .lg\:\!border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55) !important;
  }

  .lg\:\!border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6) !important;
  }

  .lg\:\!border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65) !important;
  }

  .lg\:\!border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7) !important;
  }

  .lg\:\!border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75) !important;
  }

  .lg\:\!border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8) !important;
  }

  .lg\:\!border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85) !important;
  }

  .lg\:\!border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9) !important;
  }

  .lg\:\!border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95) !important;
  }

  .lg\:\!border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0) !important;
  }

  .lg\:\!border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1) !important;
  }

  .lg\:\!border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1) !important;
  }

  .lg\:\!border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15) !important;
  }

  .lg\:\!border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2) !important;
  }

  .lg\:\!border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25) !important;
  }

  .lg\:\!border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3) !important;
  }

  .lg\:\!border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35) !important;
  }

  .lg\:\!border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4) !important;
  }

  .lg\:\!border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45) !important;
  }

  .lg\:\!border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05) !important;
  }

  .lg\:\!border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5) !important;
  }

  .lg\:\!border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55) !important;
  }

  .lg\:\!border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6) !important;
  }

  .lg\:\!border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65) !important;
  }

  .lg\:\!border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7) !important;
  }

  .lg\:\!border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75) !important;
  }

  .lg\:\!border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8) !important;
  }

  .lg\:\!border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85) !important;
  }

  .lg\:\!border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9) !important;
  }

  .lg\:\!border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95) !important;
  }

  .lg\:\!border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-grey\/0 {
    border-color: rgb(56 61 65 / 0) !important;
  }

  .lg\:\!border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1) !important;
  }

  .lg\:\!border-grey\/100 {
    border-color: rgb(56 61 65 / 1) !important;
  }

  .lg\:\!border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15) !important;
  }

  .lg\:\!border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2) !important;
  }

  .lg\:\!border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25) !important;
  }

  .lg\:\!border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3) !important;
  }

  .lg\:\!border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35) !important;
  }

  .lg\:\!border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4) !important;
  }

  .lg\:\!border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45) !important;
  }

  .lg\:\!border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05) !important;
  }

  .lg\:\!border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5) !important;
  }

  .lg\:\!border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55) !important;
  }

  .lg\:\!border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6) !important;
  }

  .lg\:\!border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65) !important;
  }

  .lg\:\!border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7) !important;
  }

  .lg\:\!border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75) !important;
  }

  .lg\:\!border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8) !important;
  }

  .lg\:\!border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85) !important;
  }

  .lg\:\!border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9) !important;
  }

  .lg\:\!border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95) !important;
  }

  .lg\:\!border-light-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0) !important;
  }

  .lg\:\!border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1) !important;
  }

  .lg\:\!border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1) !important;
  }

  .lg\:\!border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15) !important;
  }

  .lg\:\!border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2) !important;
  }

  .lg\:\!border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25) !important;
  }

  .lg\:\!border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3) !important;
  }

  .lg\:\!border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35) !important;
  }

  .lg\:\!border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4) !important;
  }

  .lg\:\!border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45) !important;
  }

  .lg\:\!border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05) !important;
  }

  .lg\:\!border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5) !important;
  }

  .lg\:\!border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55) !important;
  }

  .lg\:\!border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6) !important;
  }

  .lg\:\!border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65) !important;
  }

  .lg\:\!border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7) !important;
  }

  .lg\:\!border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75) !important;
  }

  .lg\:\!border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8) !important;
  }

  .lg\:\!border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85) !important;
  }

  .lg\:\!border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9) !important;
  }

  .lg\:\!border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95) !important;
  }

  .lg\:\!border-light-green {
    --tw-border-opacity: 1 !important;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-light-green\/0 {
    border-color: rgb(184 241 193 / 0) !important;
  }

  .lg\:\!border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1) !important;
  }

  .lg\:\!border-light-green\/100 {
    border-color: rgb(184 241 193 / 1) !important;
  }

  .lg\:\!border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15) !important;
  }

  .lg\:\!border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2) !important;
  }

  .lg\:\!border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25) !important;
  }

  .lg\:\!border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3) !important;
  }

  .lg\:\!border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35) !important;
  }

  .lg\:\!border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4) !important;
  }

  .lg\:\!border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45) !important;
  }

  .lg\:\!border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05) !important;
  }

  .lg\:\!border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5) !important;
  }

  .lg\:\!border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55) !important;
  }

  .lg\:\!border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6) !important;
  }

  .lg\:\!border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65) !important;
  }

  .lg\:\!border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7) !important;
  }

  .lg\:\!border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75) !important;
  }

  .lg\:\!border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8) !important;
  }

  .lg\:\!border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85) !important;
  }

  .lg\:\!border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9) !important;
  }

  .lg\:\!border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95) !important;
  }

  .lg\:\!border-light-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0) !important;
  }

  .lg\:\!border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1) !important;
  }

  .lg\:\!border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1) !important;
  }

  .lg\:\!border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15) !important;
  }

  .lg\:\!border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2) !important;
  }

  .lg\:\!border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25) !important;
  }

  .lg\:\!border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3) !important;
  }

  .lg\:\!border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35) !important;
  }

  .lg\:\!border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4) !important;
  }

  .lg\:\!border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45) !important;
  }

  .lg\:\!border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05) !important;
  }

  .lg\:\!border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5) !important;
  }

  .lg\:\!border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55) !important;
  }

  .lg\:\!border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6) !important;
  }

  .lg\:\!border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65) !important;
  }

  .lg\:\!border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7) !important;
  }

  .lg\:\!border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75) !important;
  }

  .lg\:\!border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8) !important;
  }

  .lg\:\!border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85) !important;
  }

  .lg\:\!border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9) !important;
  }

  .lg\:\!border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95) !important;
  }

  .lg\:\!border-light-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0) !important;
  }

  .lg\:\!border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1) !important;
  }

  .lg\:\!border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1) !important;
  }

  .lg\:\!border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15) !important;
  }

  .lg\:\!border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2) !important;
  }

  .lg\:\!border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25) !important;
  }

  .lg\:\!border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3) !important;
  }

  .lg\:\!border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35) !important;
  }

  .lg\:\!border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4) !important;
  }

  .lg\:\!border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45) !important;
  }

  .lg\:\!border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05) !important;
  }

  .lg\:\!border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5) !important;
  }

  .lg\:\!border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55) !important;
  }

  .lg\:\!border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6) !important;
  }

  .lg\:\!border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65) !important;
  }

  .lg\:\!border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7) !important;
  }

  .lg\:\!border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75) !important;
  }

  .lg\:\!border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8) !important;
  }

  .lg\:\!border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85) !important;
  }

  .lg\:\!border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9) !important;
  }

  .lg\:\!border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95) !important;
  }

  .lg\:\!border-off-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-off-white\/0 {
    border-color: rgb(232 234 242 / 0) !important;
  }

  .lg\:\!border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1) !important;
  }

  .lg\:\!border-off-white\/100 {
    border-color: rgb(232 234 242 / 1) !important;
  }

  .lg\:\!border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15) !important;
  }

  .lg\:\!border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2) !important;
  }

  .lg\:\!border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25) !important;
  }

  .lg\:\!border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3) !important;
  }

  .lg\:\!border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35) !important;
  }

  .lg\:\!border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4) !important;
  }

  .lg\:\!border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45) !important;
  }

  .lg\:\!border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05) !important;
  }

  .lg\:\!border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5) !important;
  }

  .lg\:\!border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55) !important;
  }

  .lg\:\!border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6) !important;
  }

  .lg\:\!border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65) !important;
  }

  .lg\:\!border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7) !important;
  }

  .lg\:\!border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75) !important;
  }

  .lg\:\!border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8) !important;
  }

  .lg\:\!border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85) !important;
  }

  .lg\:\!border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9) !important;
  }

  .lg\:\!border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95) !important;
  }

  .lg\:\!border-scotial-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0) !important;
  }

  .lg\:\!border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1) !important;
  }

  .lg\:\!border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1) !important;
  }

  .lg\:\!border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15) !important;
  }

  .lg\:\!border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2) !important;
  }

  .lg\:\!border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25) !important;
  }

  .lg\:\!border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3) !important;
  }

  .lg\:\!border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35) !important;
  }

  .lg\:\!border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4) !important;
  }

  .lg\:\!border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45) !important;
  }

  .lg\:\!border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05) !important;
  }

  .lg\:\!border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5) !important;
  }

  .lg\:\!border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55) !important;
  }

  .lg\:\!border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6) !important;
  }

  .lg\:\!border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65) !important;
  }

  .lg\:\!border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7) !important;
  }

  .lg\:\!border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75) !important;
  }

  .lg\:\!border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8) !important;
  }

  .lg\:\!border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85) !important;
  }

  .lg\:\!border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9) !important;
  }

  .lg\:\!border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95) !important;
  }

  .lg\:\!border-souqh-orange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0) !important;
  }

  .lg\:\!border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1) !important;
  }

  .lg\:\!border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1) !important;
  }

  .lg\:\!border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15) !important;
  }

  .lg\:\!border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2) !important;
  }

  .lg\:\!border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25) !important;
  }

  .lg\:\!border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3) !important;
  }

  .lg\:\!border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35) !important;
  }

  .lg\:\!border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4) !important;
  }

  .lg\:\!border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45) !important;
  }

  .lg\:\!border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05) !important;
  }

  .lg\:\!border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5) !important;
  }

  .lg\:\!border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55) !important;
  }

  .lg\:\!border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6) !important;
  }

  .lg\:\!border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65) !important;
  }

  .lg\:\!border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7) !important;
  }

  .lg\:\!border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75) !important;
  }

  .lg\:\!border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8) !important;
  }

  .lg\:\!border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85) !important;
  }

  .lg\:\!border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9) !important;
  }

  .lg\:\!border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95) !important;
  }

  .lg\:\!border-sparrow-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0) !important;
  }

  .lg\:\!border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1) !important;
  }

  .lg\:\!border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1) !important;
  }

  .lg\:\!border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15) !important;
  }

  .lg\:\!border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2) !important;
  }

  .lg\:\!border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25) !important;
  }

  .lg\:\!border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3) !important;
  }

  .lg\:\!border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35) !important;
  }

  .lg\:\!border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4) !important;
  }

  .lg\:\!border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45) !important;
  }

  .lg\:\!border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05) !important;
  }

  .lg\:\!border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5) !important;
  }

  .lg\:\!border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55) !important;
  }

  .lg\:\!border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6) !important;
  }

  .lg\:\!border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65) !important;
  }

  .lg\:\!border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7) !important;
  }

  .lg\:\!border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75) !important;
  }

  .lg\:\!border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8) !important;
  }

  .lg\:\!border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85) !important;
  }

  .lg\:\!border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9) !important;
  }

  .lg\:\!border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95) !important;
  }

  .lg\:\!border-transparent {
    border-color: transparent !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
  }

  .lg\:\!border-yellow\/0 {
    border-color: rgb(255 244 182 / 0) !important;
  }

  .lg\:\!border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1) !important;
  }

  .lg\:\!border-yellow\/100 {
    border-color: rgb(255 244 182 / 1) !important;
  }

  .lg\:\!border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15) !important;
  }

  .lg\:\!border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2) !important;
  }

  .lg\:\!border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25) !important;
  }

  .lg\:\!border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3) !important;
  }

  .lg\:\!border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35) !important;
  }

  .lg\:\!border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4) !important;
  }

  .lg\:\!border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45) !important;
  }

  .lg\:\!border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05) !important;
  }

  .lg\:\!border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5) !important;
  }

  .lg\:\!border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55) !important;
  }

  .lg\:\!border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6) !important;
  }

  .lg\:\!border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65) !important;
  }

  .lg\:\!border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7) !important;
  }

  .lg\:\!border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75) !important;
  }

  .lg\:\!border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8) !important;
  }

  .lg\:\!border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85) !important;
  }

  .lg\:\!border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9) !important;
  }

  .lg\:\!border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95) !important;
  }

  .lg\:border-aha-pink {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0);
  }

  .lg\:border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1);
  }

  .lg\:border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1);
  }

  .lg\:border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15);
  }

  .lg\:border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2);
  }

  .lg\:border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25);
  }

  .lg\:border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3);
  }

  .lg\:border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35);
  }

  .lg\:border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4);
  }

  .lg\:border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45);
  }

  .lg\:border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05);
  }

  .lg\:border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5);
  }

  .lg\:border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55);
  }

  .lg\:border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6);
  }

  .lg\:border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65);
  }

  .lg\:border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7);
  }

  .lg\:border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75);
  }

  .lg\:border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8);
  }

  .lg\:border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85);
  }

  .lg\:border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9);
  }

  .lg\:border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95);
  }

  .lg\:border-borrowell-blue {
    --tw-border-opacity: 1;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  }

  .lg\:border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0);
  }

  .lg\:border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1);
  }

  .lg\:border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1);
  }

  .lg\:border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15);
  }

  .lg\:border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2);
  }

  .lg\:border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25);
  }

  .lg\:border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3);
  }

  .lg\:border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35);
  }

  .lg\:border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4);
  }

  .lg\:border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45);
  }

  .lg\:border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05);
  }

  .lg\:border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5);
  }

  .lg\:border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55);
  }

  .lg\:border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6);
  }

  .lg\:border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65);
  }

  .lg\:border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7);
  }

  .lg\:border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75);
  }

  .lg\:border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8);
  }

  .lg\:border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85);
  }

  .lg\:border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9);
  }

  .lg\:border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95);
  }

  .lg\:border-brand-red {
    --tw-border-opacity: 1;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0);
  }

  .lg\:border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1);
  }

  .lg\:border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1);
  }

  .lg\:border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15);
  }

  .lg\:border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2);
  }

  .lg\:border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25);
  }

  .lg\:border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3);
  }

  .lg\:border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35);
  }

  .lg\:border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4);
  }

  .lg\:border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45);
  }

  .lg\:border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05);
  }

  .lg\:border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5);
  }

  .lg\:border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55);
  }

  .lg\:border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6);
  }

  .lg\:border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65);
  }

  .lg\:border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7);
  }

  .lg\:border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75);
  }

  .lg\:border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8);
  }

  .lg\:border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85);
  }

  .lg\:border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9);
  }

  .lg\:border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95);
  }

  .lg\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
  }

  .lg\:border-grey\/0 {
    border-color: rgb(56 61 65 / 0);
  }

  .lg\:border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1);
  }

  .lg\:border-grey\/100 {
    border-color: rgb(56 61 65 / 1);
  }

  .lg\:border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15);
  }

  .lg\:border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2);
  }

  .lg\:border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25);
  }

  .lg\:border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3);
  }

  .lg\:border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35);
  }

  .lg\:border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4);
  }

  .lg\:border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45);
  }

  .lg\:border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05);
  }

  .lg\:border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5);
  }

  .lg\:border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55);
  }

  .lg\:border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6);
  }

  .lg\:border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65);
  }

  .lg\:border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7);
  }

  .lg\:border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75);
  }

  .lg\:border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8);
  }

  .lg\:border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85);
  }

  .lg\:border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9);
  }

  .lg\:border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95);
  }

  .lg\:border-light-blue {
    --tw-border-opacity: 1;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0);
  }

  .lg\:border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1);
  }

  .lg\:border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1);
  }

  .lg\:border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15);
  }

  .lg\:border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2);
  }

  .lg\:border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25);
  }

  .lg\:border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3);
  }

  .lg\:border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35);
  }

  .lg\:border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4);
  }

  .lg\:border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45);
  }

  .lg\:border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05);
  }

  .lg\:border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5);
  }

  .lg\:border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55);
  }

  .lg\:border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6);
  }

  .lg\:border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65);
  }

  .lg\:border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7);
  }

  .lg\:border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75);
  }

  .lg\:border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8);
  }

  .lg\:border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85);
  }

  .lg\:border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9);
  }

  .lg\:border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95);
  }

  .lg\:border-light-green {
    --tw-border-opacity: 1;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
  }

  .lg\:border-light-green\/0 {
    border-color: rgb(184 241 193 / 0);
  }

  .lg\:border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1);
  }

  .lg\:border-light-green\/100 {
    border-color: rgb(184 241 193 / 1);
  }

  .lg\:border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15);
  }

  .lg\:border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2);
  }

  .lg\:border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25);
  }

  .lg\:border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3);
  }

  .lg\:border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35);
  }

  .lg\:border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4);
  }

  .lg\:border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45);
  }

  .lg\:border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05);
  }

  .lg\:border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5);
  }

  .lg\:border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55);
  }

  .lg\:border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6);
  }

  .lg\:border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65);
  }

  .lg\:border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7);
  }

  .lg\:border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75);
  }

  .lg\:border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8);
  }

  .lg\:border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85);
  }

  .lg\:border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9);
  }

  .lg\:border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95);
  }

  .lg\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
  }

  .lg\:border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0);
  }

  .lg\:border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1);
  }

  .lg\:border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1);
  }

  .lg\:border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15);
  }

  .lg\:border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2);
  }

  .lg\:border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25);
  }

  .lg\:border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3);
  }

  .lg\:border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35);
  }

  .lg\:border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4);
  }

  .lg\:border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45);
  }

  .lg\:border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05);
  }

  .lg\:border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5);
  }

  .lg\:border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55);
  }

  .lg\:border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6);
  }

  .lg\:border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65);
  }

  .lg\:border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7);
  }

  .lg\:border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75);
  }

  .lg\:border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8);
  }

  .lg\:border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85);
  }

  .lg\:border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9);
  }

  .lg\:border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95);
  }

  .lg\:border-light-purple {
    --tw-border-opacity: 1;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
  }

  .lg\:border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0);
  }

  .lg\:border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1);
  }

  .lg\:border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1);
  }

  .lg\:border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15);
  }

  .lg\:border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2);
  }

  .lg\:border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25);
  }

  .lg\:border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3);
  }

  .lg\:border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35);
  }

  .lg\:border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4);
  }

  .lg\:border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45);
  }

  .lg\:border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05);
  }

  .lg\:border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5);
  }

  .lg\:border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55);
  }

  .lg\:border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6);
  }

  .lg\:border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65);
  }

  .lg\:border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7);
  }

  .lg\:border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75);
  }

  .lg\:border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8);
  }

  .lg\:border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85);
  }

  .lg\:border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9);
  }

  .lg\:border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95);
  }

  .lg\:border-off-white {
    --tw-border-opacity: 1;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-off-white\/0 {
    border-color: rgb(232 234 242 / 0);
  }

  .lg\:border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1);
  }

  .lg\:border-off-white\/100 {
    border-color: rgb(232 234 242 / 1);
  }

  .lg\:border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15);
  }

  .lg\:border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2);
  }

  .lg\:border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25);
  }

  .lg\:border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3);
  }

  .lg\:border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35);
  }

  .lg\:border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4);
  }

  .lg\:border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45);
  }

  .lg\:border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05);
  }

  .lg\:border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5);
  }

  .lg\:border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55);
  }

  .lg\:border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6);
  }

  .lg\:border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65);
  }

  .lg\:border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7);
  }

  .lg\:border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75);
  }

  .lg\:border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8);
  }

  .lg\:border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85);
  }

  .lg\:border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9);
  }

  .lg\:border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95);
  }

  .lg\:border-scotial-red {
    --tw-border-opacity: 1;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
  }

  .lg\:border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0);
  }

  .lg\:border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1);
  }

  .lg\:border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1);
  }

  .lg\:border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15);
  }

  .lg\:border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2);
  }

  .lg\:border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25);
  }

  .lg\:border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3);
  }

  .lg\:border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35);
  }

  .lg\:border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4);
  }

  .lg\:border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45);
  }

  .lg\:border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05);
  }

  .lg\:border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5);
  }

  .lg\:border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55);
  }

  .lg\:border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6);
  }

  .lg\:border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65);
  }

  .lg\:border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7);
  }

  .lg\:border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75);
  }

  .lg\:border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8);
  }

  .lg\:border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85);
  }

  .lg\:border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9);
  }

  .lg\:border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95);
  }

  .lg\:border-souqh-orange {
    --tw-border-opacity: 1;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  }

  .lg\:border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0);
  }

  .lg\:border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1);
  }

  .lg\:border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1);
  }

  .lg\:border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15);
  }

  .lg\:border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2);
  }

  .lg\:border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25);
  }

  .lg\:border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3);
  }

  .lg\:border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35);
  }

  .lg\:border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4);
  }

  .lg\:border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45);
  }

  .lg\:border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05);
  }

  .lg\:border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5);
  }

  .lg\:border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55);
  }

  .lg\:border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6);
  }

  .lg\:border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65);
  }

  .lg\:border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7);
  }

  .lg\:border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75);
  }

  .lg\:border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8);
  }

  .lg\:border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85);
  }

  .lg\:border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9);
  }

  .lg\:border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95);
  }

  .lg\:border-sparrow-blue {
    --tw-border-opacity: 1;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  }

  .lg\:border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0);
  }

  .lg\:border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1);
  }

  .lg\:border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1);
  }

  .lg\:border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15);
  }

  .lg\:border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2);
  }

  .lg\:border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25);
  }

  .lg\:border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3);
  }

  .lg\:border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35);
  }

  .lg\:border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4);
  }

  .lg\:border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45);
  }

  .lg\:border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05);
  }

  .lg\:border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5);
  }

  .lg\:border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55);
  }

  .lg\:border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6);
  }

  .lg\:border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65);
  }

  .lg\:border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7);
  }

  .lg\:border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75);
  }

  .lg\:border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8);
  }

  .lg\:border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85);
  }

  .lg\:border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9);
  }

  .lg\:border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
  }

  .lg\:border-yellow\/0 {
    border-color: rgb(255 244 182 / 0);
  }

  .lg\:border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1);
  }

  .lg\:border-yellow\/100 {
    border-color: rgb(255 244 182 / 1);
  }

  .lg\:border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15);
  }

  .lg\:border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2);
  }

  .lg\:border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25);
  }

  .lg\:border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3);
  }

  .lg\:border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35);
  }

  .lg\:border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4);
  }

  .lg\:border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45);
  }

  .lg\:border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05);
  }

  .lg\:border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5);
  }

  .lg\:border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55);
  }

  .lg\:border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6);
  }

  .lg\:border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65);
  }

  .lg\:border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7);
  }

  .lg\:border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75);
  }

  .lg\:border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8);
  }

  .lg\:border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85);
  }

  .lg\:border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9);
  }

  .lg\:border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95);
  }

  .lg\:\!bg-aha-pink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0) !important;
  }

  .lg\:\!bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1) !important;
  }

  .lg\:\!bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1) !important;
  }

  .lg\:\!bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15) !important;
  }

  .lg\:\!bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2) !important;
  }

  .lg\:\!bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25) !important;
  }

  .lg\:\!bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3) !important;
  }

  .lg\:\!bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35) !important;
  }

  .lg\:\!bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4) !important;
  }

  .lg\:\!bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45) !important;
  }

  .lg\:\!bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05) !important;
  }

  .lg\:\!bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5) !important;
  }

  .lg\:\!bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55) !important;
  }

  .lg\:\!bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6) !important;
  }

  .lg\:\!bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65) !important;
  }

  .lg\:\!bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7) !important;
  }

  .lg\:\!bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75) !important;
  }

  .lg\:\!bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8) !important;
  }

  .lg\:\!bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85) !important;
  }

  .lg\:\!bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9) !important;
  }

  .lg\:\!bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95) !important;
  }

  .lg\:\!bg-borrowell-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0) !important;
  }

  .lg\:\!bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1) !important;
  }

  .lg\:\!bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1) !important;
  }

  .lg\:\!bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15) !important;
  }

  .lg\:\!bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2) !important;
  }

  .lg\:\!bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25) !important;
  }

  .lg\:\!bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3) !important;
  }

  .lg\:\!bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35) !important;
  }

  .lg\:\!bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4) !important;
  }

  .lg\:\!bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45) !important;
  }

  .lg\:\!bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05) !important;
  }

  .lg\:\!bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5) !important;
  }

  .lg\:\!bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55) !important;
  }

  .lg\:\!bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6) !important;
  }

  .lg\:\!bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65) !important;
  }

  .lg\:\!bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7) !important;
  }

  .lg\:\!bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75) !important;
  }

  .lg\:\!bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8) !important;
  }

  .lg\:\!bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85) !important;
  }

  .lg\:\!bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9) !important;
  }

  .lg\:\!bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95) !important;
  }

  .lg\:\!bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0) !important;
  }

  .lg\:\!bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1) !important;
  }

  .lg\:\!bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1) !important;
  }

  .lg\:\!bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15) !important;
  }

  .lg\:\!bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2) !important;
  }

  .lg\:\!bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25) !important;
  }

  .lg\:\!bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3) !important;
  }

  .lg\:\!bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35) !important;
  }

  .lg\:\!bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4) !important;
  }

  .lg\:\!bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45) !important;
  }

  .lg\:\!bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05) !important;
  }

  .lg\:\!bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5) !important;
  }

  .lg\:\!bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55) !important;
  }

  .lg\:\!bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6) !important;
  }

  .lg\:\!bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65) !important;
  }

  .lg\:\!bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7) !important;
  }

  .lg\:\!bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75) !important;
  }

  .lg\:\!bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8) !important;
  }

  .lg\:\!bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85) !important;
  }

  .lg\:\!bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9) !important;
  }

  .lg\:\!bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95) !important;
  }

  .lg\:\!bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-grey\/0 {
    background-color: rgb(56 61 65 / 0) !important;
  }

  .lg\:\!bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1) !important;
  }

  .lg\:\!bg-grey\/100 {
    background-color: rgb(56 61 65 / 1) !important;
  }

  .lg\:\!bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15) !important;
  }

  .lg\:\!bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2) !important;
  }

  .lg\:\!bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25) !important;
  }

  .lg\:\!bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3) !important;
  }

  .lg\:\!bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35) !important;
  }

  .lg\:\!bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4) !important;
  }

  .lg\:\!bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45) !important;
  }

  .lg\:\!bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05) !important;
  }

  .lg\:\!bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5) !important;
  }

  .lg\:\!bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55) !important;
  }

  .lg\:\!bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6) !important;
  }

  .lg\:\!bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65) !important;
  }

  .lg\:\!bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7) !important;
  }

  .lg\:\!bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75) !important;
  }

  .lg\:\!bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8) !important;
  }

  .lg\:\!bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85) !important;
  }

  .lg\:\!bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9) !important;
  }

  .lg\:\!bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95) !important;
  }

  .lg\:\!bg-light-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0) !important;
  }

  .lg\:\!bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1) !important;
  }

  .lg\:\!bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1) !important;
  }

  .lg\:\!bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15) !important;
  }

  .lg\:\!bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2) !important;
  }

  .lg\:\!bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25) !important;
  }

  .lg\:\!bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3) !important;
  }

  .lg\:\!bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35) !important;
  }

  .lg\:\!bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4) !important;
  }

  .lg\:\!bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45) !important;
  }

  .lg\:\!bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05) !important;
  }

  .lg\:\!bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5) !important;
  }

  .lg\:\!bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55) !important;
  }

  .lg\:\!bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6) !important;
  }

  .lg\:\!bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65) !important;
  }

  .lg\:\!bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7) !important;
  }

  .lg\:\!bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75) !important;
  }

  .lg\:\!bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8) !important;
  }

  .lg\:\!bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85) !important;
  }

  .lg\:\!bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9) !important;
  }

  .lg\:\!bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95) !important;
  }

  .lg\:\!bg-light-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0) !important;
  }

  .lg\:\!bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1) !important;
  }

  .lg\:\!bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1) !important;
  }

  .lg\:\!bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15) !important;
  }

  .lg\:\!bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2) !important;
  }

  .lg\:\!bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25) !important;
  }

  .lg\:\!bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3) !important;
  }

  .lg\:\!bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35) !important;
  }

  .lg\:\!bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4) !important;
  }

  .lg\:\!bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45) !important;
  }

  .lg\:\!bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05) !important;
  }

  .lg\:\!bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5) !important;
  }

  .lg\:\!bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55) !important;
  }

  .lg\:\!bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6) !important;
  }

  .lg\:\!bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65) !important;
  }

  .lg\:\!bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7) !important;
  }

  .lg\:\!bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75) !important;
  }

  .lg\:\!bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8) !important;
  }

  .lg\:\!bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85) !important;
  }

  .lg\:\!bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9) !important;
  }

  .lg\:\!bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95) !important;
  }

  .lg\:\!bg-light-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0) !important;
  }

  .lg\:\!bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1) !important;
  }

  .lg\:\!bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1) !important;
  }

  .lg\:\!bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15) !important;
  }

  .lg\:\!bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2) !important;
  }

  .lg\:\!bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25) !important;
  }

  .lg\:\!bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3) !important;
  }

  .lg\:\!bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35) !important;
  }

  .lg\:\!bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4) !important;
  }

  .lg\:\!bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45) !important;
  }

  .lg\:\!bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05) !important;
  }

  .lg\:\!bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5) !important;
  }

  .lg\:\!bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55) !important;
  }

  .lg\:\!bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6) !important;
  }

  .lg\:\!bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65) !important;
  }

  .lg\:\!bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7) !important;
  }

  .lg\:\!bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75) !important;
  }

  .lg\:\!bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8) !important;
  }

  .lg\:\!bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85) !important;
  }

  .lg\:\!bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9) !important;
  }

  .lg\:\!bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95) !important;
  }

  .lg\:\!bg-light-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0) !important;
  }

  .lg\:\!bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1) !important;
  }

  .lg\:\!bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1) !important;
  }

  .lg\:\!bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15) !important;
  }

  .lg\:\!bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2) !important;
  }

  .lg\:\!bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25) !important;
  }

  .lg\:\!bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3) !important;
  }

  .lg\:\!bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35) !important;
  }

  .lg\:\!bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4) !important;
  }

  .lg\:\!bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45) !important;
  }

  .lg\:\!bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05) !important;
  }

  .lg\:\!bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5) !important;
  }

  .lg\:\!bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55) !important;
  }

  .lg\:\!bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6) !important;
  }

  .lg\:\!bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65) !important;
  }

  .lg\:\!bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7) !important;
  }

  .lg\:\!bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75) !important;
  }

  .lg\:\!bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8) !important;
  }

  .lg\:\!bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85) !important;
  }

  .lg\:\!bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9) !important;
  }

  .lg\:\!bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95) !important;
  }

  .lg\:\!bg-scotial-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0) !important;
  }

  .lg\:\!bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1) !important;
  }

  .lg\:\!bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1) !important;
  }

  .lg\:\!bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15) !important;
  }

  .lg\:\!bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2) !important;
  }

  .lg\:\!bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25) !important;
  }

  .lg\:\!bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3) !important;
  }

  .lg\:\!bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35) !important;
  }

  .lg\:\!bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4) !important;
  }

  .lg\:\!bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45) !important;
  }

  .lg\:\!bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05) !important;
  }

  .lg\:\!bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5) !important;
  }

  .lg\:\!bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55) !important;
  }

  .lg\:\!bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6) !important;
  }

  .lg\:\!bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65) !important;
  }

  .lg\:\!bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7) !important;
  }

  .lg\:\!bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75) !important;
  }

  .lg\:\!bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8) !important;
  }

  .lg\:\!bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85) !important;
  }

  .lg\:\!bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9) !important;
  }

  .lg\:\!bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95) !important;
  }

  .lg\:\!bg-souqh-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0) !important;
  }

  .lg\:\!bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1) !important;
  }

  .lg\:\!bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1) !important;
  }

  .lg\:\!bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15) !important;
  }

  .lg\:\!bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2) !important;
  }

  .lg\:\!bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25) !important;
  }

  .lg\:\!bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3) !important;
  }

  .lg\:\!bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35) !important;
  }

  .lg\:\!bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4) !important;
  }

  .lg\:\!bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45) !important;
  }

  .lg\:\!bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05) !important;
  }

  .lg\:\!bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5) !important;
  }

  .lg\:\!bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55) !important;
  }

  .lg\:\!bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6) !important;
  }

  .lg\:\!bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65) !important;
  }

  .lg\:\!bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7) !important;
  }

  .lg\:\!bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75) !important;
  }

  .lg\:\!bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8) !important;
  }

  .lg\:\!bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85) !important;
  }

  .lg\:\!bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9) !important;
  }

  .lg\:\!bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95) !important;
  }

  .lg\:\!bg-sparrow-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0) !important;
  }

  .lg\:\!bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1) !important;
  }

  .lg\:\!bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1) !important;
  }

  .lg\:\!bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15) !important;
  }

  .lg\:\!bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2) !important;
  }

  .lg\:\!bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25) !important;
  }

  .lg\:\!bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3) !important;
  }

  .lg\:\!bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35) !important;
  }

  .lg\:\!bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4) !important;
  }

  .lg\:\!bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45) !important;
  }

  .lg\:\!bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05) !important;
  }

  .lg\:\!bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5) !important;
  }

  .lg\:\!bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55) !important;
  }

  .lg\:\!bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6) !important;
  }

  .lg\:\!bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65) !important;
  }

  .lg\:\!bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7) !important;
  }

  .lg\:\!bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75) !important;
  }

  .lg\:\!bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8) !important;
  }

  .lg\:\!bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85) !important;
  }

  .lg\:\!bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9) !important;
  }

  .lg\:\!bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95) !important;
  }

  .lg\:\!bg-transparent {
    background-color: transparent !important;
  }

  .lg\:\!bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0) !important;
  }

  .lg\:\!bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
  }

  .lg\:\!bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1) !important;
  }

  .lg\:\!bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15) !important;
  }

  .lg\:\!bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .lg\:\!bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25) !important;
  }

  .lg\:\!bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3) !important;
  }

  .lg\:\!bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35) !important;
  }

  .lg\:\!bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
  }

  .lg\:\!bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45) !important;
  }

  .lg\:\!bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
  }

  .lg\:\!bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
  }

  .lg\:\!bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55) !important;
  }

  .lg\:\!bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6) !important;
  }

  .lg\:\!bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65) !important;
  }

  .lg\:\!bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7) !important;
  }

  .lg\:\!bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75) !important;
  }

  .lg\:\!bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .lg\:\!bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85) !important;
  }

  .lg\:\!bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .lg\:\!bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95) !important;
  }

  .lg\:\!bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
  }

  .lg\:\!bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0) !important;
  }

  .lg\:\!bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1) !important;
  }

  .lg\:\!bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1) !important;
  }

  .lg\:\!bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15) !important;
  }

  .lg\:\!bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2) !important;
  }

  .lg\:\!bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25) !important;
  }

  .lg\:\!bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3) !important;
  }

  .lg\:\!bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35) !important;
  }

  .lg\:\!bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4) !important;
  }

  .lg\:\!bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45) !important;
  }

  .lg\:\!bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05) !important;
  }

  .lg\:\!bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5) !important;
  }

  .lg\:\!bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55) !important;
  }

  .lg\:\!bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6) !important;
  }

  .lg\:\!bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65) !important;
  }

  .lg\:\!bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7) !important;
  }

  .lg\:\!bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75) !important;
  }

  .lg\:\!bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8) !important;
  }

  .lg\:\!bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85) !important;
  }

  .lg\:\!bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9) !important;
  }

  .lg\:\!bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95) !important;
  }

  .lg\:bg-aha-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0);
  }

  .lg\:bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1);
  }

  .lg\:bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1);
  }

  .lg\:bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15);
  }

  .lg\:bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2);
  }

  .lg\:bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25);
  }

  .lg\:bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3);
  }

  .lg\:bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35);
  }

  .lg\:bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4);
  }

  .lg\:bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45);
  }

  .lg\:bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05);
  }

  .lg\:bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5);
  }

  .lg\:bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55);
  }

  .lg\:bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6);
  }

  .lg\:bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65);
  }

  .lg\:bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7);
  }

  .lg\:bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75);
  }

  .lg\:bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8);
  }

  .lg\:bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85);
  }

  .lg\:bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9);
  }

  .lg\:bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95);
  }

  .lg\:bg-borrowell-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0);
  }

  .lg\:bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1);
  }

  .lg\:bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1);
  }

  .lg\:bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15);
  }

  .lg\:bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2);
  }

  .lg\:bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25);
  }

  .lg\:bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3);
  }

  .lg\:bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35);
  }

  .lg\:bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4);
  }

  .lg\:bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45);
  }

  .lg\:bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05);
  }

  .lg\:bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5);
  }

  .lg\:bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55);
  }

  .lg\:bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6);
  }

  .lg\:bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65);
  }

  .lg\:bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7);
  }

  .lg\:bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75);
  }

  .lg\:bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8);
  }

  .lg\:bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85);
  }

  .lg\:bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9);
  }

  .lg\:bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95);
  }

  .lg\:bg-brand-red {
    --tw-bg-opacity: 1;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0);
  }

  .lg\:bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1);
  }

  .lg\:bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1);
  }

  .lg\:bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15);
  }

  .lg\:bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2);
  }

  .lg\:bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25);
  }

  .lg\:bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3);
  }

  .lg\:bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35);
  }

  .lg\:bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4);
  }

  .lg\:bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45);
  }

  .lg\:bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05);
  }

  .lg\:bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5);
  }

  .lg\:bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55);
  }

  .lg\:bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6);
  }

  .lg\:bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65);
  }

  .lg\:bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7);
  }

  .lg\:bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75);
  }

  .lg\:bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8);
  }

  .lg\:bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85);
  }

  .lg\:bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9);
  }

  .lg\:bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95);
  }

  .lg\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-grey\/0 {
    background-color: rgb(56 61 65 / 0);
  }

  .lg\:bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1);
  }

  .lg\:bg-grey\/100 {
    background-color: rgb(56 61 65 / 1);
  }

  .lg\:bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15);
  }

  .lg\:bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2);
  }

  .lg\:bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25);
  }

  .lg\:bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3);
  }

  .lg\:bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35);
  }

  .lg\:bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4);
  }

  .lg\:bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45);
  }

  .lg\:bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05);
  }

  .lg\:bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5);
  }

  .lg\:bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55);
  }

  .lg\:bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6);
  }

  .lg\:bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65);
  }

  .lg\:bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7);
  }

  .lg\:bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75);
  }

  .lg\:bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8);
  }

  .lg\:bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85);
  }

  .lg\:bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9);
  }

  .lg\:bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95);
  }

  .lg\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0);
  }

  .lg\:bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1);
  }

  .lg\:bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1);
  }

  .lg\:bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15);
  }

  .lg\:bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2);
  }

  .lg\:bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25);
  }

  .lg\:bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3);
  }

  .lg\:bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35);
  }

  .lg\:bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4);
  }

  .lg\:bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45);
  }

  .lg\:bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05);
  }

  .lg\:bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5);
  }

  .lg\:bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55);
  }

  .lg\:bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6);
  }

  .lg\:bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65);
  }

  .lg\:bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7);
  }

  .lg\:bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75);
  }

  .lg\:bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8);
  }

  .lg\:bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85);
  }

  .lg\:bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9);
  }

  .lg\:bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95);
  }

  .lg\:bg-light-green {
    --tw-bg-opacity: 1;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0);
  }

  .lg\:bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1);
  }

  .lg\:bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1);
  }

  .lg\:bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15);
  }

  .lg\:bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2);
  }

  .lg\:bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25);
  }

  .lg\:bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3);
  }

  .lg\:bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35);
  }

  .lg\:bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4);
  }

  .lg\:bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45);
  }

  .lg\:bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05);
  }

  .lg\:bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5);
  }

  .lg\:bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55);
  }

  .lg\:bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6);
  }

  .lg\:bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65);
  }

  .lg\:bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7);
  }

  .lg\:bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75);
  }

  .lg\:bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8);
  }

  .lg\:bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85);
  }

  .lg\:bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9);
  }

  .lg\:bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95);
  }

  .lg\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0);
  }

  .lg\:bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1);
  }

  .lg\:bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1);
  }

  .lg\:bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15);
  }

  .lg\:bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2);
  }

  .lg\:bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25);
  }

  .lg\:bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3);
  }

  .lg\:bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35);
  }

  .lg\:bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4);
  }

  .lg\:bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45);
  }

  .lg\:bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05);
  }

  .lg\:bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5);
  }

  .lg\:bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55);
  }

  .lg\:bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6);
  }

  .lg\:bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65);
  }

  .lg\:bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7);
  }

  .lg\:bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75);
  }

  .lg\:bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8);
  }

  .lg\:bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85);
  }

  .lg\:bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9);
  }

  .lg\:bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95);
  }

  .lg\:bg-light-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0);
  }

  .lg\:bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1);
  }

  .lg\:bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1);
  }

  .lg\:bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15);
  }

  .lg\:bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2);
  }

  .lg\:bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25);
  }

  .lg\:bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3);
  }

  .lg\:bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35);
  }

  .lg\:bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4);
  }

  .lg\:bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45);
  }

  .lg\:bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05);
  }

  .lg\:bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5);
  }

  .lg\:bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55);
  }

  .lg\:bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6);
  }

  .lg\:bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65);
  }

  .lg\:bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7);
  }

  .lg\:bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75);
  }

  .lg\:bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8);
  }

  .lg\:bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85);
  }

  .lg\:bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9);
  }

  .lg\:bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95);
  }

  .lg\:bg-scotial-red {
    --tw-bg-opacity: 1;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0);
  }

  .lg\:bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1);
  }

  .lg\:bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1);
  }

  .lg\:bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15);
  }

  .lg\:bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2);
  }

  .lg\:bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25);
  }

  .lg\:bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3);
  }

  .lg\:bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35);
  }

  .lg\:bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4);
  }

  .lg\:bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45);
  }

  .lg\:bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05);
  }

  .lg\:bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5);
  }

  .lg\:bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55);
  }

  .lg\:bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6);
  }

  .lg\:bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65);
  }

  .lg\:bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7);
  }

  .lg\:bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75);
  }

  .lg\:bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8);
  }

  .lg\:bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85);
  }

  .lg\:bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9);
  }

  .lg\:bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95);
  }

  .lg\:bg-souqh-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0);
  }

  .lg\:bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1);
  }

  .lg\:bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1);
  }

  .lg\:bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15);
  }

  .lg\:bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2);
  }

  .lg\:bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25);
  }

  .lg\:bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3);
  }

  .lg\:bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35);
  }

  .lg\:bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4);
  }

  .lg\:bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45);
  }

  .lg\:bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05);
  }

  .lg\:bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5);
  }

  .lg\:bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55);
  }

  .lg\:bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6);
  }

  .lg\:bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65);
  }

  .lg\:bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7);
  }

  .lg\:bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75);
  }

  .lg\:bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8);
  }

  .lg\:bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85);
  }

  .lg\:bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9);
  }

  .lg\:bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95);
  }

  .lg\:bg-sparrow-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0);
  }

  .lg\:bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1);
  }

  .lg\:bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1);
  }

  .lg\:bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15);
  }

  .lg\:bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2);
  }

  .lg\:bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25);
  }

  .lg\:bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3);
  }

  .lg\:bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35);
  }

  .lg\:bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4);
  }

  .lg\:bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45);
  }

  .lg\:bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05);
  }

  .lg\:bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5);
  }

  .lg\:bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55);
  }

  .lg\:bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6);
  }

  .lg\:bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65);
  }

  .lg\:bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7);
  }

  .lg\:bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75);
  }

  .lg\:bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8);
  }

  .lg\:bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85);
  }

  .lg\:bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9);
  }

  .lg\:bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95);
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0);
  }

  .lg\:bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1);
  }

  .lg\:bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1);
  }

  .lg\:bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15);
  }

  .lg\:bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2);
  }

  .lg\:bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25);
  }

  .lg\:bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3);
  }

  .lg\:bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35);
  }

  .lg\:bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4);
  }

  .lg\:bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45);
  }

  .lg\:bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05);
  }

  .lg\:bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5);
  }

  .lg\:bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55);
  }

  .lg\:bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6);
  }

  .lg\:bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65);
  }

  .lg\:bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7);
  }

  .lg\:bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75);
  }

  .lg\:bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8);
  }

  .lg\:bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85);
  }

  .lg\:bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9);
  }

  .lg\:bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95);
  }

  .lg\:\!bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
  }

  .lg\:bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:\!object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:\!object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:\!object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:\!p-0 {
    padding: 0px !important;
  }

  .lg\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:\!p-10 {
    padding: 2.5rem !important;
  }

  .lg\:\!p-12 {
    padding: 3rem !important;
  }

  .lg\:\!p-2 {
    padding: 0.5rem !important;
  }

  .lg\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:\!p-20 {
    padding: 5rem !important;
  }

  .lg\:\!p-24 {
    padding: 6rem !important;
  }

  .lg\:\!p-28 {
    padding: 7rem !important;
  }

  .lg\:\!p-4 {
    padding: 1rem !important;
  }

  .lg\:\!p-40 {
    padding: 10rem !important;
  }

  .lg\:\!p-44 {
    padding: 11rem !important;
  }

  .lg\:\!p-48 {
    padding: 12rem !important;
  }

  .lg\:\!p-5 {
    padding: 1.25rem !important;
  }

  .lg\:\!p-52 {
    padding: 13rem !important;
  }

  .lg\:\!p-56 {
    padding: 14rem !important;
  }

  .lg\:\!p-6 {
    padding: 1.5rem !important;
  }

  .lg\:\!p-60 {
    padding: 15rem !important;
  }

  .lg\:\!p-64 {
    padding: 16rem !important;
  }

  .lg\:\!p-7 {
    padding: 1.75rem !important;
  }

  .lg\:\!p-72 {
    padding: 18rem !important;
  }

  .lg\:\!p-8 {
    padding: 2rem !important;
  }

  .lg\:\!p-80 {
    padding: 20rem !important;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:\!pl-0 {
    padding-left: 0px !important;
  }

  .lg\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .lg\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .lg\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .lg\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .lg\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .lg\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .lg\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .lg\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .lg\:\!pr-0 {
    padding-right: 0px !important;
  }

  .lg\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .lg\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .lg\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .lg\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .lg\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .lg\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .lg\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .lg\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:\!shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:\!shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:\!shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:\!shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

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

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

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

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

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

  .lg\:\!drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:\!drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

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

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

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

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

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

  .lg\:\!grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:\!backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

@media (min-width: 1200px) {

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

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

  .xl\:\!-top-10 {
    top: -2.5rem !important;
  }

  .xl\:\!-top-12 {
    top: -3rem !important;
  }

  .xl\:\!-top-2 {
    top: -0.5rem !important;
  }

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

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

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

  .xl\:\!-top-20 {
    top: -5rem !important;
  }

  .xl\:\!-top-24 {
    top: -6rem !important;
  }

  .xl\:\!-top-28 {
    top: -7rem !important;
  }

  .xl\:\!-top-4 {
    top: -1rem !important;
  }

  .xl\:\!-top-40 {
    top: -10rem !important;
  }

  .xl\:\!-top-44 {
    top: -11rem !important;
  }

  .xl\:\!-top-48 {
    top: -12rem !important;
  }

  .xl\:\!-top-5 {
    top: -1.25rem !important;
  }

  .xl\:\!-top-52 {
    top: -13rem !important;
  }

  .xl\:\!-top-56 {
    top: -14rem !important;
  }

  .xl\:\!-top-6 {
    top: -1.5rem !important;
  }

  .xl\:\!-top-60 {
    top: -15rem !important;
  }

  .xl\:\!-top-64 {
    top: -16rem !important;
  }

  .xl\:\!-top-7 {
    top: -1.75rem !important;
  }

  .xl\:\!-top-72 {
    top: -18rem !important;
  }

  .xl\:\!-top-8 {
    top: -2rem !important;
  }

  .xl\:\!-top-80 {
    top: -20rem !important;
  }

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

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

  .xl\:\!top-10 {
    top: 2.5rem !important;
  }

  .xl\:\!top-12 {
    top: 3rem !important;
  }

  .xl\:\!top-2 {
    top: 0.5rem !important;
  }

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

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

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

  .xl\:\!top-20 {
    top: 5rem !important;
  }

  .xl\:\!top-24 {
    top: 6rem !important;
  }

  .xl\:\!top-28 {
    top: 7rem !important;
  }

  .xl\:\!top-4 {
    top: 1rem !important;
  }

  .xl\:\!top-40 {
    top: 10rem !important;
  }

  .xl\:\!top-44 {
    top: 11rem !important;
  }

  .xl\:\!top-48 {
    top: 12rem !important;
  }

  .xl\:\!top-5 {
    top: 1.25rem !important;
  }

  .xl\:\!top-52 {
    top: 13rem !important;
  }

  .xl\:\!top-56 {
    top: 14rem !important;
  }

  .xl\:\!top-6 {
    top: 1.5rem !important;
  }

  .xl\:\!top-60 {
    top: 15rem !important;
  }

  .xl\:\!top-64 {
    top: 16rem !important;
  }

  .xl\:\!top-7 {
    top: 1.75rem !important;
  }

  .xl\:\!top-72 {
    top: 18rem !important;
  }

  .xl\:\!top-8 {
    top: 2rem !important;
  }

  .xl\:\!top-80 {
    top: 20rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:left-auto {
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:\!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:\!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:\!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:\!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:\!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

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

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

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

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

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

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

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

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

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

  .xl\:\!row-auto {
    grid-row: auto !important;
  }

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

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:\!line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .xl\:\!line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .xl\:\!line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .xl\:\!line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:\!h-2xl {
    height: 42rem !important;
  }

  .xl\:\!h-2xs {
    height: 16rem !important;
  }

  .xl\:\!h-3xl {
    height: 48rem !important;
  }

  .xl\:\!h-full {
    height: 100% !important;
  }

  .xl\:\!h-lg {
    height: 32rem !important;
  }

  .xl\:\!h-md {
    height: 28rem !important;
  }

  .xl\:\!h-sm {
    height: 24rem !important;
  }

  .xl\:\!h-xl {
    height: 36rem !important;
  }

  .xl\:\!h-xs {
    height: 20rem !important;
  }

  .xl\:h-2xl {
    height: 42rem;
  }

  .xl\:h-2xs {
    height: 16rem;
  }

  .xl\:h-3xl {
    height: 48rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-lg {
    height: 32rem;
  }

  .xl\:h-md {
    height: 28rem;
  }

  .xl\:h-sm {
    height: 24rem;
  }

  .xl\:h-xl {
    height: 36rem;
  }

  .xl\:h-xs {
    height: 20rem;
  }

  .xl\:\!max-h-2xl {
    max-height: 42rem !important;
  }

  .xl\:\!max-h-2xs {
    max-height: 16rem !important;
  }

  .xl\:\!max-h-3xl {
    max-height: 48rem !important;
  }

  .xl\:\!max-h-full {
    max-height: 100% !important;
  }

  .xl\:\!max-h-lg {
    max-height: 32rem !important;
  }

  .xl\:\!max-h-md {
    max-height: 28rem !important;
  }

  .xl\:\!max-h-sm {
    max-height: 24rem !important;
  }

  .xl\:\!max-h-xl {
    max-height: 36rem !important;
  }

  .xl\:\!max-h-xs {
    max-height: 20rem !important;
  }

  .xl\:max-h-2xl {
    max-height: 42rem;
  }

  .xl\:max-h-2xs {
    max-height: 16rem;
  }

  .xl\:max-h-3xl {
    max-height: 48rem;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-lg {
    max-height: 32rem;
  }

  .xl\:max-h-md {
    max-height: 28rem;
  }

  .xl\:max-h-sm {
    max-height: 24rem;
  }

  .xl\:max-h-xl {
    max-height: 36rem;
  }

  .xl\:max-h-xs {
    max-height: 20rem;
  }

  .xl\:\!min-h-2xl {
    min-height: 42rem !important;
  }

  .xl\:\!min-h-2xs {
    min-height: 16rem !important;
  }

  .xl\:\!min-h-3xl {
    min-height: 48rem !important;
  }

  .xl\:\!min-h-full {
    min-height: 100% !important;
  }

  .xl\:\!min-h-lg {
    min-height: 32rem !important;
  }

  .xl\:\!min-h-md {
    min-height: 28rem !important;
  }

  .xl\:\!min-h-sm {
    min-height: 24rem !important;
  }

  .xl\:\!min-h-xl {
    min-height: 36rem !important;
  }

  .xl\:\!min-h-xs {
    min-height: 20rem !important;
  }

  .xl\:min-h-2xl {
    min-height: 42rem;
  }

  .xl\:min-h-2xs {
    min-height: 16rem;
  }

  .xl\:min-h-3xl {
    min-height: 48rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-lg {
    min-height: 32rem;
  }

  .xl\:min-h-md {
    min-height: 28rem;
  }

  .xl\:min-h-sm {
    min-height: 24rem;
  }

  .xl\:min-h-xl {
    min-height: 36rem;
  }

  .xl\:min-h-xs {
    min-height: 20rem;
  }

  .xl\:\!w-1\/2 {
    width: 50% !important;
  }

  .xl\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:\!w-1\/4 {
    width: 25% !important;
  }

  .xl\:\!w-1\/5 {
    width: 20% !important;
  }

  .xl\:\!w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:\!w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:\!w-2\/4 {
    width: 50% !important;
  }

  .xl\:\!w-2\/5 {
    width: 40% !important;
  }

  .xl\:\!w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:\!w-2xl {
    width: 42rem !important;
  }

  .xl\:\!w-2xs {
    width: 16rem !important;
  }

  .xl\:\!w-3\/4 {
    width: 75% !important;
  }

  .xl\:\!w-3\/5 {
    width: 60% !important;
  }

  .xl\:\!w-3\/6 {
    width: 50% !important;
  }

  .xl\:\!w-3xl {
    width: 48rem !important;
  }

  .xl\:\!w-4\/5 {
    width: 80% !important;
  }

  .xl\:\!w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:\!w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:\!w-auto {
    width: auto !important;
  }

  .xl\:\!w-full {
    width: 100% !important;
  }

  .xl\:\!w-lg {
    width: 32rem !important;
  }

  .xl\:\!w-md {
    width: 28rem !important;
  }

  .xl\:\!w-sm {
    width: 24rem !important;
  }

  .xl\:\!w-xl {
    width: 36rem !important;
  }

  .xl\:\!w-xs {
    width: 20rem !important;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-2xl {
    width: 42rem;
  }

  .xl\:w-2xs {
    width: 16rem;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-3xl {
    width: 48rem;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-\[1168px\] {
    width: 1168px;
  }

  .xl\:w-\[525px\] {
    width: 525px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-lg {
    width: 32rem;
  }

  .xl\:w-md {
    width: 28rem;
  }

  .xl\:w-sm {
    width: 24rem;
  }

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

  .xl\:w-xs {
    width: 20rem;
  }

  .xl\:\!min-w-2xl {
    min-width: 42rem !important;
  }

  .xl\:\!min-w-2xs {
    min-width: 16rem !important;
  }

  .xl\:\!min-w-3xl {
    min-width: 48rem !important;
  }

  .xl\:\!min-w-full {
    min-width: 100% !important;
  }

  .xl\:\!min-w-lg {
    min-width: 32rem !important;
  }

  .xl\:\!min-w-md {
    min-width: 28rem !important;
  }

  .xl\:\!min-w-sm {
    min-width: 24rem !important;
  }

  .xl\:\!min-w-xl {
    min-width: 36rem !important;
  }

  .xl\:\!min-w-xs {
    min-width: 20rem !important;
  }

  .xl\:min-w-2xl {
    min-width: 42rem;
  }

  .xl\:min-w-2xs {
    min-width: 16rem;
  }

  .xl\:min-w-3xl {
    min-width: 48rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:min-w-lg {
    min-width: 32rem;
  }

  .xl\:min-w-md {
    min-width: 28rem;
  }

  .xl\:min-w-sm {
    min-width: 24rem;
  }

  .xl\:min-w-xl {
    min-width: 36rem;
  }

  .xl\:min-w-xs {
    min-width: 20rem;
  }

  .xl\:\!max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:\!max-w-2xs {
    max-width: 16rem !important;
  }

  .xl\:\!max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:\!max-w-full {
    max-width: 100% !important;
  }

  .xl\:\!max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:\!max-w-md {
    max-width: 28rem !important;
  }

  .xl\:\!max-w-sm {
    max-width: 24rem !important;
  }

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

  .xl\:\!max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-2xs {
    max-width: 16rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

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

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

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

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:\!scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .xl\:\!scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .xl\:\!scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .xl\:\!scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .xl\:\!scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .xl\:\!scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .xl\:\!scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .xl\:\!scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .xl\:\!scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .xl\:\!scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .xl\:\!scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .xl\:\!scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .xl\:\!scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .xl\:\!scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .xl\:\!scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .xl\:\!scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .xl\:\!scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .xl\:\!scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .xl\:\!scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .xl\:\!scroll-p-7 {
    scroll-padding: 1.75rem !important;
  }

  .xl\:\!scroll-p-72 {
    scroll-padding: 18rem !important;
  }

  .xl\:\!scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .xl\:\!scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .xl\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .xl\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .xl\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .xl\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .xl\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .xl\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .xl\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .xl\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .xl\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .xl\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .xl\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .xl\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .xl\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .xl\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .xl\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .xl\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .xl\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .xl\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .xl\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .xl\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .xl\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .xl\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .xl\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .xl\:\!scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .xl\:\!scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .xl\:\!scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .xl\:\!scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .xl\:\!scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .xl\:\!scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .xl\:\!scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .xl\:\!scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .xl\:\!scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .xl\:\!scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .xl\:\!scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .xl\:\!scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .xl\:\!scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .xl\:\!scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .xl\:\!scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .xl\:\!scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .xl\:\!scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .xl\:\!scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .xl\:\!scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .xl\:\!scroll-px-7 {
    scroll-padding-left: 1.75rem !important;
    scroll-padding-right: 1.75rem !important;
  }

  .xl\:\!scroll-px-72 {
    scroll-padding-left: 18rem !important;
    scroll-padding-right: 18rem !important;
  }

  .xl\:\!scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .xl\:\!scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .xl\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .xl\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .xl\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .xl\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .xl\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .xl\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .xl\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .xl\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .xl\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .xl\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .xl\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .xl\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .xl\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .xl\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .xl\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .xl\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .xl\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .xl\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .xl\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .xl\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .xl\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .xl\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .xl\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .xl\:\!scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .xl\:\!scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .xl\:\!scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .xl\:\!scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .xl\:\!scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .xl\:\!scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .xl\:\!scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .xl\:\!scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .xl\:\!scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .xl\:\!scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .xl\:\!scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .xl\:\!scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .xl\:\!scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .xl\:\!scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .xl\:\!scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .xl\:\!scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .xl\:\!scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .xl\:\!scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .xl\:\!scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .xl\:\!scroll-pl-7 {
    scroll-padding-left: 1.75rem !important;
  }

  .xl\:\!scroll-pl-72 {
    scroll-padding-left: 18rem !important;
  }

  .xl\:\!scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .xl\:\!scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .xl\:\!scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .xl\:\!scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .xl\:\!scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .xl\:\!scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .xl\:\!scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .xl\:\!scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .xl\:\!scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .xl\:\!scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .xl\:\!scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .xl\:\!scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .xl\:\!scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .xl\:\!scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .xl\:\!scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .xl\:\!scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .xl\:\!scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .xl\:\!scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .xl\:\!scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .xl\:\!scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .xl\:\!scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .xl\:\!scroll-pr-7 {
    scroll-padding-right: 1.75rem !important;
  }

  .xl\:\!scroll-pr-72 {
    scroll-padding-right: 18rem !important;
  }

  .xl\:\!scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .xl\:\!scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .xl\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .xl\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .xl\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .xl\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .xl\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .xl\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .xl\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .xl\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .xl\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .xl\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .xl\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .xl\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .xl\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .xl\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .xl\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .xl\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .xl\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .xl\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .xl\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .xl\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .xl\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .xl\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .xl\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .xl\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .xl\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .xl\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .xl\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .xl\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .xl\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .xl\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .xl\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .xl\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .xl\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .xl\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .xl\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .xl\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .xl\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .xl\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .xl\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .xl\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .xl\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .xl\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .xl\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .xl\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .xl\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .xl\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .xl\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:\!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

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

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-baseline {
    place-items: baseline;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

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

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:justify-normal {
    justify-content: normal;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

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

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

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:\!gap-0 {
    gap: 0px !important;
  }

  .xl\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:\!gap-12 {
    gap: 3rem !important;
  }

  .xl\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .xl\:\!gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:\!gap-20 {
    gap: 5rem !important;
  }

  .xl\:\!gap-24 {
    gap: 6rem !important;
  }

  .xl\:\!gap-28 {
    gap: 7rem !important;
  }

  .xl\:\!gap-3 {
    gap: 0.75rem !important;
  }

  .xl\:\!gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:\!gap-32 {
    gap: 8rem !important;
  }

  .xl\:\!gap-36 {
    gap: 9rem !important;
  }

  .xl\:\!gap-4 {
    gap: 1rem !important;
  }

  .xl\:\!gap-40 {
    gap: 10rem !important;
  }

  .xl\:\!gap-44 {
    gap: 11rem !important;
  }

  .xl\:\!gap-48 {
    gap: 12rem !important;
  }

  .xl\:\!gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:\!gap-52 {
    gap: 13rem !important;
  }

  .xl\:\!gap-56 {
    gap: 14rem !important;
  }

  .xl\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:\!gap-60 {
    gap: 15rem !important;
  }

  .xl\:\!gap-64 {
    gap: 16rem !important;
  }

  .xl\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .xl\:\!gap-72 {
    gap: 18rem !important;
  }

  .xl\:\!gap-8 {
    gap: 2rem !important;
  }

  .xl\:\!gap-80 {
    gap: 20rem !important;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-60 {
    gap: 15rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem;
  }

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

  .xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:self-baseline {
    align-self: baseline;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:\!rounded-2xl {
    border-radius: 1rem !important;
  }

  .xl\:\!rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xl\:\!rounded-cta-left {
    border-radius: 30px 0 0 30px !important;
  }

  .xl\:\!rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl\:\!rounded-md {
    border-radius: 0.375rem !important;
  }

  .xl\:\!rounded-rd {
    border-radius: 30px !important;
  }

  .xl\:\!rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl\:\!rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:rounded-cta-left {
    border-radius: 30px 0 0 30px;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-rd {
    border-radius: 30px;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .xl\:\!border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xl\:\!border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:\!border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:\!border-l-0 {
    border-left-width: 0px !important;
  }

  .xl\:\!border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:\!border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:\!border-r-0 {
    border-right-width: 0px !important;
  }

  .xl\:\!border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:\!border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:\!border-aha-pink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0) !important;
  }

  .xl\:\!border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1) !important;
  }

  .xl\:\!border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1) !important;
  }

  .xl\:\!border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15) !important;
  }

  .xl\:\!border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2) !important;
  }

  .xl\:\!border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25) !important;
  }

  .xl\:\!border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3) !important;
  }

  .xl\:\!border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35) !important;
  }

  .xl\:\!border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4) !important;
  }

  .xl\:\!border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45) !important;
  }

  .xl\:\!border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05) !important;
  }

  .xl\:\!border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5) !important;
  }

  .xl\:\!border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55) !important;
  }

  .xl\:\!border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6) !important;
  }

  .xl\:\!border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65) !important;
  }

  .xl\:\!border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7) !important;
  }

  .xl\:\!border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75) !important;
  }

  .xl\:\!border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8) !important;
  }

  .xl\:\!border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85) !important;
  }

  .xl\:\!border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9) !important;
  }

  .xl\:\!border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95) !important;
  }

  .xl\:\!border-borrowell-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0) !important;
  }

  .xl\:\!border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1) !important;
  }

  .xl\:\!border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1) !important;
  }

  .xl\:\!border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15) !important;
  }

  .xl\:\!border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2) !important;
  }

  .xl\:\!border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25) !important;
  }

  .xl\:\!border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3) !important;
  }

  .xl\:\!border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35) !important;
  }

  .xl\:\!border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4) !important;
  }

  .xl\:\!border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45) !important;
  }

  .xl\:\!border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05) !important;
  }

  .xl\:\!border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5) !important;
  }

  .xl\:\!border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55) !important;
  }

  .xl\:\!border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6) !important;
  }

  .xl\:\!border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65) !important;
  }

  .xl\:\!border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7) !important;
  }

  .xl\:\!border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75) !important;
  }

  .xl\:\!border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8) !important;
  }

  .xl\:\!border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85) !important;
  }

  .xl\:\!border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9) !important;
  }

  .xl\:\!border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95) !important;
  }

  .xl\:\!border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0) !important;
  }

  .xl\:\!border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1) !important;
  }

  .xl\:\!border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1) !important;
  }

  .xl\:\!border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15) !important;
  }

  .xl\:\!border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2) !important;
  }

  .xl\:\!border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25) !important;
  }

  .xl\:\!border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3) !important;
  }

  .xl\:\!border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35) !important;
  }

  .xl\:\!border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4) !important;
  }

  .xl\:\!border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45) !important;
  }

  .xl\:\!border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05) !important;
  }

  .xl\:\!border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5) !important;
  }

  .xl\:\!border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55) !important;
  }

  .xl\:\!border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6) !important;
  }

  .xl\:\!border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65) !important;
  }

  .xl\:\!border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7) !important;
  }

  .xl\:\!border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75) !important;
  }

  .xl\:\!border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8) !important;
  }

  .xl\:\!border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85) !important;
  }

  .xl\:\!border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9) !important;
  }

  .xl\:\!border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95) !important;
  }

  .xl\:\!border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-grey\/0 {
    border-color: rgb(56 61 65 / 0) !important;
  }

  .xl\:\!border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1) !important;
  }

  .xl\:\!border-grey\/100 {
    border-color: rgb(56 61 65 / 1) !important;
  }

  .xl\:\!border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15) !important;
  }

  .xl\:\!border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2) !important;
  }

  .xl\:\!border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25) !important;
  }

  .xl\:\!border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3) !important;
  }

  .xl\:\!border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35) !important;
  }

  .xl\:\!border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4) !important;
  }

  .xl\:\!border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45) !important;
  }

  .xl\:\!border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05) !important;
  }

  .xl\:\!border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5) !important;
  }

  .xl\:\!border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55) !important;
  }

  .xl\:\!border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6) !important;
  }

  .xl\:\!border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65) !important;
  }

  .xl\:\!border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7) !important;
  }

  .xl\:\!border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75) !important;
  }

  .xl\:\!border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8) !important;
  }

  .xl\:\!border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85) !important;
  }

  .xl\:\!border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9) !important;
  }

  .xl\:\!border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95) !important;
  }

  .xl\:\!border-light-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0) !important;
  }

  .xl\:\!border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1) !important;
  }

  .xl\:\!border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1) !important;
  }

  .xl\:\!border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15) !important;
  }

  .xl\:\!border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2) !important;
  }

  .xl\:\!border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25) !important;
  }

  .xl\:\!border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3) !important;
  }

  .xl\:\!border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35) !important;
  }

  .xl\:\!border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4) !important;
  }

  .xl\:\!border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45) !important;
  }

  .xl\:\!border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05) !important;
  }

  .xl\:\!border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5) !important;
  }

  .xl\:\!border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55) !important;
  }

  .xl\:\!border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6) !important;
  }

  .xl\:\!border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65) !important;
  }

  .xl\:\!border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7) !important;
  }

  .xl\:\!border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75) !important;
  }

  .xl\:\!border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8) !important;
  }

  .xl\:\!border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85) !important;
  }

  .xl\:\!border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9) !important;
  }

  .xl\:\!border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95) !important;
  }

  .xl\:\!border-light-green {
    --tw-border-opacity: 1 !important;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-light-green\/0 {
    border-color: rgb(184 241 193 / 0) !important;
  }

  .xl\:\!border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1) !important;
  }

  .xl\:\!border-light-green\/100 {
    border-color: rgb(184 241 193 / 1) !important;
  }

  .xl\:\!border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15) !important;
  }

  .xl\:\!border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2) !important;
  }

  .xl\:\!border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25) !important;
  }

  .xl\:\!border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3) !important;
  }

  .xl\:\!border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35) !important;
  }

  .xl\:\!border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4) !important;
  }

  .xl\:\!border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45) !important;
  }

  .xl\:\!border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05) !important;
  }

  .xl\:\!border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5) !important;
  }

  .xl\:\!border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55) !important;
  }

  .xl\:\!border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6) !important;
  }

  .xl\:\!border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65) !important;
  }

  .xl\:\!border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7) !important;
  }

  .xl\:\!border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75) !important;
  }

  .xl\:\!border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8) !important;
  }

  .xl\:\!border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85) !important;
  }

  .xl\:\!border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9) !important;
  }

  .xl\:\!border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95) !important;
  }

  .xl\:\!border-light-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0) !important;
  }

  .xl\:\!border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1) !important;
  }

  .xl\:\!border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1) !important;
  }

  .xl\:\!border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15) !important;
  }

  .xl\:\!border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2) !important;
  }

  .xl\:\!border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25) !important;
  }

  .xl\:\!border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3) !important;
  }

  .xl\:\!border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35) !important;
  }

  .xl\:\!border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4) !important;
  }

  .xl\:\!border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45) !important;
  }

  .xl\:\!border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05) !important;
  }

  .xl\:\!border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5) !important;
  }

  .xl\:\!border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55) !important;
  }

  .xl\:\!border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6) !important;
  }

  .xl\:\!border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65) !important;
  }

  .xl\:\!border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7) !important;
  }

  .xl\:\!border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75) !important;
  }

  .xl\:\!border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8) !important;
  }

  .xl\:\!border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85) !important;
  }

  .xl\:\!border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9) !important;
  }

  .xl\:\!border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95) !important;
  }

  .xl\:\!border-light-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0) !important;
  }

  .xl\:\!border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1) !important;
  }

  .xl\:\!border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1) !important;
  }

  .xl\:\!border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15) !important;
  }

  .xl\:\!border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2) !important;
  }

  .xl\:\!border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25) !important;
  }

  .xl\:\!border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3) !important;
  }

  .xl\:\!border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35) !important;
  }

  .xl\:\!border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4) !important;
  }

  .xl\:\!border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45) !important;
  }

  .xl\:\!border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05) !important;
  }

  .xl\:\!border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5) !important;
  }

  .xl\:\!border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55) !important;
  }

  .xl\:\!border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6) !important;
  }

  .xl\:\!border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65) !important;
  }

  .xl\:\!border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7) !important;
  }

  .xl\:\!border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75) !important;
  }

  .xl\:\!border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8) !important;
  }

  .xl\:\!border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85) !important;
  }

  .xl\:\!border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9) !important;
  }

  .xl\:\!border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95) !important;
  }

  .xl\:\!border-off-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-off-white\/0 {
    border-color: rgb(232 234 242 / 0) !important;
  }

  .xl\:\!border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1) !important;
  }

  .xl\:\!border-off-white\/100 {
    border-color: rgb(232 234 242 / 1) !important;
  }

  .xl\:\!border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15) !important;
  }

  .xl\:\!border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2) !important;
  }

  .xl\:\!border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25) !important;
  }

  .xl\:\!border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3) !important;
  }

  .xl\:\!border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35) !important;
  }

  .xl\:\!border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4) !important;
  }

  .xl\:\!border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45) !important;
  }

  .xl\:\!border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05) !important;
  }

  .xl\:\!border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5) !important;
  }

  .xl\:\!border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55) !important;
  }

  .xl\:\!border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6) !important;
  }

  .xl\:\!border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65) !important;
  }

  .xl\:\!border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7) !important;
  }

  .xl\:\!border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75) !important;
  }

  .xl\:\!border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8) !important;
  }

  .xl\:\!border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85) !important;
  }

  .xl\:\!border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9) !important;
  }

  .xl\:\!border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95) !important;
  }

  .xl\:\!border-scotial-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0) !important;
  }

  .xl\:\!border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1) !important;
  }

  .xl\:\!border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1) !important;
  }

  .xl\:\!border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15) !important;
  }

  .xl\:\!border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2) !important;
  }

  .xl\:\!border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25) !important;
  }

  .xl\:\!border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3) !important;
  }

  .xl\:\!border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35) !important;
  }

  .xl\:\!border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4) !important;
  }

  .xl\:\!border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45) !important;
  }

  .xl\:\!border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05) !important;
  }

  .xl\:\!border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5) !important;
  }

  .xl\:\!border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55) !important;
  }

  .xl\:\!border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6) !important;
  }

  .xl\:\!border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65) !important;
  }

  .xl\:\!border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7) !important;
  }

  .xl\:\!border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75) !important;
  }

  .xl\:\!border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8) !important;
  }

  .xl\:\!border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85) !important;
  }

  .xl\:\!border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9) !important;
  }

  .xl\:\!border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95) !important;
  }

  .xl\:\!border-souqh-orange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0) !important;
  }

  .xl\:\!border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1) !important;
  }

  .xl\:\!border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1) !important;
  }

  .xl\:\!border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15) !important;
  }

  .xl\:\!border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2) !important;
  }

  .xl\:\!border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25) !important;
  }

  .xl\:\!border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3) !important;
  }

  .xl\:\!border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35) !important;
  }

  .xl\:\!border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4) !important;
  }

  .xl\:\!border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45) !important;
  }

  .xl\:\!border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05) !important;
  }

  .xl\:\!border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5) !important;
  }

  .xl\:\!border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55) !important;
  }

  .xl\:\!border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6) !important;
  }

  .xl\:\!border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65) !important;
  }

  .xl\:\!border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7) !important;
  }

  .xl\:\!border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75) !important;
  }

  .xl\:\!border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8) !important;
  }

  .xl\:\!border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85) !important;
  }

  .xl\:\!border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9) !important;
  }

  .xl\:\!border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95) !important;
  }

  .xl\:\!border-sparrow-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0) !important;
  }

  .xl\:\!border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1) !important;
  }

  .xl\:\!border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1) !important;
  }

  .xl\:\!border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15) !important;
  }

  .xl\:\!border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2) !important;
  }

  .xl\:\!border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25) !important;
  }

  .xl\:\!border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3) !important;
  }

  .xl\:\!border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35) !important;
  }

  .xl\:\!border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4) !important;
  }

  .xl\:\!border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45) !important;
  }

  .xl\:\!border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05) !important;
  }

  .xl\:\!border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5) !important;
  }

  .xl\:\!border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55) !important;
  }

  .xl\:\!border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6) !important;
  }

  .xl\:\!border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65) !important;
  }

  .xl\:\!border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7) !important;
  }

  .xl\:\!border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75) !important;
  }

  .xl\:\!border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8) !important;
  }

  .xl\:\!border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85) !important;
  }

  .xl\:\!border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9) !important;
  }

  .xl\:\!border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95) !important;
  }

  .xl\:\!border-transparent {
    border-color: transparent !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:\!border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
  }

  .xl\:\!border-yellow\/0 {
    border-color: rgb(255 244 182 / 0) !important;
  }

  .xl\:\!border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1) !important;
  }

  .xl\:\!border-yellow\/100 {
    border-color: rgb(255 244 182 / 1) !important;
  }

  .xl\:\!border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15) !important;
  }

  .xl\:\!border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2) !important;
  }

  .xl\:\!border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25) !important;
  }

  .xl\:\!border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3) !important;
  }

  .xl\:\!border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35) !important;
  }

  .xl\:\!border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4) !important;
  }

  .xl\:\!border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45) !important;
  }

  .xl\:\!border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05) !important;
  }

  .xl\:\!border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5) !important;
  }

  .xl\:\!border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55) !important;
  }

  .xl\:\!border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6) !important;
  }

  .xl\:\!border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65) !important;
  }

  .xl\:\!border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7) !important;
  }

  .xl\:\!border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75) !important;
  }

  .xl\:\!border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8) !important;
  }

  .xl\:\!border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85) !important;
  }

  .xl\:\!border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9) !important;
  }

  .xl\:\!border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95) !important;
  }

  .xl\:border-aha-pink {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0);
  }

  .xl\:border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1);
  }

  .xl\:border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1);
  }

  .xl\:border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15);
  }

  .xl\:border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2);
  }

  .xl\:border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25);
  }

  .xl\:border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3);
  }

  .xl\:border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35);
  }

  .xl\:border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4);
  }

  .xl\:border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45);
  }

  .xl\:border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05);
  }

  .xl\:border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5);
  }

  .xl\:border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55);
  }

  .xl\:border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6);
  }

  .xl\:border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65);
  }

  .xl\:border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7);
  }

  .xl\:border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75);
  }

  .xl\:border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8);
  }

  .xl\:border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85);
  }

  .xl\:border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9);
  }

  .xl\:border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95);
  }

  .xl\:border-borrowell-blue {
    --tw-border-opacity: 1;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  }

  .xl\:border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0);
  }

  .xl\:border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1);
  }

  .xl\:border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1);
  }

  .xl\:border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15);
  }

  .xl\:border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2);
  }

  .xl\:border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25);
  }

  .xl\:border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3);
  }

  .xl\:border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35);
  }

  .xl\:border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4);
  }

  .xl\:border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45);
  }

  .xl\:border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05);
  }

  .xl\:border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5);
  }

  .xl\:border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55);
  }

  .xl\:border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6);
  }

  .xl\:border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65);
  }

  .xl\:border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7);
  }

  .xl\:border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75);
  }

  .xl\:border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8);
  }

  .xl\:border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85);
  }

  .xl\:border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9);
  }

  .xl\:border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95);
  }

  .xl\:border-brand-red {
    --tw-border-opacity: 1;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
  }

  .xl\:border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0);
  }

  .xl\:border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1);
  }

  .xl\:border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1);
  }

  .xl\:border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15);
  }

  .xl\:border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2);
  }

  .xl\:border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25);
  }

  .xl\:border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3);
  }

  .xl\:border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35);
  }

  .xl\:border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4);
  }

  .xl\:border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45);
  }

  .xl\:border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05);
  }

  .xl\:border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5);
  }

  .xl\:border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55);
  }

  .xl\:border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6);
  }

  .xl\:border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65);
  }

  .xl\:border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7);
  }

  .xl\:border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75);
  }

  .xl\:border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8);
  }

  .xl\:border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85);
  }

  .xl\:border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9);
  }

  .xl\:border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95);
  }

  .xl\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
  }

  .xl\:border-grey\/0 {
    border-color: rgb(56 61 65 / 0);
  }

  .xl\:border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1);
  }

  .xl\:border-grey\/100 {
    border-color: rgb(56 61 65 / 1);
  }

  .xl\:border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15);
  }

  .xl\:border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2);
  }

  .xl\:border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25);
  }

  .xl\:border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3);
  }

  .xl\:border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35);
  }

  .xl\:border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4);
  }

  .xl\:border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45);
  }

  .xl\:border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05);
  }

  .xl\:border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5);
  }

  .xl\:border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55);
  }

  .xl\:border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6);
  }

  .xl\:border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65);
  }

  .xl\:border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7);
  }

  .xl\:border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75);
  }

  .xl\:border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8);
  }

  .xl\:border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85);
  }

  .xl\:border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9);
  }

  .xl\:border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95);
  }

  .xl\:border-light-blue {
    --tw-border-opacity: 1;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
  }

  .xl\:border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0);
  }

  .xl\:border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1);
  }

  .xl\:border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1);
  }

  .xl\:border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15);
  }

  .xl\:border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2);
  }

  .xl\:border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25);
  }

  .xl\:border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3);
  }

  .xl\:border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35);
  }

  .xl\:border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4);
  }

  .xl\:border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45);
  }

  .xl\:border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05);
  }

  .xl\:border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5);
  }

  .xl\:border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55);
  }

  .xl\:border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6);
  }

  .xl\:border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65);
  }

  .xl\:border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7);
  }

  .xl\:border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75);
  }

  .xl\:border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8);
  }

  .xl\:border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85);
  }

  .xl\:border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9);
  }

  .xl\:border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95);
  }

  .xl\:border-light-green {
    --tw-border-opacity: 1;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
  }

  .xl\:border-light-green\/0 {
    border-color: rgb(184 241 193 / 0);
  }

  .xl\:border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1);
  }

  .xl\:border-light-green\/100 {
    border-color: rgb(184 241 193 / 1);
  }

  .xl\:border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15);
  }

  .xl\:border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2);
  }

  .xl\:border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25);
  }

  .xl\:border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3);
  }

  .xl\:border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35);
  }

  .xl\:border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4);
  }

  .xl\:border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45);
  }

  .xl\:border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05);
  }

  .xl\:border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5);
  }

  .xl\:border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55);
  }

  .xl\:border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6);
  }

  .xl\:border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65);
  }

  .xl\:border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7);
  }

  .xl\:border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75);
  }

  .xl\:border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8);
  }

  .xl\:border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85);
  }

  .xl\:border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9);
  }

  .xl\:border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95);
  }

  .xl\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
  }

  .xl\:border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0);
  }

  .xl\:border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1);
  }

  .xl\:border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1);
  }

  .xl\:border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15);
  }

  .xl\:border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2);
  }

  .xl\:border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25);
  }

  .xl\:border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3);
  }

  .xl\:border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35);
  }

  .xl\:border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4);
  }

  .xl\:border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45);
  }

  .xl\:border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05);
  }

  .xl\:border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5);
  }

  .xl\:border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55);
  }

  .xl\:border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6);
  }

  .xl\:border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65);
  }

  .xl\:border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7);
  }

  .xl\:border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75);
  }

  .xl\:border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8);
  }

  .xl\:border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85);
  }

  .xl\:border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9);
  }

  .xl\:border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95);
  }

  .xl\:border-light-purple {
    --tw-border-opacity: 1;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
  }

  .xl\:border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0);
  }

  .xl\:border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1);
  }

  .xl\:border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1);
  }

  .xl\:border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15);
  }

  .xl\:border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2);
  }

  .xl\:border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25);
  }

  .xl\:border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3);
  }

  .xl\:border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35);
  }

  .xl\:border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4);
  }

  .xl\:border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45);
  }

  .xl\:border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05);
  }

  .xl\:border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5);
  }

  .xl\:border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55);
  }

  .xl\:border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6);
  }

  .xl\:border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65);
  }

  .xl\:border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7);
  }

  .xl\:border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75);
  }

  .xl\:border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8);
  }

  .xl\:border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85);
  }

  .xl\:border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9);
  }

  .xl\:border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95);
  }

  .xl\:border-off-white {
    --tw-border-opacity: 1;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
  }

  .xl\:border-off-white\/0 {
    border-color: rgb(232 234 242 / 0);
  }

  .xl\:border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1);
  }

  .xl\:border-off-white\/100 {
    border-color: rgb(232 234 242 / 1);
  }

  .xl\:border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15);
  }

  .xl\:border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2);
  }

  .xl\:border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25);
  }

  .xl\:border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3);
  }

  .xl\:border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35);
  }

  .xl\:border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4);
  }

  .xl\:border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45);
  }

  .xl\:border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05);
  }

  .xl\:border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5);
  }

  .xl\:border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55);
  }

  .xl\:border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6);
  }

  .xl\:border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65);
  }

  .xl\:border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7);
  }

  .xl\:border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75);
  }

  .xl\:border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8);
  }

  .xl\:border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85);
  }

  .xl\:border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9);
  }

  .xl\:border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95);
  }

  .xl\:border-scotial-red {
    --tw-border-opacity: 1;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
  }

  .xl\:border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0);
  }

  .xl\:border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1);
  }

  .xl\:border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1);
  }

  .xl\:border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15);
  }

  .xl\:border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2);
  }

  .xl\:border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25);
  }

  .xl\:border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3);
  }

  .xl\:border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35);
  }

  .xl\:border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4);
  }

  .xl\:border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45);
  }

  .xl\:border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05);
  }

  .xl\:border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5);
  }

  .xl\:border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55);
  }

  .xl\:border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6);
  }

  .xl\:border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65);
  }

  .xl\:border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7);
  }

  .xl\:border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75);
  }

  .xl\:border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8);
  }

  .xl\:border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85);
  }

  .xl\:border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9);
  }

  .xl\:border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95);
  }

  .xl\:border-souqh-orange {
    --tw-border-opacity: 1;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  }

  .xl\:border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0);
  }

  .xl\:border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1);
  }

  .xl\:border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1);
  }

  .xl\:border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15);
  }

  .xl\:border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2);
  }

  .xl\:border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25);
  }

  .xl\:border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3);
  }

  .xl\:border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35);
  }

  .xl\:border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4);
  }

  .xl\:border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45);
  }

  .xl\:border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05);
  }

  .xl\:border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5);
  }

  .xl\:border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55);
  }

  .xl\:border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6);
  }

  .xl\:border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65);
  }

  .xl\:border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7);
  }

  .xl\:border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75);
  }

  .xl\:border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8);
  }

  .xl\:border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85);
  }

  .xl\:border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9);
  }

  .xl\:border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95);
  }

  .xl\:border-sparrow-blue {
    --tw-border-opacity: 1;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  }

  .xl\:border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0);
  }

  .xl\:border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1);
  }

  .xl\:border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1);
  }

  .xl\:border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15);
  }

  .xl\:border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2);
  }

  .xl\:border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25);
  }

  .xl\:border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3);
  }

  .xl\:border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35);
  }

  .xl\:border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4);
  }

  .xl\:border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45);
  }

  .xl\:border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05);
  }

  .xl\:border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5);
  }

  .xl\:border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55);
  }

  .xl\:border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6);
  }

  .xl\:border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65);
  }

  .xl\:border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7);
  }

  .xl\:border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75);
  }

  .xl\:border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8);
  }

  .xl\:border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85);
  }

  .xl\:border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9);
  }

  .xl\:border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
  }

  .xl\:border-yellow\/0 {
    border-color: rgb(255 244 182 / 0);
  }

  .xl\:border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1);
  }

  .xl\:border-yellow\/100 {
    border-color: rgb(255 244 182 / 1);
  }

  .xl\:border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15);
  }

  .xl\:border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2);
  }

  .xl\:border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25);
  }

  .xl\:border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3);
  }

  .xl\:border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35);
  }

  .xl\:border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4);
  }

  .xl\:border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45);
  }

  .xl\:border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05);
  }

  .xl\:border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5);
  }

  .xl\:border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55);
  }

  .xl\:border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6);
  }

  .xl\:border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65);
  }

  .xl\:border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7);
  }

  .xl\:border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75);
  }

  .xl\:border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8);
  }

  .xl\:border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85);
  }

  .xl\:border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9);
  }

  .xl\:border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95);
  }

  .xl\:\!bg-aha-pink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0) !important;
  }

  .xl\:\!bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1) !important;
  }

  .xl\:\!bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1) !important;
  }

  .xl\:\!bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15) !important;
  }

  .xl\:\!bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2) !important;
  }

  .xl\:\!bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25) !important;
  }

  .xl\:\!bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3) !important;
  }

  .xl\:\!bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35) !important;
  }

  .xl\:\!bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4) !important;
  }

  .xl\:\!bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45) !important;
  }

  .xl\:\!bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05) !important;
  }

  .xl\:\!bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5) !important;
  }

  .xl\:\!bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55) !important;
  }

  .xl\:\!bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6) !important;
  }

  .xl\:\!bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65) !important;
  }

  .xl\:\!bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7) !important;
  }

  .xl\:\!bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75) !important;
  }

  .xl\:\!bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8) !important;
  }

  .xl\:\!bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85) !important;
  }

  .xl\:\!bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9) !important;
  }

  .xl\:\!bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95) !important;
  }

  .xl\:\!bg-borrowell-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0) !important;
  }

  .xl\:\!bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1) !important;
  }

  .xl\:\!bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1) !important;
  }

  .xl\:\!bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15) !important;
  }

  .xl\:\!bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2) !important;
  }

  .xl\:\!bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25) !important;
  }

  .xl\:\!bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3) !important;
  }

  .xl\:\!bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35) !important;
  }

  .xl\:\!bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4) !important;
  }

  .xl\:\!bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45) !important;
  }

  .xl\:\!bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05) !important;
  }

  .xl\:\!bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5) !important;
  }

  .xl\:\!bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55) !important;
  }

  .xl\:\!bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6) !important;
  }

  .xl\:\!bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65) !important;
  }

  .xl\:\!bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7) !important;
  }

  .xl\:\!bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75) !important;
  }

  .xl\:\!bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8) !important;
  }

  .xl\:\!bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85) !important;
  }

  .xl\:\!bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9) !important;
  }

  .xl\:\!bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95) !important;
  }

  .xl\:\!bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0) !important;
  }

  .xl\:\!bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1) !important;
  }

  .xl\:\!bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1) !important;
  }

  .xl\:\!bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15) !important;
  }

  .xl\:\!bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2) !important;
  }

  .xl\:\!bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25) !important;
  }

  .xl\:\!bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3) !important;
  }

  .xl\:\!bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35) !important;
  }

  .xl\:\!bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4) !important;
  }

  .xl\:\!bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45) !important;
  }

  .xl\:\!bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05) !important;
  }

  .xl\:\!bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5) !important;
  }

  .xl\:\!bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55) !important;
  }

  .xl\:\!bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6) !important;
  }

  .xl\:\!bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65) !important;
  }

  .xl\:\!bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7) !important;
  }

  .xl\:\!bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75) !important;
  }

  .xl\:\!bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8) !important;
  }

  .xl\:\!bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85) !important;
  }

  .xl\:\!bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9) !important;
  }

  .xl\:\!bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95) !important;
  }

  .xl\:\!bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-grey\/0 {
    background-color: rgb(56 61 65 / 0) !important;
  }

  .xl\:\!bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1) !important;
  }

  .xl\:\!bg-grey\/100 {
    background-color: rgb(56 61 65 / 1) !important;
  }

  .xl\:\!bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15) !important;
  }

  .xl\:\!bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2) !important;
  }

  .xl\:\!bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25) !important;
  }

  .xl\:\!bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3) !important;
  }

  .xl\:\!bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35) !important;
  }

  .xl\:\!bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4) !important;
  }

  .xl\:\!bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45) !important;
  }

  .xl\:\!bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05) !important;
  }

  .xl\:\!bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5) !important;
  }

  .xl\:\!bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55) !important;
  }

  .xl\:\!bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6) !important;
  }

  .xl\:\!bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65) !important;
  }

  .xl\:\!bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7) !important;
  }

  .xl\:\!bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75) !important;
  }

  .xl\:\!bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8) !important;
  }

  .xl\:\!bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85) !important;
  }

  .xl\:\!bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9) !important;
  }

  .xl\:\!bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95) !important;
  }

  .xl\:\!bg-light-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0) !important;
  }

  .xl\:\!bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1) !important;
  }

  .xl\:\!bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1) !important;
  }

  .xl\:\!bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15) !important;
  }

  .xl\:\!bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2) !important;
  }

  .xl\:\!bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25) !important;
  }

  .xl\:\!bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3) !important;
  }

  .xl\:\!bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35) !important;
  }

  .xl\:\!bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4) !important;
  }

  .xl\:\!bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45) !important;
  }

  .xl\:\!bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05) !important;
  }

  .xl\:\!bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5) !important;
  }

  .xl\:\!bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55) !important;
  }

  .xl\:\!bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6) !important;
  }

  .xl\:\!bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65) !important;
  }

  .xl\:\!bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7) !important;
  }

  .xl\:\!bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75) !important;
  }

  .xl\:\!bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8) !important;
  }

  .xl\:\!bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85) !important;
  }

  .xl\:\!bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9) !important;
  }

  .xl\:\!bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95) !important;
  }

  .xl\:\!bg-light-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0) !important;
  }

  .xl\:\!bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1) !important;
  }

  .xl\:\!bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1) !important;
  }

  .xl\:\!bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15) !important;
  }

  .xl\:\!bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2) !important;
  }

  .xl\:\!bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25) !important;
  }

  .xl\:\!bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3) !important;
  }

  .xl\:\!bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35) !important;
  }

  .xl\:\!bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4) !important;
  }

  .xl\:\!bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45) !important;
  }

  .xl\:\!bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05) !important;
  }

  .xl\:\!bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5) !important;
  }

  .xl\:\!bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55) !important;
  }

  .xl\:\!bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6) !important;
  }

  .xl\:\!bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65) !important;
  }

  .xl\:\!bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7) !important;
  }

  .xl\:\!bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75) !important;
  }

  .xl\:\!bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8) !important;
  }

  .xl\:\!bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85) !important;
  }

  .xl\:\!bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9) !important;
  }

  .xl\:\!bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95) !important;
  }

  .xl\:\!bg-light-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0) !important;
  }

  .xl\:\!bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1) !important;
  }

  .xl\:\!bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1) !important;
  }

  .xl\:\!bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15) !important;
  }

  .xl\:\!bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2) !important;
  }

  .xl\:\!bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25) !important;
  }

  .xl\:\!bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3) !important;
  }

  .xl\:\!bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35) !important;
  }

  .xl\:\!bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4) !important;
  }

  .xl\:\!bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45) !important;
  }

  .xl\:\!bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05) !important;
  }

  .xl\:\!bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5) !important;
  }

  .xl\:\!bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55) !important;
  }

  .xl\:\!bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6) !important;
  }

  .xl\:\!bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65) !important;
  }

  .xl\:\!bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7) !important;
  }

  .xl\:\!bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75) !important;
  }

  .xl\:\!bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8) !important;
  }

  .xl\:\!bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85) !important;
  }

  .xl\:\!bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9) !important;
  }

  .xl\:\!bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95) !important;
  }

  .xl\:\!bg-light-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0) !important;
  }

  .xl\:\!bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1) !important;
  }

  .xl\:\!bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1) !important;
  }

  .xl\:\!bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15) !important;
  }

  .xl\:\!bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2) !important;
  }

  .xl\:\!bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25) !important;
  }

  .xl\:\!bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3) !important;
  }

  .xl\:\!bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35) !important;
  }

  .xl\:\!bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4) !important;
  }

  .xl\:\!bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45) !important;
  }

  .xl\:\!bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05) !important;
  }

  .xl\:\!bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5) !important;
  }

  .xl\:\!bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55) !important;
  }

  .xl\:\!bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6) !important;
  }

  .xl\:\!bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65) !important;
  }

  .xl\:\!bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7) !important;
  }

  .xl\:\!bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75) !important;
  }

  .xl\:\!bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8) !important;
  }

  .xl\:\!bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85) !important;
  }

  .xl\:\!bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9) !important;
  }

  .xl\:\!bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95) !important;
  }

  .xl\:\!bg-scotial-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0) !important;
  }

  .xl\:\!bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1) !important;
  }

  .xl\:\!bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1) !important;
  }

  .xl\:\!bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15) !important;
  }

  .xl\:\!bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2) !important;
  }

  .xl\:\!bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25) !important;
  }

  .xl\:\!bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3) !important;
  }

  .xl\:\!bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35) !important;
  }

  .xl\:\!bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4) !important;
  }

  .xl\:\!bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45) !important;
  }

  .xl\:\!bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05) !important;
  }

  .xl\:\!bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5) !important;
  }

  .xl\:\!bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55) !important;
  }

  .xl\:\!bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6) !important;
  }

  .xl\:\!bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65) !important;
  }

  .xl\:\!bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7) !important;
  }

  .xl\:\!bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75) !important;
  }

  .xl\:\!bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8) !important;
  }

  .xl\:\!bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85) !important;
  }

  .xl\:\!bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9) !important;
  }

  .xl\:\!bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95) !important;
  }

  .xl\:\!bg-souqh-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0) !important;
  }

  .xl\:\!bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1) !important;
  }

  .xl\:\!bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1) !important;
  }

  .xl\:\!bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15) !important;
  }

  .xl\:\!bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2) !important;
  }

  .xl\:\!bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25) !important;
  }

  .xl\:\!bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3) !important;
  }

  .xl\:\!bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35) !important;
  }

  .xl\:\!bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4) !important;
  }

  .xl\:\!bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45) !important;
  }

  .xl\:\!bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05) !important;
  }

  .xl\:\!bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5) !important;
  }

  .xl\:\!bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55) !important;
  }

  .xl\:\!bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6) !important;
  }

  .xl\:\!bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65) !important;
  }

  .xl\:\!bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7) !important;
  }

  .xl\:\!bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75) !important;
  }

  .xl\:\!bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8) !important;
  }

  .xl\:\!bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85) !important;
  }

  .xl\:\!bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9) !important;
  }

  .xl\:\!bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95) !important;
  }

  .xl\:\!bg-sparrow-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0) !important;
  }

  .xl\:\!bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1) !important;
  }

  .xl\:\!bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1) !important;
  }

  .xl\:\!bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15) !important;
  }

  .xl\:\!bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2) !important;
  }

  .xl\:\!bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25) !important;
  }

  .xl\:\!bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3) !important;
  }

  .xl\:\!bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35) !important;
  }

  .xl\:\!bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4) !important;
  }

  .xl\:\!bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45) !important;
  }

  .xl\:\!bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05) !important;
  }

  .xl\:\!bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5) !important;
  }

  .xl\:\!bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55) !important;
  }

  .xl\:\!bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6) !important;
  }

  .xl\:\!bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65) !important;
  }

  .xl\:\!bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7) !important;
  }

  .xl\:\!bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75) !important;
  }

  .xl\:\!bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8) !important;
  }

  .xl\:\!bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85) !important;
  }

  .xl\:\!bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9) !important;
  }

  .xl\:\!bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95) !important;
  }

  .xl\:\!bg-transparent {
    background-color: transparent !important;
  }

  .xl\:\!bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0) !important;
  }

  .xl\:\!bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
  }

  .xl\:\!bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1) !important;
  }

  .xl\:\!bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15) !important;
  }

  .xl\:\!bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .xl\:\!bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25) !important;
  }

  .xl\:\!bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3) !important;
  }

  .xl\:\!bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35) !important;
  }

  .xl\:\!bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
  }

  .xl\:\!bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45) !important;
  }

  .xl\:\!bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
  }

  .xl\:\!bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
  }

  .xl\:\!bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55) !important;
  }

  .xl\:\!bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6) !important;
  }

  .xl\:\!bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65) !important;
  }

  .xl\:\!bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7) !important;
  }

  .xl\:\!bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75) !important;
  }

  .xl\:\!bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .xl\:\!bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85) !important;
  }

  .xl\:\!bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .xl\:\!bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95) !important;
  }

  .xl\:\!bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
  }

  .xl\:\!bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0) !important;
  }

  .xl\:\!bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1) !important;
  }

  .xl\:\!bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1) !important;
  }

  .xl\:\!bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15) !important;
  }

  .xl\:\!bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2) !important;
  }

  .xl\:\!bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25) !important;
  }

  .xl\:\!bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3) !important;
  }

  .xl\:\!bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35) !important;
  }

  .xl\:\!bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4) !important;
  }

  .xl\:\!bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45) !important;
  }

  .xl\:\!bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05) !important;
  }

  .xl\:\!bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5) !important;
  }

  .xl\:\!bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55) !important;
  }

  .xl\:\!bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6) !important;
  }

  .xl\:\!bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65) !important;
  }

  .xl\:\!bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7) !important;
  }

  .xl\:\!bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75) !important;
  }

  .xl\:\!bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8) !important;
  }

  .xl\:\!bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85) !important;
  }

  .xl\:\!bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9) !important;
  }

  .xl\:\!bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95) !important;
  }

  .xl\:bg-aha-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0);
  }

  .xl\:bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1);
  }

  .xl\:bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1);
  }

  .xl\:bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15);
  }

  .xl\:bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2);
  }

  .xl\:bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25);
  }

  .xl\:bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3);
  }

  .xl\:bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35);
  }

  .xl\:bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4);
  }

  .xl\:bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45);
  }

  .xl\:bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05);
  }

  .xl\:bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5);
  }

  .xl\:bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55);
  }

  .xl\:bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6);
  }

  .xl\:bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65);
  }

  .xl\:bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7);
  }

  .xl\:bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75);
  }

  .xl\:bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8);
  }

  .xl\:bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85);
  }

  .xl\:bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9);
  }

  .xl\:bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95);
  }

  .xl\:bg-borrowell-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0);
  }

  .xl\:bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1);
  }

  .xl\:bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1);
  }

  .xl\:bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15);
  }

  .xl\:bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2);
  }

  .xl\:bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25);
  }

  .xl\:bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3);
  }

  .xl\:bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35);
  }

  .xl\:bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4);
  }

  .xl\:bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45);
  }

  .xl\:bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05);
  }

  .xl\:bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5);
  }

  .xl\:bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55);
  }

  .xl\:bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6);
  }

  .xl\:bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65);
  }

  .xl\:bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7);
  }

  .xl\:bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75);
  }

  .xl\:bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8);
  }

  .xl\:bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85);
  }

  .xl\:bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9);
  }

  .xl\:bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95);
  }

  .xl\:bg-brand-red {
    --tw-bg-opacity: 1;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0);
  }

  .xl\:bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1);
  }

  .xl\:bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1);
  }

  .xl\:bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15);
  }

  .xl\:bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2);
  }

  .xl\:bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25);
  }

  .xl\:bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3);
  }

  .xl\:bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35);
  }

  .xl\:bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4);
  }

  .xl\:bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45);
  }

  .xl\:bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05);
  }

  .xl\:bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5);
  }

  .xl\:bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55);
  }

  .xl\:bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6);
  }

  .xl\:bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65);
  }

  .xl\:bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7);
  }

  .xl\:bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75);
  }

  .xl\:bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8);
  }

  .xl\:bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85);
  }

  .xl\:bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9);
  }

  .xl\:bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95);
  }

  .xl\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-grey\/0 {
    background-color: rgb(56 61 65 / 0);
  }

  .xl\:bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1);
  }

  .xl\:bg-grey\/100 {
    background-color: rgb(56 61 65 / 1);
  }

  .xl\:bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15);
  }

  .xl\:bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2);
  }

  .xl\:bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25);
  }

  .xl\:bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3);
  }

  .xl\:bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35);
  }

  .xl\:bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4);
  }

  .xl\:bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45);
  }

  .xl\:bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05);
  }

  .xl\:bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5);
  }

  .xl\:bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55);
  }

  .xl\:bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6);
  }

  .xl\:bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65);
  }

  .xl\:bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7);
  }

  .xl\:bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75);
  }

  .xl\:bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8);
  }

  .xl\:bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85);
  }

  .xl\:bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9);
  }

  .xl\:bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95);
  }

  .xl\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0);
  }

  .xl\:bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1);
  }

  .xl\:bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1);
  }

  .xl\:bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15);
  }

  .xl\:bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2);
  }

  .xl\:bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25);
  }

  .xl\:bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3);
  }

  .xl\:bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35);
  }

  .xl\:bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4);
  }

  .xl\:bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45);
  }

  .xl\:bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05);
  }

  .xl\:bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5);
  }

  .xl\:bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55);
  }

  .xl\:bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6);
  }

  .xl\:bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65);
  }

  .xl\:bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7);
  }

  .xl\:bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75);
  }

  .xl\:bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8);
  }

  .xl\:bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85);
  }

  .xl\:bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9);
  }

  .xl\:bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95);
  }

  .xl\:bg-light-green {
    --tw-bg-opacity: 1;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0);
  }

  .xl\:bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1);
  }

  .xl\:bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1);
  }

  .xl\:bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15);
  }

  .xl\:bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2);
  }

  .xl\:bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25);
  }

  .xl\:bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3);
  }

  .xl\:bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35);
  }

  .xl\:bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4);
  }

  .xl\:bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45);
  }

  .xl\:bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05);
  }

  .xl\:bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5);
  }

  .xl\:bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55);
  }

  .xl\:bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6);
  }

  .xl\:bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65);
  }

  .xl\:bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7);
  }

  .xl\:bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75);
  }

  .xl\:bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8);
  }

  .xl\:bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85);
  }

  .xl\:bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9);
  }

  .xl\:bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95);
  }

  .xl\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0);
  }

  .xl\:bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1);
  }

  .xl\:bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1);
  }

  .xl\:bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15);
  }

  .xl\:bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2);
  }

  .xl\:bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25);
  }

  .xl\:bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3);
  }

  .xl\:bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35);
  }

  .xl\:bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4);
  }

  .xl\:bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45);
  }

  .xl\:bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05);
  }

  .xl\:bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5);
  }

  .xl\:bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55);
  }

  .xl\:bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6);
  }

  .xl\:bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65);
  }

  .xl\:bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7);
  }

  .xl\:bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75);
  }

  .xl\:bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8);
  }

  .xl\:bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85);
  }

  .xl\:bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9);
  }

  .xl\:bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95);
  }

  .xl\:bg-light-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0);
  }

  .xl\:bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1);
  }

  .xl\:bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1);
  }

  .xl\:bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15);
  }

  .xl\:bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2);
  }

  .xl\:bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25);
  }

  .xl\:bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3);
  }

  .xl\:bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35);
  }

  .xl\:bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4);
  }

  .xl\:bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45);
  }

  .xl\:bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05);
  }

  .xl\:bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5);
  }

  .xl\:bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55);
  }

  .xl\:bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6);
  }

  .xl\:bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65);
  }

  .xl\:bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7);
  }

  .xl\:bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75);
  }

  .xl\:bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8);
  }

  .xl\:bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85);
  }

  .xl\:bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9);
  }

  .xl\:bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95);
  }

  .xl\:bg-scotial-red {
    --tw-bg-opacity: 1;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0);
  }

  .xl\:bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1);
  }

  .xl\:bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1);
  }

  .xl\:bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15);
  }

  .xl\:bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2);
  }

  .xl\:bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25);
  }

  .xl\:bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3);
  }

  .xl\:bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35);
  }

  .xl\:bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4);
  }

  .xl\:bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45);
  }

  .xl\:bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05);
  }

  .xl\:bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5);
  }

  .xl\:bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55);
  }

  .xl\:bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6);
  }

  .xl\:bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65);
  }

  .xl\:bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7);
  }

  .xl\:bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75);
  }

  .xl\:bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8);
  }

  .xl\:bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85);
  }

  .xl\:bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9);
  }

  .xl\:bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95);
  }

  .xl\:bg-souqh-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0);
  }

  .xl\:bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1);
  }

  .xl\:bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1);
  }

  .xl\:bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15);
  }

  .xl\:bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2);
  }

  .xl\:bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25);
  }

  .xl\:bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3);
  }

  .xl\:bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35);
  }

  .xl\:bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4);
  }

  .xl\:bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45);
  }

  .xl\:bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05);
  }

  .xl\:bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5);
  }

  .xl\:bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55);
  }

  .xl\:bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6);
  }

  .xl\:bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65);
  }

  .xl\:bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7);
  }

  .xl\:bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75);
  }

  .xl\:bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8);
  }

  .xl\:bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85);
  }

  .xl\:bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9);
  }

  .xl\:bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95);
  }

  .xl\:bg-sparrow-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0);
  }

  .xl\:bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1);
  }

  .xl\:bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1);
  }

  .xl\:bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15);
  }

  .xl\:bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2);
  }

  .xl\:bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25);
  }

  .xl\:bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3);
  }

  .xl\:bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35);
  }

  .xl\:bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4);
  }

  .xl\:bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45);
  }

  .xl\:bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05);
  }

  .xl\:bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5);
  }

  .xl\:bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55);
  }

  .xl\:bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6);
  }

  .xl\:bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65);
  }

  .xl\:bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7);
  }

  .xl\:bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75);
  }

  .xl\:bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8);
  }

  .xl\:bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85);
  }

  .xl\:bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9);
  }

  .xl\:bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95);
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0);
  }

  .xl\:bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1);
  }

  .xl\:bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1);
  }

  .xl\:bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15);
  }

  .xl\:bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2);
  }

  .xl\:bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25);
  }

  .xl\:bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3);
  }

  .xl\:bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35);
  }

  .xl\:bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4);
  }

  .xl\:bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45);
  }

  .xl\:bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05);
  }

  .xl\:bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5);
  }

  .xl\:bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55);
  }

  .xl\:bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6);
  }

  .xl\:bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65);
  }

  .xl\:bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7);
  }

  .xl\:bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75);
  }

  .xl\:bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8);
  }

  .xl\:bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85);
  }

  .xl\:bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9);
  }

  .xl\:bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95);
  }

  .xl\:\!bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
  }

  .xl\:bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:\!object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:\!object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:\!object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:\!p-0 {
    padding: 0px !important;
  }

  .xl\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .xl\:\!p-10 {
    padding: 2.5rem !important;
  }

  .xl\:\!p-12 {
    padding: 3rem !important;
  }

  .xl\:\!p-2 {
    padding: 0.5rem !important;
  }

  .xl\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .xl\:\!p-20 {
    padding: 5rem !important;
  }

  .xl\:\!p-24 {
    padding: 6rem !important;
  }

  .xl\:\!p-28 {
    padding: 7rem !important;
  }

  .xl\:\!p-4 {
    padding: 1rem !important;
  }

  .xl\:\!p-40 {
    padding: 10rem !important;
  }

  .xl\:\!p-44 {
    padding: 11rem !important;
  }

  .xl\:\!p-48 {
    padding: 12rem !important;
  }

  .xl\:\!p-5 {
    padding: 1.25rem !important;
  }

  .xl\:\!p-52 {
    padding: 13rem !important;
  }

  .xl\:\!p-56 {
    padding: 14rem !important;
  }

  .xl\:\!p-6 {
    padding: 1.5rem !important;
  }

  .xl\:\!p-60 {
    padding: 15rem !important;
  }

  .xl\:\!p-64 {
    padding: 16rem !important;
  }

  .xl\:\!p-7 {
    padding: 1.75rem !important;
  }

  .xl\:\!p-72 {
    padding: 18rem !important;
  }

  .xl\:\!p-8 {
    padding: 2rem !important;
  }

  .xl\:\!p-80 {
    padding: 20rem !important;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:\!pl-0 {
    padding-left: 0px !important;
  }

  .xl\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xl\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xl\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .xl\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .xl\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .xl\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .xl\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .xl\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .xl\:\!pr-0 {
    padding-right: 0px !important;
  }

  .xl\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xl\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xl\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .xl\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .xl\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .xl\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .xl\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .xl\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .xl\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

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

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

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

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:\!shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:\!shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:\!shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:\!shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

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

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

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

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

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

  .xl\:\!drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:\!drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

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

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

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

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

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

  .xl\:\!grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:\!backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .first\:xl\:mr-2\.5:first-child {
    margin-right: 0.625rem;
  }

  .last\:xl\:ml-2\.5:last-child {
    margin-left: 0.625rem;
  }

  .group:hover .xl\:group-hover\:w-3\/4 {
    width: 75%;
  }
}

@media (min-width: 1400px) {

  .\32xl\:\!-top-0 {
    top: -0px !important;
  }

  .\32xl\:\!-top-0\.5 {
    top: -0.125rem !important;
  }

  .\32xl\:\!-top-10 {
    top: -2.5rem !important;
  }

  .\32xl\:\!-top-12 {
    top: -3rem !important;
  }

  .\32xl\:\!-top-2 {
    top: -0.5rem !important;
  }

  .\32xl\:\!-top-2\.5 {
    top: -0.625rem !important;
  }

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

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

  .\32xl\:\!-top-20 {
    top: -5rem !important;
  }

  .\32xl\:\!-top-24 {
    top: -6rem !important;
  }

  .\32xl\:\!-top-28 {
    top: -7rem !important;
  }

  .\32xl\:\!-top-4 {
    top: -1rem !important;
  }

  .\32xl\:\!-top-40 {
    top: -10rem !important;
  }

  .\32xl\:\!-top-44 {
    top: -11rem !important;
  }

  .\32xl\:\!-top-48 {
    top: -12rem !important;
  }

  .\32xl\:\!-top-5 {
    top: -1.25rem !important;
  }

  .\32xl\:\!-top-52 {
    top: -13rem !important;
  }

  .\32xl\:\!-top-56 {
    top: -14rem !important;
  }

  .\32xl\:\!-top-6 {
    top: -1.5rem !important;
  }

  .\32xl\:\!-top-60 {
    top: -15rem !important;
  }

  .\32xl\:\!-top-64 {
    top: -16rem !important;
  }

  .\32xl\:\!-top-7 {
    top: -1.75rem !important;
  }

  .\32xl\:\!-top-72 {
    top: -18rem !important;
  }

  .\32xl\:\!-top-8 {
    top: -2rem !important;
  }

  .\32xl\:\!-top-80 {
    top: -20rem !important;
  }

  .\32xl\:\!top-0 {
    top: 0px !important;
  }

  .\32xl\:\!top-0\.5 {
    top: 0.125rem !important;
  }

  .\32xl\:\!top-10 {
    top: 2.5rem !important;
  }

  .\32xl\:\!top-12 {
    top: 3rem !important;
  }

  .\32xl\:\!top-2 {
    top: 0.5rem !important;
  }

  .\32xl\:\!top-2\.5 {
    top: 0.625rem !important;
  }

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

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

  .\32xl\:\!top-20 {
    top: 5rem !important;
  }

  .\32xl\:\!top-24 {
    top: 6rem !important;
  }

  .\32xl\:\!top-28 {
    top: 7rem !important;
  }

  .\32xl\:\!top-4 {
    top: 1rem !important;
  }

  .\32xl\:\!top-40 {
    top: 10rem !important;
  }

  .\32xl\:\!top-44 {
    top: 11rem !important;
  }

  .\32xl\:\!top-48 {
    top: 12rem !important;
  }

  .\32xl\:\!top-5 {
    top: 1.25rem !important;
  }

  .\32xl\:\!top-52 {
    top: 13rem !important;
  }

  .\32xl\:\!top-56 {
    top: 14rem !important;
  }

  .\32xl\:\!top-6 {
    top: 1.5rem !important;
  }

  .\32xl\:\!top-60 {
    top: 15rem !important;
  }

  .\32xl\:\!top-64 {
    top: 16rem !important;
  }

  .\32xl\:\!top-7 {
    top: 1.75rem !important;
  }

  .\32xl\:\!top-72 {
    top: 18rem !important;
  }

  .\32xl\:\!top-8 {
    top: 2rem !important;
  }

  .\32xl\:\!top-80 {
    top: 20rem !important;
  }

  .\32xl\:-top-0 {
    top: -0px;
  }

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

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-top-12 {
    top: -3rem;
  }

  .\32xl\:-top-2 {
    top: -0.5rem;
  }

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

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

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

  .\32xl\:-top-20 {
    top: -5rem;
  }

  .\32xl\:-top-24 {
    top: -6rem;
  }

  .\32xl\:-top-28 {
    top: -7rem;
  }

  .\32xl\:-top-4 {
    top: -1rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:-top-44 {
    top: -11rem;
  }

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-top-5 {
    top: -1.25rem;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:-top-60 {
    top: -15rem;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:-top-7 {
    top: -1.75rem;
  }

  .\32xl\:-top-72 {
    top: -18rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-top-80 {
    top: -20rem;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

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

  .\32xl\:top-10 {
    top: 2.5rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:top-4 {
    top: 1rem;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:top-48 {
    top: 12rem;
  }

  .\32xl\:top-5 {
    top: 1.25rem;
  }

  .\32xl\:top-52 {
    top: 13rem;
  }

  .\32xl\:top-56 {
    top: 14rem;
  }

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:top-60 {
    top: 15rem;
  }

  .\32xl\:top-64 {
    top: 16rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:top-72 {
    top: 18rem;
  }

  .\32xl\:top-8 {
    top: 2rem;
  }

  .\32xl\:top-80 {
    top: 20rem;
  }

  .\32xl\:\!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:\!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:\!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:\!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:\!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:\!row-auto {
    grid-row: auto !important;
  }

  .\32xl\:row-auto {
    grid-row: auto;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:\!line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .\32xl\:\!line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .\32xl\:\!line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .\32xl\:\!line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .\32xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .\32xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .\32xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .\32xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .\32xl\:\!h-2xl {
    height: 42rem !important;
  }

  .\32xl\:\!h-2xs {
    height: 16rem !important;
  }

  .\32xl\:\!h-3xl {
    height: 48rem !important;
  }

  .\32xl\:\!h-full {
    height: 100% !important;
  }

  .\32xl\:\!h-lg {
    height: 32rem !important;
  }

  .\32xl\:\!h-md {
    height: 28rem !important;
  }

  .\32xl\:\!h-sm {
    height: 24rem !important;
  }

  .\32xl\:\!h-xl {
    height: 36rem !important;
  }

  .\32xl\:\!h-xs {
    height: 20rem !important;
  }

  .\32xl\:h-2xl {
    height: 42rem;
  }

  .\32xl\:h-2xs {
    height: 16rem;
  }

  .\32xl\:h-3xl {
    height: 48rem;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:h-lg {
    height: 32rem;
  }

  .\32xl\:h-md {
    height: 28rem;
  }

  .\32xl\:h-sm {
    height: 24rem;
  }

  .\32xl\:h-xl {
    height: 36rem;
  }

  .\32xl\:h-xs {
    height: 20rem;
  }

  .\32xl\:\!max-h-2xl {
    max-height: 42rem !important;
  }

  .\32xl\:\!max-h-2xs {
    max-height: 16rem !important;
  }

  .\32xl\:\!max-h-3xl {
    max-height: 48rem !important;
  }

  .\32xl\:\!max-h-full {
    max-height: 100% !important;
  }

  .\32xl\:\!max-h-lg {
    max-height: 32rem !important;
  }

  .\32xl\:\!max-h-md {
    max-height: 28rem !important;
  }

  .\32xl\:\!max-h-sm {
    max-height: 24rem !important;
  }

  .\32xl\:\!max-h-xl {
    max-height: 36rem !important;
  }

  .\32xl\:\!max-h-xs {
    max-height: 20rem !important;
  }

  .\32xl\:max-h-2xl {
    max-height: 42rem;
  }

  .\32xl\:max-h-2xs {
    max-height: 16rem;
  }

  .\32xl\:max-h-3xl {
    max-height: 48rem;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-lg {
    max-height: 32rem;
  }

  .\32xl\:max-h-md {
    max-height: 28rem;
  }

  .\32xl\:max-h-sm {
    max-height: 24rem;
  }

  .\32xl\:max-h-xl {
    max-height: 36rem;
  }

  .\32xl\:max-h-xs {
    max-height: 20rem;
  }

  .\32xl\:\!min-h-2xl {
    min-height: 42rem !important;
  }

  .\32xl\:\!min-h-2xs {
    min-height: 16rem !important;
  }

  .\32xl\:\!min-h-3xl {
    min-height: 48rem !important;
  }

  .\32xl\:\!min-h-full {
    min-height: 100% !important;
  }

  .\32xl\:\!min-h-lg {
    min-height: 32rem !important;
  }

  .\32xl\:\!min-h-md {
    min-height: 28rem !important;
  }

  .\32xl\:\!min-h-sm {
    min-height: 24rem !important;
  }

  .\32xl\:\!min-h-xl {
    min-height: 36rem !important;
  }

  .\32xl\:\!min-h-xs {
    min-height: 20rem !important;
  }

  .\32xl\:min-h-2xl {
    min-height: 42rem;
  }

  .\32xl\:min-h-2xs {
    min-height: 16rem;
  }

  .\32xl\:min-h-3xl {
    min-height: 48rem;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-h-lg {
    min-height: 32rem;
  }

  .\32xl\:min-h-md {
    min-height: 28rem;
  }

  .\32xl\:min-h-sm {
    min-height: 24rem;
  }

  .\32xl\:min-h-xl {
    min-height: 36rem;
  }

  .\32xl\:min-h-xs {
    min-height: 20rem;
  }

  .\32xl\:\!w-1\/2 {
    width: 50% !important;
  }

  .\32xl\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .\32xl\:\!w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:\!w-1\/5 {
    width: 20% !important;
  }

  .\32xl\:\!w-1\/6 {
    width: 16.666667% !important;
  }

  .\32xl\:\!w-2\/3 {
    width: 66.666667% !important;
  }

  .\32xl\:\!w-2\/4 {
    width: 50% !important;
  }

  .\32xl\:\!w-2\/5 {
    width: 40% !important;
  }

  .\32xl\:\!w-2\/6 {
    width: 33.333333% !important;
  }

  .\32xl\:\!w-2xl {
    width: 42rem !important;
  }

  .\32xl\:\!w-2xs {
    width: 16rem !important;
  }

  .\32xl\:\!w-3\/4 {
    width: 75% !important;
  }

  .\32xl\:\!w-3\/5 {
    width: 60% !important;
  }

  .\32xl\:\!w-3\/6 {
    width: 50% !important;
  }

  .\32xl\:\!w-3xl {
    width: 48rem !important;
  }

  .\32xl\:\!w-4\/5 {
    width: 80% !important;
  }

  .\32xl\:\!w-4\/6 {
    width: 66.666667% !important;
  }

  .\32xl\:\!w-5\/6 {
    width: 83.333333% !important;
  }

  .\32xl\:\!w-auto {
    width: auto !important;
  }

  .\32xl\:\!w-full {
    width: 100% !important;
  }

  .\32xl\:\!w-lg {
    width: 32rem !important;
  }

  .\32xl\:\!w-md {
    width: 28rem !important;
  }

  .\32xl\:\!w-sm {
    width: 24rem !important;
  }

  .\32xl\:\!w-xl {
    width: 36rem !important;
  }

  .\32xl\:\!w-xs {
    width: 20rem !important;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl\:w-2xl {
    width: 42rem;
  }

  .\32xl\:w-2xs {
    width: 16rem;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-3xl {
    width: 48rem;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-\[1358px\] {
    width: 1358px;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-lg {
    width: 32rem;
  }

  .\32xl\:w-md {
    width: 28rem;
  }

  .\32xl\:w-sm {
    width: 24rem;
  }

  .\32xl\:w-xl {
    width: 36rem;
  }

  .\32xl\:w-xs {
    width: 20rem;
  }

  .\32xl\:\!min-w-2xl {
    min-width: 42rem !important;
  }

  .\32xl\:\!min-w-2xs {
    min-width: 16rem !important;
  }

  .\32xl\:\!min-w-3xl {
    min-width: 48rem !important;
  }

  .\32xl\:\!min-w-full {
    min-width: 100% !important;
  }

  .\32xl\:\!min-w-lg {
    min-width: 32rem !important;
  }

  .\32xl\:\!min-w-md {
    min-width: 28rem !important;
  }

  .\32xl\:\!min-w-sm {
    min-width: 24rem !important;
  }

  .\32xl\:\!min-w-xl {
    min-width: 36rem !important;
  }

  .\32xl\:\!min-w-xs {
    min-width: 20rem !important;
  }

  .\32xl\:min-w-2xl {
    min-width: 42rem;
  }

  .\32xl\:min-w-2xs {
    min-width: 16rem;
  }

  .\32xl\:min-w-3xl {
    min-width: 48rem;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\32xl\:min-w-lg {
    min-width: 32rem;
  }

  .\32xl\:min-w-md {
    min-width: 28rem;
  }

  .\32xl\:min-w-sm {
    min-width: 24rem;
  }

  .\32xl\:min-w-xl {
    min-width: 36rem;
  }

  .\32xl\:min-w-xs {
    min-width: 20rem;
  }

  .\32xl\:\!max-w-2xl {
    max-width: 42rem !important;
  }

  .\32xl\:\!max-w-2xs {
    max-width: 16rem !important;
  }

  .\32xl\:\!max-w-3xl {
    max-width: 48rem !important;
  }

  .\32xl\:\!max-w-full {
    max-width: 100% !important;
  }

  .\32xl\:\!max-w-lg {
    max-width: 32rem !important;
  }

  .\32xl\:\!max-w-md {
    max-width: 28rem !important;
  }

  .\32xl\:\!max-w-sm {
    max-width: 24rem !important;
  }

  .\32xl\:\!max-w-xl {
    max-width: 36rem !important;
  }

  .\32xl\:\!max-w-xs {
    max-width: 20rem !important;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl\:max-w-2xs {
    max-width: 16rem;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem;
  }

  .\32xl\:\!scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .\32xl\:\!scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .\32xl\:\!scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .\32xl\:\!scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .\32xl\:\!scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .\32xl\:\!scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .\32xl\:\!scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .\32xl\:\!scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .\32xl\:\!scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .\32xl\:\!scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .\32xl\:\!scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .\32xl\:\!scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .\32xl\:\!scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .\32xl\:\!scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .\32xl\:\!scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .\32xl\:\!scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .\32xl\:\!scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .\32xl\:\!scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .\32xl\:\!scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .\32xl\:\!scroll-p-7 {
    scroll-padding: 1.75rem !important;
  }

  .\32xl\:\!scroll-p-72 {
    scroll-padding: 18rem !important;
  }

  .\32xl\:\!scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .\32xl\:\!scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .\32xl\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .\32xl\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .\32xl\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .\32xl\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .\32xl\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .\32xl\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .\32xl\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .\32xl\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .\32xl\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .\32xl\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .\32xl\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .\32xl\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .\32xl\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .\32xl\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .\32xl\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .\32xl\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .\32xl\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .\32xl\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .\32xl\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .\32xl\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .\32xl\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .\32xl\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .\32xl\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .\32xl\:\!scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .\32xl\:\!scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .\32xl\:\!scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .\32xl\:\!scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .\32xl\:\!scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .\32xl\:\!scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .\32xl\:\!scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .\32xl\:\!scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .\32xl\:\!scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .\32xl\:\!scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .\32xl\:\!scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .\32xl\:\!scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .\32xl\:\!scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .\32xl\:\!scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .\32xl\:\!scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .\32xl\:\!scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .\32xl\:\!scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .\32xl\:\!scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .\32xl\:\!scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .\32xl\:\!scroll-px-7 {
    scroll-padding-left: 1.75rem !important;
    scroll-padding-right: 1.75rem !important;
  }

  .\32xl\:\!scroll-px-72 {
    scroll-padding-left: 18rem !important;
    scroll-padding-right: 18rem !important;
  }

  .\32xl\:\!scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .\32xl\:\!scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .\32xl\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .\32xl\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .\32xl\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .\32xl\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .\32xl\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .\32xl\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .\32xl\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .\32xl\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .\32xl\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .\32xl\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .\32xl\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .\32xl\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .\32xl\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .\32xl\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .\32xl\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .\32xl\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .\32xl\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .\32xl\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .\32xl\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .\32xl\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .\32xl\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .\32xl\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .\32xl\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .\32xl\:\!scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .\32xl\:\!scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .\32xl\:\!scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .\32xl\:\!scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .\32xl\:\!scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .\32xl\:\!scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .\32xl\:\!scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .\32xl\:\!scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .\32xl\:\!scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .\32xl\:\!scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .\32xl\:\!scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .\32xl\:\!scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .\32xl\:\!scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .\32xl\:\!scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .\32xl\:\!scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .\32xl\:\!scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .\32xl\:\!scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .\32xl\:\!scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .\32xl\:\!scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .\32xl\:\!scroll-pl-7 {
    scroll-padding-left: 1.75rem !important;
  }

  .\32xl\:\!scroll-pl-72 {
    scroll-padding-left: 18rem !important;
  }

  .\32xl\:\!scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .\32xl\:\!scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .\32xl\:\!scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .\32xl\:\!scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .\32xl\:\!scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .\32xl\:\!scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .\32xl\:\!scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .\32xl\:\!scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .\32xl\:\!scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .\32xl\:\!scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .\32xl\:\!scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .\32xl\:\!scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .\32xl\:\!scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .\32xl\:\!scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .\32xl\:\!scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .\32xl\:\!scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .\32xl\:\!scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .\32xl\:\!scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .\32xl\:\!scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .\32xl\:\!scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .\32xl\:\!scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .\32xl\:\!scroll-pr-7 {
    scroll-padding-right: 1.75rem !important;
  }

  .\32xl\:\!scroll-pr-72 {
    scroll-padding-right: 18rem !important;
  }

  .\32xl\:\!scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .\32xl\:\!scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .\32xl\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .\32xl\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .\32xl\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .\32xl\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .\32xl\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .\32xl\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .\32xl\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .\32xl\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .\32xl\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .\32xl\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .\32xl\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .\32xl\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .\32xl\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .\32xl\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .\32xl\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .\32xl\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .\32xl\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .\32xl\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .\32xl\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .\32xl\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .\32xl\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .\32xl\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .\32xl\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .\32xl\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .\32xl\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .\32xl\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .\32xl\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .\32xl\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .\32xl\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .\32xl\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .\32xl\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .\32xl\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .\32xl\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .\32xl\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .\32xl\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .\32xl\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .\32xl\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .\32xl\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .\32xl\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .\32xl\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .\32xl\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .\32xl\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .\32xl\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .\32xl\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .\32xl\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .\32xl\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .\32xl\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:\!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl\:place-items-start {
    place-items: start;
  }

  .\32xl\:place-items-end {
    place-items: end;
  }

  .\32xl\:place-items-center {
    place-items: center;
  }

  .\32xl\:place-items-baseline {
    place-items: baseline;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:items-baseline {
    align-items: baseline;
  }

  .\32xl\:justify-normal {
    justify-content: normal;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:justify-around {
    justify-content: space-around;
  }

  .\32xl\:justify-items-start {
    justify-items: start;
  }

  .\32xl\:justify-items-end {
    justify-items: end;
  }

  .\32xl\:justify-items-center {
    justify-items: center;
  }

  .\32xl\:\!gap-0 {
    gap: 0px !important;
  }

  .\32xl\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .\32xl\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .\32xl\:\!gap-12 {
    gap: 3rem !important;
  }

  .\32xl\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .\32xl\:\!gap-2\.5 {
    gap: 0.625rem !important;
  }

  .\32xl\:\!gap-20 {
    gap: 5rem !important;
  }

  .\32xl\:\!gap-24 {
    gap: 6rem !important;
  }

  .\32xl\:\!gap-28 {
    gap: 7rem !important;
  }

  .\32xl\:\!gap-3 {
    gap: 0.75rem !important;
  }

  .\32xl\:\!gap-3\.5 {
    gap: 0.875rem !important;
  }

  .\32xl\:\!gap-32 {
    gap: 8rem !important;
  }

  .\32xl\:\!gap-36 {
    gap: 9rem !important;
  }

  .\32xl\:\!gap-4 {
    gap: 1rem !important;
  }

  .\32xl\:\!gap-40 {
    gap: 10rem !important;
  }

  .\32xl\:\!gap-44 {
    gap: 11rem !important;
  }

  .\32xl\:\!gap-48 {
    gap: 12rem !important;
  }

  .\32xl\:\!gap-5 {
    gap: 1.25rem !important;
  }

  .\32xl\:\!gap-52 {
    gap: 13rem !important;
  }

  .\32xl\:\!gap-56 {
    gap: 14rem !important;
  }

  .\32xl\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .\32xl\:\!gap-60 {
    gap: 15rem !important;
  }

  .\32xl\:\!gap-64 {
    gap: 16rem !important;
  }

  .\32xl\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .\32xl\:\!gap-72 {
    gap: 18rem !important;
  }

  .\32xl\:\!gap-8 {
    gap: 2rem !important;
  }

  .\32xl\:\!gap-80 {
    gap: 20rem !important;
  }

  .\32xl\:gap-0 {
    gap: 0px;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-36 {
    gap: 9rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-40 {
    gap: 10rem;
  }

  .\32xl\:gap-44 {
    gap: 11rem;
  }

  .\32xl\:gap-48 {
    gap: 12rem;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-52 {
    gap: 13rem;
  }

  .\32xl\:gap-56 {
    gap: 14rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-60 {
    gap: 15rem;
  }

  .\32xl\:gap-64 {
    gap: 16rem;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl\:gap-72 {
    gap: 18rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-80 {
    gap: 20rem;
  }

  .\32xl\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\32xl\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\32xl\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\32xl\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .\32xl\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .\32xl\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .\32xl\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .\32xl\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .\32xl\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .\32xl\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .\32xl\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .\32xl\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .\32xl\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .\32xl\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .\32xl\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .\32xl\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .\32xl\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .\32xl\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .\32xl\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .\32xl\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .\32xl\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .\32xl\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .\32xl\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .\32xl\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:gap-y-0 {
    row-gap: 0px;
  }

  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .\32xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .\32xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .\32xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .\32xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .\32xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .\32xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .\32xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .\32xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .\32xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .\32xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .\32xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .\32xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .\32xl\:place-self-auto {
    place-self: auto;
  }

  .\32xl\:place-self-start {
    place-self: start;
  }

  .\32xl\:place-self-end {
    place-self: end;
  }

  .\32xl\:place-self-center {
    place-self: center;
  }

  .\32xl\:place-self-stretch {
    place-self: stretch;
  }

  .\32xl\:self-auto {
    align-self: auto;
  }

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }

  .\32xl\:self-center {
    align-self: center;
  }

  .\32xl\:self-stretch {
    align-self: stretch;
  }

  .\32xl\:self-baseline {
    align-self: baseline;
  }

  .\32xl\:justify-self-auto {
    justify-self: auto;
  }

  .\32xl\:justify-self-start {
    justify-self: start;
  }

  .\32xl\:justify-self-end {
    justify-self: end;
  }

  .\32xl\:justify-self-center {
    justify-self: center;
  }

  .\32xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .\32xl\:overflow-auto {
    overflow: auto;
  }

  .\32xl\:\!rounded-2xl {
    border-radius: 1rem !important;
  }

  .\32xl\:\!rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\32xl\:\!rounded-cta-left {
    border-radius: 30px 0 0 30px !important;
  }

  .\32xl\:\!rounded-full {
    border-radius: 9999px !important;
  }

  .\32xl\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\32xl\:\!rounded-md {
    border-radius: 0.375rem !important;
  }

  .\32xl\:\!rounded-rd {
    border-radius: 30px !important;
  }

  .\32xl\:\!rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\32xl\:\!rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\32xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\32xl\:rounded-cta-left {
    border-radius: 30px 0 0 30px;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-rd {
    border-radius: 30px;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\32xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\32xl\:\!border-b-0 {
    border-bottom-width: 0px !important;
  }

  .\32xl\:\!border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\32xl\:\!border-b-4 {
    border-bottom-width: 4px !important;
  }

  .\32xl\:\!border-l-0 {
    border-left-width: 0px !important;
  }

  .\32xl\:\!border-l-2 {
    border-left-width: 2px !important;
  }

  .\32xl\:\!border-l-4 {
    border-left-width: 4px !important;
  }

  .\32xl\:\!border-r-0 {
    border-right-width: 0px !important;
  }

  .\32xl\:\!border-r-2 {
    border-right-width: 2px !important;
  }

  .\32xl\:\!border-r-4 {
    border-right-width: 4px !important;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:\!border-aha-pink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0) !important;
  }

  .\32xl\:\!border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1) !important;
  }

  .\32xl\:\!border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1) !important;
  }

  .\32xl\:\!border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15) !important;
  }

  .\32xl\:\!border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2) !important;
  }

  .\32xl\:\!border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25) !important;
  }

  .\32xl\:\!border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3) !important;
  }

  .\32xl\:\!border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35) !important;
  }

  .\32xl\:\!border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4) !important;
  }

  .\32xl\:\!border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45) !important;
  }

  .\32xl\:\!border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05) !important;
  }

  .\32xl\:\!border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5) !important;
  }

  .\32xl\:\!border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55) !important;
  }

  .\32xl\:\!border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6) !important;
  }

  .\32xl\:\!border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65) !important;
  }

  .\32xl\:\!border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7) !important;
  }

  .\32xl\:\!border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75) !important;
  }

  .\32xl\:\!border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8) !important;
  }

  .\32xl\:\!border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85) !important;
  }

  .\32xl\:\!border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9) !important;
  }

  .\32xl\:\!border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95) !important;
  }

  .\32xl\:\!border-borrowell-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0) !important;
  }

  .\32xl\:\!border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1) !important;
  }

  .\32xl\:\!border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1) !important;
  }

  .\32xl\:\!border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15) !important;
  }

  .\32xl\:\!border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2) !important;
  }

  .\32xl\:\!border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25) !important;
  }

  .\32xl\:\!border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3) !important;
  }

  .\32xl\:\!border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35) !important;
  }

  .\32xl\:\!border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4) !important;
  }

  .\32xl\:\!border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45) !important;
  }

  .\32xl\:\!border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05) !important;
  }

  .\32xl\:\!border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5) !important;
  }

  .\32xl\:\!border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55) !important;
  }

  .\32xl\:\!border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6) !important;
  }

  .\32xl\:\!border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65) !important;
  }

  .\32xl\:\!border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7) !important;
  }

  .\32xl\:\!border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75) !important;
  }

  .\32xl\:\!border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8) !important;
  }

  .\32xl\:\!border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85) !important;
  }

  .\32xl\:\!border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9) !important;
  }

  .\32xl\:\!border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95) !important;
  }

  .\32xl\:\!border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0) !important;
  }

  .\32xl\:\!border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1) !important;
  }

  .\32xl\:\!border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1) !important;
  }

  .\32xl\:\!border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15) !important;
  }

  .\32xl\:\!border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2) !important;
  }

  .\32xl\:\!border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25) !important;
  }

  .\32xl\:\!border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3) !important;
  }

  .\32xl\:\!border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35) !important;
  }

  .\32xl\:\!border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4) !important;
  }

  .\32xl\:\!border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45) !important;
  }

  .\32xl\:\!border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05) !important;
  }

  .\32xl\:\!border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5) !important;
  }

  .\32xl\:\!border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55) !important;
  }

  .\32xl\:\!border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6) !important;
  }

  .\32xl\:\!border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65) !important;
  }

  .\32xl\:\!border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7) !important;
  }

  .\32xl\:\!border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75) !important;
  }

  .\32xl\:\!border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8) !important;
  }

  .\32xl\:\!border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85) !important;
  }

  .\32xl\:\!border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9) !important;
  }

  .\32xl\:\!border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95) !important;
  }

  .\32xl\:\!border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-grey\/0 {
    border-color: rgb(56 61 65 / 0) !important;
  }

  .\32xl\:\!border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1) !important;
  }

  .\32xl\:\!border-grey\/100 {
    border-color: rgb(56 61 65 / 1) !important;
  }

  .\32xl\:\!border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15) !important;
  }

  .\32xl\:\!border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2) !important;
  }

  .\32xl\:\!border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25) !important;
  }

  .\32xl\:\!border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3) !important;
  }

  .\32xl\:\!border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35) !important;
  }

  .\32xl\:\!border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4) !important;
  }

  .\32xl\:\!border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45) !important;
  }

  .\32xl\:\!border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05) !important;
  }

  .\32xl\:\!border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5) !important;
  }

  .\32xl\:\!border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55) !important;
  }

  .\32xl\:\!border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6) !important;
  }

  .\32xl\:\!border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65) !important;
  }

  .\32xl\:\!border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7) !important;
  }

  .\32xl\:\!border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75) !important;
  }

  .\32xl\:\!border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8) !important;
  }

  .\32xl\:\!border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85) !important;
  }

  .\32xl\:\!border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9) !important;
  }

  .\32xl\:\!border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95) !important;
  }

  .\32xl\:\!border-light-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0) !important;
  }

  .\32xl\:\!border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1) !important;
  }

  .\32xl\:\!border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1) !important;
  }

  .\32xl\:\!border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15) !important;
  }

  .\32xl\:\!border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2) !important;
  }

  .\32xl\:\!border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25) !important;
  }

  .\32xl\:\!border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3) !important;
  }

  .\32xl\:\!border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35) !important;
  }

  .\32xl\:\!border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4) !important;
  }

  .\32xl\:\!border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45) !important;
  }

  .\32xl\:\!border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05) !important;
  }

  .\32xl\:\!border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5) !important;
  }

  .\32xl\:\!border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55) !important;
  }

  .\32xl\:\!border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6) !important;
  }

  .\32xl\:\!border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65) !important;
  }

  .\32xl\:\!border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7) !important;
  }

  .\32xl\:\!border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75) !important;
  }

  .\32xl\:\!border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8) !important;
  }

  .\32xl\:\!border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85) !important;
  }

  .\32xl\:\!border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9) !important;
  }

  .\32xl\:\!border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95) !important;
  }

  .\32xl\:\!border-light-green {
    --tw-border-opacity: 1 !important;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-light-green\/0 {
    border-color: rgb(184 241 193 / 0) !important;
  }

  .\32xl\:\!border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1) !important;
  }

  .\32xl\:\!border-light-green\/100 {
    border-color: rgb(184 241 193 / 1) !important;
  }

  .\32xl\:\!border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15) !important;
  }

  .\32xl\:\!border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2) !important;
  }

  .\32xl\:\!border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25) !important;
  }

  .\32xl\:\!border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3) !important;
  }

  .\32xl\:\!border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35) !important;
  }

  .\32xl\:\!border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4) !important;
  }

  .\32xl\:\!border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45) !important;
  }

  .\32xl\:\!border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05) !important;
  }

  .\32xl\:\!border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5) !important;
  }

  .\32xl\:\!border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55) !important;
  }

  .\32xl\:\!border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6) !important;
  }

  .\32xl\:\!border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65) !important;
  }

  .\32xl\:\!border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7) !important;
  }

  .\32xl\:\!border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75) !important;
  }

  .\32xl\:\!border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8) !important;
  }

  .\32xl\:\!border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85) !important;
  }

  .\32xl\:\!border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9) !important;
  }

  .\32xl\:\!border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95) !important;
  }

  .\32xl\:\!border-light-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0) !important;
  }

  .\32xl\:\!border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1) !important;
  }

  .\32xl\:\!border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1) !important;
  }

  .\32xl\:\!border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15) !important;
  }

  .\32xl\:\!border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2) !important;
  }

  .\32xl\:\!border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25) !important;
  }

  .\32xl\:\!border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3) !important;
  }

  .\32xl\:\!border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35) !important;
  }

  .\32xl\:\!border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4) !important;
  }

  .\32xl\:\!border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45) !important;
  }

  .\32xl\:\!border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05) !important;
  }

  .\32xl\:\!border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5) !important;
  }

  .\32xl\:\!border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55) !important;
  }

  .\32xl\:\!border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6) !important;
  }

  .\32xl\:\!border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65) !important;
  }

  .\32xl\:\!border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7) !important;
  }

  .\32xl\:\!border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75) !important;
  }

  .\32xl\:\!border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8) !important;
  }

  .\32xl\:\!border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85) !important;
  }

  .\32xl\:\!border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9) !important;
  }

  .\32xl\:\!border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95) !important;
  }

  .\32xl\:\!border-light-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0) !important;
  }

  .\32xl\:\!border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1) !important;
  }

  .\32xl\:\!border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1) !important;
  }

  .\32xl\:\!border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15) !important;
  }

  .\32xl\:\!border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2) !important;
  }

  .\32xl\:\!border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25) !important;
  }

  .\32xl\:\!border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3) !important;
  }

  .\32xl\:\!border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35) !important;
  }

  .\32xl\:\!border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4) !important;
  }

  .\32xl\:\!border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45) !important;
  }

  .\32xl\:\!border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05) !important;
  }

  .\32xl\:\!border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5) !important;
  }

  .\32xl\:\!border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55) !important;
  }

  .\32xl\:\!border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6) !important;
  }

  .\32xl\:\!border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65) !important;
  }

  .\32xl\:\!border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7) !important;
  }

  .\32xl\:\!border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75) !important;
  }

  .\32xl\:\!border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8) !important;
  }

  .\32xl\:\!border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85) !important;
  }

  .\32xl\:\!border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9) !important;
  }

  .\32xl\:\!border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95) !important;
  }

  .\32xl\:\!border-off-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-off-white\/0 {
    border-color: rgb(232 234 242 / 0) !important;
  }

  .\32xl\:\!border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1) !important;
  }

  .\32xl\:\!border-off-white\/100 {
    border-color: rgb(232 234 242 / 1) !important;
  }

  .\32xl\:\!border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15) !important;
  }

  .\32xl\:\!border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2) !important;
  }

  .\32xl\:\!border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25) !important;
  }

  .\32xl\:\!border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3) !important;
  }

  .\32xl\:\!border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35) !important;
  }

  .\32xl\:\!border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4) !important;
  }

  .\32xl\:\!border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45) !important;
  }

  .\32xl\:\!border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05) !important;
  }

  .\32xl\:\!border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5) !important;
  }

  .\32xl\:\!border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55) !important;
  }

  .\32xl\:\!border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6) !important;
  }

  .\32xl\:\!border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65) !important;
  }

  .\32xl\:\!border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7) !important;
  }

  .\32xl\:\!border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75) !important;
  }

  .\32xl\:\!border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8) !important;
  }

  .\32xl\:\!border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85) !important;
  }

  .\32xl\:\!border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9) !important;
  }

  .\32xl\:\!border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95) !important;
  }

  .\32xl\:\!border-scotial-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0) !important;
  }

  .\32xl\:\!border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1) !important;
  }

  .\32xl\:\!border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1) !important;
  }

  .\32xl\:\!border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15) !important;
  }

  .\32xl\:\!border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2) !important;
  }

  .\32xl\:\!border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25) !important;
  }

  .\32xl\:\!border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3) !important;
  }

  .\32xl\:\!border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35) !important;
  }

  .\32xl\:\!border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4) !important;
  }

  .\32xl\:\!border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45) !important;
  }

  .\32xl\:\!border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05) !important;
  }

  .\32xl\:\!border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5) !important;
  }

  .\32xl\:\!border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55) !important;
  }

  .\32xl\:\!border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6) !important;
  }

  .\32xl\:\!border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65) !important;
  }

  .\32xl\:\!border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7) !important;
  }

  .\32xl\:\!border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75) !important;
  }

  .\32xl\:\!border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8) !important;
  }

  .\32xl\:\!border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85) !important;
  }

  .\32xl\:\!border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9) !important;
  }

  .\32xl\:\!border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95) !important;
  }

  .\32xl\:\!border-souqh-orange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0) !important;
  }

  .\32xl\:\!border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1) !important;
  }

  .\32xl\:\!border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1) !important;
  }

  .\32xl\:\!border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15) !important;
  }

  .\32xl\:\!border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2) !important;
  }

  .\32xl\:\!border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25) !important;
  }

  .\32xl\:\!border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3) !important;
  }

  .\32xl\:\!border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35) !important;
  }

  .\32xl\:\!border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4) !important;
  }

  .\32xl\:\!border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45) !important;
  }

  .\32xl\:\!border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05) !important;
  }

  .\32xl\:\!border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5) !important;
  }

  .\32xl\:\!border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55) !important;
  }

  .\32xl\:\!border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6) !important;
  }

  .\32xl\:\!border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65) !important;
  }

  .\32xl\:\!border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7) !important;
  }

  .\32xl\:\!border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75) !important;
  }

  .\32xl\:\!border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8) !important;
  }

  .\32xl\:\!border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85) !important;
  }

  .\32xl\:\!border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9) !important;
  }

  .\32xl\:\!border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95) !important;
  }

  .\32xl\:\!border-sparrow-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0) !important;
  }

  .\32xl\:\!border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1) !important;
  }

  .\32xl\:\!border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1) !important;
  }

  .\32xl\:\!border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15) !important;
  }

  .\32xl\:\!border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2) !important;
  }

  .\32xl\:\!border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25) !important;
  }

  .\32xl\:\!border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3) !important;
  }

  .\32xl\:\!border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35) !important;
  }

  .\32xl\:\!border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4) !important;
  }

  .\32xl\:\!border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45) !important;
  }

  .\32xl\:\!border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05) !important;
  }

  .\32xl\:\!border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5) !important;
  }

  .\32xl\:\!border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55) !important;
  }

  .\32xl\:\!border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6) !important;
  }

  .\32xl\:\!border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65) !important;
  }

  .\32xl\:\!border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7) !important;
  }

  .\32xl\:\!border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75) !important;
  }

  .\32xl\:\!border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8) !important;
  }

  .\32xl\:\!border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85) !important;
  }

  .\32xl\:\!border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9) !important;
  }

  .\32xl\:\!border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95) !important;
  }

  .\32xl\:\!border-transparent {
    border-color: transparent !important;
  }

  .\32xl\:\!border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:\!border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:\!border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:\!border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:\!border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:\!border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:\!border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:\!border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:\!border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:\!border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:\!border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:\!border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:\!border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:\!border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:\!border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:\!border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:\!border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:\!border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:\!border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:\!border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:\!border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:\!border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\32xl\:\!border-yellow\/0 {
    border-color: rgb(255 244 182 / 0) !important;
  }

  .\32xl\:\!border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1) !important;
  }

  .\32xl\:\!border-yellow\/100 {
    border-color: rgb(255 244 182 / 1) !important;
  }

  .\32xl\:\!border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15) !important;
  }

  .\32xl\:\!border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2) !important;
  }

  .\32xl\:\!border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25) !important;
  }

  .\32xl\:\!border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3) !important;
  }

  .\32xl\:\!border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35) !important;
  }

  .\32xl\:\!border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4) !important;
  }

  .\32xl\:\!border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45) !important;
  }

  .\32xl\:\!border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05) !important;
  }

  .\32xl\:\!border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5) !important;
  }

  .\32xl\:\!border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55) !important;
  }

  .\32xl\:\!border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6) !important;
  }

  .\32xl\:\!border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65) !important;
  }

  .\32xl\:\!border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7) !important;
  }

  .\32xl\:\!border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75) !important;
  }

  .\32xl\:\!border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8) !important;
  }

  .\32xl\:\!border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85) !important;
  }

  .\32xl\:\!border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9) !important;
  }

  .\32xl\:\!border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95) !important;
  }

  .\32xl\:border-aha-pink {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0);
  }

  .\32xl\:border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1);
  }

  .\32xl\:border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1);
  }

  .\32xl\:border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15);
  }

  .\32xl\:border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2);
  }

  .\32xl\:border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25);
  }

  .\32xl\:border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3);
  }

  .\32xl\:border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35);
  }

  .\32xl\:border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4);
  }

  .\32xl\:border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45);
  }

  .\32xl\:border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05);
  }

  .\32xl\:border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5);
  }

  .\32xl\:border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55);
  }

  .\32xl\:border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6);
  }

  .\32xl\:border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65);
  }

  .\32xl\:border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7);
  }

  .\32xl\:border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75);
  }

  .\32xl\:border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8);
  }

  .\32xl\:border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85);
  }

  .\32xl\:border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9);
  }

  .\32xl\:border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95);
  }

  .\32xl\:border-borrowell-blue {
    --tw-border-opacity: 1;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0);
  }

  .\32xl\:border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1);
  }

  .\32xl\:border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1);
  }

  .\32xl\:border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15);
  }

  .\32xl\:border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2);
  }

  .\32xl\:border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25);
  }

  .\32xl\:border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3);
  }

  .\32xl\:border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35);
  }

  .\32xl\:border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4);
  }

  .\32xl\:border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45);
  }

  .\32xl\:border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05);
  }

  .\32xl\:border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5);
  }

  .\32xl\:border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55);
  }

  .\32xl\:border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6);
  }

  .\32xl\:border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65);
  }

  .\32xl\:border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7);
  }

  .\32xl\:border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75);
  }

  .\32xl\:border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8);
  }

  .\32xl\:border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85);
  }

  .\32xl\:border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9);
  }

  .\32xl\:border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95);
  }

  .\32xl\:border-brand-red {
    --tw-border-opacity: 1;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0);
  }

  .\32xl\:border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1);
  }

  .\32xl\:border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1);
  }

  .\32xl\:border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15);
  }

  .\32xl\:border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2);
  }

  .\32xl\:border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25);
  }

  .\32xl\:border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3);
  }

  .\32xl\:border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35);
  }

  .\32xl\:border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4);
  }

  .\32xl\:border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45);
  }

  .\32xl\:border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05);
  }

  .\32xl\:border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5);
  }

  .\32xl\:border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55);
  }

  .\32xl\:border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6);
  }

  .\32xl\:border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65);
  }

  .\32xl\:border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7);
  }

  .\32xl\:border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75);
  }

  .\32xl\:border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8);
  }

  .\32xl\:border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85);
  }

  .\32xl\:border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9);
  }

  .\32xl\:border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95);
  }

  .\32xl\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-grey\/0 {
    border-color: rgb(56 61 65 / 0);
  }

  .\32xl\:border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1);
  }

  .\32xl\:border-grey\/100 {
    border-color: rgb(56 61 65 / 1);
  }

  .\32xl\:border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15);
  }

  .\32xl\:border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2);
  }

  .\32xl\:border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25);
  }

  .\32xl\:border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3);
  }

  .\32xl\:border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35);
  }

  .\32xl\:border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4);
  }

  .\32xl\:border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45);
  }

  .\32xl\:border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05);
  }

  .\32xl\:border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5);
  }

  .\32xl\:border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55);
  }

  .\32xl\:border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6);
  }

  .\32xl\:border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65);
  }

  .\32xl\:border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7);
  }

  .\32xl\:border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75);
  }

  .\32xl\:border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8);
  }

  .\32xl\:border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85);
  }

  .\32xl\:border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9);
  }

  .\32xl\:border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95);
  }

  .\32xl\:border-light-blue {
    --tw-border-opacity: 1;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0);
  }

  .\32xl\:border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1);
  }

  .\32xl\:border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1);
  }

  .\32xl\:border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15);
  }

  .\32xl\:border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2);
  }

  .\32xl\:border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25);
  }

  .\32xl\:border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3);
  }

  .\32xl\:border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35);
  }

  .\32xl\:border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4);
  }

  .\32xl\:border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45);
  }

  .\32xl\:border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05);
  }

  .\32xl\:border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5);
  }

  .\32xl\:border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55);
  }

  .\32xl\:border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6);
  }

  .\32xl\:border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65);
  }

  .\32xl\:border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7);
  }

  .\32xl\:border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75);
  }

  .\32xl\:border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8);
  }

  .\32xl\:border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85);
  }

  .\32xl\:border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9);
  }

  .\32xl\:border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95);
  }

  .\32xl\:border-light-green {
    --tw-border-opacity: 1;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-light-green\/0 {
    border-color: rgb(184 241 193 / 0);
  }

  .\32xl\:border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1);
  }

  .\32xl\:border-light-green\/100 {
    border-color: rgb(184 241 193 / 1);
  }

  .\32xl\:border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15);
  }

  .\32xl\:border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2);
  }

  .\32xl\:border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25);
  }

  .\32xl\:border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3);
  }

  .\32xl\:border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35);
  }

  .\32xl\:border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4);
  }

  .\32xl\:border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45);
  }

  .\32xl\:border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05);
  }

  .\32xl\:border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5);
  }

  .\32xl\:border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55);
  }

  .\32xl\:border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6);
  }

  .\32xl\:border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65);
  }

  .\32xl\:border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7);
  }

  .\32xl\:border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75);
  }

  .\32xl\:border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8);
  }

  .\32xl\:border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85);
  }

  .\32xl\:border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9);
  }

  .\32xl\:border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95);
  }

  .\32xl\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0);
  }

  .\32xl\:border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1);
  }

  .\32xl\:border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1);
  }

  .\32xl\:border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15);
  }

  .\32xl\:border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2);
  }

  .\32xl\:border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25);
  }

  .\32xl\:border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3);
  }

  .\32xl\:border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35);
  }

  .\32xl\:border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4);
  }

  .\32xl\:border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45);
  }

  .\32xl\:border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05);
  }

  .\32xl\:border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5);
  }

  .\32xl\:border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55);
  }

  .\32xl\:border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6);
  }

  .\32xl\:border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65);
  }

  .\32xl\:border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7);
  }

  .\32xl\:border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75);
  }

  .\32xl\:border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8);
  }

  .\32xl\:border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85);
  }

  .\32xl\:border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9);
  }

  .\32xl\:border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95);
  }

  .\32xl\:border-light-purple {
    --tw-border-opacity: 1;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0);
  }

  .\32xl\:border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1);
  }

  .\32xl\:border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1);
  }

  .\32xl\:border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15);
  }

  .\32xl\:border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2);
  }

  .\32xl\:border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25);
  }

  .\32xl\:border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3);
  }

  .\32xl\:border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35);
  }

  .\32xl\:border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4);
  }

  .\32xl\:border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45);
  }

  .\32xl\:border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05);
  }

  .\32xl\:border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5);
  }

  .\32xl\:border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55);
  }

  .\32xl\:border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6);
  }

  .\32xl\:border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65);
  }

  .\32xl\:border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7);
  }

  .\32xl\:border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75);
  }

  .\32xl\:border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8);
  }

  .\32xl\:border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85);
  }

  .\32xl\:border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9);
  }

  .\32xl\:border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95);
  }

  .\32xl\:border-off-white {
    --tw-border-opacity: 1;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-off-white\/0 {
    border-color: rgb(232 234 242 / 0);
  }

  .\32xl\:border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1);
  }

  .\32xl\:border-off-white\/100 {
    border-color: rgb(232 234 242 / 1);
  }

  .\32xl\:border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15);
  }

  .\32xl\:border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2);
  }

  .\32xl\:border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25);
  }

  .\32xl\:border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3);
  }

  .\32xl\:border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35);
  }

  .\32xl\:border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4);
  }

  .\32xl\:border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45);
  }

  .\32xl\:border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05);
  }

  .\32xl\:border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5);
  }

  .\32xl\:border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55);
  }

  .\32xl\:border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6);
  }

  .\32xl\:border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65);
  }

  .\32xl\:border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7);
  }

  .\32xl\:border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75);
  }

  .\32xl\:border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8);
  }

  .\32xl\:border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85);
  }

  .\32xl\:border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9);
  }

  .\32xl\:border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95);
  }

  .\32xl\:border-scotial-red {
    --tw-border-opacity: 1;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0);
  }

  .\32xl\:border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1);
  }

  .\32xl\:border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1);
  }

  .\32xl\:border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15);
  }

  .\32xl\:border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2);
  }

  .\32xl\:border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25);
  }

  .\32xl\:border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3);
  }

  .\32xl\:border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35);
  }

  .\32xl\:border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4);
  }

  .\32xl\:border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45);
  }

  .\32xl\:border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05);
  }

  .\32xl\:border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5);
  }

  .\32xl\:border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55);
  }

  .\32xl\:border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6);
  }

  .\32xl\:border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65);
  }

  .\32xl\:border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7);
  }

  .\32xl\:border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75);
  }

  .\32xl\:border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8);
  }

  .\32xl\:border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85);
  }

  .\32xl\:border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9);
  }

  .\32xl\:border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95);
  }

  .\32xl\:border-souqh-orange {
    --tw-border-opacity: 1;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0);
  }

  .\32xl\:border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1);
  }

  .\32xl\:border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1);
  }

  .\32xl\:border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15);
  }

  .\32xl\:border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2);
  }

  .\32xl\:border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25);
  }

  .\32xl\:border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3);
  }

  .\32xl\:border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35);
  }

  .\32xl\:border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4);
  }

  .\32xl\:border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45);
  }

  .\32xl\:border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05);
  }

  .\32xl\:border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5);
  }

  .\32xl\:border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55);
  }

  .\32xl\:border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6);
  }

  .\32xl\:border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65);
  }

  .\32xl\:border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7);
  }

  .\32xl\:border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75);
  }

  .\32xl\:border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8);
  }

  .\32xl\:border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85);
  }

  .\32xl\:border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9);
  }

  .\32xl\:border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95);
  }

  .\32xl\:border-sparrow-blue {
    --tw-border-opacity: 1;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0);
  }

  .\32xl\:border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1);
  }

  .\32xl\:border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1);
  }

  .\32xl\:border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15);
  }

  .\32xl\:border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2);
  }

  .\32xl\:border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25);
  }

  .\32xl\:border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3);
  }

  .\32xl\:border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35);
  }

  .\32xl\:border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4);
  }

  .\32xl\:border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45);
  }

  .\32xl\:border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05);
  }

  .\32xl\:border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5);
  }

  .\32xl\:border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55);
  }

  .\32xl\:border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6);
  }

  .\32xl\:border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65);
  }

  .\32xl\:border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7);
  }

  .\32xl\:border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75);
  }

  .\32xl\:border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8);
  }

  .\32xl\:border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85);
  }

  .\32xl\:border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9);
  }

  .\32xl\:border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95);
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .\32xl\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .\32xl\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
  }

  .\32xl\:border-yellow\/0 {
    border-color: rgb(255 244 182 / 0);
  }

  .\32xl\:border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1);
  }

  .\32xl\:border-yellow\/100 {
    border-color: rgb(255 244 182 / 1);
  }

  .\32xl\:border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15);
  }

  .\32xl\:border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2);
  }

  .\32xl\:border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25);
  }

  .\32xl\:border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3);
  }

  .\32xl\:border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35);
  }

  .\32xl\:border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4);
  }

  .\32xl\:border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45);
  }

  .\32xl\:border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05);
  }

  .\32xl\:border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5);
  }

  .\32xl\:border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55);
  }

  .\32xl\:border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6);
  }

  .\32xl\:border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65);
  }

  .\32xl\:border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7);
  }

  .\32xl\:border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75);
  }

  .\32xl\:border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8);
  }

  .\32xl\:border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85);
  }

  .\32xl\:border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9);
  }

  .\32xl\:border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95);
  }

  .\32xl\:\!bg-aha-pink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0) !important;
  }

  .\32xl\:\!bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1) !important;
  }

  .\32xl\:\!bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1) !important;
  }

  .\32xl\:\!bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15) !important;
  }

  .\32xl\:\!bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2) !important;
  }

  .\32xl\:\!bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25) !important;
  }

  .\32xl\:\!bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3) !important;
  }

  .\32xl\:\!bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35) !important;
  }

  .\32xl\:\!bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4) !important;
  }

  .\32xl\:\!bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45) !important;
  }

  .\32xl\:\!bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05) !important;
  }

  .\32xl\:\!bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5) !important;
  }

  .\32xl\:\!bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55) !important;
  }

  .\32xl\:\!bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6) !important;
  }

  .\32xl\:\!bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65) !important;
  }

  .\32xl\:\!bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7) !important;
  }

  .\32xl\:\!bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75) !important;
  }

  .\32xl\:\!bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8) !important;
  }

  .\32xl\:\!bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85) !important;
  }

  .\32xl\:\!bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9) !important;
  }

  .\32xl\:\!bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95) !important;
  }

  .\32xl\:\!bg-borrowell-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9) !important;
  }

  .\32xl\:\!bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95) !important;
  }

  .\32xl\:\!bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0) !important;
  }

  .\32xl\:\!bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1) !important;
  }

  .\32xl\:\!bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1) !important;
  }

  .\32xl\:\!bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15) !important;
  }

  .\32xl\:\!bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2) !important;
  }

  .\32xl\:\!bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25) !important;
  }

  .\32xl\:\!bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3) !important;
  }

  .\32xl\:\!bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35) !important;
  }

  .\32xl\:\!bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4) !important;
  }

  .\32xl\:\!bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45) !important;
  }

  .\32xl\:\!bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05) !important;
  }

  .\32xl\:\!bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5) !important;
  }

  .\32xl\:\!bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55) !important;
  }

  .\32xl\:\!bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6) !important;
  }

  .\32xl\:\!bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65) !important;
  }

  .\32xl\:\!bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7) !important;
  }

  .\32xl\:\!bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75) !important;
  }

  .\32xl\:\!bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8) !important;
  }

  .\32xl\:\!bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85) !important;
  }

  .\32xl\:\!bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9) !important;
  }

  .\32xl\:\!bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95) !important;
  }

  .\32xl\:\!bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-grey\/0 {
    background-color: rgb(56 61 65 / 0) !important;
  }

  .\32xl\:\!bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1) !important;
  }

  .\32xl\:\!bg-grey\/100 {
    background-color: rgb(56 61 65 / 1) !important;
  }

  .\32xl\:\!bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15) !important;
  }

  .\32xl\:\!bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2) !important;
  }

  .\32xl\:\!bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25) !important;
  }

  .\32xl\:\!bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3) !important;
  }

  .\32xl\:\!bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35) !important;
  }

  .\32xl\:\!bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4) !important;
  }

  .\32xl\:\!bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45) !important;
  }

  .\32xl\:\!bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05) !important;
  }

  .\32xl\:\!bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5) !important;
  }

  .\32xl\:\!bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55) !important;
  }

  .\32xl\:\!bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6) !important;
  }

  .\32xl\:\!bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65) !important;
  }

  .\32xl\:\!bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7) !important;
  }

  .\32xl\:\!bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75) !important;
  }

  .\32xl\:\!bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8) !important;
  }

  .\32xl\:\!bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85) !important;
  }

  .\32xl\:\!bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9) !important;
  }

  .\32xl\:\!bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95) !important;
  }

  .\32xl\:\!bg-light-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0) !important;
  }

  .\32xl\:\!bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1) !important;
  }

  .\32xl\:\!bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1) !important;
  }

  .\32xl\:\!bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15) !important;
  }

  .\32xl\:\!bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2) !important;
  }

  .\32xl\:\!bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25) !important;
  }

  .\32xl\:\!bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3) !important;
  }

  .\32xl\:\!bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35) !important;
  }

  .\32xl\:\!bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4) !important;
  }

  .\32xl\:\!bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45) !important;
  }

  .\32xl\:\!bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05) !important;
  }

  .\32xl\:\!bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5) !important;
  }

  .\32xl\:\!bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55) !important;
  }

  .\32xl\:\!bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6) !important;
  }

  .\32xl\:\!bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65) !important;
  }

  .\32xl\:\!bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7) !important;
  }

  .\32xl\:\!bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75) !important;
  }

  .\32xl\:\!bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8) !important;
  }

  .\32xl\:\!bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85) !important;
  }

  .\32xl\:\!bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9) !important;
  }

  .\32xl\:\!bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95) !important;
  }

  .\32xl\:\!bg-light-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0) !important;
  }

  .\32xl\:\!bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1) !important;
  }

  .\32xl\:\!bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1) !important;
  }

  .\32xl\:\!bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15) !important;
  }

  .\32xl\:\!bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2) !important;
  }

  .\32xl\:\!bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25) !important;
  }

  .\32xl\:\!bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3) !important;
  }

  .\32xl\:\!bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35) !important;
  }

  .\32xl\:\!bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4) !important;
  }

  .\32xl\:\!bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45) !important;
  }

  .\32xl\:\!bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05) !important;
  }

  .\32xl\:\!bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5) !important;
  }

  .\32xl\:\!bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55) !important;
  }

  .\32xl\:\!bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6) !important;
  }

  .\32xl\:\!bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65) !important;
  }

  .\32xl\:\!bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7) !important;
  }

  .\32xl\:\!bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75) !important;
  }

  .\32xl\:\!bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8) !important;
  }

  .\32xl\:\!bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85) !important;
  }

  .\32xl\:\!bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9) !important;
  }

  .\32xl\:\!bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95) !important;
  }

  .\32xl\:\!bg-light-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0) !important;
  }

  .\32xl\:\!bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1) !important;
  }

  .\32xl\:\!bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1) !important;
  }

  .\32xl\:\!bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15) !important;
  }

  .\32xl\:\!bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2) !important;
  }

  .\32xl\:\!bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25) !important;
  }

  .\32xl\:\!bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3) !important;
  }

  .\32xl\:\!bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35) !important;
  }

  .\32xl\:\!bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4) !important;
  }

  .\32xl\:\!bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45) !important;
  }

  .\32xl\:\!bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05) !important;
  }

  .\32xl\:\!bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5) !important;
  }

  .\32xl\:\!bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55) !important;
  }

  .\32xl\:\!bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6) !important;
  }

  .\32xl\:\!bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65) !important;
  }

  .\32xl\:\!bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7) !important;
  }

  .\32xl\:\!bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75) !important;
  }

  .\32xl\:\!bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8) !important;
  }

  .\32xl\:\!bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85) !important;
  }

  .\32xl\:\!bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9) !important;
  }

  .\32xl\:\!bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95) !important;
  }

  .\32xl\:\!bg-light-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0) !important;
  }

  .\32xl\:\!bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1) !important;
  }

  .\32xl\:\!bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1) !important;
  }

  .\32xl\:\!bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15) !important;
  }

  .\32xl\:\!bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2) !important;
  }

  .\32xl\:\!bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25) !important;
  }

  .\32xl\:\!bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3) !important;
  }

  .\32xl\:\!bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35) !important;
  }

  .\32xl\:\!bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4) !important;
  }

  .\32xl\:\!bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45) !important;
  }

  .\32xl\:\!bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05) !important;
  }

  .\32xl\:\!bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5) !important;
  }

  .\32xl\:\!bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55) !important;
  }

  .\32xl\:\!bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6) !important;
  }

  .\32xl\:\!bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65) !important;
  }

  .\32xl\:\!bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7) !important;
  }

  .\32xl\:\!bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75) !important;
  }

  .\32xl\:\!bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8) !important;
  }

  .\32xl\:\!bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85) !important;
  }

  .\32xl\:\!bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9) !important;
  }

  .\32xl\:\!bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95) !important;
  }

  .\32xl\:\!bg-scotial-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0) !important;
  }

  .\32xl\:\!bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1) !important;
  }

  .\32xl\:\!bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1) !important;
  }

  .\32xl\:\!bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15) !important;
  }

  .\32xl\:\!bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2) !important;
  }

  .\32xl\:\!bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25) !important;
  }

  .\32xl\:\!bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3) !important;
  }

  .\32xl\:\!bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35) !important;
  }

  .\32xl\:\!bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4) !important;
  }

  .\32xl\:\!bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45) !important;
  }

  .\32xl\:\!bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05) !important;
  }

  .\32xl\:\!bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5) !important;
  }

  .\32xl\:\!bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55) !important;
  }

  .\32xl\:\!bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6) !important;
  }

  .\32xl\:\!bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65) !important;
  }

  .\32xl\:\!bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7) !important;
  }

  .\32xl\:\!bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75) !important;
  }

  .\32xl\:\!bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8) !important;
  }

  .\32xl\:\!bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85) !important;
  }

  .\32xl\:\!bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9) !important;
  }

  .\32xl\:\!bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95) !important;
  }

  .\32xl\:\!bg-souqh-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0) !important;
  }

  .\32xl\:\!bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1) !important;
  }

  .\32xl\:\!bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1) !important;
  }

  .\32xl\:\!bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15) !important;
  }

  .\32xl\:\!bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2) !important;
  }

  .\32xl\:\!bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25) !important;
  }

  .\32xl\:\!bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3) !important;
  }

  .\32xl\:\!bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35) !important;
  }

  .\32xl\:\!bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4) !important;
  }

  .\32xl\:\!bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45) !important;
  }

  .\32xl\:\!bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05) !important;
  }

  .\32xl\:\!bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5) !important;
  }

  .\32xl\:\!bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55) !important;
  }

  .\32xl\:\!bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6) !important;
  }

  .\32xl\:\!bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65) !important;
  }

  .\32xl\:\!bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7) !important;
  }

  .\32xl\:\!bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75) !important;
  }

  .\32xl\:\!bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8) !important;
  }

  .\32xl\:\!bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85) !important;
  }

  .\32xl\:\!bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9) !important;
  }

  .\32xl\:\!bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95) !important;
  }

  .\32xl\:\!bg-sparrow-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9) !important;
  }

  .\32xl\:\!bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95) !important;
  }

  .\32xl\:\!bg-transparent {
    background-color: transparent !important;
  }

  .\32xl\:\!bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0) !important;
  }

  .\32xl\:\!bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
  }

  .\32xl\:\!bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1) !important;
  }

  .\32xl\:\!bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15) !important;
  }

  .\32xl\:\!bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .\32xl\:\!bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25) !important;
  }

  .\32xl\:\!bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3) !important;
  }

  .\32xl\:\!bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35) !important;
  }

  .\32xl\:\!bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
  }

  .\32xl\:\!bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45) !important;
  }

  .\32xl\:\!bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
  }

  .\32xl\:\!bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
  }

  .\32xl\:\!bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55) !important;
  }

  .\32xl\:\!bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6) !important;
  }

  .\32xl\:\!bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65) !important;
  }

  .\32xl\:\!bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7) !important;
  }

  .\32xl\:\!bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75) !important;
  }

  .\32xl\:\!bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .\32xl\:\!bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85) !important;
  }

  .\32xl\:\!bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .\32xl\:\!bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95) !important;
  }

  .\32xl\:\!bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
  }

  .\32xl\:\!bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0) !important;
  }

  .\32xl\:\!bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1) !important;
  }

  .\32xl\:\!bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1) !important;
  }

  .\32xl\:\!bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15) !important;
  }

  .\32xl\:\!bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2) !important;
  }

  .\32xl\:\!bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25) !important;
  }

  .\32xl\:\!bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3) !important;
  }

  .\32xl\:\!bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35) !important;
  }

  .\32xl\:\!bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4) !important;
  }

  .\32xl\:\!bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45) !important;
  }

  .\32xl\:\!bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05) !important;
  }

  .\32xl\:\!bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5) !important;
  }

  .\32xl\:\!bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55) !important;
  }

  .\32xl\:\!bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6) !important;
  }

  .\32xl\:\!bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65) !important;
  }

  .\32xl\:\!bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7) !important;
  }

  .\32xl\:\!bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75) !important;
  }

  .\32xl\:\!bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8) !important;
  }

  .\32xl\:\!bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85) !important;
  }

  .\32xl\:\!bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9) !important;
  }

  .\32xl\:\!bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95) !important;
  }

  .\32xl\:bg-aha-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0);
  }

  .\32xl\:bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1);
  }

  .\32xl\:bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1);
  }

  .\32xl\:bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15);
  }

  .\32xl\:bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2);
  }

  .\32xl\:bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25);
  }

  .\32xl\:bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3);
  }

  .\32xl\:bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35);
  }

  .\32xl\:bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4);
  }

  .\32xl\:bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45);
  }

  .\32xl\:bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05);
  }

  .\32xl\:bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5);
  }

  .\32xl\:bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55);
  }

  .\32xl\:bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6);
  }

  .\32xl\:bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65);
  }

  .\32xl\:bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7);
  }

  .\32xl\:bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75);
  }

  .\32xl\:bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8);
  }

  .\32xl\:bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85);
  }

  .\32xl\:bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9);
  }

  .\32xl\:bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95);
  }

  .\32xl\:bg-borrowell-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0);
  }

  .\32xl\:bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1);
  }

  .\32xl\:bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1);
  }

  .\32xl\:bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15);
  }

  .\32xl\:bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2);
  }

  .\32xl\:bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25);
  }

  .\32xl\:bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3);
  }

  .\32xl\:bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35);
  }

  .\32xl\:bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4);
  }

  .\32xl\:bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45);
  }

  .\32xl\:bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05);
  }

  .\32xl\:bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5);
  }

  .\32xl\:bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55);
  }

  .\32xl\:bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6);
  }

  .\32xl\:bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65);
  }

  .\32xl\:bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7);
  }

  .\32xl\:bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75);
  }

  .\32xl\:bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8);
  }

  .\32xl\:bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85);
  }

  .\32xl\:bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9);
  }

  .\32xl\:bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95);
  }

  .\32xl\:bg-brand-red {
    --tw-bg-opacity: 1;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0);
  }

  .\32xl\:bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1);
  }

  .\32xl\:bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1);
  }

  .\32xl\:bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15);
  }

  .\32xl\:bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2);
  }

  .\32xl\:bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25);
  }

  .\32xl\:bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3);
  }

  .\32xl\:bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35);
  }

  .\32xl\:bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4);
  }

  .\32xl\:bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45);
  }

  .\32xl\:bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05);
  }

  .\32xl\:bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5);
  }

  .\32xl\:bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55);
  }

  .\32xl\:bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6);
  }

  .\32xl\:bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65);
  }

  .\32xl\:bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7);
  }

  .\32xl\:bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75);
  }

  .\32xl\:bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8);
  }

  .\32xl\:bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85);
  }

  .\32xl\:bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9);
  }

  .\32xl\:bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95);
  }

  .\32xl\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-grey\/0 {
    background-color: rgb(56 61 65 / 0);
  }

  .\32xl\:bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1);
  }

  .\32xl\:bg-grey\/100 {
    background-color: rgb(56 61 65 / 1);
  }

  .\32xl\:bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15);
  }

  .\32xl\:bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2);
  }

  .\32xl\:bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25);
  }

  .\32xl\:bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3);
  }

  .\32xl\:bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35);
  }

  .\32xl\:bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4);
  }

  .\32xl\:bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45);
  }

  .\32xl\:bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05);
  }

  .\32xl\:bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5);
  }

  .\32xl\:bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55);
  }

  .\32xl\:bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6);
  }

  .\32xl\:bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65);
  }

  .\32xl\:bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7);
  }

  .\32xl\:bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75);
  }

  .\32xl\:bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8);
  }

  .\32xl\:bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85);
  }

  .\32xl\:bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9);
  }

  .\32xl\:bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95);
  }

  .\32xl\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0);
  }

  .\32xl\:bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1);
  }

  .\32xl\:bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1);
  }

  .\32xl\:bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15);
  }

  .\32xl\:bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2);
  }

  .\32xl\:bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25);
  }

  .\32xl\:bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3);
  }

  .\32xl\:bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35);
  }

  .\32xl\:bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4);
  }

  .\32xl\:bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45);
  }

  .\32xl\:bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05);
  }

  .\32xl\:bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5);
  }

  .\32xl\:bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55);
  }

  .\32xl\:bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6);
  }

  .\32xl\:bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65);
  }

  .\32xl\:bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7);
  }

  .\32xl\:bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75);
  }

  .\32xl\:bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8);
  }

  .\32xl\:bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85);
  }

  .\32xl\:bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9);
  }

  .\32xl\:bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95);
  }

  .\32xl\:bg-light-green {
    --tw-bg-opacity: 1;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0);
  }

  .\32xl\:bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1);
  }

  .\32xl\:bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1);
  }

  .\32xl\:bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15);
  }

  .\32xl\:bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2);
  }

  .\32xl\:bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25);
  }

  .\32xl\:bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3);
  }

  .\32xl\:bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35);
  }

  .\32xl\:bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4);
  }

  .\32xl\:bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45);
  }

  .\32xl\:bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05);
  }

  .\32xl\:bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5);
  }

  .\32xl\:bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55);
  }

  .\32xl\:bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6);
  }

  .\32xl\:bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65);
  }

  .\32xl\:bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7);
  }

  .\32xl\:bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75);
  }

  .\32xl\:bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8);
  }

  .\32xl\:bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85);
  }

  .\32xl\:bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9);
  }

  .\32xl\:bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95);
  }

  .\32xl\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0);
  }

  .\32xl\:bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1);
  }

  .\32xl\:bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1);
  }

  .\32xl\:bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15);
  }

  .\32xl\:bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2);
  }

  .\32xl\:bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25);
  }

  .\32xl\:bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3);
  }

  .\32xl\:bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35);
  }

  .\32xl\:bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4);
  }

  .\32xl\:bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45);
  }

  .\32xl\:bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05);
  }

  .\32xl\:bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5);
  }

  .\32xl\:bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55);
  }

  .\32xl\:bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6);
  }

  .\32xl\:bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65);
  }

  .\32xl\:bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7);
  }

  .\32xl\:bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75);
  }

  .\32xl\:bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8);
  }

  .\32xl\:bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85);
  }

  .\32xl\:bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9);
  }

  .\32xl\:bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95);
  }

  .\32xl\:bg-light-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0);
  }

  .\32xl\:bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1);
  }

  .\32xl\:bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1);
  }

  .\32xl\:bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15);
  }

  .\32xl\:bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2);
  }

  .\32xl\:bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25);
  }

  .\32xl\:bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3);
  }

  .\32xl\:bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35);
  }

  .\32xl\:bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4);
  }

  .\32xl\:bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45);
  }

  .\32xl\:bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05);
  }

  .\32xl\:bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5);
  }

  .\32xl\:bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55);
  }

  .\32xl\:bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6);
  }

  .\32xl\:bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65);
  }

  .\32xl\:bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7);
  }

  .\32xl\:bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75);
  }

  .\32xl\:bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8);
  }

  .\32xl\:bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85);
  }

  .\32xl\:bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9);
  }

  .\32xl\:bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95);
  }

  .\32xl\:bg-scotial-red {
    --tw-bg-opacity: 1;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0);
  }

  .\32xl\:bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1);
  }

  .\32xl\:bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1);
  }

  .\32xl\:bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15);
  }

  .\32xl\:bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2);
  }

  .\32xl\:bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25);
  }

  .\32xl\:bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3);
  }

  .\32xl\:bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35);
  }

  .\32xl\:bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4);
  }

  .\32xl\:bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45);
  }

  .\32xl\:bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05);
  }

  .\32xl\:bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5);
  }

  .\32xl\:bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55);
  }

  .\32xl\:bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6);
  }

  .\32xl\:bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65);
  }

  .\32xl\:bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7);
  }

  .\32xl\:bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75);
  }

  .\32xl\:bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8);
  }

  .\32xl\:bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85);
  }

  .\32xl\:bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9);
  }

  .\32xl\:bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95);
  }

  .\32xl\:bg-souqh-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0);
  }

  .\32xl\:bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1);
  }

  .\32xl\:bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1);
  }

  .\32xl\:bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15);
  }

  .\32xl\:bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2);
  }

  .\32xl\:bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25);
  }

  .\32xl\:bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3);
  }

  .\32xl\:bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35);
  }

  .\32xl\:bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4);
  }

  .\32xl\:bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45);
  }

  .\32xl\:bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05);
  }

  .\32xl\:bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5);
  }

  .\32xl\:bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55);
  }

  .\32xl\:bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6);
  }

  .\32xl\:bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65);
  }

  .\32xl\:bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7);
  }

  .\32xl\:bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75);
  }

  .\32xl\:bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8);
  }

  .\32xl\:bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85);
  }

  .\32xl\:bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9);
  }

  .\32xl\:bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95);
  }

  .\32xl\:bg-sparrow-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0);
  }

  .\32xl\:bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1);
  }

  .\32xl\:bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1);
  }

  .\32xl\:bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15);
  }

  .\32xl\:bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2);
  }

  .\32xl\:bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25);
  }

  .\32xl\:bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3);
  }

  .\32xl\:bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35);
  }

  .\32xl\:bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4);
  }

  .\32xl\:bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45);
  }

  .\32xl\:bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05);
  }

  .\32xl\:bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5);
  }

  .\32xl\:bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55);
  }

  .\32xl\:bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6);
  }

  .\32xl\:bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65);
  }

  .\32xl\:bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7);
  }

  .\32xl\:bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75);
  }

  .\32xl\:bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8);
  }

  .\32xl\:bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85);
  }

  .\32xl\:bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9);
  }

  .\32xl\:bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95);
  }

  .\32xl\:bg-transparent {
    background-color: transparent;
  }

  .\32xl\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .\32xl\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .\32xl\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .\32xl\:bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .\32xl\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .\32xl\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .\32xl\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .\32xl\:bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .\32xl\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .\32xl\:bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .\32xl\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .\32xl\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .\32xl\:bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .\32xl\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .\32xl\:bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .\32xl\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .\32xl\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .\32xl\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .\32xl\:bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .\32xl\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .\32xl\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .\32xl\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
  }

  .\32xl\:bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0);
  }

  .\32xl\:bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1);
  }

  .\32xl\:bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1);
  }

  .\32xl\:bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15);
  }

  .\32xl\:bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2);
  }

  .\32xl\:bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25);
  }

  .\32xl\:bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3);
  }

  .\32xl\:bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35);
  }

  .\32xl\:bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4);
  }

  .\32xl\:bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45);
  }

  .\32xl\:bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05);
  }

  .\32xl\:bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5);
  }

  .\32xl\:bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55);
  }

  .\32xl\:bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6);
  }

  .\32xl\:bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65);
  }

  .\32xl\:bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7);
  }

  .\32xl\:bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75);
  }

  .\32xl\:bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8);
  }

  .\32xl\:bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85);
  }

  .\32xl\:bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9);
  }

  .\32xl\:bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95);
  }

  .\32xl\:\!bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
  }

  .\32xl\:bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
  }

  .\32xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:\!object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:\!object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:\!object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:\!p-0 {
    padding: 0px !important;
  }

  .\32xl\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .\32xl\:\!p-10 {
    padding: 2.5rem !important;
  }

  .\32xl\:\!p-12 {
    padding: 3rem !important;
  }

  .\32xl\:\!p-2 {
    padding: 0.5rem !important;
  }

  .\32xl\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .\32xl\:\!p-20 {
    padding: 5rem !important;
  }

  .\32xl\:\!p-24 {
    padding: 6rem !important;
  }

  .\32xl\:\!p-28 {
    padding: 7rem !important;
  }

  .\32xl\:\!p-4 {
    padding: 1rem !important;
  }

  .\32xl\:\!p-40 {
    padding: 10rem !important;
  }

  .\32xl\:\!p-44 {
    padding: 11rem !important;
  }

  .\32xl\:\!p-48 {
    padding: 12rem !important;
  }

  .\32xl\:\!p-5 {
    padding: 1.25rem !important;
  }

  .\32xl\:\!p-52 {
    padding: 13rem !important;
  }

  .\32xl\:\!p-56 {
    padding: 14rem !important;
  }

  .\32xl\:\!p-6 {
    padding: 1.5rem !important;
  }

  .\32xl\:\!p-60 {
    padding: 15rem !important;
  }

  .\32xl\:\!p-64 {
    padding: 16rem !important;
  }

  .\32xl\:\!p-7 {
    padding: 1.75rem !important;
  }

  .\32xl\:\!p-72 {
    padding: 18rem !important;
  }

  .\32xl\:\!p-8 {
    padding: 2rem !important;
  }

  .\32xl\:\!p-80 {
    padding: 20rem !important;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-60 {
    padding: 15rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:\!pl-0 {
    padding-left: 0px !important;
  }

  .\32xl\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\32xl\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .\32xl\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .\32xl\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\32xl\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .\32xl\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .\32xl\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .\32xl\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .\32xl\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .\32xl\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .\32xl\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .\32xl\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .\32xl\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .\32xl\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .\32xl\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .\32xl\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .\32xl\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .\32xl\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .\32xl\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .\32xl\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .\32xl\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .\32xl\:\!pr-0 {
    padding-right: 0px !important;
  }

  .\32xl\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\32xl\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .\32xl\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .\32xl\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\32xl\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .\32xl\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .\32xl\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .\32xl\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .\32xl\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .\32xl\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .\32xl\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .\32xl\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .\32xl\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .\32xl\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .\32xl\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .\32xl\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .\32xl\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .\32xl\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .\32xl\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .\32xl\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .\32xl\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:\!shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:\!shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:\!shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:\!shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:\!drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:\!drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:\!grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .\32xl\:\!backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .\32xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .first\:2xl\:mr-5:first-child {
    margin-right: 1.25rem;
  }

  .last\:2xl\:ml-5:last-child {
    margin-left: 1.25rem;
  }
}

@media (min-width: 1520px) {

  .\33xl\:\!-top-0 {
    top: -0px !important;
  }

  .\33xl\:\!-top-0\.5 {
    top: -0.125rem !important;
  }

  .\33xl\:\!-top-10 {
    top: -2.5rem !important;
  }

  .\33xl\:\!-top-12 {
    top: -3rem !important;
  }

  .\33xl\:\!-top-2 {
    top: -0.5rem !important;
  }

  .\33xl\:\!-top-2\.5 {
    top: -0.625rem !important;
  }

  .\33xl\:\!-top-2\/3 {
    top: -66.666667% !important;
  }

  .\33xl\:\!-top-2\/4 {
    top: -50% !important;
  }

  .\33xl\:\!-top-20 {
    top: -5rem !important;
  }

  .\33xl\:\!-top-24 {
    top: -6rem !important;
  }

  .\33xl\:\!-top-28 {
    top: -7rem !important;
  }

  .\33xl\:\!-top-4 {
    top: -1rem !important;
  }

  .\33xl\:\!-top-40 {
    top: -10rem !important;
  }

  .\33xl\:\!-top-44 {
    top: -11rem !important;
  }

  .\33xl\:\!-top-48 {
    top: -12rem !important;
  }

  .\33xl\:\!-top-5 {
    top: -1.25rem !important;
  }

  .\33xl\:\!-top-52 {
    top: -13rem !important;
  }

  .\33xl\:\!-top-56 {
    top: -14rem !important;
  }

  .\33xl\:\!-top-6 {
    top: -1.5rem !important;
  }

  .\33xl\:\!-top-60 {
    top: -15rem !important;
  }

  .\33xl\:\!-top-64 {
    top: -16rem !important;
  }

  .\33xl\:\!-top-7 {
    top: -1.75rem !important;
  }

  .\33xl\:\!-top-72 {
    top: -18rem !important;
  }

  .\33xl\:\!-top-8 {
    top: -2rem !important;
  }

  .\33xl\:\!-top-80 {
    top: -20rem !important;
  }

  .\33xl\:\!top-0 {
    top: 0px !important;
  }

  .\33xl\:\!top-0\.5 {
    top: 0.125rem !important;
  }

  .\33xl\:\!top-10 {
    top: 2.5rem !important;
  }

  .\33xl\:\!top-12 {
    top: 3rem !important;
  }

  .\33xl\:\!top-2 {
    top: 0.5rem !important;
  }

  .\33xl\:\!top-2\.5 {
    top: 0.625rem !important;
  }

  .\33xl\:\!top-2\/3 {
    top: 66.666667% !important;
  }

  .\33xl\:\!top-2\/4 {
    top: 50% !important;
  }

  .\33xl\:\!top-20 {
    top: 5rem !important;
  }

  .\33xl\:\!top-24 {
    top: 6rem !important;
  }

  .\33xl\:\!top-28 {
    top: 7rem !important;
  }

  .\33xl\:\!top-4 {
    top: 1rem !important;
  }

  .\33xl\:\!top-40 {
    top: 10rem !important;
  }

  .\33xl\:\!top-44 {
    top: 11rem !important;
  }

  .\33xl\:\!top-48 {
    top: 12rem !important;
  }

  .\33xl\:\!top-5 {
    top: 1.25rem !important;
  }

  .\33xl\:\!top-52 {
    top: 13rem !important;
  }

  .\33xl\:\!top-56 {
    top: 14rem !important;
  }

  .\33xl\:\!top-6 {
    top: 1.5rem !important;
  }

  .\33xl\:\!top-60 {
    top: 15rem !important;
  }

  .\33xl\:\!top-64 {
    top: 16rem !important;
  }

  .\33xl\:\!top-7 {
    top: 1.75rem !important;
  }

  .\33xl\:\!top-72 {
    top: 18rem !important;
  }

  .\33xl\:\!top-8 {
    top: 2rem !important;
  }

  .\33xl\:\!top-80 {
    top: 20rem !important;
  }

  .\33xl\:-top-0 {
    top: -0px;
  }

  .\33xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\33xl\:-top-10 {
    top: -2.5rem;
  }

  .\33xl\:-top-12 {
    top: -3rem;
  }

  .\33xl\:-top-2 {
    top: -0.5rem;
  }

  .\33xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\33xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\33xl\:-top-2\/4 {
    top: -50%;
  }

  .\33xl\:-top-20 {
    top: -5rem;
  }

  .\33xl\:-top-24 {
    top: -6rem;
  }

  .\33xl\:-top-28 {
    top: -7rem;
  }

  .\33xl\:-top-4 {
    top: -1rem;
  }

  .\33xl\:-top-40 {
    top: -10rem;
  }

  .\33xl\:-top-44 {
    top: -11rem;
  }

  .\33xl\:-top-48 {
    top: -12rem;
  }

  .\33xl\:-top-5 {
    top: -1.25rem;
  }

  .\33xl\:-top-52 {
    top: -13rem;
  }

  .\33xl\:-top-56 {
    top: -14rem;
  }

  .\33xl\:-top-6 {
    top: -1.5rem;
  }

  .\33xl\:-top-60 {
    top: -15rem;
  }

  .\33xl\:-top-64 {
    top: -16rem;
  }

  .\33xl\:-top-7 {
    top: -1.75rem;
  }

  .\33xl\:-top-72 {
    top: -18rem;
  }

  .\33xl\:-top-8 {
    top: -2rem;
  }

  .\33xl\:-top-80 {
    top: -20rem;
  }

  .\33xl\:top-0 {
    top: 0px;
  }

  .\33xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\33xl\:top-10 {
    top: 2.5rem;
  }

  .\33xl\:top-12 {
    top: 3rem;
  }

  .\33xl\:top-2 {
    top: 0.5rem;
  }

  .\33xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\33xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\33xl\:top-2\/4 {
    top: 50%;
  }

  .\33xl\:top-20 {
    top: 5rem;
  }

  .\33xl\:top-24 {
    top: 6rem;
  }

  .\33xl\:top-28 {
    top: 7rem;
  }

  .\33xl\:top-4 {
    top: 1rem;
  }

  .\33xl\:top-40 {
    top: 10rem;
  }

  .\33xl\:top-44 {
    top: 11rem;
  }

  .\33xl\:top-48 {
    top: 12rem;
  }

  .\33xl\:top-5 {
    top: 1.25rem;
  }

  .\33xl\:top-52 {
    top: 13rem;
  }

  .\33xl\:top-56 {
    top: 14rem;
  }

  .\33xl\:top-6 {
    top: 1.5rem;
  }

  .\33xl\:top-60 {
    top: 15rem;
  }

  .\33xl\:top-64 {
    top: 16rem;
  }

  .\33xl\:top-7 {
    top: 1.75rem;
  }

  .\33xl\:top-72 {
    top: 18rem;
  }

  .\33xl\:top-8 {
    top: 2rem;
  }

  .\33xl\:top-80 {
    top: 20rem;
  }

  .\33xl\:\!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\33xl\:\!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\33xl\:\!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\33xl\:\!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\33xl\:\!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\33xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\33xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\33xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\33xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\33xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\33xl\:\!row-auto {
    grid-row: auto !important;
  }

  .\33xl\:row-auto {
    grid-row: auto;
  }

  .\33xl\:\!line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .\33xl\:\!line-clamp-4 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  .\33xl\:\!line-clamp-5 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
  }

  .\33xl\:\!line-clamp-6 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
  }

  .\33xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .\33xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .\33xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .\33xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .\33xl\:\!h-2xl {
    height: 42rem !important;
  }

  .\33xl\:\!h-2xs {
    height: 16rem !important;
  }

  .\33xl\:\!h-3xl {
    height: 48rem !important;
  }

  .\33xl\:\!h-full {
    height: 100% !important;
  }

  .\33xl\:\!h-lg {
    height: 32rem !important;
  }

  .\33xl\:\!h-md {
    height: 28rem !important;
  }

  .\33xl\:\!h-sm {
    height: 24rem !important;
  }

  .\33xl\:\!h-xl {
    height: 36rem !important;
  }

  .\33xl\:\!h-xs {
    height: 20rem !important;
  }

  .\33xl\:h-2xl {
    height: 42rem;
  }

  .\33xl\:h-2xs {
    height: 16rem;
  }

  .\33xl\:h-3xl {
    height: 48rem;
  }

  .\33xl\:h-full {
    height: 100%;
  }

  .\33xl\:h-lg {
    height: 32rem;
  }

  .\33xl\:h-md {
    height: 28rem;
  }

  .\33xl\:h-sm {
    height: 24rem;
  }

  .\33xl\:h-xl {
    height: 36rem;
  }

  .\33xl\:h-xs {
    height: 20rem;
  }

  .\33xl\:\!max-h-2xl {
    max-height: 42rem !important;
  }

  .\33xl\:\!max-h-2xs {
    max-height: 16rem !important;
  }

  .\33xl\:\!max-h-3xl {
    max-height: 48rem !important;
  }

  .\33xl\:\!max-h-full {
    max-height: 100% !important;
  }

  .\33xl\:\!max-h-lg {
    max-height: 32rem !important;
  }

  .\33xl\:\!max-h-md {
    max-height: 28rem !important;
  }

  .\33xl\:\!max-h-sm {
    max-height: 24rem !important;
  }

  .\33xl\:\!max-h-xl {
    max-height: 36rem !important;
  }

  .\33xl\:\!max-h-xs {
    max-height: 20rem !important;
  }

  .\33xl\:max-h-2xl {
    max-height: 42rem;
  }

  .\33xl\:max-h-2xs {
    max-height: 16rem;
  }

  .\33xl\:max-h-3xl {
    max-height: 48rem;
  }

  .\33xl\:max-h-full {
    max-height: 100%;
  }

  .\33xl\:max-h-lg {
    max-height: 32rem;
  }

  .\33xl\:max-h-md {
    max-height: 28rem;
  }

  .\33xl\:max-h-sm {
    max-height: 24rem;
  }

  .\33xl\:max-h-xl {
    max-height: 36rem;
  }

  .\33xl\:max-h-xs {
    max-height: 20rem;
  }

  .\33xl\:\!min-h-2xl {
    min-height: 42rem !important;
  }

  .\33xl\:\!min-h-2xs {
    min-height: 16rem !important;
  }

  .\33xl\:\!min-h-3xl {
    min-height: 48rem !important;
  }

  .\33xl\:\!min-h-full {
    min-height: 100% !important;
  }

  .\33xl\:\!min-h-lg {
    min-height: 32rem !important;
  }

  .\33xl\:\!min-h-md {
    min-height: 28rem !important;
  }

  .\33xl\:\!min-h-sm {
    min-height: 24rem !important;
  }

  .\33xl\:\!min-h-xl {
    min-height: 36rem !important;
  }

  .\33xl\:\!min-h-xs {
    min-height: 20rem !important;
  }

  .\33xl\:min-h-2xl {
    min-height: 42rem;
  }

  .\33xl\:min-h-2xs {
    min-height: 16rem;
  }

  .\33xl\:min-h-3xl {
    min-height: 48rem;
  }

  .\33xl\:min-h-full {
    min-height: 100%;
  }

  .\33xl\:min-h-lg {
    min-height: 32rem;
  }

  .\33xl\:min-h-md {
    min-height: 28rem;
  }

  .\33xl\:min-h-sm {
    min-height: 24rem;
  }

  .\33xl\:min-h-xl {
    min-height: 36rem;
  }

  .\33xl\:min-h-xs {
    min-height: 20rem;
  }

  .\33xl\:\!w-1\/2 {
    width: 50% !important;
  }

  .\33xl\:\!w-1\/3 {
    width: 33.333333% !important;
  }

  .\33xl\:\!w-1\/4 {
    width: 25% !important;
  }

  .\33xl\:\!w-1\/5 {
    width: 20% !important;
  }

  .\33xl\:\!w-1\/6 {
    width: 16.666667% !important;
  }

  .\33xl\:\!w-2\/3 {
    width: 66.666667% !important;
  }

  .\33xl\:\!w-2\/4 {
    width: 50% !important;
  }

  .\33xl\:\!w-2\/5 {
    width: 40% !important;
  }

  .\33xl\:\!w-2\/6 {
    width: 33.333333% !important;
  }

  .\33xl\:\!w-2xl {
    width: 42rem !important;
  }

  .\33xl\:\!w-2xs {
    width: 16rem !important;
  }

  .\33xl\:\!w-3\/4 {
    width: 75% !important;
  }

  .\33xl\:\!w-3\/5 {
    width: 60% !important;
  }

  .\33xl\:\!w-3\/6 {
    width: 50% !important;
  }

  .\33xl\:\!w-3xl {
    width: 48rem !important;
  }

  .\33xl\:\!w-4\/5 {
    width: 80% !important;
  }

  .\33xl\:\!w-4\/6 {
    width: 66.666667% !important;
  }

  .\33xl\:\!w-5\/6 {
    width: 83.333333% !important;
  }

  .\33xl\:\!w-auto {
    width: auto !important;
  }

  .\33xl\:\!w-full {
    width: 100% !important;
  }

  .\33xl\:\!w-lg {
    width: 32rem !important;
  }

  .\33xl\:\!w-md {
    width: 28rem !important;
  }

  .\33xl\:\!w-sm {
    width: 24rem !important;
  }

  .\33xl\:\!w-xl {
    width: 36rem !important;
  }

  .\33xl\:\!w-xs {
    width: 20rem !important;
  }

  .\33xl\:w-1\/2 {
    width: 50%;
  }

  .\33xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\33xl\:w-1\/4 {
    width: 25%;
  }

  .\33xl\:w-1\/5 {
    width: 20%;
  }

  .\33xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\33xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\33xl\:w-2\/4 {
    width: 50%;
  }

  .\33xl\:w-2\/5 {
    width: 40%;
  }

  .\33xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\33xl\:w-2xl {
    width: 42rem;
  }

  .\33xl\:w-2xs {
    width: 16rem;
  }

  .\33xl\:w-3\/4 {
    width: 75%;
  }

  .\33xl\:w-3\/5 {
    width: 60%;
  }

  .\33xl\:w-3\/6 {
    width: 50%;
  }

  .\33xl\:w-3xl {
    width: 48rem;
  }

  .\33xl\:w-4\/5 {
    width: 80%;
  }

  .\33xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\33xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\33xl\:w-\[1488px\] {
    width: 1488px;
  }

  .\33xl\:w-auto {
    width: auto;
  }

  .\33xl\:w-full {
    width: 100%;
  }

  .\33xl\:w-lg {
    width: 32rem;
  }

  .\33xl\:w-md {
    width: 28rem;
  }

  .\33xl\:w-sm {
    width: 24rem;
  }

  .\33xl\:w-xl {
    width: 36rem;
  }

  .\33xl\:w-xs {
    width: 20rem;
  }

  .\33xl\:\!min-w-2xl {
    min-width: 42rem !important;
  }

  .\33xl\:\!min-w-2xs {
    min-width: 16rem !important;
  }

  .\33xl\:\!min-w-3xl {
    min-width: 48rem !important;
  }

  .\33xl\:\!min-w-full {
    min-width: 100% !important;
  }

  .\33xl\:\!min-w-lg {
    min-width: 32rem !important;
  }

  .\33xl\:\!min-w-md {
    min-width: 28rem !important;
  }

  .\33xl\:\!min-w-sm {
    min-width: 24rem !important;
  }

  .\33xl\:\!min-w-xl {
    min-width: 36rem !important;
  }

  .\33xl\:\!min-w-xs {
    min-width: 20rem !important;
  }

  .\33xl\:min-w-2xl {
    min-width: 42rem;
  }

  .\33xl\:min-w-2xs {
    min-width: 16rem;
  }

  .\33xl\:min-w-3xl {
    min-width: 48rem;
  }

  .\33xl\:min-w-full {
    min-width: 100%;
  }

  .\33xl\:min-w-lg {
    min-width: 32rem;
  }

  .\33xl\:min-w-md {
    min-width: 28rem;
  }

  .\33xl\:min-w-sm {
    min-width: 24rem;
  }

  .\33xl\:min-w-xl {
    min-width: 36rem;
  }

  .\33xl\:min-w-xs {
    min-width: 20rem;
  }

  .\33xl\:\!max-w-2xl {
    max-width: 42rem !important;
  }

  .\33xl\:\!max-w-2xs {
    max-width: 16rem !important;
  }

  .\33xl\:\!max-w-3xl {
    max-width: 48rem !important;
  }

  .\33xl\:\!max-w-full {
    max-width: 100% !important;
  }

  .\33xl\:\!max-w-lg {
    max-width: 32rem !important;
  }

  .\33xl\:\!max-w-md {
    max-width: 28rem !important;
  }

  .\33xl\:\!max-w-sm {
    max-width: 24rem !important;
  }

  .\33xl\:\!max-w-xl {
    max-width: 36rem !important;
  }

  .\33xl\:\!max-w-xs {
    max-width: 20rem !important;
  }

  .\33xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\33xl\:max-w-2xs {
    max-width: 16rem;
  }

  .\33xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\33xl\:max-w-full {
    max-width: 100%;
  }

  .\33xl\:max-w-lg {
    max-width: 32rem;
  }

  .\33xl\:max-w-md {
    max-width: 28rem;
  }

  .\33xl\:max-w-sm {
    max-width: 24rem;
  }

  .\33xl\:max-w-xl {
    max-width: 36rem;
  }

  .\33xl\:max-w-xs {
    max-width: 20rem;
  }

  .\33xl\:\!scroll-p-0 {
    scroll-padding: 0px !important;
  }

  .\33xl\:\!scroll-p-0\.5 {
    scroll-padding: 0.125rem !important;
  }

  .\33xl\:\!scroll-p-10 {
    scroll-padding: 2.5rem !important;
  }

  .\33xl\:\!scroll-p-12 {
    scroll-padding: 3rem !important;
  }

  .\33xl\:\!scroll-p-2 {
    scroll-padding: 0.5rem !important;
  }

  .\33xl\:\!scroll-p-2\.5 {
    scroll-padding: 0.625rem !important;
  }

  .\33xl\:\!scroll-p-20 {
    scroll-padding: 5rem !important;
  }

  .\33xl\:\!scroll-p-24 {
    scroll-padding: 6rem !important;
  }

  .\33xl\:\!scroll-p-28 {
    scroll-padding: 7rem !important;
  }

  .\33xl\:\!scroll-p-4 {
    scroll-padding: 1rem !important;
  }

  .\33xl\:\!scroll-p-40 {
    scroll-padding: 10rem !important;
  }

  .\33xl\:\!scroll-p-44 {
    scroll-padding: 11rem !important;
  }

  .\33xl\:\!scroll-p-48 {
    scroll-padding: 12rem !important;
  }

  .\33xl\:\!scroll-p-5 {
    scroll-padding: 1.25rem !important;
  }

  .\33xl\:\!scroll-p-52 {
    scroll-padding: 13rem !important;
  }

  .\33xl\:\!scroll-p-56 {
    scroll-padding: 14rem !important;
  }

  .\33xl\:\!scroll-p-6 {
    scroll-padding: 1.5rem !important;
  }

  .\33xl\:\!scroll-p-60 {
    scroll-padding: 15rem !important;
  }

  .\33xl\:\!scroll-p-64 {
    scroll-padding: 16rem !important;
  }

  .\33xl\:\!scroll-p-7 {
    scroll-padding: 1.75rem !important;
  }

  .\33xl\:\!scroll-p-72 {
    scroll-padding: 18rem !important;
  }

  .\33xl\:\!scroll-p-8 {
    scroll-padding: 2rem !important;
  }

  .\33xl\:\!scroll-p-80 {
    scroll-padding: 20rem !important;
  }

  .\33xl\:scroll-p-0 {
    scroll-padding: 0px;
  }

  .\33xl\:scroll-p-0\.5 {
    scroll-padding: 0.125rem;
  }

  .\33xl\:scroll-p-10 {
    scroll-padding: 2.5rem;
  }

  .\33xl\:scroll-p-12 {
    scroll-padding: 3rem;
  }

  .\33xl\:scroll-p-2 {
    scroll-padding: 0.5rem;
  }

  .\33xl\:scroll-p-2\.5 {
    scroll-padding: 0.625rem;
  }

  .\33xl\:scroll-p-20 {
    scroll-padding: 5rem;
  }

  .\33xl\:scroll-p-24 {
    scroll-padding: 6rem;
  }

  .\33xl\:scroll-p-28 {
    scroll-padding: 7rem;
  }

  .\33xl\:scroll-p-4 {
    scroll-padding: 1rem;
  }

  .\33xl\:scroll-p-40 {
    scroll-padding: 10rem;
  }

  .\33xl\:scroll-p-44 {
    scroll-padding: 11rem;
  }

  .\33xl\:scroll-p-48 {
    scroll-padding: 12rem;
  }

  .\33xl\:scroll-p-5 {
    scroll-padding: 1.25rem;
  }

  .\33xl\:scroll-p-52 {
    scroll-padding: 13rem;
  }

  .\33xl\:scroll-p-56 {
    scroll-padding: 14rem;
  }

  .\33xl\:scroll-p-6 {
    scroll-padding: 1.5rem;
  }

  .\33xl\:scroll-p-60 {
    scroll-padding: 15rem;
  }

  .\33xl\:scroll-p-64 {
    scroll-padding: 16rem;
  }

  .\33xl\:scroll-p-7 {
    scroll-padding: 1.75rem;
  }

  .\33xl\:scroll-p-72 {
    scroll-padding: 18rem;
  }

  .\33xl\:scroll-p-8 {
    scroll-padding: 2rem;
  }

  .\33xl\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .\33xl\:\!scroll-px-0 {
    scroll-padding-left: 0px !important;
    scroll-padding-right: 0px !important;
  }

  .\33xl\:\!scroll-px-0\.5 {
    scroll-padding-left: 0.125rem !important;
    scroll-padding-right: 0.125rem !important;
  }

  .\33xl\:\!scroll-px-10 {
    scroll-padding-left: 2.5rem !important;
    scroll-padding-right: 2.5rem !important;
  }

  .\33xl\:\!scroll-px-12 {
    scroll-padding-left: 3rem !important;
    scroll-padding-right: 3rem !important;
  }

  .\33xl\:\!scroll-px-2 {
    scroll-padding-left: 0.5rem !important;
    scroll-padding-right: 0.5rem !important;
  }

  .\33xl\:\!scroll-px-2\.5 {
    scroll-padding-left: 0.625rem !important;
    scroll-padding-right: 0.625rem !important;
  }

  .\33xl\:\!scroll-px-20 {
    scroll-padding-left: 5rem !important;
    scroll-padding-right: 5rem !important;
  }

  .\33xl\:\!scroll-px-24 {
    scroll-padding-left: 6rem !important;
    scroll-padding-right: 6rem !important;
  }

  .\33xl\:\!scroll-px-28 {
    scroll-padding-left: 7rem !important;
    scroll-padding-right: 7rem !important;
  }

  .\33xl\:\!scroll-px-4 {
    scroll-padding-left: 1rem !important;
    scroll-padding-right: 1rem !important;
  }

  .\33xl\:\!scroll-px-40 {
    scroll-padding-left: 10rem !important;
    scroll-padding-right: 10rem !important;
  }

  .\33xl\:\!scroll-px-44 {
    scroll-padding-left: 11rem !important;
    scroll-padding-right: 11rem !important;
  }

  .\33xl\:\!scroll-px-48 {
    scroll-padding-left: 12rem !important;
    scroll-padding-right: 12rem !important;
  }

  .\33xl\:\!scroll-px-5 {
    scroll-padding-left: 1.25rem !important;
    scroll-padding-right: 1.25rem !important;
  }

  .\33xl\:\!scroll-px-52 {
    scroll-padding-left: 13rem !important;
    scroll-padding-right: 13rem !important;
  }

  .\33xl\:\!scroll-px-56 {
    scroll-padding-left: 14rem !important;
    scroll-padding-right: 14rem !important;
  }

  .\33xl\:\!scroll-px-6 {
    scroll-padding-left: 1.5rem !important;
    scroll-padding-right: 1.5rem !important;
  }

  .\33xl\:\!scroll-px-60 {
    scroll-padding-left: 15rem !important;
    scroll-padding-right: 15rem !important;
  }

  .\33xl\:\!scroll-px-64 {
    scroll-padding-left: 16rem !important;
    scroll-padding-right: 16rem !important;
  }

  .\33xl\:\!scroll-px-7 {
    scroll-padding-left: 1.75rem !important;
    scroll-padding-right: 1.75rem !important;
  }

  .\33xl\:\!scroll-px-72 {
    scroll-padding-left: 18rem !important;
    scroll-padding-right: 18rem !important;
  }

  .\33xl\:\!scroll-px-8 {
    scroll-padding-left: 2rem !important;
    scroll-padding-right: 2rem !important;
  }

  .\33xl\:\!scroll-px-80 {
    scroll-padding-left: 20rem !important;
    scroll-padding-right: 20rem !important;
  }

  .\33xl\:scroll-px-0 {
    scroll-padding-left: 0px;
    scroll-padding-right: 0px;
  }

  .\33xl\:scroll-px-0\.5 {
    scroll-padding-left: 0.125rem;
    scroll-padding-right: 0.125rem;
  }

  .\33xl\:scroll-px-10 {
    scroll-padding-left: 2.5rem;
    scroll-padding-right: 2.5rem;
  }

  .\33xl\:scroll-px-12 {
    scroll-padding-left: 3rem;
    scroll-padding-right: 3rem;
  }

  .\33xl\:scroll-px-2 {
    scroll-padding-left: 0.5rem;
    scroll-padding-right: 0.5rem;
  }

  .\33xl\:scroll-px-2\.5 {
    scroll-padding-left: 0.625rem;
    scroll-padding-right: 0.625rem;
  }

  .\33xl\:scroll-px-20 {
    scroll-padding-left: 5rem;
    scroll-padding-right: 5rem;
  }

  .\33xl\:scroll-px-24 {
    scroll-padding-left: 6rem;
    scroll-padding-right: 6rem;
  }

  .\33xl\:scroll-px-28 {
    scroll-padding-left: 7rem;
    scroll-padding-right: 7rem;
  }

  .\33xl\:scroll-px-4 {
    scroll-padding-left: 1rem;
    scroll-padding-right: 1rem;
  }

  .\33xl\:scroll-px-40 {
    scroll-padding-left: 10rem;
    scroll-padding-right: 10rem;
  }

  .\33xl\:scroll-px-44 {
    scroll-padding-left: 11rem;
    scroll-padding-right: 11rem;
  }

  .\33xl\:scroll-px-48 {
    scroll-padding-left: 12rem;
    scroll-padding-right: 12rem;
  }

  .\33xl\:scroll-px-5 {
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  }

  .\33xl\:scroll-px-52 {
    scroll-padding-left: 13rem;
    scroll-padding-right: 13rem;
  }

  .\33xl\:scroll-px-56 {
    scroll-padding-left: 14rem;
    scroll-padding-right: 14rem;
  }

  .\33xl\:scroll-px-6 {
    scroll-padding-left: 1.5rem;
    scroll-padding-right: 1.5rem;
  }

  .\33xl\:scroll-px-60 {
    scroll-padding-left: 15rem;
    scroll-padding-right: 15rem;
  }

  .\33xl\:scroll-px-64 {
    scroll-padding-left: 16rem;
    scroll-padding-right: 16rem;
  }

  .\33xl\:scroll-px-7 {
    scroll-padding-left: 1.75rem;
    scroll-padding-right: 1.75rem;
  }

  .\33xl\:scroll-px-72 {
    scroll-padding-left: 18rem;
    scroll-padding-right: 18rem;
  }

  .\33xl\:scroll-px-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .\33xl\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .\33xl\:\!scroll-pl-0 {
    scroll-padding-left: 0px !important;
  }

  .\33xl\:\!scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem !important;
  }

  .\33xl\:\!scroll-pl-10 {
    scroll-padding-left: 2.5rem !important;
  }

  .\33xl\:\!scroll-pl-12 {
    scroll-padding-left: 3rem !important;
  }

  .\33xl\:\!scroll-pl-2 {
    scroll-padding-left: 0.5rem !important;
  }

  .\33xl\:\!scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem !important;
  }

  .\33xl\:\!scroll-pl-20 {
    scroll-padding-left: 5rem !important;
  }

  .\33xl\:\!scroll-pl-24 {
    scroll-padding-left: 6rem !important;
  }

  .\33xl\:\!scroll-pl-28 {
    scroll-padding-left: 7rem !important;
  }

  .\33xl\:\!scroll-pl-4 {
    scroll-padding-left: 1rem !important;
  }

  .\33xl\:\!scroll-pl-40 {
    scroll-padding-left: 10rem !important;
  }

  .\33xl\:\!scroll-pl-44 {
    scroll-padding-left: 11rem !important;
  }

  .\33xl\:\!scroll-pl-48 {
    scroll-padding-left: 12rem !important;
  }

  .\33xl\:\!scroll-pl-5 {
    scroll-padding-left: 1.25rem !important;
  }

  .\33xl\:\!scroll-pl-52 {
    scroll-padding-left: 13rem !important;
  }

  .\33xl\:\!scroll-pl-56 {
    scroll-padding-left: 14rem !important;
  }

  .\33xl\:\!scroll-pl-6 {
    scroll-padding-left: 1.5rem !important;
  }

  .\33xl\:\!scroll-pl-60 {
    scroll-padding-left: 15rem !important;
  }

  .\33xl\:\!scroll-pl-64 {
    scroll-padding-left: 16rem !important;
  }

  .\33xl\:\!scroll-pl-7 {
    scroll-padding-left: 1.75rem !important;
  }

  .\33xl\:\!scroll-pl-72 {
    scroll-padding-left: 18rem !important;
  }

  .\33xl\:\!scroll-pl-8 {
    scroll-padding-left: 2rem !important;
  }

  .\33xl\:\!scroll-pl-80 {
    scroll-padding-left: 20rem !important;
  }

  .\33xl\:\!scroll-pr-0 {
    scroll-padding-right: 0px !important;
  }

  .\33xl\:\!scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem !important;
  }

  .\33xl\:\!scroll-pr-10 {
    scroll-padding-right: 2.5rem !important;
  }

  .\33xl\:\!scroll-pr-12 {
    scroll-padding-right: 3rem !important;
  }

  .\33xl\:\!scroll-pr-2 {
    scroll-padding-right: 0.5rem !important;
  }

  .\33xl\:\!scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem !important;
  }

  .\33xl\:\!scroll-pr-20 {
    scroll-padding-right: 5rem !important;
  }

  .\33xl\:\!scroll-pr-24 {
    scroll-padding-right: 6rem !important;
  }

  .\33xl\:\!scroll-pr-28 {
    scroll-padding-right: 7rem !important;
  }

  .\33xl\:\!scroll-pr-4 {
    scroll-padding-right: 1rem !important;
  }

  .\33xl\:\!scroll-pr-40 {
    scroll-padding-right: 10rem !important;
  }

  .\33xl\:\!scroll-pr-44 {
    scroll-padding-right: 11rem !important;
  }

  .\33xl\:\!scroll-pr-48 {
    scroll-padding-right: 12rem !important;
  }

  .\33xl\:\!scroll-pr-5 {
    scroll-padding-right: 1.25rem !important;
  }

  .\33xl\:\!scroll-pr-52 {
    scroll-padding-right: 13rem !important;
  }

  .\33xl\:\!scroll-pr-56 {
    scroll-padding-right: 14rem !important;
  }

  .\33xl\:\!scroll-pr-6 {
    scroll-padding-right: 1.5rem !important;
  }

  .\33xl\:\!scroll-pr-60 {
    scroll-padding-right: 15rem !important;
  }

  .\33xl\:\!scroll-pr-64 {
    scroll-padding-right: 16rem !important;
  }

  .\33xl\:\!scroll-pr-7 {
    scroll-padding-right: 1.75rem !important;
  }

  .\33xl\:\!scroll-pr-72 {
    scroll-padding-right: 18rem !important;
  }

  .\33xl\:\!scroll-pr-8 {
    scroll-padding-right: 2rem !important;
  }

  .\33xl\:\!scroll-pr-80 {
    scroll-padding-right: 20rem !important;
  }

  .\33xl\:scroll-pl-0 {
    scroll-padding-left: 0px;
  }

  .\33xl\:scroll-pl-0\.5 {
    scroll-padding-left: 0.125rem;
  }

  .\33xl\:scroll-pl-10 {
    scroll-padding-left: 2.5rem;
  }

  .\33xl\:scroll-pl-12 {
    scroll-padding-left: 3rem;
  }

  .\33xl\:scroll-pl-2 {
    scroll-padding-left: 0.5rem;
  }

  .\33xl\:scroll-pl-2\.5 {
    scroll-padding-left: 0.625rem;
  }

  .\33xl\:scroll-pl-20 {
    scroll-padding-left: 5rem;
  }

  .\33xl\:scroll-pl-24 {
    scroll-padding-left: 6rem;
  }

  .\33xl\:scroll-pl-28 {
    scroll-padding-left: 7rem;
  }

  .\33xl\:scroll-pl-4 {
    scroll-padding-left: 1rem;
  }

  .\33xl\:scroll-pl-40 {
    scroll-padding-left: 10rem;
  }

  .\33xl\:scroll-pl-44 {
    scroll-padding-left: 11rem;
  }

  .\33xl\:scroll-pl-48 {
    scroll-padding-left: 12rem;
  }

  .\33xl\:scroll-pl-5 {
    scroll-padding-left: 1.25rem;
  }

  .\33xl\:scroll-pl-52 {
    scroll-padding-left: 13rem;
  }

  .\33xl\:scroll-pl-56 {
    scroll-padding-left: 14rem;
  }

  .\33xl\:scroll-pl-6 {
    scroll-padding-left: 1.5rem;
  }

  .\33xl\:scroll-pl-60 {
    scroll-padding-left: 15rem;
  }

  .\33xl\:scroll-pl-64 {
    scroll-padding-left: 16rem;
  }

  .\33xl\:scroll-pl-7 {
    scroll-padding-left: 1.75rem;
  }

  .\33xl\:scroll-pl-72 {
    scroll-padding-left: 18rem;
  }

  .\33xl\:scroll-pl-8 {
    scroll-padding-left: 2rem;
  }

  .\33xl\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .\33xl\:scroll-pr-0 {
    scroll-padding-right: 0px;
  }

  .\33xl\:scroll-pr-0\.5 {
    scroll-padding-right: 0.125rem;
  }

  .\33xl\:scroll-pr-10 {
    scroll-padding-right: 2.5rem;
  }

  .\33xl\:scroll-pr-12 {
    scroll-padding-right: 3rem;
  }

  .\33xl\:scroll-pr-2 {
    scroll-padding-right: 0.5rem;
  }

  .\33xl\:scroll-pr-2\.5 {
    scroll-padding-right: 0.625rem;
  }

  .\33xl\:scroll-pr-20 {
    scroll-padding-right: 5rem;
  }

  .\33xl\:scroll-pr-24 {
    scroll-padding-right: 6rem;
  }

  .\33xl\:scroll-pr-28 {
    scroll-padding-right: 7rem;
  }

  .\33xl\:scroll-pr-4 {
    scroll-padding-right: 1rem;
  }

  .\33xl\:scroll-pr-40 {
    scroll-padding-right: 10rem;
  }

  .\33xl\:scroll-pr-44 {
    scroll-padding-right: 11rem;
  }

  .\33xl\:scroll-pr-48 {
    scroll-padding-right: 12rem;
  }

  .\33xl\:scroll-pr-5 {
    scroll-padding-right: 1.25rem;
  }

  .\33xl\:scroll-pr-52 {
    scroll-padding-right: 13rem;
  }

  .\33xl\:scroll-pr-56 {
    scroll-padding-right: 14rem;
  }

  .\33xl\:scroll-pr-6 {
    scroll-padding-right: 1.5rem;
  }

  .\33xl\:scroll-pr-60 {
    scroll-padding-right: 15rem;
  }

  .\33xl\:scroll-pr-64 {
    scroll-padding-right: 16rem;
  }

  .\33xl\:scroll-pr-7 {
    scroll-padding-right: 1.75rem;
  }

  .\33xl\:scroll-pr-72 {
    scroll-padding-right: 18rem;
  }

  .\33xl\:scroll-pr-8 {
    scroll-padding-right: 2rem;
  }

  .\33xl\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .\33xl\:\!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\33xl\:\!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\33xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\33xl\:place-items-start {
    place-items: start;
  }

  .\33xl\:place-items-end {
    place-items: end;
  }

  .\33xl\:place-items-center {
    place-items: center;
  }

  .\33xl\:place-items-baseline {
    place-items: baseline;
  }

  .\33xl\:items-start {
    align-items: flex-start;
  }

  .\33xl\:items-end {
    align-items: flex-end;
  }

  .\33xl\:items-center {
    align-items: center;
  }

  .\33xl\:items-baseline {
    align-items: baseline;
  }

  .\33xl\:justify-normal {
    justify-content: normal;
  }

  .\33xl\:justify-start {
    justify-content: flex-start;
  }

  .\33xl\:justify-end {
    justify-content: flex-end;
  }

  .\33xl\:justify-center {
    justify-content: center;
  }

  .\33xl\:justify-between {
    justify-content: space-between;
  }

  .\33xl\:justify-around {
    justify-content: space-around;
  }

  .\33xl\:justify-items-start {
    justify-items: start;
  }

  .\33xl\:justify-items-end {
    justify-items: end;
  }

  .\33xl\:justify-items-center {
    justify-items: center;
  }

  .\33xl\:\!gap-0 {
    gap: 0px !important;
  }

  .\33xl\:\!gap-0\.5 {
    gap: 0.125rem !important;
  }

  .\33xl\:\!gap-10 {
    gap: 2.5rem !important;
  }

  .\33xl\:\!gap-12 {
    gap: 3rem !important;
  }

  .\33xl\:\!gap-2 {
    gap: 0.5rem !important;
  }

  .\33xl\:\!gap-2\.5 {
    gap: 0.625rem !important;
  }

  .\33xl\:\!gap-20 {
    gap: 5rem !important;
  }

  .\33xl\:\!gap-24 {
    gap: 6rem !important;
  }

  .\33xl\:\!gap-28 {
    gap: 7rem !important;
  }

  .\33xl\:\!gap-3 {
    gap: 0.75rem !important;
  }

  .\33xl\:\!gap-3\.5 {
    gap: 0.875rem !important;
  }

  .\33xl\:\!gap-32 {
    gap: 8rem !important;
  }

  .\33xl\:\!gap-36 {
    gap: 9rem !important;
  }

  .\33xl\:\!gap-4 {
    gap: 1rem !important;
  }

  .\33xl\:\!gap-40 {
    gap: 10rem !important;
  }

  .\33xl\:\!gap-44 {
    gap: 11rem !important;
  }

  .\33xl\:\!gap-48 {
    gap: 12rem !important;
  }

  .\33xl\:\!gap-5 {
    gap: 1.25rem !important;
  }

  .\33xl\:\!gap-52 {
    gap: 13rem !important;
  }

  .\33xl\:\!gap-56 {
    gap: 14rem !important;
  }

  .\33xl\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .\33xl\:\!gap-60 {
    gap: 15rem !important;
  }

  .\33xl\:\!gap-64 {
    gap: 16rem !important;
  }

  .\33xl\:\!gap-7 {
    gap: 1.75rem !important;
  }

  .\33xl\:\!gap-72 {
    gap: 18rem !important;
  }

  .\33xl\:\!gap-8 {
    gap: 2rem !important;
  }

  .\33xl\:\!gap-80 {
    gap: 20rem !important;
  }

  .\33xl\:gap-0 {
    gap: 0px;
  }

  .\33xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\33xl\:gap-10 {
    gap: 2.5rem;
  }

  .\33xl\:gap-12 {
    gap: 3rem;
  }

  .\33xl\:gap-2 {
    gap: 0.5rem;
  }

  .\33xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\33xl\:gap-20 {
    gap: 5rem;
  }

  .\33xl\:gap-24 {
    gap: 6rem;
  }

  .\33xl\:gap-28 {
    gap: 7rem;
  }

  .\33xl\:gap-3 {
    gap: 0.75rem;
  }

  .\33xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\33xl\:gap-32 {
    gap: 8rem;
  }

  .\33xl\:gap-36 {
    gap: 9rem;
  }

  .\33xl\:gap-4 {
    gap: 1rem;
  }

  .\33xl\:gap-40 {
    gap: 10rem;
  }

  .\33xl\:gap-44 {
    gap: 11rem;
  }

  .\33xl\:gap-48 {
    gap: 12rem;
  }

  .\33xl\:gap-5 {
    gap: 1.25rem;
  }

  .\33xl\:gap-52 {
    gap: 13rem;
  }

  .\33xl\:gap-56 {
    gap: 14rem;
  }

  .\33xl\:gap-6 {
    gap: 1.5rem;
  }

  .\33xl\:gap-60 {
    gap: 15rem;
  }

  .\33xl\:gap-64 {
    gap: 16rem;
  }

  .\33xl\:gap-7 {
    gap: 1.75rem;
  }

  .\33xl\:gap-72 {
    gap: 18rem;
  }

  .\33xl\:gap-8 {
    gap: 2rem;
  }

  .\33xl\:gap-80 {
    gap: 20rem;
  }

  .\33xl\:\!gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\33xl\:\!gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\33xl\:\!gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\33xl\:\!gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\33xl\:\!gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\33xl\:\!gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\33xl\:\!gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\33xl\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .\33xl\:\!gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .\33xl\:\!gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .\33xl\:\!gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .\33xl\:\!gap-y-20 {
    row-gap: 5rem !important;
  }

  .\33xl\:\!gap-y-24 {
    row-gap: 6rem !important;
  }

  .\33xl\:\!gap-y-28 {
    row-gap: 7rem !important;
  }

  .\33xl\:\!gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .\33xl\:\!gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .\33xl\:\!gap-y-32 {
    row-gap: 8rem !important;
  }

  .\33xl\:\!gap-y-36 {
    row-gap: 9rem !important;
  }

  .\33xl\:\!gap-y-4 {
    row-gap: 1rem !important;
  }

  .\33xl\:\!gap-y-40 {
    row-gap: 10rem !important;
  }

  .\33xl\:\!gap-y-44 {
    row-gap: 11rem !important;
  }

  .\33xl\:\!gap-y-48 {
    row-gap: 12rem !important;
  }

  .\33xl\:\!gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .\33xl\:\!gap-y-52 {
    row-gap: 13rem !important;
  }

  .\33xl\:\!gap-y-56 {
    row-gap: 14rem !important;
  }

  .\33xl\:\!gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .\33xl\:\!gap-y-60 {
    row-gap: 15rem !important;
  }

  .\33xl\:\!gap-y-64 {
    row-gap: 16rem !important;
  }

  .\33xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\33xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\33xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\33xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\33xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\33xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\33xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\33xl\:gap-y-0 {
    row-gap: 0px;
  }

  .\33xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .\33xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .\33xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .\33xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\33xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .\33xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .\33xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .\33xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .\33xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .\33xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .\33xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .\33xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .\33xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .\33xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .\33xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .\33xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .\33xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .\33xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .\33xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .\33xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .\33xl\:place-self-auto {
    place-self: auto;
  }

  .\33xl\:place-self-start {
    place-self: start;
  }

  .\33xl\:place-self-end {
    place-self: end;
  }

  .\33xl\:place-self-center {
    place-self: center;
  }

  .\33xl\:place-self-stretch {
    place-self: stretch;
  }

  .\33xl\:self-auto {
    align-self: auto;
  }

  .\33xl\:self-start {
    align-self: flex-start;
  }

  .\33xl\:self-end {
    align-self: flex-end;
  }

  .\33xl\:self-center {
    align-self: center;
  }

  .\33xl\:self-stretch {
    align-self: stretch;
  }

  .\33xl\:self-baseline {
    align-self: baseline;
  }

  .\33xl\:justify-self-auto {
    justify-self: auto;
  }

  .\33xl\:justify-self-start {
    justify-self: start;
  }

  .\33xl\:justify-self-end {
    justify-self: end;
  }

  .\33xl\:justify-self-center {
    justify-self: center;
  }

  .\33xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .\33xl\:overflow-auto {
    overflow: auto;
  }

  .\33xl\:\!rounded-2xl {
    border-radius: 1rem !important;
  }

  .\33xl\:\!rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\33xl\:\!rounded-cta-left {
    border-radius: 30px 0 0 30px !important;
  }

  .\33xl\:\!rounded-full {
    border-radius: 9999px !important;
  }

  .\33xl\:\!rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\33xl\:\!rounded-md {
    border-radius: 0.375rem !important;
  }

  .\33xl\:\!rounded-rd {
    border-radius: 30px !important;
  }

  .\33xl\:\!rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\33xl\:\!rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\33xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .\33xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\33xl\:rounded-cta-left {
    border-radius: 30px 0 0 30px;
  }

  .\33xl\:rounded-full {
    border-radius: 9999px;
  }

  .\33xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\33xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .\33xl\:rounded-rd {
    border-radius: 30px;
  }

  .\33xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\33xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\33xl\:\!border-b-0 {
    border-bottom-width: 0px !important;
  }

  .\33xl\:\!border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\33xl\:\!border-b-4 {
    border-bottom-width: 4px !important;
  }

  .\33xl\:\!border-l-0 {
    border-left-width: 0px !important;
  }

  .\33xl\:\!border-l-2 {
    border-left-width: 2px !important;
  }

  .\33xl\:\!border-l-4 {
    border-left-width: 4px !important;
  }

  .\33xl\:\!border-r-0 {
    border-right-width: 0px !important;
  }

  .\33xl\:\!border-r-2 {
    border-right-width: 2px !important;
  }

  .\33xl\:\!border-r-4 {
    border-right-width: 4px !important;
  }

  .\33xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\33xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\33xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\33xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\33xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\33xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\33xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\33xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\33xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\33xl\:\!border-aha-pink {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0) !important;
  }

  .\33xl\:\!border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1) !important;
  }

  .\33xl\:\!border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1) !important;
  }

  .\33xl\:\!border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15) !important;
  }

  .\33xl\:\!border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2) !important;
  }

  .\33xl\:\!border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25) !important;
  }

  .\33xl\:\!border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3) !important;
  }

  .\33xl\:\!border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35) !important;
  }

  .\33xl\:\!border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4) !important;
  }

  .\33xl\:\!border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45) !important;
  }

  .\33xl\:\!border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05) !important;
  }

  .\33xl\:\!border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5) !important;
  }

  .\33xl\:\!border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55) !important;
  }

  .\33xl\:\!border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6) !important;
  }

  .\33xl\:\!border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65) !important;
  }

  .\33xl\:\!border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7) !important;
  }

  .\33xl\:\!border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75) !important;
  }

  .\33xl\:\!border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8) !important;
  }

  .\33xl\:\!border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85) !important;
  }

  .\33xl\:\!border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9) !important;
  }

  .\33xl\:\!border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95) !important;
  }

  .\33xl\:\!border-borrowell-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0) !important;
  }

  .\33xl\:\!border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1) !important;
  }

  .\33xl\:\!border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1) !important;
  }

  .\33xl\:\!border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15) !important;
  }

  .\33xl\:\!border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2) !important;
  }

  .\33xl\:\!border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25) !important;
  }

  .\33xl\:\!border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3) !important;
  }

  .\33xl\:\!border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35) !important;
  }

  .\33xl\:\!border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4) !important;
  }

  .\33xl\:\!border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45) !important;
  }

  .\33xl\:\!border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05) !important;
  }

  .\33xl\:\!border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5) !important;
  }

  .\33xl\:\!border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55) !important;
  }

  .\33xl\:\!border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6) !important;
  }

  .\33xl\:\!border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65) !important;
  }

  .\33xl\:\!border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7) !important;
  }

  .\33xl\:\!border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75) !important;
  }

  .\33xl\:\!border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8) !important;
  }

  .\33xl\:\!border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85) !important;
  }

  .\33xl\:\!border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9) !important;
  }

  .\33xl\:\!border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95) !important;
  }

  .\33xl\:\!border-brand-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0) !important;
  }

  .\33xl\:\!border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1) !important;
  }

  .\33xl\:\!border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1) !important;
  }

  .\33xl\:\!border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15) !important;
  }

  .\33xl\:\!border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2) !important;
  }

  .\33xl\:\!border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25) !important;
  }

  .\33xl\:\!border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3) !important;
  }

  .\33xl\:\!border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35) !important;
  }

  .\33xl\:\!border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4) !important;
  }

  .\33xl\:\!border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45) !important;
  }

  .\33xl\:\!border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05) !important;
  }

  .\33xl\:\!border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5) !important;
  }

  .\33xl\:\!border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55) !important;
  }

  .\33xl\:\!border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6) !important;
  }

  .\33xl\:\!border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65) !important;
  }

  .\33xl\:\!border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7) !important;
  }

  .\33xl\:\!border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75) !important;
  }

  .\33xl\:\!border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8) !important;
  }

  .\33xl\:\!border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85) !important;
  }

  .\33xl\:\!border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9) !important;
  }

  .\33xl\:\!border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95) !important;
  }

  .\33xl\:\!border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-grey\/0 {
    border-color: rgb(56 61 65 / 0) !important;
  }

  .\33xl\:\!border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1) !important;
  }

  .\33xl\:\!border-grey\/100 {
    border-color: rgb(56 61 65 / 1) !important;
  }

  .\33xl\:\!border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15) !important;
  }

  .\33xl\:\!border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2) !important;
  }

  .\33xl\:\!border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25) !important;
  }

  .\33xl\:\!border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3) !important;
  }

  .\33xl\:\!border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35) !important;
  }

  .\33xl\:\!border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4) !important;
  }

  .\33xl\:\!border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45) !important;
  }

  .\33xl\:\!border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05) !important;
  }

  .\33xl\:\!border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5) !important;
  }

  .\33xl\:\!border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55) !important;
  }

  .\33xl\:\!border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6) !important;
  }

  .\33xl\:\!border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65) !important;
  }

  .\33xl\:\!border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7) !important;
  }

  .\33xl\:\!border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75) !important;
  }

  .\33xl\:\!border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8) !important;
  }

  .\33xl\:\!border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85) !important;
  }

  .\33xl\:\!border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9) !important;
  }

  .\33xl\:\!border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95) !important;
  }

  .\33xl\:\!border-light-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0) !important;
  }

  .\33xl\:\!border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1) !important;
  }

  .\33xl\:\!border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1) !important;
  }

  .\33xl\:\!border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15) !important;
  }

  .\33xl\:\!border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2) !important;
  }

  .\33xl\:\!border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25) !important;
  }

  .\33xl\:\!border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3) !important;
  }

  .\33xl\:\!border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35) !important;
  }

  .\33xl\:\!border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4) !important;
  }

  .\33xl\:\!border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45) !important;
  }

  .\33xl\:\!border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05) !important;
  }

  .\33xl\:\!border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5) !important;
  }

  .\33xl\:\!border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55) !important;
  }

  .\33xl\:\!border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6) !important;
  }

  .\33xl\:\!border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65) !important;
  }

  .\33xl\:\!border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7) !important;
  }

  .\33xl\:\!border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75) !important;
  }

  .\33xl\:\!border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8) !important;
  }

  .\33xl\:\!border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85) !important;
  }

  .\33xl\:\!border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9) !important;
  }

  .\33xl\:\!border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95) !important;
  }

  .\33xl\:\!border-light-green {
    --tw-border-opacity: 1 !important;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-light-green\/0 {
    border-color: rgb(184 241 193 / 0) !important;
  }

  .\33xl\:\!border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1) !important;
  }

  .\33xl\:\!border-light-green\/100 {
    border-color: rgb(184 241 193 / 1) !important;
  }

  .\33xl\:\!border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15) !important;
  }

  .\33xl\:\!border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2) !important;
  }

  .\33xl\:\!border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25) !important;
  }

  .\33xl\:\!border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3) !important;
  }

  .\33xl\:\!border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35) !important;
  }

  .\33xl\:\!border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4) !important;
  }

  .\33xl\:\!border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45) !important;
  }

  .\33xl\:\!border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05) !important;
  }

  .\33xl\:\!border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5) !important;
  }

  .\33xl\:\!border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55) !important;
  }

  .\33xl\:\!border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6) !important;
  }

  .\33xl\:\!border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65) !important;
  }

  .\33xl\:\!border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7) !important;
  }

  .\33xl\:\!border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75) !important;
  }

  .\33xl\:\!border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8) !important;
  }

  .\33xl\:\!border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85) !important;
  }

  .\33xl\:\!border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9) !important;
  }

  .\33xl\:\!border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95) !important;
  }

  .\33xl\:\!border-light-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0) !important;
  }

  .\33xl\:\!border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1) !important;
  }

  .\33xl\:\!border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1) !important;
  }

  .\33xl\:\!border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15) !important;
  }

  .\33xl\:\!border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2) !important;
  }

  .\33xl\:\!border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25) !important;
  }

  .\33xl\:\!border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3) !important;
  }

  .\33xl\:\!border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35) !important;
  }

  .\33xl\:\!border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4) !important;
  }

  .\33xl\:\!border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45) !important;
  }

  .\33xl\:\!border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05) !important;
  }

  .\33xl\:\!border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5) !important;
  }

  .\33xl\:\!border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55) !important;
  }

  .\33xl\:\!border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6) !important;
  }

  .\33xl\:\!border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65) !important;
  }

  .\33xl\:\!border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7) !important;
  }

  .\33xl\:\!border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75) !important;
  }

  .\33xl\:\!border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8) !important;
  }

  .\33xl\:\!border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85) !important;
  }

  .\33xl\:\!border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9) !important;
  }

  .\33xl\:\!border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95) !important;
  }

  .\33xl\:\!border-light-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0) !important;
  }

  .\33xl\:\!border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1) !important;
  }

  .\33xl\:\!border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1) !important;
  }

  .\33xl\:\!border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15) !important;
  }

  .\33xl\:\!border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2) !important;
  }

  .\33xl\:\!border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25) !important;
  }

  .\33xl\:\!border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3) !important;
  }

  .\33xl\:\!border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35) !important;
  }

  .\33xl\:\!border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4) !important;
  }

  .\33xl\:\!border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45) !important;
  }

  .\33xl\:\!border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05) !important;
  }

  .\33xl\:\!border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5) !important;
  }

  .\33xl\:\!border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55) !important;
  }

  .\33xl\:\!border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6) !important;
  }

  .\33xl\:\!border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65) !important;
  }

  .\33xl\:\!border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7) !important;
  }

  .\33xl\:\!border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75) !important;
  }

  .\33xl\:\!border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8) !important;
  }

  .\33xl\:\!border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85) !important;
  }

  .\33xl\:\!border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9) !important;
  }

  .\33xl\:\!border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95) !important;
  }

  .\33xl\:\!border-off-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-off-white\/0 {
    border-color: rgb(232 234 242 / 0) !important;
  }

  .\33xl\:\!border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1) !important;
  }

  .\33xl\:\!border-off-white\/100 {
    border-color: rgb(232 234 242 / 1) !important;
  }

  .\33xl\:\!border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15) !important;
  }

  .\33xl\:\!border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2) !important;
  }

  .\33xl\:\!border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25) !important;
  }

  .\33xl\:\!border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3) !important;
  }

  .\33xl\:\!border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35) !important;
  }

  .\33xl\:\!border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4) !important;
  }

  .\33xl\:\!border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45) !important;
  }

  .\33xl\:\!border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05) !important;
  }

  .\33xl\:\!border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5) !important;
  }

  .\33xl\:\!border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55) !important;
  }

  .\33xl\:\!border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6) !important;
  }

  .\33xl\:\!border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65) !important;
  }

  .\33xl\:\!border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7) !important;
  }

  .\33xl\:\!border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75) !important;
  }

  .\33xl\:\!border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8) !important;
  }

  .\33xl\:\!border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85) !important;
  }

  .\33xl\:\!border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9) !important;
  }

  .\33xl\:\!border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95) !important;
  }

  .\33xl\:\!border-scotial-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0) !important;
  }

  .\33xl\:\!border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1) !important;
  }

  .\33xl\:\!border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1) !important;
  }

  .\33xl\:\!border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15) !important;
  }

  .\33xl\:\!border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2) !important;
  }

  .\33xl\:\!border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25) !important;
  }

  .\33xl\:\!border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3) !important;
  }

  .\33xl\:\!border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35) !important;
  }

  .\33xl\:\!border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4) !important;
  }

  .\33xl\:\!border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45) !important;
  }

  .\33xl\:\!border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05) !important;
  }

  .\33xl\:\!border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5) !important;
  }

  .\33xl\:\!border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55) !important;
  }

  .\33xl\:\!border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6) !important;
  }

  .\33xl\:\!border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65) !important;
  }

  .\33xl\:\!border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7) !important;
  }

  .\33xl\:\!border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75) !important;
  }

  .\33xl\:\!border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8) !important;
  }

  .\33xl\:\!border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85) !important;
  }

  .\33xl\:\!border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9) !important;
  }

  .\33xl\:\!border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95) !important;
  }

  .\33xl\:\!border-souqh-orange {
    --tw-border-opacity: 1 !important;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0) !important;
  }

  .\33xl\:\!border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1) !important;
  }

  .\33xl\:\!border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1) !important;
  }

  .\33xl\:\!border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15) !important;
  }

  .\33xl\:\!border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2) !important;
  }

  .\33xl\:\!border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25) !important;
  }

  .\33xl\:\!border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3) !important;
  }

  .\33xl\:\!border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35) !important;
  }

  .\33xl\:\!border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4) !important;
  }

  .\33xl\:\!border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45) !important;
  }

  .\33xl\:\!border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05) !important;
  }

  .\33xl\:\!border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5) !important;
  }

  .\33xl\:\!border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55) !important;
  }

  .\33xl\:\!border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6) !important;
  }

  .\33xl\:\!border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65) !important;
  }

  .\33xl\:\!border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7) !important;
  }

  .\33xl\:\!border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75) !important;
  }

  .\33xl\:\!border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8) !important;
  }

  .\33xl\:\!border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85) !important;
  }

  .\33xl\:\!border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9) !important;
  }

  .\33xl\:\!border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95) !important;
  }

  .\33xl\:\!border-sparrow-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0) !important;
  }

  .\33xl\:\!border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1) !important;
  }

  .\33xl\:\!border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1) !important;
  }

  .\33xl\:\!border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15) !important;
  }

  .\33xl\:\!border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2) !important;
  }

  .\33xl\:\!border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25) !important;
  }

  .\33xl\:\!border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3) !important;
  }

  .\33xl\:\!border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35) !important;
  }

  .\33xl\:\!border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4) !important;
  }

  .\33xl\:\!border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45) !important;
  }

  .\33xl\:\!border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05) !important;
  }

  .\33xl\:\!border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5) !important;
  }

  .\33xl\:\!border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55) !important;
  }

  .\33xl\:\!border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6) !important;
  }

  .\33xl\:\!border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65) !important;
  }

  .\33xl\:\!border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7) !important;
  }

  .\33xl\:\!border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75) !important;
  }

  .\33xl\:\!border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8) !important;
  }

  .\33xl\:\!border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85) !important;
  }

  .\33xl\:\!border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9) !important;
  }

  .\33xl\:\!border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95) !important;
  }

  .\33xl\:\!border-transparent {
    border-color: transparent !important;
  }

  .\33xl\:\!border-transparent\/0 {
    border-color: rgb(0 0 0 / 0) !important;
  }

  .\33xl\:\!border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1) !important;
  }

  .\33xl\:\!border-transparent\/100 {
    border-color: rgb(0 0 0 / 1) !important;
  }

  .\33xl\:\!border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15) !important;
  }

  .\33xl\:\!border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2) !important;
  }

  .\33xl\:\!border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25) !important;
  }

  .\33xl\:\!border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3) !important;
  }

  .\33xl\:\!border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35) !important;
  }

  .\33xl\:\!border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4) !important;
  }

  .\33xl\:\!border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45) !important;
  }

  .\33xl\:\!border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05) !important;
  }

  .\33xl\:\!border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5) !important;
  }

  .\33xl\:\!border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55) !important;
  }

  .\33xl\:\!border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6) !important;
  }

  .\33xl\:\!border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65) !important;
  }

  .\33xl\:\!border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7) !important;
  }

  .\33xl\:\!border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75) !important;
  }

  .\33xl\:\!border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8) !important;
  }

  .\33xl\:\!border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85) !important;
  }

  .\33xl\:\!border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9) !important;
  }

  .\33xl\:\!border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95) !important;
  }

  .\33xl\:\!border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1)) !important;
  }

  .\33xl\:\!border-yellow\/0 {
    border-color: rgb(255 244 182 / 0) !important;
  }

  .\33xl\:\!border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1) !important;
  }

  .\33xl\:\!border-yellow\/100 {
    border-color: rgb(255 244 182 / 1) !important;
  }

  .\33xl\:\!border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15) !important;
  }

  .\33xl\:\!border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2) !important;
  }

  .\33xl\:\!border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25) !important;
  }

  .\33xl\:\!border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3) !important;
  }

  .\33xl\:\!border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35) !important;
  }

  .\33xl\:\!border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4) !important;
  }

  .\33xl\:\!border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45) !important;
  }

  .\33xl\:\!border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05) !important;
  }

  .\33xl\:\!border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5) !important;
  }

  .\33xl\:\!border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55) !important;
  }

  .\33xl\:\!border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6) !important;
  }

  .\33xl\:\!border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65) !important;
  }

  .\33xl\:\!border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7) !important;
  }

  .\33xl\:\!border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75) !important;
  }

  .\33xl\:\!border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8) !important;
  }

  .\33xl\:\!border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85) !important;
  }

  .\33xl\:\!border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9) !important;
  }

  .\33xl\:\!border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95) !important;
  }

  .\33xl\:border-aha-pink {
    --tw-border-opacity: 1;
    border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-aha-pink\/0 {
    border-color: rgb(255 0 255 / 0);
  }

  .\33xl\:border-aha-pink\/10 {
    border-color: rgb(255 0 255 / 0.1);
  }

  .\33xl\:border-aha-pink\/100 {
    border-color: rgb(255 0 255 / 1);
  }

  .\33xl\:border-aha-pink\/15 {
    border-color: rgb(255 0 255 / 0.15);
  }

  .\33xl\:border-aha-pink\/20 {
    border-color: rgb(255 0 255 / 0.2);
  }

  .\33xl\:border-aha-pink\/25 {
    border-color: rgb(255 0 255 / 0.25);
  }

  .\33xl\:border-aha-pink\/30 {
    border-color: rgb(255 0 255 / 0.3);
  }

  .\33xl\:border-aha-pink\/35 {
    border-color: rgb(255 0 255 / 0.35);
  }

  .\33xl\:border-aha-pink\/40 {
    border-color: rgb(255 0 255 / 0.4);
  }

  .\33xl\:border-aha-pink\/45 {
    border-color: rgb(255 0 255 / 0.45);
  }

  .\33xl\:border-aha-pink\/5 {
    border-color: rgb(255 0 255 / 0.05);
  }

  .\33xl\:border-aha-pink\/50 {
    border-color: rgb(255 0 255 / 0.5);
  }

  .\33xl\:border-aha-pink\/55 {
    border-color: rgb(255 0 255 / 0.55);
  }

  .\33xl\:border-aha-pink\/60 {
    border-color: rgb(255 0 255 / 0.6);
  }

  .\33xl\:border-aha-pink\/65 {
    border-color: rgb(255 0 255 / 0.65);
  }

  .\33xl\:border-aha-pink\/70 {
    border-color: rgb(255 0 255 / 0.7);
  }

  .\33xl\:border-aha-pink\/75 {
    border-color: rgb(255 0 255 / 0.75);
  }

  .\33xl\:border-aha-pink\/80 {
    border-color: rgb(255 0 255 / 0.8);
  }

  .\33xl\:border-aha-pink\/85 {
    border-color: rgb(255 0 255 / 0.85);
  }

  .\33xl\:border-aha-pink\/90 {
    border-color: rgb(255 0 255 / 0.9);
  }

  .\33xl\:border-aha-pink\/95 {
    border-color: rgb(255 0 255 / 0.95);
  }

  .\33xl\:border-borrowell-blue {
    --tw-border-opacity: 1;
    border-color: rgb(52 45 141 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-borrowell-blue\/0 {
    border-color: rgb(52 45 141 / 0);
  }

  .\33xl\:border-borrowell-blue\/10 {
    border-color: rgb(52 45 141 / 0.1);
  }

  .\33xl\:border-borrowell-blue\/100 {
    border-color: rgb(52 45 141 / 1);
  }

  .\33xl\:border-borrowell-blue\/15 {
    border-color: rgb(52 45 141 / 0.15);
  }

  .\33xl\:border-borrowell-blue\/20 {
    border-color: rgb(52 45 141 / 0.2);
  }

  .\33xl\:border-borrowell-blue\/25 {
    border-color: rgb(52 45 141 / 0.25);
  }

  .\33xl\:border-borrowell-blue\/30 {
    border-color: rgb(52 45 141 / 0.3);
  }

  .\33xl\:border-borrowell-blue\/35 {
    border-color: rgb(52 45 141 / 0.35);
  }

  .\33xl\:border-borrowell-blue\/40 {
    border-color: rgb(52 45 141 / 0.4);
  }

  .\33xl\:border-borrowell-blue\/45 {
    border-color: rgb(52 45 141 / 0.45);
  }

  .\33xl\:border-borrowell-blue\/5 {
    border-color: rgb(52 45 141 / 0.05);
  }

  .\33xl\:border-borrowell-blue\/50 {
    border-color: rgb(52 45 141 / 0.5);
  }

  .\33xl\:border-borrowell-blue\/55 {
    border-color: rgb(52 45 141 / 0.55);
  }

  .\33xl\:border-borrowell-blue\/60 {
    border-color: rgb(52 45 141 / 0.6);
  }

  .\33xl\:border-borrowell-blue\/65 {
    border-color: rgb(52 45 141 / 0.65);
  }

  .\33xl\:border-borrowell-blue\/70 {
    border-color: rgb(52 45 141 / 0.7);
  }

  .\33xl\:border-borrowell-blue\/75 {
    border-color: rgb(52 45 141 / 0.75);
  }

  .\33xl\:border-borrowell-blue\/80 {
    border-color: rgb(52 45 141 / 0.8);
  }

  .\33xl\:border-borrowell-blue\/85 {
    border-color: rgb(52 45 141 / 0.85);
  }

  .\33xl\:border-borrowell-blue\/90 {
    border-color: rgb(52 45 141 / 0.9);
  }

  .\33xl\:border-borrowell-blue\/95 {
    border-color: rgb(52 45 141 / 0.95);
  }

  .\33xl\:border-brand-red {
    --tw-border-opacity: 1;
    border-color: rgb(163 36 57 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-brand-red\/0 {
    border-color: rgb(163 36 57 / 0);
  }

  .\33xl\:border-brand-red\/10 {
    border-color: rgb(163 36 57 / 0.1);
  }

  .\33xl\:border-brand-red\/100 {
    border-color: rgb(163 36 57 / 1);
  }

  .\33xl\:border-brand-red\/15 {
    border-color: rgb(163 36 57 / 0.15);
  }

  .\33xl\:border-brand-red\/20 {
    border-color: rgb(163 36 57 / 0.2);
  }

  .\33xl\:border-brand-red\/25 {
    border-color: rgb(163 36 57 / 0.25);
  }

  .\33xl\:border-brand-red\/30 {
    border-color: rgb(163 36 57 / 0.3);
  }

  .\33xl\:border-brand-red\/35 {
    border-color: rgb(163 36 57 / 0.35);
  }

  .\33xl\:border-brand-red\/40 {
    border-color: rgb(163 36 57 / 0.4);
  }

  .\33xl\:border-brand-red\/45 {
    border-color: rgb(163 36 57 / 0.45);
  }

  .\33xl\:border-brand-red\/5 {
    border-color: rgb(163 36 57 / 0.05);
  }

  .\33xl\:border-brand-red\/50 {
    border-color: rgb(163 36 57 / 0.5);
  }

  .\33xl\:border-brand-red\/55 {
    border-color: rgb(163 36 57 / 0.55);
  }

  .\33xl\:border-brand-red\/60 {
    border-color: rgb(163 36 57 / 0.6);
  }

  .\33xl\:border-brand-red\/65 {
    border-color: rgb(163 36 57 / 0.65);
  }

  .\33xl\:border-brand-red\/70 {
    border-color: rgb(163 36 57 / 0.7);
  }

  .\33xl\:border-brand-red\/75 {
    border-color: rgb(163 36 57 / 0.75);
  }

  .\33xl\:border-brand-red\/80 {
    border-color: rgb(163 36 57 / 0.8);
  }

  .\33xl\:border-brand-red\/85 {
    border-color: rgb(163 36 57 / 0.85);
  }

  .\33xl\:border-brand-red\/90 {
    border-color: rgb(163 36 57 / 0.9);
  }

  .\33xl\:border-brand-red\/95 {
    border-color: rgb(163 36 57 / 0.95);
  }

  .\33xl\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgb(56 61 65 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-grey\/0 {
    border-color: rgb(56 61 65 / 0);
  }

  .\33xl\:border-grey\/10 {
    border-color: rgb(56 61 65 / 0.1);
  }

  .\33xl\:border-grey\/100 {
    border-color: rgb(56 61 65 / 1);
  }

  .\33xl\:border-grey\/15 {
    border-color: rgb(56 61 65 / 0.15);
  }

  .\33xl\:border-grey\/20 {
    border-color: rgb(56 61 65 / 0.2);
  }

  .\33xl\:border-grey\/25 {
    border-color: rgb(56 61 65 / 0.25);
  }

  .\33xl\:border-grey\/30 {
    border-color: rgb(56 61 65 / 0.3);
  }

  .\33xl\:border-grey\/35 {
    border-color: rgb(56 61 65 / 0.35);
  }

  .\33xl\:border-grey\/40 {
    border-color: rgb(56 61 65 / 0.4);
  }

  .\33xl\:border-grey\/45 {
    border-color: rgb(56 61 65 / 0.45);
  }

  .\33xl\:border-grey\/5 {
    border-color: rgb(56 61 65 / 0.05);
  }

  .\33xl\:border-grey\/50 {
    border-color: rgb(56 61 65 / 0.5);
  }

  .\33xl\:border-grey\/55 {
    border-color: rgb(56 61 65 / 0.55);
  }

  .\33xl\:border-grey\/60 {
    border-color: rgb(56 61 65 / 0.6);
  }

  .\33xl\:border-grey\/65 {
    border-color: rgb(56 61 65 / 0.65);
  }

  .\33xl\:border-grey\/70 {
    border-color: rgb(56 61 65 / 0.7);
  }

  .\33xl\:border-grey\/75 {
    border-color: rgb(56 61 65 / 0.75);
  }

  .\33xl\:border-grey\/80 {
    border-color: rgb(56 61 65 / 0.8);
  }

  .\33xl\:border-grey\/85 {
    border-color: rgb(56 61 65 / 0.85);
  }

  .\33xl\:border-grey\/90 {
    border-color: rgb(56 61 65 / 0.9);
  }

  .\33xl\:border-grey\/95 {
    border-color: rgb(56 61 65 / 0.95);
  }

  .\33xl\:border-light-blue {
    --tw-border-opacity: 1;
    border-color: rgb(198 223 255 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-light-blue\/0 {
    border-color: rgb(198 223 255 / 0);
  }

  .\33xl\:border-light-blue\/10 {
    border-color: rgb(198 223 255 / 0.1);
  }

  .\33xl\:border-light-blue\/100 {
    border-color: rgb(198 223 255 / 1);
  }

  .\33xl\:border-light-blue\/15 {
    border-color: rgb(198 223 255 / 0.15);
  }

  .\33xl\:border-light-blue\/20 {
    border-color: rgb(198 223 255 / 0.2);
  }

  .\33xl\:border-light-blue\/25 {
    border-color: rgb(198 223 255 / 0.25);
  }

  .\33xl\:border-light-blue\/30 {
    border-color: rgb(198 223 255 / 0.3);
  }

  .\33xl\:border-light-blue\/35 {
    border-color: rgb(198 223 255 / 0.35);
  }

  .\33xl\:border-light-blue\/40 {
    border-color: rgb(198 223 255 / 0.4);
  }

  .\33xl\:border-light-blue\/45 {
    border-color: rgb(198 223 255 / 0.45);
  }

  .\33xl\:border-light-blue\/5 {
    border-color: rgb(198 223 255 / 0.05);
  }

  .\33xl\:border-light-blue\/50 {
    border-color: rgb(198 223 255 / 0.5);
  }

  .\33xl\:border-light-blue\/55 {
    border-color: rgb(198 223 255 / 0.55);
  }

  .\33xl\:border-light-blue\/60 {
    border-color: rgb(198 223 255 / 0.6);
  }

  .\33xl\:border-light-blue\/65 {
    border-color: rgb(198 223 255 / 0.65);
  }

  .\33xl\:border-light-blue\/70 {
    border-color: rgb(198 223 255 / 0.7);
  }

  .\33xl\:border-light-blue\/75 {
    border-color: rgb(198 223 255 / 0.75);
  }

  .\33xl\:border-light-blue\/80 {
    border-color: rgb(198 223 255 / 0.8);
  }

  .\33xl\:border-light-blue\/85 {
    border-color: rgb(198 223 255 / 0.85);
  }

  .\33xl\:border-light-blue\/90 {
    border-color: rgb(198 223 255 / 0.9);
  }

  .\33xl\:border-light-blue\/95 {
    border-color: rgb(198 223 255 / 0.95);
  }

  .\33xl\:border-light-green {
    --tw-border-opacity: 1;
    border-color: rgb(184 241 193 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-light-green\/0 {
    border-color: rgb(184 241 193 / 0);
  }

  .\33xl\:border-light-green\/10 {
    border-color: rgb(184 241 193 / 0.1);
  }

  .\33xl\:border-light-green\/100 {
    border-color: rgb(184 241 193 / 1);
  }

  .\33xl\:border-light-green\/15 {
    border-color: rgb(184 241 193 / 0.15);
  }

  .\33xl\:border-light-green\/20 {
    border-color: rgb(184 241 193 / 0.2);
  }

  .\33xl\:border-light-green\/25 {
    border-color: rgb(184 241 193 / 0.25);
  }

  .\33xl\:border-light-green\/30 {
    border-color: rgb(184 241 193 / 0.3);
  }

  .\33xl\:border-light-green\/35 {
    border-color: rgb(184 241 193 / 0.35);
  }

  .\33xl\:border-light-green\/40 {
    border-color: rgb(184 241 193 / 0.4);
  }

  .\33xl\:border-light-green\/45 {
    border-color: rgb(184 241 193 / 0.45);
  }

  .\33xl\:border-light-green\/5 {
    border-color: rgb(184 241 193 / 0.05);
  }

  .\33xl\:border-light-green\/50 {
    border-color: rgb(184 241 193 / 0.5);
  }

  .\33xl\:border-light-green\/55 {
    border-color: rgb(184 241 193 / 0.55);
  }

  .\33xl\:border-light-green\/60 {
    border-color: rgb(184 241 193 / 0.6);
  }

  .\33xl\:border-light-green\/65 {
    border-color: rgb(184 241 193 / 0.65);
  }

  .\33xl\:border-light-green\/70 {
    border-color: rgb(184 241 193 / 0.7);
  }

  .\33xl\:border-light-green\/75 {
    border-color: rgb(184 241 193 / 0.75);
  }

  .\33xl\:border-light-green\/80 {
    border-color: rgb(184 241 193 / 0.8);
  }

  .\33xl\:border-light-green\/85 {
    border-color: rgb(184 241 193 / 0.85);
  }

  .\33xl\:border-light-green\/90 {
    border-color: rgb(184 241 193 / 0.9);
  }

  .\33xl\:border-light-green\/95 {
    border-color: rgb(184 241 193 / 0.95);
  }

  .\33xl\:border-light-grey {
    --tw-border-opacity: 1;
    border-color: rgb(226 227 229 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-light-grey\/0 {
    border-color: rgb(226 227 229 / 0);
  }

  .\33xl\:border-light-grey\/10 {
    border-color: rgb(226 227 229 / 0.1);
  }

  .\33xl\:border-light-grey\/100 {
    border-color: rgb(226 227 229 / 1);
  }

  .\33xl\:border-light-grey\/15 {
    border-color: rgb(226 227 229 / 0.15);
  }

  .\33xl\:border-light-grey\/20 {
    border-color: rgb(226 227 229 / 0.2);
  }

  .\33xl\:border-light-grey\/25 {
    border-color: rgb(226 227 229 / 0.25);
  }

  .\33xl\:border-light-grey\/30 {
    border-color: rgb(226 227 229 / 0.3);
  }

  .\33xl\:border-light-grey\/35 {
    border-color: rgb(226 227 229 / 0.35);
  }

  .\33xl\:border-light-grey\/40 {
    border-color: rgb(226 227 229 / 0.4);
  }

  .\33xl\:border-light-grey\/45 {
    border-color: rgb(226 227 229 / 0.45);
  }

  .\33xl\:border-light-grey\/5 {
    border-color: rgb(226 227 229 / 0.05);
  }

  .\33xl\:border-light-grey\/50 {
    border-color: rgb(226 227 229 / 0.5);
  }

  .\33xl\:border-light-grey\/55 {
    border-color: rgb(226 227 229 / 0.55);
  }

  .\33xl\:border-light-grey\/60 {
    border-color: rgb(226 227 229 / 0.6);
  }

  .\33xl\:border-light-grey\/65 {
    border-color: rgb(226 227 229 / 0.65);
  }

  .\33xl\:border-light-grey\/70 {
    border-color: rgb(226 227 229 / 0.7);
  }

  .\33xl\:border-light-grey\/75 {
    border-color: rgb(226 227 229 / 0.75);
  }

  .\33xl\:border-light-grey\/80 {
    border-color: rgb(226 227 229 / 0.8);
  }

  .\33xl\:border-light-grey\/85 {
    border-color: rgb(226 227 229 / 0.85);
  }

  .\33xl\:border-light-grey\/90 {
    border-color: rgb(226 227 229 / 0.9);
  }

  .\33xl\:border-light-grey\/95 {
    border-color: rgb(226 227 229 / 0.95);
  }

  .\33xl\:border-light-purple {
    --tw-border-opacity: 1;
    border-color: rgb(230 208 253 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-light-purple\/0 {
    border-color: rgb(230 208 253 / 0);
  }

  .\33xl\:border-light-purple\/10 {
    border-color: rgb(230 208 253 / 0.1);
  }

  .\33xl\:border-light-purple\/100 {
    border-color: rgb(230 208 253 / 1);
  }

  .\33xl\:border-light-purple\/15 {
    border-color: rgb(230 208 253 / 0.15);
  }

  .\33xl\:border-light-purple\/20 {
    border-color: rgb(230 208 253 / 0.2);
  }

  .\33xl\:border-light-purple\/25 {
    border-color: rgb(230 208 253 / 0.25);
  }

  .\33xl\:border-light-purple\/30 {
    border-color: rgb(230 208 253 / 0.3);
  }

  .\33xl\:border-light-purple\/35 {
    border-color: rgb(230 208 253 / 0.35);
  }

  .\33xl\:border-light-purple\/40 {
    border-color: rgb(230 208 253 / 0.4);
  }

  .\33xl\:border-light-purple\/45 {
    border-color: rgb(230 208 253 / 0.45);
  }

  .\33xl\:border-light-purple\/5 {
    border-color: rgb(230 208 253 / 0.05);
  }

  .\33xl\:border-light-purple\/50 {
    border-color: rgb(230 208 253 / 0.5);
  }

  .\33xl\:border-light-purple\/55 {
    border-color: rgb(230 208 253 / 0.55);
  }

  .\33xl\:border-light-purple\/60 {
    border-color: rgb(230 208 253 / 0.6);
  }

  .\33xl\:border-light-purple\/65 {
    border-color: rgb(230 208 253 / 0.65);
  }

  .\33xl\:border-light-purple\/70 {
    border-color: rgb(230 208 253 / 0.7);
  }

  .\33xl\:border-light-purple\/75 {
    border-color: rgb(230 208 253 / 0.75);
  }

  .\33xl\:border-light-purple\/80 {
    border-color: rgb(230 208 253 / 0.8);
  }

  .\33xl\:border-light-purple\/85 {
    border-color: rgb(230 208 253 / 0.85);
  }

  .\33xl\:border-light-purple\/90 {
    border-color: rgb(230 208 253 / 0.9);
  }

  .\33xl\:border-light-purple\/95 {
    border-color: rgb(230 208 253 / 0.95);
  }

  .\33xl\:border-off-white {
    --tw-border-opacity: 1;
    border-color: rgb(232 234 242 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-off-white\/0 {
    border-color: rgb(232 234 242 / 0);
  }

  .\33xl\:border-off-white\/10 {
    border-color: rgb(232 234 242 / 0.1);
  }

  .\33xl\:border-off-white\/100 {
    border-color: rgb(232 234 242 / 1);
  }

  .\33xl\:border-off-white\/15 {
    border-color: rgb(232 234 242 / 0.15);
  }

  .\33xl\:border-off-white\/20 {
    border-color: rgb(232 234 242 / 0.2);
  }

  .\33xl\:border-off-white\/25 {
    border-color: rgb(232 234 242 / 0.25);
  }

  .\33xl\:border-off-white\/30 {
    border-color: rgb(232 234 242 / 0.3);
  }

  .\33xl\:border-off-white\/35 {
    border-color: rgb(232 234 242 / 0.35);
  }

  .\33xl\:border-off-white\/40 {
    border-color: rgb(232 234 242 / 0.4);
  }

  .\33xl\:border-off-white\/45 {
    border-color: rgb(232 234 242 / 0.45);
  }

  .\33xl\:border-off-white\/5 {
    border-color: rgb(232 234 242 / 0.05);
  }

  .\33xl\:border-off-white\/50 {
    border-color: rgb(232 234 242 / 0.5);
  }

  .\33xl\:border-off-white\/55 {
    border-color: rgb(232 234 242 / 0.55);
  }

  .\33xl\:border-off-white\/60 {
    border-color: rgb(232 234 242 / 0.6);
  }

  .\33xl\:border-off-white\/65 {
    border-color: rgb(232 234 242 / 0.65);
  }

  .\33xl\:border-off-white\/70 {
    border-color: rgb(232 234 242 / 0.7);
  }

  .\33xl\:border-off-white\/75 {
    border-color: rgb(232 234 242 / 0.75);
  }

  .\33xl\:border-off-white\/80 {
    border-color: rgb(232 234 242 / 0.8);
  }

  .\33xl\:border-off-white\/85 {
    border-color: rgb(232 234 242 / 0.85);
  }

  .\33xl\:border-off-white\/90 {
    border-color: rgb(232 234 242 / 0.9);
  }

  .\33xl\:border-off-white\/95 {
    border-color: rgb(232 234 242 / 0.95);
  }

  .\33xl\:border-scotial-red {
    --tw-border-opacity: 1;
    border-color: rgb(237 17 27 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-scotial-red\/0 {
    border-color: rgb(237 17 27 / 0);
  }

  .\33xl\:border-scotial-red\/10 {
    border-color: rgb(237 17 27 / 0.1);
  }

  .\33xl\:border-scotial-red\/100 {
    border-color: rgb(237 17 27 / 1);
  }

  .\33xl\:border-scotial-red\/15 {
    border-color: rgb(237 17 27 / 0.15);
  }

  .\33xl\:border-scotial-red\/20 {
    border-color: rgb(237 17 27 / 0.2);
  }

  .\33xl\:border-scotial-red\/25 {
    border-color: rgb(237 17 27 / 0.25);
  }

  .\33xl\:border-scotial-red\/30 {
    border-color: rgb(237 17 27 / 0.3);
  }

  .\33xl\:border-scotial-red\/35 {
    border-color: rgb(237 17 27 / 0.35);
  }

  .\33xl\:border-scotial-red\/40 {
    border-color: rgb(237 17 27 / 0.4);
  }

  .\33xl\:border-scotial-red\/45 {
    border-color: rgb(237 17 27 / 0.45);
  }

  .\33xl\:border-scotial-red\/5 {
    border-color: rgb(237 17 27 / 0.05);
  }

  .\33xl\:border-scotial-red\/50 {
    border-color: rgb(237 17 27 / 0.5);
  }

  .\33xl\:border-scotial-red\/55 {
    border-color: rgb(237 17 27 / 0.55);
  }

  .\33xl\:border-scotial-red\/60 {
    border-color: rgb(237 17 27 / 0.6);
  }

  .\33xl\:border-scotial-red\/65 {
    border-color: rgb(237 17 27 / 0.65);
  }

  .\33xl\:border-scotial-red\/70 {
    border-color: rgb(237 17 27 / 0.7);
  }

  .\33xl\:border-scotial-red\/75 {
    border-color: rgb(237 17 27 / 0.75);
  }

  .\33xl\:border-scotial-red\/80 {
    border-color: rgb(237 17 27 / 0.8);
  }

  .\33xl\:border-scotial-red\/85 {
    border-color: rgb(237 17 27 / 0.85);
  }

  .\33xl\:border-scotial-red\/90 {
    border-color: rgb(237 17 27 / 0.9);
  }

  .\33xl\:border-scotial-red\/95 {
    border-color: rgb(237 17 27 / 0.95);
  }

  .\33xl\:border-souqh-orange {
    --tw-border-opacity: 1;
    border-color: rgb(244 125 97 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-souqh-orange\/0 {
    border-color: rgb(244 125 97 / 0);
  }

  .\33xl\:border-souqh-orange\/10 {
    border-color: rgb(244 125 97 / 0.1);
  }

  .\33xl\:border-souqh-orange\/100 {
    border-color: rgb(244 125 97 / 1);
  }

  .\33xl\:border-souqh-orange\/15 {
    border-color: rgb(244 125 97 / 0.15);
  }

  .\33xl\:border-souqh-orange\/20 {
    border-color: rgb(244 125 97 / 0.2);
  }

  .\33xl\:border-souqh-orange\/25 {
    border-color: rgb(244 125 97 / 0.25);
  }

  .\33xl\:border-souqh-orange\/30 {
    border-color: rgb(244 125 97 / 0.3);
  }

  .\33xl\:border-souqh-orange\/35 {
    border-color: rgb(244 125 97 / 0.35);
  }

  .\33xl\:border-souqh-orange\/40 {
    border-color: rgb(244 125 97 / 0.4);
  }

  .\33xl\:border-souqh-orange\/45 {
    border-color: rgb(244 125 97 / 0.45);
  }

  .\33xl\:border-souqh-orange\/5 {
    border-color: rgb(244 125 97 / 0.05);
  }

  .\33xl\:border-souqh-orange\/50 {
    border-color: rgb(244 125 97 / 0.5);
  }

  .\33xl\:border-souqh-orange\/55 {
    border-color: rgb(244 125 97 / 0.55);
  }

  .\33xl\:border-souqh-orange\/60 {
    border-color: rgb(244 125 97 / 0.6);
  }

  .\33xl\:border-souqh-orange\/65 {
    border-color: rgb(244 125 97 / 0.65);
  }

  .\33xl\:border-souqh-orange\/70 {
    border-color: rgb(244 125 97 / 0.7);
  }

  .\33xl\:border-souqh-orange\/75 {
    border-color: rgb(244 125 97 / 0.75);
  }

  .\33xl\:border-souqh-orange\/80 {
    border-color: rgb(244 125 97 / 0.8);
  }

  .\33xl\:border-souqh-orange\/85 {
    border-color: rgb(244 125 97 / 0.85);
  }

  .\33xl\:border-souqh-orange\/90 {
    border-color: rgb(244 125 97 / 0.9);
  }

  .\33xl\:border-souqh-orange\/95 {
    border-color: rgb(244 125 97 / 0.95);
  }

  .\33xl\:border-sparrow-blue {
    --tw-border-opacity: 1;
    border-color: rgb(47 128 237 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-sparrow-blue\/0 {
    border-color: rgb(47 128 237 / 0);
  }

  .\33xl\:border-sparrow-blue\/10 {
    border-color: rgb(47 128 237 / 0.1);
  }

  .\33xl\:border-sparrow-blue\/100 {
    border-color: rgb(47 128 237 / 1);
  }

  .\33xl\:border-sparrow-blue\/15 {
    border-color: rgb(47 128 237 / 0.15);
  }

  .\33xl\:border-sparrow-blue\/20 {
    border-color: rgb(47 128 237 / 0.2);
  }

  .\33xl\:border-sparrow-blue\/25 {
    border-color: rgb(47 128 237 / 0.25);
  }

  .\33xl\:border-sparrow-blue\/30 {
    border-color: rgb(47 128 237 / 0.3);
  }

  .\33xl\:border-sparrow-blue\/35 {
    border-color: rgb(47 128 237 / 0.35);
  }

  .\33xl\:border-sparrow-blue\/40 {
    border-color: rgb(47 128 237 / 0.4);
  }

  .\33xl\:border-sparrow-blue\/45 {
    border-color: rgb(47 128 237 / 0.45);
  }

  .\33xl\:border-sparrow-blue\/5 {
    border-color: rgb(47 128 237 / 0.05);
  }

  .\33xl\:border-sparrow-blue\/50 {
    border-color: rgb(47 128 237 / 0.5);
  }

  .\33xl\:border-sparrow-blue\/55 {
    border-color: rgb(47 128 237 / 0.55);
  }

  .\33xl\:border-sparrow-blue\/60 {
    border-color: rgb(47 128 237 / 0.6);
  }

  .\33xl\:border-sparrow-blue\/65 {
    border-color: rgb(47 128 237 / 0.65);
  }

  .\33xl\:border-sparrow-blue\/70 {
    border-color: rgb(47 128 237 / 0.7);
  }

  .\33xl\:border-sparrow-blue\/75 {
    border-color: rgb(47 128 237 / 0.75);
  }

  .\33xl\:border-sparrow-blue\/80 {
    border-color: rgb(47 128 237 / 0.8);
  }

  .\33xl\:border-sparrow-blue\/85 {
    border-color: rgb(47 128 237 / 0.85);
  }

  .\33xl\:border-sparrow-blue\/90 {
    border-color: rgb(47 128 237 / 0.9);
  }

  .\33xl\:border-sparrow-blue\/95 {
    border-color: rgb(47 128 237 / 0.95);
  }

  .\33xl\:border-transparent {
    border-color: transparent;
  }

  .\33xl\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .\33xl\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .\33xl\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .\33xl\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .\33xl\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .\33xl\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .\33xl\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .\33xl\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .\33xl\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .\33xl\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .\33xl\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .\33xl\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .\33xl\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .\33xl\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .\33xl\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .\33xl\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .\33xl\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .\33xl\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .\33xl\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .\33xl\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .\33xl\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .\33xl\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgb(255 244 182 / var(--tw-border-opacity, 1));
  }

  .\33xl\:border-yellow\/0 {
    border-color: rgb(255 244 182 / 0);
  }

  .\33xl\:border-yellow\/10 {
    border-color: rgb(255 244 182 / 0.1);
  }

  .\33xl\:border-yellow\/100 {
    border-color: rgb(255 244 182 / 1);
  }

  .\33xl\:border-yellow\/15 {
    border-color: rgb(255 244 182 / 0.15);
  }

  .\33xl\:border-yellow\/20 {
    border-color: rgb(255 244 182 / 0.2);
  }

  .\33xl\:border-yellow\/25 {
    border-color: rgb(255 244 182 / 0.25);
  }

  .\33xl\:border-yellow\/30 {
    border-color: rgb(255 244 182 / 0.3);
  }

  .\33xl\:border-yellow\/35 {
    border-color: rgb(255 244 182 / 0.35);
  }

  .\33xl\:border-yellow\/40 {
    border-color: rgb(255 244 182 / 0.4);
  }

  .\33xl\:border-yellow\/45 {
    border-color: rgb(255 244 182 / 0.45);
  }

  .\33xl\:border-yellow\/5 {
    border-color: rgb(255 244 182 / 0.05);
  }

  .\33xl\:border-yellow\/50 {
    border-color: rgb(255 244 182 / 0.5);
  }

  .\33xl\:border-yellow\/55 {
    border-color: rgb(255 244 182 / 0.55);
  }

  .\33xl\:border-yellow\/60 {
    border-color: rgb(255 244 182 / 0.6);
  }

  .\33xl\:border-yellow\/65 {
    border-color: rgb(255 244 182 / 0.65);
  }

  .\33xl\:border-yellow\/70 {
    border-color: rgb(255 244 182 / 0.7);
  }

  .\33xl\:border-yellow\/75 {
    border-color: rgb(255 244 182 / 0.75);
  }

  .\33xl\:border-yellow\/80 {
    border-color: rgb(255 244 182 / 0.8);
  }

  .\33xl\:border-yellow\/85 {
    border-color: rgb(255 244 182 / 0.85);
  }

  .\33xl\:border-yellow\/90 {
    border-color: rgb(255 244 182 / 0.9);
  }

  .\33xl\:border-yellow\/95 {
    border-color: rgb(255 244 182 / 0.95);
  }

  .\33xl\:\!bg-aha-pink {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0) !important;
  }

  .\33xl\:\!bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1) !important;
  }

  .\33xl\:\!bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1) !important;
  }

  .\33xl\:\!bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15) !important;
  }

  .\33xl\:\!bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2) !important;
  }

  .\33xl\:\!bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25) !important;
  }

  .\33xl\:\!bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3) !important;
  }

  .\33xl\:\!bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35) !important;
  }

  .\33xl\:\!bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4) !important;
  }

  .\33xl\:\!bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45) !important;
  }

  .\33xl\:\!bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05) !important;
  }

  .\33xl\:\!bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5) !important;
  }

  .\33xl\:\!bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55) !important;
  }

  .\33xl\:\!bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6) !important;
  }

  .\33xl\:\!bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65) !important;
  }

  .\33xl\:\!bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7) !important;
  }

  .\33xl\:\!bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75) !important;
  }

  .\33xl\:\!bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8) !important;
  }

  .\33xl\:\!bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85) !important;
  }

  .\33xl\:\!bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9) !important;
  }

  .\33xl\:\!bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95) !important;
  }

  .\33xl\:\!bg-borrowell-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9) !important;
  }

  .\33xl\:\!bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95) !important;
  }

  .\33xl\:\!bg-brand-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0) !important;
  }

  .\33xl\:\!bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1) !important;
  }

  .\33xl\:\!bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1) !important;
  }

  .\33xl\:\!bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15) !important;
  }

  .\33xl\:\!bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2) !important;
  }

  .\33xl\:\!bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25) !important;
  }

  .\33xl\:\!bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3) !important;
  }

  .\33xl\:\!bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35) !important;
  }

  .\33xl\:\!bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4) !important;
  }

  .\33xl\:\!bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45) !important;
  }

  .\33xl\:\!bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05) !important;
  }

  .\33xl\:\!bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5) !important;
  }

  .\33xl\:\!bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55) !important;
  }

  .\33xl\:\!bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6) !important;
  }

  .\33xl\:\!bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65) !important;
  }

  .\33xl\:\!bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7) !important;
  }

  .\33xl\:\!bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75) !important;
  }

  .\33xl\:\!bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8) !important;
  }

  .\33xl\:\!bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85) !important;
  }

  .\33xl\:\!bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9) !important;
  }

  .\33xl\:\!bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95) !important;
  }

  .\33xl\:\!bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-grey\/0 {
    background-color: rgb(56 61 65 / 0) !important;
  }

  .\33xl\:\!bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1) !important;
  }

  .\33xl\:\!bg-grey\/100 {
    background-color: rgb(56 61 65 / 1) !important;
  }

  .\33xl\:\!bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15) !important;
  }

  .\33xl\:\!bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2) !important;
  }

  .\33xl\:\!bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25) !important;
  }

  .\33xl\:\!bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3) !important;
  }

  .\33xl\:\!bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35) !important;
  }

  .\33xl\:\!bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4) !important;
  }

  .\33xl\:\!bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45) !important;
  }

  .\33xl\:\!bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05) !important;
  }

  .\33xl\:\!bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5) !important;
  }

  .\33xl\:\!bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55) !important;
  }

  .\33xl\:\!bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6) !important;
  }

  .\33xl\:\!bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65) !important;
  }

  .\33xl\:\!bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7) !important;
  }

  .\33xl\:\!bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75) !important;
  }

  .\33xl\:\!bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8) !important;
  }

  .\33xl\:\!bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85) !important;
  }

  .\33xl\:\!bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9) !important;
  }

  .\33xl\:\!bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95) !important;
  }

  .\33xl\:\!bg-light-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0) !important;
  }

  .\33xl\:\!bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1) !important;
  }

  .\33xl\:\!bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1) !important;
  }

  .\33xl\:\!bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15) !important;
  }

  .\33xl\:\!bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2) !important;
  }

  .\33xl\:\!bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25) !important;
  }

  .\33xl\:\!bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3) !important;
  }

  .\33xl\:\!bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35) !important;
  }

  .\33xl\:\!bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4) !important;
  }

  .\33xl\:\!bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45) !important;
  }

  .\33xl\:\!bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05) !important;
  }

  .\33xl\:\!bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5) !important;
  }

  .\33xl\:\!bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55) !important;
  }

  .\33xl\:\!bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6) !important;
  }

  .\33xl\:\!bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65) !important;
  }

  .\33xl\:\!bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7) !important;
  }

  .\33xl\:\!bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75) !important;
  }

  .\33xl\:\!bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8) !important;
  }

  .\33xl\:\!bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85) !important;
  }

  .\33xl\:\!bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9) !important;
  }

  .\33xl\:\!bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95) !important;
  }

  .\33xl\:\!bg-light-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0) !important;
  }

  .\33xl\:\!bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1) !important;
  }

  .\33xl\:\!bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1) !important;
  }

  .\33xl\:\!bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15) !important;
  }

  .\33xl\:\!bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2) !important;
  }

  .\33xl\:\!bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25) !important;
  }

  .\33xl\:\!bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3) !important;
  }

  .\33xl\:\!bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35) !important;
  }

  .\33xl\:\!bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4) !important;
  }

  .\33xl\:\!bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45) !important;
  }

  .\33xl\:\!bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05) !important;
  }

  .\33xl\:\!bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5) !important;
  }

  .\33xl\:\!bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55) !important;
  }

  .\33xl\:\!bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6) !important;
  }

  .\33xl\:\!bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65) !important;
  }

  .\33xl\:\!bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7) !important;
  }

  .\33xl\:\!bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75) !important;
  }

  .\33xl\:\!bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8) !important;
  }

  .\33xl\:\!bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85) !important;
  }

  .\33xl\:\!bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9) !important;
  }

  .\33xl\:\!bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95) !important;
  }

  .\33xl\:\!bg-light-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0) !important;
  }

  .\33xl\:\!bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1) !important;
  }

  .\33xl\:\!bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1) !important;
  }

  .\33xl\:\!bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15) !important;
  }

  .\33xl\:\!bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2) !important;
  }

  .\33xl\:\!bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25) !important;
  }

  .\33xl\:\!bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3) !important;
  }

  .\33xl\:\!bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35) !important;
  }

  .\33xl\:\!bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4) !important;
  }

  .\33xl\:\!bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45) !important;
  }

  .\33xl\:\!bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05) !important;
  }

  .\33xl\:\!bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5) !important;
  }

  .\33xl\:\!bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55) !important;
  }

  .\33xl\:\!bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6) !important;
  }

  .\33xl\:\!bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65) !important;
  }

  .\33xl\:\!bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7) !important;
  }

  .\33xl\:\!bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75) !important;
  }

  .\33xl\:\!bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8) !important;
  }

  .\33xl\:\!bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85) !important;
  }

  .\33xl\:\!bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9) !important;
  }

  .\33xl\:\!bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95) !important;
  }

  .\33xl\:\!bg-light-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0) !important;
  }

  .\33xl\:\!bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1) !important;
  }

  .\33xl\:\!bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1) !important;
  }

  .\33xl\:\!bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15) !important;
  }

  .\33xl\:\!bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2) !important;
  }

  .\33xl\:\!bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25) !important;
  }

  .\33xl\:\!bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3) !important;
  }

  .\33xl\:\!bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35) !important;
  }

  .\33xl\:\!bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4) !important;
  }

  .\33xl\:\!bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45) !important;
  }

  .\33xl\:\!bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05) !important;
  }

  .\33xl\:\!bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5) !important;
  }

  .\33xl\:\!bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55) !important;
  }

  .\33xl\:\!bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6) !important;
  }

  .\33xl\:\!bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65) !important;
  }

  .\33xl\:\!bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7) !important;
  }

  .\33xl\:\!bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75) !important;
  }

  .\33xl\:\!bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8) !important;
  }

  .\33xl\:\!bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85) !important;
  }

  .\33xl\:\!bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9) !important;
  }

  .\33xl\:\!bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95) !important;
  }

  .\33xl\:\!bg-scotial-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0) !important;
  }

  .\33xl\:\!bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1) !important;
  }

  .\33xl\:\!bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1) !important;
  }

  .\33xl\:\!bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15) !important;
  }

  .\33xl\:\!bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2) !important;
  }

  .\33xl\:\!bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25) !important;
  }

  .\33xl\:\!bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3) !important;
  }

  .\33xl\:\!bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35) !important;
  }

  .\33xl\:\!bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4) !important;
  }

  .\33xl\:\!bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45) !important;
  }

  .\33xl\:\!bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05) !important;
  }

  .\33xl\:\!bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5) !important;
  }

  .\33xl\:\!bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55) !important;
  }

  .\33xl\:\!bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6) !important;
  }

  .\33xl\:\!bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65) !important;
  }

  .\33xl\:\!bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7) !important;
  }

  .\33xl\:\!bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75) !important;
  }

  .\33xl\:\!bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8) !important;
  }

  .\33xl\:\!bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85) !important;
  }

  .\33xl\:\!bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9) !important;
  }

  .\33xl\:\!bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95) !important;
  }

  .\33xl\:\!bg-souqh-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0) !important;
  }

  .\33xl\:\!bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1) !important;
  }

  .\33xl\:\!bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1) !important;
  }

  .\33xl\:\!bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15) !important;
  }

  .\33xl\:\!bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2) !important;
  }

  .\33xl\:\!bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25) !important;
  }

  .\33xl\:\!bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3) !important;
  }

  .\33xl\:\!bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35) !important;
  }

  .\33xl\:\!bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4) !important;
  }

  .\33xl\:\!bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45) !important;
  }

  .\33xl\:\!bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05) !important;
  }

  .\33xl\:\!bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5) !important;
  }

  .\33xl\:\!bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55) !important;
  }

  .\33xl\:\!bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6) !important;
  }

  .\33xl\:\!bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65) !important;
  }

  .\33xl\:\!bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7) !important;
  }

  .\33xl\:\!bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75) !important;
  }

  .\33xl\:\!bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8) !important;
  }

  .\33xl\:\!bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85) !important;
  }

  .\33xl\:\!bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9) !important;
  }

  .\33xl\:\!bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95) !important;
  }

  .\33xl\:\!bg-sparrow-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9) !important;
  }

  .\33xl\:\!bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95) !important;
  }

  .\33xl\:\!bg-transparent {
    background-color: transparent !important;
  }

  .\33xl\:\!bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0) !important;
  }

  .\33xl\:\!bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
  }

  .\33xl\:\!bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1) !important;
  }

  .\33xl\:\!bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15) !important;
  }

  .\33xl\:\!bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .\33xl\:\!bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25) !important;
  }

  .\33xl\:\!bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3) !important;
  }

  .\33xl\:\!bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35) !important;
  }

  .\33xl\:\!bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4) !important;
  }

  .\33xl\:\!bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45) !important;
  }

  .\33xl\:\!bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05) !important;
  }

  .\33xl\:\!bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5) !important;
  }

  .\33xl\:\!bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55) !important;
  }

  .\33xl\:\!bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6) !important;
  }

  .\33xl\:\!bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65) !important;
  }

  .\33xl\:\!bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7) !important;
  }

  .\33xl\:\!bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75) !important;
  }

  .\33xl\:\!bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8) !important;
  }

  .\33xl\:\!bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85) !important;
  }

  .\33xl\:\!bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9) !important;
  }

  .\33xl\:\!bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95) !important;
  }

  .\33xl\:\!bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1)) !important;
  }

  .\33xl\:\!bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0) !important;
  }

  .\33xl\:\!bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1) !important;
  }

  .\33xl\:\!bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1) !important;
  }

  .\33xl\:\!bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15) !important;
  }

  .\33xl\:\!bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2) !important;
  }

  .\33xl\:\!bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25) !important;
  }

  .\33xl\:\!bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3) !important;
  }

  .\33xl\:\!bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35) !important;
  }

  .\33xl\:\!bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4) !important;
  }

  .\33xl\:\!bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45) !important;
  }

  .\33xl\:\!bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05) !important;
  }

  .\33xl\:\!bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5) !important;
  }

  .\33xl\:\!bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55) !important;
  }

  .\33xl\:\!bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6) !important;
  }

  .\33xl\:\!bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65) !important;
  }

  .\33xl\:\!bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7) !important;
  }

  .\33xl\:\!bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75) !important;
  }

  .\33xl\:\!bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8) !important;
  }

  .\33xl\:\!bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85) !important;
  }

  .\33xl\:\!bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9) !important;
  }

  .\33xl\:\!bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95) !important;
  }

  .\33xl\:bg-aha-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-aha-pink\/0 {
    background-color: rgb(255 0 255 / 0);
  }

  .\33xl\:bg-aha-pink\/10 {
    background-color: rgb(255 0 255 / 0.1);
  }

  .\33xl\:bg-aha-pink\/100 {
    background-color: rgb(255 0 255 / 1);
  }

  .\33xl\:bg-aha-pink\/15 {
    background-color: rgb(255 0 255 / 0.15);
  }

  .\33xl\:bg-aha-pink\/20 {
    background-color: rgb(255 0 255 / 0.2);
  }

  .\33xl\:bg-aha-pink\/25 {
    background-color: rgb(255 0 255 / 0.25);
  }

  .\33xl\:bg-aha-pink\/30 {
    background-color: rgb(255 0 255 / 0.3);
  }

  .\33xl\:bg-aha-pink\/35 {
    background-color: rgb(255 0 255 / 0.35);
  }

  .\33xl\:bg-aha-pink\/40 {
    background-color: rgb(255 0 255 / 0.4);
  }

  .\33xl\:bg-aha-pink\/45 {
    background-color: rgb(255 0 255 / 0.45);
  }

  .\33xl\:bg-aha-pink\/5 {
    background-color: rgb(255 0 255 / 0.05);
  }

  .\33xl\:bg-aha-pink\/50 {
    background-color: rgb(255 0 255 / 0.5);
  }

  .\33xl\:bg-aha-pink\/55 {
    background-color: rgb(255 0 255 / 0.55);
  }

  .\33xl\:bg-aha-pink\/60 {
    background-color: rgb(255 0 255 / 0.6);
  }

  .\33xl\:bg-aha-pink\/65 {
    background-color: rgb(255 0 255 / 0.65);
  }

  .\33xl\:bg-aha-pink\/70 {
    background-color: rgb(255 0 255 / 0.7);
  }

  .\33xl\:bg-aha-pink\/75 {
    background-color: rgb(255 0 255 / 0.75);
  }

  .\33xl\:bg-aha-pink\/80 {
    background-color: rgb(255 0 255 / 0.8);
  }

  .\33xl\:bg-aha-pink\/85 {
    background-color: rgb(255 0 255 / 0.85);
  }

  .\33xl\:bg-aha-pink\/90 {
    background-color: rgb(255 0 255 / 0.9);
  }

  .\33xl\:bg-aha-pink\/95 {
    background-color: rgb(255 0 255 / 0.95);
  }

  .\33xl\:bg-borrowell-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(52 45 141 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-borrowell-blue\/0 {
    background-color: rgb(52 45 141 / 0);
  }

  .\33xl\:bg-borrowell-blue\/10 {
    background-color: rgb(52 45 141 / 0.1);
  }

  .\33xl\:bg-borrowell-blue\/100 {
    background-color: rgb(52 45 141 / 1);
  }

  .\33xl\:bg-borrowell-blue\/15 {
    background-color: rgb(52 45 141 / 0.15);
  }

  .\33xl\:bg-borrowell-blue\/20 {
    background-color: rgb(52 45 141 / 0.2);
  }

  .\33xl\:bg-borrowell-blue\/25 {
    background-color: rgb(52 45 141 / 0.25);
  }

  .\33xl\:bg-borrowell-blue\/30 {
    background-color: rgb(52 45 141 / 0.3);
  }

  .\33xl\:bg-borrowell-blue\/35 {
    background-color: rgb(52 45 141 / 0.35);
  }

  .\33xl\:bg-borrowell-blue\/40 {
    background-color: rgb(52 45 141 / 0.4);
  }

  .\33xl\:bg-borrowell-blue\/45 {
    background-color: rgb(52 45 141 / 0.45);
  }

  .\33xl\:bg-borrowell-blue\/5 {
    background-color: rgb(52 45 141 / 0.05);
  }

  .\33xl\:bg-borrowell-blue\/50 {
    background-color: rgb(52 45 141 / 0.5);
  }

  .\33xl\:bg-borrowell-blue\/55 {
    background-color: rgb(52 45 141 / 0.55);
  }

  .\33xl\:bg-borrowell-blue\/60 {
    background-color: rgb(52 45 141 / 0.6);
  }

  .\33xl\:bg-borrowell-blue\/65 {
    background-color: rgb(52 45 141 / 0.65);
  }

  .\33xl\:bg-borrowell-blue\/70 {
    background-color: rgb(52 45 141 / 0.7);
  }

  .\33xl\:bg-borrowell-blue\/75 {
    background-color: rgb(52 45 141 / 0.75);
  }

  .\33xl\:bg-borrowell-blue\/80 {
    background-color: rgb(52 45 141 / 0.8);
  }

  .\33xl\:bg-borrowell-blue\/85 {
    background-color: rgb(52 45 141 / 0.85);
  }

  .\33xl\:bg-borrowell-blue\/90 {
    background-color: rgb(52 45 141 / 0.9);
  }

  .\33xl\:bg-borrowell-blue\/95 {
    background-color: rgb(52 45 141 / 0.95);
  }

  .\33xl\:bg-brand-red {
    --tw-bg-opacity: 1;
    background-color: rgb(163 36 57 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-brand-red\/0 {
    background-color: rgb(163 36 57 / 0);
  }

  .\33xl\:bg-brand-red\/10 {
    background-color: rgb(163 36 57 / 0.1);
  }

  .\33xl\:bg-brand-red\/100 {
    background-color: rgb(163 36 57 / 1);
  }

  .\33xl\:bg-brand-red\/15 {
    background-color: rgb(163 36 57 / 0.15);
  }

  .\33xl\:bg-brand-red\/20 {
    background-color: rgb(163 36 57 / 0.2);
  }

  .\33xl\:bg-brand-red\/25 {
    background-color: rgb(163 36 57 / 0.25);
  }

  .\33xl\:bg-brand-red\/30 {
    background-color: rgb(163 36 57 / 0.3);
  }

  .\33xl\:bg-brand-red\/35 {
    background-color: rgb(163 36 57 / 0.35);
  }

  .\33xl\:bg-brand-red\/40 {
    background-color: rgb(163 36 57 / 0.4);
  }

  .\33xl\:bg-brand-red\/45 {
    background-color: rgb(163 36 57 / 0.45);
  }

  .\33xl\:bg-brand-red\/5 {
    background-color: rgb(163 36 57 / 0.05);
  }

  .\33xl\:bg-brand-red\/50 {
    background-color: rgb(163 36 57 / 0.5);
  }

  .\33xl\:bg-brand-red\/55 {
    background-color: rgb(163 36 57 / 0.55);
  }

  .\33xl\:bg-brand-red\/60 {
    background-color: rgb(163 36 57 / 0.6);
  }

  .\33xl\:bg-brand-red\/65 {
    background-color: rgb(163 36 57 / 0.65);
  }

  .\33xl\:bg-brand-red\/70 {
    background-color: rgb(163 36 57 / 0.7);
  }

  .\33xl\:bg-brand-red\/75 {
    background-color: rgb(163 36 57 / 0.75);
  }

  .\33xl\:bg-brand-red\/80 {
    background-color: rgb(163 36 57 / 0.8);
  }

  .\33xl\:bg-brand-red\/85 {
    background-color: rgb(163 36 57 / 0.85);
  }

  .\33xl\:bg-brand-red\/90 {
    background-color: rgb(163 36 57 / 0.9);
  }

  .\33xl\:bg-brand-red\/95 {
    background-color: rgb(163 36 57 / 0.95);
  }

  .\33xl\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(56 61 65 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-grey\/0 {
    background-color: rgb(56 61 65 / 0);
  }

  .\33xl\:bg-grey\/10 {
    background-color: rgb(56 61 65 / 0.1);
  }

  .\33xl\:bg-grey\/100 {
    background-color: rgb(56 61 65 / 1);
  }

  .\33xl\:bg-grey\/15 {
    background-color: rgb(56 61 65 / 0.15);
  }

  .\33xl\:bg-grey\/20 {
    background-color: rgb(56 61 65 / 0.2);
  }

  .\33xl\:bg-grey\/25 {
    background-color: rgb(56 61 65 / 0.25);
  }

  .\33xl\:bg-grey\/30 {
    background-color: rgb(56 61 65 / 0.3);
  }

  .\33xl\:bg-grey\/35 {
    background-color: rgb(56 61 65 / 0.35);
  }

  .\33xl\:bg-grey\/40 {
    background-color: rgb(56 61 65 / 0.4);
  }

  .\33xl\:bg-grey\/45 {
    background-color: rgb(56 61 65 / 0.45);
  }

  .\33xl\:bg-grey\/5 {
    background-color: rgb(56 61 65 / 0.05);
  }

  .\33xl\:bg-grey\/50 {
    background-color: rgb(56 61 65 / 0.5);
  }

  .\33xl\:bg-grey\/55 {
    background-color: rgb(56 61 65 / 0.55);
  }

  .\33xl\:bg-grey\/60 {
    background-color: rgb(56 61 65 / 0.6);
  }

  .\33xl\:bg-grey\/65 {
    background-color: rgb(56 61 65 / 0.65);
  }

  .\33xl\:bg-grey\/70 {
    background-color: rgb(56 61 65 / 0.7);
  }

  .\33xl\:bg-grey\/75 {
    background-color: rgb(56 61 65 / 0.75);
  }

  .\33xl\:bg-grey\/80 {
    background-color: rgb(56 61 65 / 0.8);
  }

  .\33xl\:bg-grey\/85 {
    background-color: rgb(56 61 65 / 0.85);
  }

  .\33xl\:bg-grey\/90 {
    background-color: rgb(56 61 65 / 0.9);
  }

  .\33xl\:bg-grey\/95 {
    background-color: rgb(56 61 65 / 0.95);
  }

  .\33xl\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(198 223 255 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-light-blue\/0 {
    background-color: rgb(198 223 255 / 0);
  }

  .\33xl\:bg-light-blue\/10 {
    background-color: rgb(198 223 255 / 0.1);
  }

  .\33xl\:bg-light-blue\/100 {
    background-color: rgb(198 223 255 / 1);
  }

  .\33xl\:bg-light-blue\/15 {
    background-color: rgb(198 223 255 / 0.15);
  }

  .\33xl\:bg-light-blue\/20 {
    background-color: rgb(198 223 255 / 0.2);
  }

  .\33xl\:bg-light-blue\/25 {
    background-color: rgb(198 223 255 / 0.25);
  }

  .\33xl\:bg-light-blue\/30 {
    background-color: rgb(198 223 255 / 0.3);
  }

  .\33xl\:bg-light-blue\/35 {
    background-color: rgb(198 223 255 / 0.35);
  }

  .\33xl\:bg-light-blue\/40 {
    background-color: rgb(198 223 255 / 0.4);
  }

  .\33xl\:bg-light-blue\/45 {
    background-color: rgb(198 223 255 / 0.45);
  }

  .\33xl\:bg-light-blue\/5 {
    background-color: rgb(198 223 255 / 0.05);
  }

  .\33xl\:bg-light-blue\/50 {
    background-color: rgb(198 223 255 / 0.5);
  }

  .\33xl\:bg-light-blue\/55 {
    background-color: rgb(198 223 255 / 0.55);
  }

  .\33xl\:bg-light-blue\/60 {
    background-color: rgb(198 223 255 / 0.6);
  }

  .\33xl\:bg-light-blue\/65 {
    background-color: rgb(198 223 255 / 0.65);
  }

  .\33xl\:bg-light-blue\/70 {
    background-color: rgb(198 223 255 / 0.7);
  }

  .\33xl\:bg-light-blue\/75 {
    background-color: rgb(198 223 255 / 0.75);
  }

  .\33xl\:bg-light-blue\/80 {
    background-color: rgb(198 223 255 / 0.8);
  }

  .\33xl\:bg-light-blue\/85 {
    background-color: rgb(198 223 255 / 0.85);
  }

  .\33xl\:bg-light-blue\/90 {
    background-color: rgb(198 223 255 / 0.9);
  }

  .\33xl\:bg-light-blue\/95 {
    background-color: rgb(198 223 255 / 0.95);
  }

  .\33xl\:bg-light-green {
    --tw-bg-opacity: 1;
    background-color: rgb(184 241 193 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-light-green\/0 {
    background-color: rgb(184 241 193 / 0);
  }

  .\33xl\:bg-light-green\/10 {
    background-color: rgb(184 241 193 / 0.1);
  }

  .\33xl\:bg-light-green\/100 {
    background-color: rgb(184 241 193 / 1);
  }

  .\33xl\:bg-light-green\/15 {
    background-color: rgb(184 241 193 / 0.15);
  }

  .\33xl\:bg-light-green\/20 {
    background-color: rgb(184 241 193 / 0.2);
  }

  .\33xl\:bg-light-green\/25 {
    background-color: rgb(184 241 193 / 0.25);
  }

  .\33xl\:bg-light-green\/30 {
    background-color: rgb(184 241 193 / 0.3);
  }

  .\33xl\:bg-light-green\/35 {
    background-color: rgb(184 241 193 / 0.35);
  }

  .\33xl\:bg-light-green\/40 {
    background-color: rgb(184 241 193 / 0.4);
  }

  .\33xl\:bg-light-green\/45 {
    background-color: rgb(184 241 193 / 0.45);
  }

  .\33xl\:bg-light-green\/5 {
    background-color: rgb(184 241 193 / 0.05);
  }

  .\33xl\:bg-light-green\/50 {
    background-color: rgb(184 241 193 / 0.5);
  }

  .\33xl\:bg-light-green\/55 {
    background-color: rgb(184 241 193 / 0.55);
  }

  .\33xl\:bg-light-green\/60 {
    background-color: rgb(184 241 193 / 0.6);
  }

  .\33xl\:bg-light-green\/65 {
    background-color: rgb(184 241 193 / 0.65);
  }

  .\33xl\:bg-light-green\/70 {
    background-color: rgb(184 241 193 / 0.7);
  }

  .\33xl\:bg-light-green\/75 {
    background-color: rgb(184 241 193 / 0.75);
  }

  .\33xl\:bg-light-green\/80 {
    background-color: rgb(184 241 193 / 0.8);
  }

  .\33xl\:bg-light-green\/85 {
    background-color: rgb(184 241 193 / 0.85);
  }

  .\33xl\:bg-light-green\/90 {
    background-color: rgb(184 241 193 / 0.9);
  }

  .\33xl\:bg-light-green\/95 {
    background-color: rgb(184 241 193 / 0.95);
  }

  .\33xl\:bg-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(226 227 229 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-light-grey\/0 {
    background-color: rgb(226 227 229 / 0);
  }

  .\33xl\:bg-light-grey\/10 {
    background-color: rgb(226 227 229 / 0.1);
  }

  .\33xl\:bg-light-grey\/100 {
    background-color: rgb(226 227 229 / 1);
  }

  .\33xl\:bg-light-grey\/15 {
    background-color: rgb(226 227 229 / 0.15);
  }

  .\33xl\:bg-light-grey\/20 {
    background-color: rgb(226 227 229 / 0.2);
  }

  .\33xl\:bg-light-grey\/25 {
    background-color: rgb(226 227 229 / 0.25);
  }

  .\33xl\:bg-light-grey\/30 {
    background-color: rgb(226 227 229 / 0.3);
  }

  .\33xl\:bg-light-grey\/35 {
    background-color: rgb(226 227 229 / 0.35);
  }

  .\33xl\:bg-light-grey\/40 {
    background-color: rgb(226 227 229 / 0.4);
  }

  .\33xl\:bg-light-grey\/45 {
    background-color: rgb(226 227 229 / 0.45);
  }

  .\33xl\:bg-light-grey\/5 {
    background-color: rgb(226 227 229 / 0.05);
  }

  .\33xl\:bg-light-grey\/50 {
    background-color: rgb(226 227 229 / 0.5);
  }

  .\33xl\:bg-light-grey\/55 {
    background-color: rgb(226 227 229 / 0.55);
  }

  .\33xl\:bg-light-grey\/60 {
    background-color: rgb(226 227 229 / 0.6);
  }

  .\33xl\:bg-light-grey\/65 {
    background-color: rgb(226 227 229 / 0.65);
  }

  .\33xl\:bg-light-grey\/70 {
    background-color: rgb(226 227 229 / 0.7);
  }

  .\33xl\:bg-light-grey\/75 {
    background-color: rgb(226 227 229 / 0.75);
  }

  .\33xl\:bg-light-grey\/80 {
    background-color: rgb(226 227 229 / 0.8);
  }

  .\33xl\:bg-light-grey\/85 {
    background-color: rgb(226 227 229 / 0.85);
  }

  .\33xl\:bg-light-grey\/90 {
    background-color: rgb(226 227 229 / 0.9);
  }

  .\33xl\:bg-light-grey\/95 {
    background-color: rgb(226 227 229 / 0.95);
  }

  .\33xl\:bg-light-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(230 208 253 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-light-purple\/0 {
    background-color: rgb(230 208 253 / 0);
  }

  .\33xl\:bg-light-purple\/10 {
    background-color: rgb(230 208 253 / 0.1);
  }

  .\33xl\:bg-light-purple\/100 {
    background-color: rgb(230 208 253 / 1);
  }

  .\33xl\:bg-light-purple\/15 {
    background-color: rgb(230 208 253 / 0.15);
  }

  .\33xl\:bg-light-purple\/20 {
    background-color: rgb(230 208 253 / 0.2);
  }

  .\33xl\:bg-light-purple\/25 {
    background-color: rgb(230 208 253 / 0.25);
  }

  .\33xl\:bg-light-purple\/30 {
    background-color: rgb(230 208 253 / 0.3);
  }

  .\33xl\:bg-light-purple\/35 {
    background-color: rgb(230 208 253 / 0.35);
  }

  .\33xl\:bg-light-purple\/40 {
    background-color: rgb(230 208 253 / 0.4);
  }

  .\33xl\:bg-light-purple\/45 {
    background-color: rgb(230 208 253 / 0.45);
  }

  .\33xl\:bg-light-purple\/5 {
    background-color: rgb(230 208 253 / 0.05);
  }

  .\33xl\:bg-light-purple\/50 {
    background-color: rgb(230 208 253 / 0.5);
  }

  .\33xl\:bg-light-purple\/55 {
    background-color: rgb(230 208 253 / 0.55);
  }

  .\33xl\:bg-light-purple\/60 {
    background-color: rgb(230 208 253 / 0.6);
  }

  .\33xl\:bg-light-purple\/65 {
    background-color: rgb(230 208 253 / 0.65);
  }

  .\33xl\:bg-light-purple\/70 {
    background-color: rgb(230 208 253 / 0.7);
  }

  .\33xl\:bg-light-purple\/75 {
    background-color: rgb(230 208 253 / 0.75);
  }

  .\33xl\:bg-light-purple\/80 {
    background-color: rgb(230 208 253 / 0.8);
  }

  .\33xl\:bg-light-purple\/85 {
    background-color: rgb(230 208 253 / 0.85);
  }

  .\33xl\:bg-light-purple\/90 {
    background-color: rgb(230 208 253 / 0.9);
  }

  .\33xl\:bg-light-purple\/95 {
    background-color: rgb(230 208 253 / 0.95);
  }

  .\33xl\:bg-scotial-red {
    --tw-bg-opacity: 1;
    background-color: rgb(237 17 27 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-scotial-red\/0 {
    background-color: rgb(237 17 27 / 0);
  }

  .\33xl\:bg-scotial-red\/10 {
    background-color: rgb(237 17 27 / 0.1);
  }

  .\33xl\:bg-scotial-red\/100 {
    background-color: rgb(237 17 27 / 1);
  }

  .\33xl\:bg-scotial-red\/15 {
    background-color: rgb(237 17 27 / 0.15);
  }

  .\33xl\:bg-scotial-red\/20 {
    background-color: rgb(237 17 27 / 0.2);
  }

  .\33xl\:bg-scotial-red\/25 {
    background-color: rgb(237 17 27 / 0.25);
  }

  .\33xl\:bg-scotial-red\/30 {
    background-color: rgb(237 17 27 / 0.3);
  }

  .\33xl\:bg-scotial-red\/35 {
    background-color: rgb(237 17 27 / 0.35);
  }

  .\33xl\:bg-scotial-red\/40 {
    background-color: rgb(237 17 27 / 0.4);
  }

  .\33xl\:bg-scotial-red\/45 {
    background-color: rgb(237 17 27 / 0.45);
  }

  .\33xl\:bg-scotial-red\/5 {
    background-color: rgb(237 17 27 / 0.05);
  }

  .\33xl\:bg-scotial-red\/50 {
    background-color: rgb(237 17 27 / 0.5);
  }

  .\33xl\:bg-scotial-red\/55 {
    background-color: rgb(237 17 27 / 0.55);
  }

  .\33xl\:bg-scotial-red\/60 {
    background-color: rgb(237 17 27 / 0.6);
  }

  .\33xl\:bg-scotial-red\/65 {
    background-color: rgb(237 17 27 / 0.65);
  }

  .\33xl\:bg-scotial-red\/70 {
    background-color: rgb(237 17 27 / 0.7);
  }

  .\33xl\:bg-scotial-red\/75 {
    background-color: rgb(237 17 27 / 0.75);
  }

  .\33xl\:bg-scotial-red\/80 {
    background-color: rgb(237 17 27 / 0.8);
  }

  .\33xl\:bg-scotial-red\/85 {
    background-color: rgb(237 17 27 / 0.85);
  }

  .\33xl\:bg-scotial-red\/90 {
    background-color: rgb(237 17 27 / 0.9);
  }

  .\33xl\:bg-scotial-red\/95 {
    background-color: rgb(237 17 27 / 0.95);
  }

  .\33xl\:bg-souqh-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(244 125 97 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-souqh-orange\/0 {
    background-color: rgb(244 125 97 / 0);
  }

  .\33xl\:bg-souqh-orange\/10 {
    background-color: rgb(244 125 97 / 0.1);
  }

  .\33xl\:bg-souqh-orange\/100 {
    background-color: rgb(244 125 97 / 1);
  }

  .\33xl\:bg-souqh-orange\/15 {
    background-color: rgb(244 125 97 / 0.15);
  }

  .\33xl\:bg-souqh-orange\/20 {
    background-color: rgb(244 125 97 / 0.2);
  }

  .\33xl\:bg-souqh-orange\/25 {
    background-color: rgb(244 125 97 / 0.25);
  }

  .\33xl\:bg-souqh-orange\/30 {
    background-color: rgb(244 125 97 / 0.3);
  }

  .\33xl\:bg-souqh-orange\/35 {
    background-color: rgb(244 125 97 / 0.35);
  }

  .\33xl\:bg-souqh-orange\/40 {
    background-color: rgb(244 125 97 / 0.4);
  }

  .\33xl\:bg-souqh-orange\/45 {
    background-color: rgb(244 125 97 / 0.45);
  }

  .\33xl\:bg-souqh-orange\/5 {
    background-color: rgb(244 125 97 / 0.05);
  }

  .\33xl\:bg-souqh-orange\/50 {
    background-color: rgb(244 125 97 / 0.5);
  }

  .\33xl\:bg-souqh-orange\/55 {
    background-color: rgb(244 125 97 / 0.55);
  }

  .\33xl\:bg-souqh-orange\/60 {
    background-color: rgb(244 125 97 / 0.6);
  }

  .\33xl\:bg-souqh-orange\/65 {
    background-color: rgb(244 125 97 / 0.65);
  }

  .\33xl\:bg-souqh-orange\/70 {
    background-color: rgb(244 125 97 / 0.7);
  }

  .\33xl\:bg-souqh-orange\/75 {
    background-color: rgb(244 125 97 / 0.75);
  }

  .\33xl\:bg-souqh-orange\/80 {
    background-color: rgb(244 125 97 / 0.8);
  }

  .\33xl\:bg-souqh-orange\/85 {
    background-color: rgb(244 125 97 / 0.85);
  }

  .\33xl\:bg-souqh-orange\/90 {
    background-color: rgb(244 125 97 / 0.9);
  }

  .\33xl\:bg-souqh-orange\/95 {
    background-color: rgb(244 125 97 / 0.95);
  }

  .\33xl\:bg-sparrow-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(47 128 237 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-sparrow-blue\/0 {
    background-color: rgb(47 128 237 / 0);
  }

  .\33xl\:bg-sparrow-blue\/10 {
    background-color: rgb(47 128 237 / 0.1);
  }

  .\33xl\:bg-sparrow-blue\/100 {
    background-color: rgb(47 128 237 / 1);
  }

  .\33xl\:bg-sparrow-blue\/15 {
    background-color: rgb(47 128 237 / 0.15);
  }

  .\33xl\:bg-sparrow-blue\/20 {
    background-color: rgb(47 128 237 / 0.2);
  }

  .\33xl\:bg-sparrow-blue\/25 {
    background-color: rgb(47 128 237 / 0.25);
  }

  .\33xl\:bg-sparrow-blue\/30 {
    background-color: rgb(47 128 237 / 0.3);
  }

  .\33xl\:bg-sparrow-blue\/35 {
    background-color: rgb(47 128 237 / 0.35);
  }

  .\33xl\:bg-sparrow-blue\/40 {
    background-color: rgb(47 128 237 / 0.4);
  }

  .\33xl\:bg-sparrow-blue\/45 {
    background-color: rgb(47 128 237 / 0.45);
  }

  .\33xl\:bg-sparrow-blue\/5 {
    background-color: rgb(47 128 237 / 0.05);
  }

  .\33xl\:bg-sparrow-blue\/50 {
    background-color: rgb(47 128 237 / 0.5);
  }

  .\33xl\:bg-sparrow-blue\/55 {
    background-color: rgb(47 128 237 / 0.55);
  }

  .\33xl\:bg-sparrow-blue\/60 {
    background-color: rgb(47 128 237 / 0.6);
  }

  .\33xl\:bg-sparrow-blue\/65 {
    background-color: rgb(47 128 237 / 0.65);
  }

  .\33xl\:bg-sparrow-blue\/70 {
    background-color: rgb(47 128 237 / 0.7);
  }

  .\33xl\:bg-sparrow-blue\/75 {
    background-color: rgb(47 128 237 / 0.75);
  }

  .\33xl\:bg-sparrow-blue\/80 {
    background-color: rgb(47 128 237 / 0.8);
  }

  .\33xl\:bg-sparrow-blue\/85 {
    background-color: rgb(47 128 237 / 0.85);
  }

  .\33xl\:bg-sparrow-blue\/90 {
    background-color: rgb(47 128 237 / 0.9);
  }

  .\33xl\:bg-sparrow-blue\/95 {
    background-color: rgb(47 128 237 / 0.95);
  }

  .\33xl\:bg-transparent {
    background-color: transparent;
  }

  .\33xl\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .\33xl\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .\33xl\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .\33xl\:bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .\33xl\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .\33xl\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .\33xl\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .\33xl\:bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .\33xl\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .\33xl\:bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .\33xl\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .\33xl\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .\33xl\:bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .\33xl\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .\33xl\:bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .\33xl\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .\33xl\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .\33xl\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .\33xl\:bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .\33xl\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .\33xl\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .\33xl\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 244 182 / var(--tw-bg-opacity, 1));
  }

  .\33xl\:bg-yellow\/0 {
    background-color: rgb(255 244 182 / 0);
  }

  .\33xl\:bg-yellow\/10 {
    background-color: rgb(255 244 182 / 0.1);
  }

  .\33xl\:bg-yellow\/100 {
    background-color: rgb(255 244 182 / 1);
  }

  .\33xl\:bg-yellow\/15 {
    background-color: rgb(255 244 182 / 0.15);
  }

  .\33xl\:bg-yellow\/20 {
    background-color: rgb(255 244 182 / 0.2);
  }

  .\33xl\:bg-yellow\/25 {
    background-color: rgb(255 244 182 / 0.25);
  }

  .\33xl\:bg-yellow\/30 {
    background-color: rgb(255 244 182 / 0.3);
  }

  .\33xl\:bg-yellow\/35 {
    background-color: rgb(255 244 182 / 0.35);
  }

  .\33xl\:bg-yellow\/40 {
    background-color: rgb(255 244 182 / 0.4);
  }

  .\33xl\:bg-yellow\/45 {
    background-color: rgb(255 244 182 / 0.45);
  }

  .\33xl\:bg-yellow\/5 {
    background-color: rgb(255 244 182 / 0.05);
  }

  .\33xl\:bg-yellow\/50 {
    background-color: rgb(255 244 182 / 0.5);
  }

  .\33xl\:bg-yellow\/55 {
    background-color: rgb(255 244 182 / 0.55);
  }

  .\33xl\:bg-yellow\/60 {
    background-color: rgb(255 244 182 / 0.6);
  }

  .\33xl\:bg-yellow\/65 {
    background-color: rgb(255 244 182 / 0.65);
  }

  .\33xl\:bg-yellow\/70 {
    background-color: rgb(255 244 182 / 0.7);
  }

  .\33xl\:bg-yellow\/75 {
    background-color: rgb(255 244 182 / 0.75);
  }

  .\33xl\:bg-yellow\/80 {
    background-color: rgb(255 244 182 / 0.8);
  }

  .\33xl\:bg-yellow\/85 {
    background-color: rgb(255 244 182 / 0.85);
  }

  .\33xl\:bg-yellow\/90 {
    background-color: rgb(255 244 182 / 0.9);
  }

  .\33xl\:bg-yellow\/95 {
    background-color: rgb(255 244 182 / 0.95);
  }

  .\33xl\:\!bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%) !important;
  }

  .\33xl\:bg-gradient-black-transparent {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.50) 100%);
  }

  .\33xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\33xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\33xl\:\!object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\33xl\:\!object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\33xl\:\!object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\33xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\33xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\33xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\33xl\:\!p-0 {
    padding: 0px !important;
  }

  .\33xl\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .\33xl\:\!p-10 {
    padding: 2.5rem !important;
  }

  .\33xl\:\!p-12 {
    padding: 3rem !important;
  }

  .\33xl\:\!p-2 {
    padding: 0.5rem !important;
  }

  .\33xl\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .\33xl\:\!p-20 {
    padding: 5rem !important;
  }

  .\33xl\:\!p-24 {
    padding: 6rem !important;
  }

  .\33xl\:\!p-28 {
    padding: 7rem !important;
  }

  .\33xl\:\!p-4 {
    padding: 1rem !important;
  }

  .\33xl\:\!p-40 {
    padding: 10rem !important;
  }

  .\33xl\:\!p-44 {
    padding: 11rem !important;
  }

  .\33xl\:\!p-48 {
    padding: 12rem !important;
  }

  .\33xl\:\!p-5 {
    padding: 1.25rem !important;
  }

  .\33xl\:\!p-52 {
    padding: 13rem !important;
  }

  .\33xl\:\!p-56 {
    padding: 14rem !important;
  }

  .\33xl\:\!p-6 {
    padding: 1.5rem !important;
  }

  .\33xl\:\!p-60 {
    padding: 15rem !important;
  }

  .\33xl\:\!p-64 {
    padding: 16rem !important;
  }

  .\33xl\:\!p-7 {
    padding: 1.75rem !important;
  }

  .\33xl\:\!p-72 {
    padding: 18rem !important;
  }

  .\33xl\:\!p-8 {
    padding: 2rem !important;
  }

  .\33xl\:\!p-80 {
    padding: 20rem !important;
  }

  .\33xl\:p-0 {
    padding: 0px;
  }

  .\33xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\33xl\:p-10 {
    padding: 2.5rem;
  }

  .\33xl\:p-12 {
    padding: 3rem;
  }

  .\33xl\:p-2 {
    padding: 0.5rem;
  }

  .\33xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\33xl\:p-20 {
    padding: 5rem;
  }

  .\33xl\:p-24 {
    padding: 6rem;
  }

  .\33xl\:p-28 {
    padding: 7rem;
  }

  .\33xl\:p-4 {
    padding: 1rem;
  }

  .\33xl\:p-40 {
    padding: 10rem;
  }

  .\33xl\:p-44 {
    padding: 11rem;
  }

  .\33xl\:p-48 {
    padding: 12rem;
  }

  .\33xl\:p-5 {
    padding: 1.25rem;
  }

  .\33xl\:p-52 {
    padding: 13rem;
  }

  .\33xl\:p-56 {
    padding: 14rem;
  }

  .\33xl\:p-6 {
    padding: 1.5rem;
  }

  .\33xl\:p-60 {
    padding: 15rem;
  }

  .\33xl\:p-64 {
    padding: 16rem;
  }

  .\33xl\:p-7 {
    padding: 1.75rem;
  }

  .\33xl\:p-72 {
    padding: 18rem;
  }

  .\33xl\:p-8 {
    padding: 2rem;
  }

  .\33xl\:p-80 {
    padding: 20rem;
  }

  .\33xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\33xl\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\33xl\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\33xl\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\33xl\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\33xl\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\33xl\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\33xl\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\33xl\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\33xl\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\33xl\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\33xl\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\33xl\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\33xl\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\33xl\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\33xl\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\33xl\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\33xl\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\33xl\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\33xl\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\33xl\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\33xl\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\33xl\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\33xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\33xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\33xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\33xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\33xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\33xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\33xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\33xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\33xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\33xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\33xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\33xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\33xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\33xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\33xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\33xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\33xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\33xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\33xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\33xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\33xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\33xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\33xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\33xl\:\!pl-0 {
    padding-left: 0px !important;
  }

  .\33xl\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\33xl\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .\33xl\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .\33xl\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .\33xl\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\33xl\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .\33xl\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .\33xl\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .\33xl\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .\33xl\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .\33xl\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .\33xl\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .\33xl\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .\33xl\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .\33xl\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .\33xl\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .\33xl\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .\33xl\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .\33xl\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .\33xl\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .\33xl\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .\33xl\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .\33xl\:\!pr-0 {
    padding-right: 0px !important;
  }

  .\33xl\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\33xl\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .\33xl\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .\33xl\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .\33xl\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\33xl\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .\33xl\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .\33xl\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .\33xl\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .\33xl\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .\33xl\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .\33xl\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .\33xl\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .\33xl\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .\33xl\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .\33xl\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .\33xl\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .\33xl\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .\33xl\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .\33xl\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .\33xl\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .\33xl\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .\33xl\:pl-0 {
    padding-left: 0px;
  }

  .\33xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\33xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\33xl\:pl-12 {
    padding-left: 3rem;
  }

  .\33xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\33xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\33xl\:pl-20 {
    padding-left: 5rem;
  }

  .\33xl\:pl-24 {
    padding-left: 6rem;
  }

  .\33xl\:pl-28 {
    padding-left: 7rem;
  }

  .\33xl\:pl-4 {
    padding-left: 1rem;
  }

  .\33xl\:pl-40 {
    padding-left: 10rem;
  }

  .\33xl\:pl-44 {
    padding-left: 11rem;
  }

  .\33xl\:pl-48 {
    padding-left: 12rem;
  }

  .\33xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\33xl\:pl-52 {
    padding-left: 13rem;
  }

  .\33xl\:pl-56 {
    padding-left: 14rem;
  }

  .\33xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\33xl\:pl-60 {
    padding-left: 15rem;
  }

  .\33xl\:pl-64 {
    padding-left: 16rem;
  }

  .\33xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\33xl\:pl-72 {
    padding-left: 18rem;
  }

  .\33xl\:pl-8 {
    padding-left: 2rem;
  }

  .\33xl\:pl-80 {
    padding-left: 20rem;
  }

  .\33xl\:pr-0 {
    padding-right: 0px;
  }

  .\33xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\33xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\33xl\:pr-12 {
    padding-right: 3rem;
  }

  .\33xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\33xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\33xl\:pr-20 {
    padding-right: 5rem;
  }

  .\33xl\:pr-24 {
    padding-right: 6rem;
  }

  .\33xl\:pr-28 {
    padding-right: 7rem;
  }

  .\33xl\:pr-4 {
    padding-right: 1rem;
  }

  .\33xl\:pr-40 {
    padding-right: 10rem;
  }

  .\33xl\:pr-44 {
    padding-right: 11rem;
  }

  .\33xl\:pr-48 {
    padding-right: 12rem;
  }

  .\33xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\33xl\:pr-52 {
    padding-right: 13rem;
  }

  .\33xl\:pr-56 {
    padding-right: 14rem;
  }

  .\33xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\33xl\:pr-60 {
    padding-right: 15rem;
  }

  .\33xl\:pr-64 {
    padding-right: 16rem;
  }

  .\33xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\33xl\:pr-72 {
    padding-right: 18rem;
  }

  .\33xl\:pr-8 {
    padding-right: 2rem;
  }

  .\33xl\:pr-80 {
    padding-right: 20rem;
  }

  .\33xl\:\!shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:\!shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:\!shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:\!shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\:\!drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\33xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\33xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\33xl\:\!drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\33xl\:\!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)) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\: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);
  }

  .\33xl\:\!grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\33xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .\33xl\:\!backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .\33xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

.\[\&\>\*\]\:transition>* {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .\[\&\>\*\]\:group-hover\:text-brand-red>* {
  --tw-text-opacity: 1;
  color: rgb(163 36 57 / var(--tw-text-opacity, 1));
}

.\[\&_\#add-favourite\]\:\!bg-off-white\/50 #add-favourite {
  background-color: rgb(232 234 242 / 0.5) !important;
}

.\[\&_a\:hover\]\:underline a:hover {
  text-decoration-line: underline;
}

.\[\&_a\]\:text-brand-red a {
  --tw-text-opacity: 1;
  color: rgb(163 36 57 / var(--tw-text-opacity, 1));
}

.\[\&_label\]\:font-bold label {
  font-weight: 700;
}

.\[\&_label\]\:text-slate label {
  --tw-text-opacity: 1;
  color: rgb(66 64 75 / var(--tw-text-opacity, 1));
}

.\[\&_ul\]\:ml-5 ul {
  margin-left: 1.25rem;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:pl-5 ul {
  padding-left: 1.25rem;
}
